/*!  simOcean styles */
/*!
 * Bootstrap-sass v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.29412;
  color: #666;
  font-weight: 400;
  background-color: #fff;
  min-width: 320px;
  overflow-y: scroll;
  padding-top: 160px; }
  @media (min-width: 480px) {
    body {
      padding-top: 180px; } }
  @media (min-width: 992px) {
    body {
      padding-top: 220px; } }
  @media (min-width: 1200px) {
    body {
      padding-top: 250px; } }
  body.page-home {
    padding-top: 120px; }
    @media (min-width: 768px) {
      body.page-home {
        padding-top: 140px; } }
    @media (min-width: 992px) {
      body.page-home {
        padding-top: 170px; } }
    @media (min-width: 1200px) {
      body.page-home {
        padding-top: 204px; } }

.bg-top, .bg-middle, .bg-bottom, .bg-bottom-2 {
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: -28px; }
  @media (min-width: 480px) {
    .bg-top, .bg-middle, .bg-bottom, .bg-bottom-2 {
      top: -12px; } }
  @media (min-width: 992px) {
    .bg-top, .bg-middle, .bg-bottom, .bg-bottom-2 {
      top: 26px; } }
  @media (min-width: 1200px) {
    .bg-top, .bg-middle, .bg-bottom, .bg-bottom-2 {
      top: 58px; } }
  .bg-top svg, .bg-middle svg, .bg-bottom svg, .bg-bottom-2 svg {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px; }

.bg-top {
  height: 130px;
  z-index: 900; }
  .bg-top svg {
    top: -2px;
    fill: #fff; }

.bg-middle {
  height: 130px;
  z-index: 800; }
  .bg-middle svg {
    fill: rgba(0, 0, 0, 0.2); }

.bg-bottom {
  height: 600px;
  z-index: -1; }
  .bg-bottom svg {
    fill: #009bc9; }

.bg-bottom-2 {
  height: 180px;
  z-index: -1; }
  .bg-bottom-2 svg {
    fill: #009bc9; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #00b5cc;
  text-decoration: none; }
  a:hover, a:focus {
    color: #007380;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline-color: rgba(0, 0, 0, 0.2);
    outline-offset: -2px; }

.link-efect {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s; }
  .link-efect:hover, .link-efect:focus {
    opacity: 0.66; }

a.link-efect {
  display: inline-block; }
  a.link-efect:hover, a.link-efect:focus {
    text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-center {
  text-align: center; }
  .img-center .img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-left {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px; }

.img-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px; }

hr {
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #f2f2f2; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.1;
  color: inherit; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #bcbec0; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
  margin-bottom: 11px; }
  h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 11px; }
  h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 33px; }

h2, .h2 {
  font-size: 28px; }

h3, .h3 {
  font-size: 25px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 11px; }
  p small, p.small {
    font-size: 12px; }

small, .small {
  font-size: 70%; }

strong {
  font-weight: 700; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-uppercase {
  text-transform: uppercase; }

.text-muted {
  color: #bcbec0; }

.text-brand {
  color: #00b5cc; }

.text-brand-alt {
  color: #fba633; }

.text-white {
  color: #fff; }

.text-darkest {
  color: #001f2d; }

.text-expanded {
  line-height: 2; }

.text-wave-title {
  color: #005b7c; }
  @media (min-width: 768px) and (max-width: 991px) {
    .text-wave-title {
      font-size: 30px; } }

.text-wave-description {
  color: #fff;
  line-height: 2;
  margin: 0 -20px;
  padding: 0 20px 20px;
  background-color: #009bc9;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .text-wave-description {
      line-height: 1.5; } }
  @media (min-width: 992px) {
    .text-wave-description {
      line-height: 2;
      margin-bottom: 0; } }

.bg-brand {
  background-color: #00b5cc; }

.bg-brand-alt {
  background-color: #fba633; }

ul, ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px; }

.titles {
  margin-bottom: 22px; }

.titles-text, .titles-title, .titles-subtitle {
  margin-bottom: 0; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  color: #000;
  background-color: #f2f2f2; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1180px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid:after {
    content: " ";
    display: block;
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:after {
    content: " ";
    display: block;
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.29412;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 25.5px;
  line-height: inherit;
  color: #666;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline-color: rgba(0, 0, 0, 0.2);
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.29412;
  color: #666; }

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 12px;
  font-size: 17px;
  line-height: 1.29412;
  color: #666;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid transparent;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #bcbec0;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f2f2f2;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 36px; }
    input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
      line-height: 26px; }
    input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
      line-height: 56px; } }

.form-group {
  margin-bottom: 15px; }

.form-group-sm {
  margin-bottom: 7px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }
  .has-feedback .form-control-feedback {
    display: block; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442; }
  .has-error .form-control:focus {
    border-color: #843534; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }
.has-error .has-fv-text, .has-error .has-icon-error {
  color: #a94442; }

.has-success, .has-warning, .has-error {
  position: relative; }

.has-fv-msm {
  position: absolute;
  right: 5px;
  top: -2px; }
  .form-grid .has-fv-msm {
    right: 20px; }

.has-fv-text {
  font-size: 12px; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

button {
  padding: 0;
  margin-bottom: 0;
  vertical-align: middle;
  border: 1px solid transparent;
  background-image: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  color: #00b5cc; }
  button:hover, button:focus {
    color: #666; }
  button:focus {
    outline: 0; }

.btn {
  display: inline-block;
  margin-bottom: 1px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #f2f2f2;
  color: #666;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 12px;
  font-size: 17px;
  line-height: 1.29412;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 0; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    background-color: #d8d8d8;
    text-decoration: none; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none; }

.btn-brand {
  color: #fff;
  background-color: #00b5cc;
  border-color: #00b5cc; }
  .btn-brand:hover, .btn-brand:focus, .btn-brand.focus, .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #008a99;
    border-color: #008a99; }

.btn-more {
  position: relative;
  color: #fba633;
  background-color: transparent;
  border: none;
  padding: 6px 12px 6px 48px; }
  .btn-more:before {
    content: "+";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: 1px;
    left: 2px;
    color: #fff;
    font-size: 1.7em;
    line-height: 28px;
    background-color: #fba633;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px #fba633; }
  .btn-more:hover, .btn-more:focus {
    background-color: transparent;
    color: #fba633; }
    .btn-more:hover:before, .btn-more:focus:before {
      color: #fba633;
      background-color: #fff;
      border-color: #fba633; }

.btn-sm {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #fba633;
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.29412;
    color: #333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333;
  background-color: #f2f2f2; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00b5cc; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:after {
    content: " ";
    display: block;
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f2f2f2; }
    .nav > li.disabled > a {
      color: #bcbec0; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #bcbec0;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f2f2f2;
    border-color: #00b5cc; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs .dropdown-menu {
  margin-top: -1px; }

.navbar {
  position: relative;
  font-weight: 700; }
  .navbar:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      float: right;
      margin-top: 12px; } }
  @media (min-width: 1200px) {
    .navbar {
      margin-top: 22px; } }

.navbar-header:after {
  content: " ";
  display: block;
  clear: both; }
@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:after {
    content: " ";
    display: block;
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (max-width: 991px) {
    .navbar-collapse {
      max-height: 80vh;
      overflow-y: auto;
      border: 3px solid #00b5cc; } }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-nav {
  margin: 7px -20px; }
  .navbar-nav > li > a {
    padding: 8px 0;
    line-height: 22px;
    color: #fba633; }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
      color: #00b5cc;
      background-color: transparent; }
  .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #00b5cc;
    background-color: transparent; }
  .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #00b5cc; }
  .navbar-nav .dropdown-menu .dropdown.open > a {
    color: #00b5cc; }
  @media (max-width: 991px) {
    .navbar-nav > li > a {
      padding: 8px 20px; }
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a {
        color: #fba633;
        padding: 5px 26px;
        line-height: 22px;
        background-color: transparent; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #00b5cc;
          background-color: transparent;
          background-image: none; }
      .navbar-nav .open .dropdown-menu > .active > a, .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #00b5cc;
        background-color: transparent; }
    .navbar-nav .dropdown-submenu.open .dropdown-menu > li > a {
      padding-left: 35px; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px;
          padding-left: 20px; }
      .navbar-nav .dropdown-menu {
        border: 3px solid #00b5cc;
        background-color: #fff; }
        .navbar-nav .dropdown-menu > li > a {
          color: #00b5cc; }
          .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
            color: #fba633;
            background-color: transparent; }
        .navbar-nav .dropdown-menu > .dropdown.open > a {
          color: #fba633;
          background-color: transparent; }
      .navbar-nav > .dropdown > .dropdown-menu:before {
        content: "";
        position: absolute;
        display: block;
        bottom: 100%;
        right: 24px;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-bottom-color: #00b5cc;
        border-top: none; } }
  @media (min-width: 1200px) {
    .navbar-nav > li > a {
      font-size: 20px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0; }

.navbar-nav .dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: 0; }

.navbar-right .dropdown-submenu > .dropdown-menu {
  right: 100%;
  left: auto;
  top: -3px; }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; }
  .dropdown:hover > .dropdown-menu, .dropdown:focus > .dropdown-menu {
    display: block; } }

.dropdown > .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  cursor: pointer; }
  .dropdown > .dropdown-btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    right: 11px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 2px solid #fba633;
    border-right: 2px solid #fba633; }
  @media (min-width: 992px) {
    .dropdown > .dropdown-btn:after {
      top: 17px; } }

.dropdown-submenu > .dropdown-btn:after {
  width: 8px;
  height: 8px;
  border-width: 1px;
  right: 13px; }
@media (min-width: 992px) {
  .dropdown-submenu > .dropdown-btn:after {
    top: 11px;
    border-color: #00b5cc; } }

@media (min-width: 992px) {
  .no-touch .dropdown-btn {
    display: none; }
  .touch .dropdown > .dropdown-btn {
    width: 34px; }
  .touch .navbar-nav > .dropdown > a {
    padding-right: 34px; }
  .touch .navbar-nav > .dropdown > .dropdown-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0; }
    .touch .navbar-nav > .dropdown > .dropdown-btn i {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -6px; } }

.alert {
  padding: 11px 22px;
  margin-bottom: 22px;
  border: 1px solid transparent; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d7e9c6;
  color: #3c763d; }
  .alert-success .alert-link {
    color: #2b542b; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger .alert-link {
    color: #843534; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-container {
  max-width: 480px; }

.embed-responsive img.embed-responsive-item {
  height: 135%;
  margin-top: -10%; }

.embed-responsive-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer; }

.embed-responsive-thumb {
  position: relative; }

.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.carousel {
  position: relative;
  margin-bottom: 40px; }
  .carousel .container {
    position: relative; }

.carousel-home {
  overflow: hidden;
  margin-top: -80px;
  background-color: #009bc9; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-img-desktop .carousel-img {
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat; }

.carousel-img-desktop {
  height: 1080px; }

.carousel-arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 -2px 0 -2px; }
  .carousel-arrow svg {
    position: relative;
    top: 10px; }

.arrow-plug-bottom {
  fill: #fff; }

.arrow-plug-middle {
  fill: #faa635; }

.arrow-plug-top {
  fill: #e68f1a; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px; }

.header-fixed {
  position: fixed;
  background-color: #fff;
  border-bottom: 3px solid #009bc9;
  opacity: 0; }
  .header-fixed .navbar-collapse {
    border-bottom: none; }
  @media (min-width: 992px) {
    .header-fixed .header-logo {
      width: 180px; }
    .header-fixed .navbar {
      margin-top: 5px; } }

.header-fixed-in {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s; }

.header-container {
  padding-top: 11px;
  background-color: #fff; }
  .header-container:after {
    content: " ";
    display: block;
    clear: both; }

.header-logo {
  width: 140px;
  float: left;
  margin-bottom: 11px; }

.header-menu-toggle {
  float: right;
  font-weight: 700;
  padding: 3px 0 3px 6px;
  font-size: 30px;
  line-height: 30px;
  -webkit-transform: scale(1.6, 1);
      -ms-transform: scale(1.6, 1);
          transform: scale(1.6, 1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background-color: transparent;
  color: #fba633; }
  .header-menu-toggle:hover, .header-menu-toggle:focus {
    background-color: transparent;
    color: #00b5cc; }

@media (max-width: 991px) {
  .header-top:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 992px) {
  .header-logo {
    float: left;
    width: 227px; }
  .header-menu-toggle {
    display: none; } }

@media (min-width: 1200px) {
  .header-logo {
    width: auto; } }

.container-editable {
  overflow: hidden; }

.content-editable:after {
  content: " ";
  display: block;
  clear: both; }
.content-editable img {
  display: block;
  max-width: 100%;
  height: auto; }
  .content-editable img + [class^="text_"], .content-editable img + .btn {
    margin-top: 11px; }
.content-editable a {
  text-decoration: underline; }
  .content-editable a:hover, .content-editable a:focus {
    text-decoration: none; }
.content-editable a[class] {
  text-decoration: none; }

.content-layout {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed; }

.text_textop_1, .text_textop_2, .text_textop_3 {
  font-size: 17px; }

.text_texto_1, .text_texto_2, .text_texto_3 {
  font-size: 22px; }

.text_subtitulo_1, .text_subtitulo_2, .text_subtitulo_3 {
  font-size: 25px; }

.text_titulo_1, .text_titulo_2, .text_titulo_3 {
  font-size: 28px; }

.text_titulog_1, .text_titulog_2, .text_titulog_3 {
  font-size: 33px; }

.text_textop_1, .text_texto_1, .text_subtitulo_1, .text_titulo_1, .text_titulog_1, .text_color_1 {
  color: #666; }

.text_textop_2, .text_texto_2, .text_subtitulo_2, .text_titulo_2, .text_titulog_2, .text_color_2 {
  color: #00b5cc; }

.text_textop_3, .text_texto_3, .text_subtitulo_3, .text_titulo_3, .text_titulog_3, .text_color_3 {
  color: #fba633; }

.cke_editable {
  padding-top: 20px; }
  .cke_editable .content-editable {
    width: 1140px;
    margin-left: 20px;
    margin-right: 20px; }
    .cke_editable .content-editable.content-editable-sm {
      width: 746px; }
    .cke_editable .content-editable .btn {
      -webkit-user-select: inherit;
         -moz-user-select: inherit;
          -ms-user-select: inherit;
              user-select: inherit; }
  .cke_editable [class*="col-"] {
    float: left; }
  .cke_editable .col-xs-6.col-sm-12.col-md-6 {
    width: 50%; }
  .cke_editable .col-xs-6.col-sm-12.col-md-5 {
    width: 41.66667%; }
  .cke_editable .col-xs-6.col-sm-12.col-md-7 {
    width: 58.33333%; }

.footer a {
  color: #fba633; }

.footer-top {
  padding: 21px 0;
  background-color: #f2f2f2;
  font-size: 12px;
  text-align: center; }

.footer-img-list-powered p {
  font-size: 12px;
  margin: 0; }

@media (max-width: 767px) {
  .footer-top-right {
    margin-top: 10px; } }

@media (min-width: 768px) {
  .footer-top {
    text-align: left; }
  .footer-top-right {
    text-align: right; } }

.footer-bottom {
  padding-bottom: 40px; }
  .footer-bottom img {
    display: inline-block; }

.footer-img-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .footer-img-list > li {
      float: left; }
    .footer-img-list > li + li {
      float: right; } }

.footer-img-list-in {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .footer-img-list-in li {
    margin-top: 20px; }
  @media (min-width: 480px) {
    .footer-img-list-in {
      margin-left: -10px;
      margin-right: -10px; }
      .footer-img-list-in li {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
        float: left; } }
  @media (min-width: 768px) {
    .footer-img-list-in li {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .footer-img-list-in {
      text-align: left; }
      .footer-img-list-in li {
        width: auto;
        float: none;
        display: inline-block;
        margin-top: 30px; }
      .footer-img-list-in .footer-img-list-powered {
        margin-top: 0;
        position: relative;
        top: -10px; }
        .footer-img-list-in .footer-img-list-powered p {
          text-align: right; } }

.spr {
  display: inline-block; }

.icon-btn {
  margin-bottom: 22px; }
  .icon-btn .btn {
    width: 36px;
    padding: 4px 0;
    font-size: 1.2em; }
  .icon-btn.icon-btn-sm .btn {
    width: 30px;
    padding: 3px 0;
    font-size: 1em; }

.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(../img/layout/flagssprite_small.png) no-repeat; }

.flag-es {
  background-position: -16px -154px; }

.flag-eu {
  background-position: -16px -176px; }

.flag-fr {
  background-position: -16px -253px; }

.flag-gb {
  background-position: -16px -275px; }

.flag-en {
  background-position: -16px -275px; }

.flag-pt {
  background-position: -48px -242px; }

.flag-us {
  background-position: -64px -187px; }

.box {
  margin-bottom: 40px; }

.box-lg {
  margin-bottom: 62px; }

.box-sm {
  margin-bottom: 20px; }

.box-featured {
  text-align: center; }
  .box-featured .img-responsive {
    display: inline-block; }

.box-featured-title {
  padding-top: 14px; }

@media (min-width: 1200px) {
  .box-featured-2 {
    padding-top: 50px; }
  .box-featured-3 {
    padding-top: 90px; } }

.sitemap-group {
  margin-bottom: 40px; }
  .sitemap-group hr {
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .sitemap-group hr {
        display: none; } }
  .sitemap-group a {
    -webkit-transition: color 0.4s;
            transition: color 0.4s; }
    .sitemap-group a:hover, .sitemap-group a:focus {
      text-decoration: none;
      color: #00b5cc; }
    .sitemap-group a:focus {
      outline: 0; }

.sitemap, .sitemap-sub {
  list-style-type: none;
  padding: 0; }
  .sitemap:after, .sitemap-sub:after {
    content: " ";
    display: block;
    clear: both; }

.sitemap > li > a {
  color: #666;
  font-size: 22px;
  padding: 6px 0;
  display: block; }
.sitemap > li > .sitemap-sub {
  margin-bottom: 11px; }

.sitemap-sub li a {
  position: relative;
  display: block;
  padding: 6px 12px;
  color: #666; }
  .sitemap-sub li a .fa {
    position: absolute;
    right: 12px;
    top: 8px; }
.sitemap-sub li .sitemap-sub li a {
  padding-left: 24px; }

@media screen and (max-width: 480px) {
  .sitemap > li > .sitemap-sub > li:first-child > a {
    border-top: none; } }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.clear-mb {
  margin-bottom: 0 !important; }

.browser {
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: center; }

.browser-js-disabled, .browser-upgrade {
  display: block;
  padding: 8px;
  margin: 0;
  border-top: 1px solid #bcbec0; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 992px) {
  .hidden-small {
    display: none !important; } }

@media (min-width: 993px) {
  .hidden-large {
    display: none !important; } }

@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
