@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/*!  mhCentro styles */
/*! normalize.css v3.0.1 | 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, 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: 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; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .table th {
    background-color: #fff !important; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  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: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.38;
  color: #227480;
  background-color: #fff;
  min-width: 320px; }

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

a {
  color: #5ba4af;
  text-decoration: none; }
  a:hover, a:focus {
    color: #227480;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 8px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.38;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

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

.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; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  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: #d0e5e8; }

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: 36px; }

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

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

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

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

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

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

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

cite {
  font-style: normal; }

mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em; }

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

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

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

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

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

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

.text-muted {
  color: #d0e5e8; }

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

.bg-brand-dark {
  background-color: #227480;
  color: #fff; }

.bg-brand-light {
  background-color: #d0e5e8; }

.bg-brand-lighter {
  background-color: #edf4f5; }

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

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }
  .list-unstyled ul, .list-unstyled .list-inline {
    list-style: none;
    padding-left: 22px; }

.list-inline > li {
  display: inline-block;
  padding-right: 10px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt, dd {
  line-height: 1.38; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:after {
  content: " ";
  display: block;
  clear: both; }
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d0e5e8; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.38; }

.titles {
  margin-bottom: 22px; }

.title, .subtitle {
  margin: 0; }

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .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: 1150px; } }

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

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .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: 15px;
  padding-right: 15px; }

@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;
  width: 100%; }

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.38;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead {
    background-color: #edf4f5; }
  .table > thead > tr > th {
    vertical-align: bottom; }
  .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-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

.table-responsive .table {
  border: 1px solid #ddd; }
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; } }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: normal; }

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

input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.form-control {
  display: block;
  width: 100%;
  height: 29px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.38;
  color: #5ba4af;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #227480;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #227480;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #227480; }
  .form-control::-webkit-input-placeholder {
    color: #227480; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #edf4f5;
    opacity: 1; }

.form-light .form-control {
  background-color: #d0e5e8;
  color: #227480; }

textarea.form-control {
  height: auto; }

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

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  line-height: 29px;
  line-height: 1.38 \0; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
    line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
    line-height: 48px; }

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

.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    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;
  top: -1px;
  margin-left: -20px;
  margin-top: 4px \9; }

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

.radio-inline, .checkbox-inline {
  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; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #51c2d1; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px; }
    .form-inline .radio label, .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
    top: 2px; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-group-inputs:after {
  content: " ";
  display: block;
  clear: both; }

.form-grid .form-group > label {
  display: block; }
.form-grid .radio, .form-grid .checkbox {
  padding-top: 3px;
  height: 24px;
  margin-bottom: 0; }
.form-grid input[type="radio"], .form-grid input[type="checkbox"] {
  top: 2px; }

.form-inline-labeled label {
  display: block; }
.form-inline-labeled .radio, .form-inline-labeled .checkbox {
  padding-top: 3px;
  height: 29px; }

.form-input-left, .form-input-right {
  width: 50%;
  float: left; }

.form-input-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.form-input-right {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

form .validation-error {
  position: relative; }
form .validation-error .form-control, form .validation-error .form-select-text, form .validation-error .form-select-btn {
  color: #e53380;
  border-color: #e53380; }
form .validation-icon {
  display: none; }
form .validation-error .validation-icon {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 8px;
  color: #e53380; }
  form .validation-error .validation-icon.validation-icon-textarea {
    bottom: auto;
    top: 10px; }
  .header-log-inner form .validation-error .validation-icon {
    bottom: 7px;
    right: 3px; }
form .fv-error-txt {
  color: #e53380; }
form .fv-error {
  position: absolute;
  right: 0;
  top: 5px; }
  form .fv-error .fv-error-txt {
    font-weight: normal;
    font-size: 12px; }
form .input-group .fv-error {
  top: -24px;
  right: 0; }

.form-msm .form-msm-error {
  display: inline-block;
  color: #e53380;
  font-weight: 700; }
.form-msm .form-msm-success {
  display: inline-block;
  color: #5cb85c;
  font-weight: 700; }

.form-msm-header .form-msm-error, .form-msm-header .form-msm-success {
  position: relative;
  top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase; }

.form-newsletter .form-group {
  margin-bottom: 6px; }

@media (min-width: 480px) and (max-width: 767px) {
  .form-newsletter .form-group {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
  .form-newsletter:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 768px) {
  .form-newsletter .form-group {
    width: 30%; }
  .form-newsletter .form-control {
    width: 100%;
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.38;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }

.btn-default {
  color: #333;
  background-color: #edf4f5;
  border-color: #edf4f5; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #cce0e3;
    border-color: #cce0e3; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #edf4f5;
    border-color: #edf4f5; }
  .btn-default .badge {
    color: #edf4f5;
    background-color: #333; }

.btn-brand {
  color: #fff;
  background-color: #5ba4af;
  border-color: #5ba4af; }
  .btn-brand:hover, .btn-brand:focus, .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #468891;
    border-color: #468891; }
  .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    background-image: none; }
  .btn-brand.disabled, .btn-brand.disabled:hover, .btn-brand.disabled:focus, .btn-brand.disabled:active, .btn-brand.disabled.active, .btn-brand[disabled], .btn-brand[disabled]:hover, .btn-brand[disabled]:focus, .btn-brand[disabled]:active, .btn-brand[disabled].active, fieldset[disabled] .btn-brand, fieldset[disabled] .btn-brand:hover, fieldset[disabled] .btn-brand:focus, fieldset[disabled] .btn-brand:active, fieldset[disabled] .btn-brand.active {
    background-color: #5ba4af;
    border-color: #5ba4af; }
  .btn-brand .badge {
    color: #5ba4af;
    background-color: #fff; }

.btn-brand-dark {
  color: #edf4f5;
  background-color: #227480;
  border-color: #227480; }
  .btn-brand-dark:hover, .btn-brand-dark:focus, .btn-brand-dark:active, .btn-brand-dark.active, .open > .btn-brand-dark.dropdown-toggle {
    color: #edf4f5;
    background-color: #175058;
    border-color: #175058; }
  .btn-brand-dark:active, .btn-brand-dark.active, .open > .btn-brand-dark.dropdown-toggle {
    background-image: none; }
  .btn-brand-dark.disabled, .btn-brand-dark.disabled:hover, .btn-brand-dark.disabled:focus, .btn-brand-dark.disabled:active, .btn-brand-dark.disabled.active, .btn-brand-dark[disabled], .btn-brand-dark[disabled]:hover, .btn-brand-dark[disabled]:focus, .btn-brand-dark[disabled]:active, .btn-brand-dark[disabled].active, fieldset[disabled] .btn-brand-dark, fieldset[disabled] .btn-brand-dark:hover, fieldset[disabled] .btn-brand-dark:focus, fieldset[disabled] .btn-brand-dark:active, fieldset[disabled] .btn-brand-dark.active {
    background-color: #227480;
    border-color: #227480; }
  .btn-brand-dark .badge {
    color: #227480;
    background-color: #edf4f5; }

.btn-brand-alt {
  color: #fff;
  background-color: #e53380;
  border-color: #e53380; }
  .btn-brand-alt:hover, .btn-brand-alt:focus, .btn-brand-alt:active, .btn-brand-alt.active, .open > .btn-brand-alt.dropdown-toggle {
    color: #fff;
    background-color: #cb1a67;
    border-color: #cb1a67; }
  .btn-brand-alt:active, .btn-brand-alt.active, .open > .btn-brand-alt.dropdown-toggle {
    background-image: none; }
  .btn-brand-alt.disabled, .btn-brand-alt.disabled:hover, .btn-brand-alt.disabled:focus, .btn-brand-alt.disabled:active, .btn-brand-alt.disabled.active, .btn-brand-alt[disabled], .btn-brand-alt[disabled]:hover, .btn-brand-alt[disabled]:focus, .btn-brand-alt[disabled]:active, .btn-brand-alt[disabled].active, fieldset[disabled] .btn-brand-alt, fieldset[disabled] .btn-brand-alt:hover, fieldset[disabled] .btn-brand-alt:focus, fieldset[disabled] .btn-brand-alt:active, fieldset[disabled] .btn-brand-alt.active {
    background-color: #e53380;
    border-color: #e53380; }
  .btn-brand-alt .badge {
    color: #e53380;
    background-color: #fff; }

.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: height 0.35s ease;
  transition: height 0.35s ease; }

.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: 100px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #227480;
  border-radius: 4px; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.38;
    color: #fff;
    white-space: nowrap; }
  @media (min-width: 1200px) {
    .dropdown-menu > li {
      margin: 0 20px; }
      .dropdown-menu > li > a {
        padding: 7px 0;
        border-top: 1px solid #fff; }
      .dropdown-menu > li:first-child > a {
        border: none; } }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none; }

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #d0e5e8; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.38;
  color: #d0e5e8;
  white-space: nowrap; }

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #5ba4af;
  text-align: center;
  background-color: #edf4f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.input-group-multiple {
  width: 100%; }

.input-group-divider {
  display: table-cell;
  width: 1px; }

.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: #edf4f5; }
    .nav > li.disabled > a {
      color: #d0e5e8; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #d0e5e8;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.38;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #edf4f5 #edf4f5 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #5ba4af;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5ba4af; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-justified > .nav-tabs.nav-justified {
    float: none; }
    .nav-justified > li > a, .nav-justified > li > .nav-tabs.nav-justified {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .nav-tabs.nav-justified {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-justified > .nav-tabs.nav-justified {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-justified > li > .nav-tabs.nav-justified {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs-justified > li > .nav-tabs.nav-justified, .nav-tabs-justified > li > .nav-tabs.nav-justified {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs-justified > li > .nav-tabs.nav-justified, .nav-tabs-justified > li > .nav-tabs.nav-justified {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  border-radius: 4px 4px 0 0; }
  .navbar:after {
    content: " ";
    display: block;
    clear: both; }
  .navbar .btn {
    border-radius: 4px 0 0 0;
    font-size: 20px;
    min-height: 38px; }
  @media (min-width: 1200px) {
    .navbar .btn {
      padding-top: 8px;
      padding-bottom: 7px;
      height: 44px; } }

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:after {
    content: " ";
    display: block;
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1200px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; } }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 1200px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  min-height: 38px;
  background-color: #227480;
  background-image: none;
  border: 1px solid transparent;
  border-top-right-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 1200px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 0 -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; }
      .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 60px; } }
  @media (min-width: 1200px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left;
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px;
          height: 44px; }
        .navbar-nav > li:first-child {
          border: none; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 1200px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-default {
  background-color: #5ba4af; }
  @media (min-width: 992px) {
    .navbar-default {
      background-color: #5ba4af; } }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    padding-top: 11px;
    padding-bottom: 11px; }
  .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li:focus > a {
    background-color: #227480; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #227480; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #227480; }
  @media (max-width: 1199px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #227480;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

@media (min-width: 1200px) {
  .no-touch .dropdown-btn {
    display: none; } }

.navbar-nav .dropdown > .dropdown-btn {
  position: absolute;
  top: 0;
  right: 5px;
  padding-top: 12px;
  width: 35px;
  text-align: center;
  cursor: pointer;
  color: #fff; }
  @media (min-width: 1200px) {
    .navbar-nav .dropdown > .dropdown-btn {
      right: 0; } }
.touch .navbar-nav .dropdown > a {
  padding-right: 35px; }
@media (min-width: 1200px) {
  .touch .navbar-nav .dropdown .dropdown-submenu > .dropdown-btn {
    padding-top: 9px;
    padding-bottom: 5px; } }

@media (min-width: 1200px) {
  .navbar .container-fluid {
    padding: 0; }
  .navbar-collapse.collapse {
    padding: 0; }
  .dropdown:hover > .dropdown-menu {
    display: block; }
  .dropdown-menu .dropdown.open > a {
    color: #d0e5e8; }
  .dropdown-menu > li:hover > a, .dropdown-menu > li:focus > a {
    color: #d0e5e8;
    text-decoration: none; }
  .dropdown-submenu {
    position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 4px;
    background-color: #278794; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .navbar-right .dropdown-submenu.open .dropdown-menu, .navbar-right .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px; } }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 30px;
  width: 100%; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.38;
      text-decoration: none;
      color: #5ba4af;
      background-color: #edf4f5; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:nth-last-child(2) > a {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      border-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    background-color: #d0e5e8; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    z-index: 2;
    background-color: #d0e5e8;
    cursor: default; }

.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 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.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-btn:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 46px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -23px;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px; }
  .embed-responsive-btn:hover:before {
    background-color: #cc181e; }
  .embed-responsive-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #fff; }

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

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  min-width: 160px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.carousel {
  position: relative;
  margin-bottom: 30px; }
  .carousel:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    left: 10%;
    right: 10%;
    bottom: -10px;
    border-top: 1px solid #fff;
    background-image: -webkit-radial-gradient(ellipse at top, rgba(0, 0, 0, 0.6), transparent 70%);
    background-image: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.6), transparent 70%); }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff; }
  .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; }
  .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-indicators {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 25px;
  left: 50%;
  z-index: 15;
  margin: 0;
  margin-left: -50%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff; }
  .carousel-indicators .active {
    background-color: #e53380; }

.carousel-caption {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  right: 15px;
  padding: 0;
  border-radius: 4px;
  background-color: #214445;
  background-color: rgba(33, 68, 69, 0.8); }

.carousel-caption-title {
  color: #fff;
  font-weight: 700;
  margin: 15px; }

.carousel-caption-subtitle {
  display: none; }

.carousel-btn {
  position: absolute;
  z-index: 100;
  bottom: 15px;
  left: 15px; }
  .carousel-btn .btn {
    font-size: 18px;
    font-weight: 700; }

.carousel-img-phone .carousel-img, .carousel-img-tablet .carousel-img {
  height: 100%;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover; }

.carousel-img-phone {
  height: 198px; }

.carousel-img-tablet {
  height: 198px; }

.carousel-lg .carousel-img-tablet {
  height: 350px; }

@media screen and (min-width: 480px) {
  .carousel-caption {
    right: auto;
    width: 60%;
    top: 30px;
    left: 30px; }
  .carousel-btn {
    bottom: 30px;
    left: 30px; } }

@media screen and (min-width: 768px) {
  .carousel-caption {
    top: 60px;
    right: auto;
    width: 40%; }
  .carousel-caption-title {
    font-size: 24px; }
  .carousel-caption-subtitle {
    display: block;
    margin: 15px;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: 300;
    border-top: 1px solid #fff;
    color: #fff; } }

@media screen and (min-width: 992px) {
  .carousel-caption-title {
    font-size: 36px; } }

@media screen and (min-width: 1200px) {
  .carousel-img-tablet {
    height: 192px; }
  .carousel-caption {
    width: 35%; } }

.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; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative;
    margin-bottom: 10px; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-search:before {
  content: "\f002"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-sync:before, .fa-refresh:before {
  content: "\f021"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.spr {
  display: inline-block; }

.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
  top: 0.12em; }

.icon-btn {
  margin-bottom: 20px; }
  .icon-btn .btn {
    width: 1.76em;
    height: 1.76em;
    margin-bottom: 4px;
    padding: 0;
    line-height: 1.7;
    font-size: 1.35em; }
  .icon-btn.icon-btn-sm .btn {
    font-size: 1.2em;
    width: 1.6em;
    height: 1.6em; }

.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: 30px; }

.box-body, .box-call-now {
  padding: 15px 30px; }

.box-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px 30px; }

.box-header-title {
  margin-bottom: 0;
  font-weight: 700; }

.box-call-now {
  position: relative;
  font-size: 30px;
  font-weight: 700; }
  .box-call-now:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.2); }

.box-video {
  position: relative;
  padding: 30px;
  padding-top: 15px; }
  .box-video:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    left: 30px;
    border-bottom: 1px solid #d0e5e8; }

.header .container {
  position: relative; }

.header-top {
  height: 223px;
  position: relative; }

.header-logo {
  position: relative;
  top: -16px;
  display: block;
  text-align: center; }
  .header-logo img {
    display: inline-block; }

.header-contact {
  position: absolute;
  top: 116px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2; }

.header-btn-50 {
  width: 50%;
  float: left; }
  .header-btn-50 .header-btn-25 {
    width: 22%;
    padding-left: 0;
    padding-right: 0; }

.header-search {
  position: absolute;
  bottom: 49px;
  width: 100%; }
  .header-search .form-control {
    background-color: rgba(208, 229, 232, 0.8); }

.header-call {
  position: absolute;
  z-index: 200;
  right: 0;
  left: 0;
  bottom: 10px; }
  .header-call .btn-brand-call {
    width: 100%; }

.header-call-pop {
  position: absolute;
  z-index: 50;
  right: 0;
  width: 100%;
  margin-top: 1px;
  padding: 15px;
  border-radius: 4px;
  background-color: #d0e5e8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .header-call-pop p {
    line-height: 1.2; }

@media (min-width: 480px) {
  .header-search {
    bottom: 10px;
    left: 0;
    width: 230px; }
  .header-btn-50:first-child {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 154px;
    margin-bottom: 9px;
    text-align: right; }
  .header-call {
    right: 0;
    left: auto;
    bottom: 10px; }
    .header-call .btn-brand-call {
      width: auto; }
  .header-call-pop {
    width: 348px;
    right: 1px; } }

.header-schedule {
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  background-color: #214445;
  background-color: rgba(33, 68, 69, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .header-schedule h2 {
    font-size: 24px;
    font-weight: 700; }
  .header-schedule p {
    font-weight: 300;
    line-height: 1.1; }
  .header-schedule .form-group {
    margin-bottom: 8px; }

.header-schedule .header-schedule-lg-show {
  display: none; }
.header-schedule-lg .header-schedule-lg-show {
  display: block; }

@media (min-width: 768px) {
  .header {
    background: #fff url(../img/layout/bg.jpg) 66% 10px no-repeat; }
  .header-logo {
    top: -36px;
    text-align: left; }
  .header-contact {
    width: 326px;
    top: 90px;
    text-align: right; }
  .header-top {
    height: 151px; }
  .header-schedule {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 350px;
    height: 198px;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 10; }
  .header-schedule.header-schedule-lg {
    height: 350px; } }

@media (min-width: 1200px) {
  .header {
    background: #fff url(../img/layout/bg.jpg) center top no-repeat; }
  .header-top {
    height: 145px; }
  .header-search {
    left: auto;
    right: 0;
    width: 250px; }
  .header-btn-50:first-child {
    margin-bottom: 72px; }
  .header-call {
    bottom: -38px;
    max-height: 38px; }
    .header-call .btn-brand-call {
      font-size: 20px;
      border-radius: 0 4px 0 0;
      padding-top: 8px;
      padding-bottom: 7px;
      height: 44px; }
  .header-call-pop {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .header-schedule {
    height: 192px; } }

.box-newsletter {
  padding: 30px;
  background-color: #d0e5e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 1px;
  text-align: center; }
  .box-newsletter .title {
    font-size: 24px;
    font-weight: 700; }
  .box-newsletter .subtitle {
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 300; }

.footer {
  font-weight: 300; }

.footer-top {
  padding: 30px 0 1px 0;
  background-color: #edf4f5; }
  .footer-top p, .footer-top li {
    line-height: 1.2; }

.footer-bottom {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 40px; }
  .footer-bottom p {
    margin: 0; }
  .footer-bottom a {
    color: #e53380;
    text-decoration: underline; }

.footer-title, .footer-subtitle {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d0e5e8; }

.footer-title {
  font-weight: 700; }

.footer-address {
  margin-bottom: 22px; }
  .footer-address a {
    color: #edf4f5; }
    .footer-address a:hover, .footer-address a:focus {
      color: #5ba4af; }

.footer-menu {
  padding: 0;
  margin-top: 22px;
  list-style-type: none; }
  .footer-menu:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .footer-menu li {
    float: left;
    margin-bottom: 11px;
    border-left: 1px solid #5ba4af; }
  .footer-menu a {
    display: block;
    padding: 0 12px;
    color: #5ba4af;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.1; }
    .footer-menu a:hover, .footer-menu a:focus {
      color: #5ba4af; }
  .footer-menu li:first-child {
    border-left: none; }
    .footer-menu li:first-child a {
      padding-left: 0; }

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

@media (min-width: 992px) {
  .footer-bottom {
    margin-bottom: 0; } }

.sitemap-group {
  margin-bottom: 30px; }
  .sitemap-group hr {
    border-top: 1px solid #edf4f5;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .sitemap-group hr {
        display: none; } }
  .sitemap-group a {
    -webkit-transition: padding-left 0.3s;
            transition: padding-left 0.3s; }
    .sitemap-group a:hover, .sitemap-group a:focus {
      background-color: #edf4f5;
      padding-left: 6px; }

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

.sitemap > li > a {
  color: #227480;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 0;
  display: block; }
  @media screen and (max-width: 480px) {
    .sitemap > li > a {
      border-bottom: 1px solid #edf4f5; } }
  .sitemap > li > a:hover, .sitemap > li > a:focus {
    color: #5ba4af; }

.sitemap-sub li a {
  position: relative;
  display: block;
  padding: 4px 0;
  border-top: 1px solid #edf4f5;
  text-decoration: none; }
  .sitemap-sub li a .fa {
    position: absolute;
    right: 4px;
    top: 6px; }
.sitemap-sub li .sitemap-sub li {
  padding-left: 10px; }

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

.shadow-bottom {
  position: relative; }
  .shadow-bottom:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    height: 8px;
    left: 0;
    right: 0;
    bottom: -8px;
    background-image: -webkit-radial-gradient(top, ellipse, rgba(0, 0, 0, 0.3), transparent 60%);
    background-image: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.3), transparent 60%); }

/*!
 * Datetimepicker for Bootstrap 3
//! version : 4.0.0-beta
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 95%;
  max-width: 300px;
  background-color: #fff;
  color: #5ba4af;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  @media (min-width: 480px) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
      width: 280px; } }
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
    width: 180px; }
  .bootstrap-datetimepicker-widget.dropdown-menu .month {
    text-transform: capitalize; }

.bootstrap-datetimepicker-widget .list-unstyled, .bootstrap-datetimepicker-widget .list-inline {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
  color: #5ba4af; }

.bootstrap-datetimepicker-widget.pull-right a[data-action] {
  padding: 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-transform: capitalize; }

.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget thead tr th {
  padding: 5px 10px; }

.bootstrap-datetimepicker-widget thead tr:first-child .prev:hover, .bootstrap-datetimepicker-widget thead tr:first-child .next:hover {
  cursor: pointer;
  background: #edf4f5; }

.bootstrap-datetimepicker-widget td {
  height: 34px;
  line-height: 34px;
  width: 54px; }

.bootstrap-datetimepicker-widget td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777; }

.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  color: #5ba4af; }

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
  background: #d0e5e8;
  color: #5ba4af;
  cursor: pointer; }

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
  color: #d0e5e8; }

.bootstrap-datetimepicker-widget td.today {
  position: relative; }

.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  background-color: #227480;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #d0e5e8;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 34px;
  line-height: 34px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget td span:hover {
  background: #edf4f5; }

.bootstrap-datetimepicker-widget td .timepicker-minute:hover, .bootstrap-datetimepicker-widget td .timepicker-hour:hover {
  background: #fff;
  cursor: default; }

.bootstrap-datetimepicker-widget td span.active {
  background-color: #d0e5e8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.datetimepicker-container {
  position: relative; }

[data-dtpicker="container-years"] .datepicker-days thead .picker-switch, [data-dtpicker="container-years"] .datepicker-months thead .picker-switch {
  cursor: pointer;
  background-color: #d0e5e8; }
  [data-dtpicker="container-years"] .datepicker-days thead .picker-switch:hover, [data-dtpicker="container-years"] .datepicker-months thead .picker-switch:hover {
    background-color: #5ba4af;
    color: #fff; }

.calendar {
  position: relative;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #edf4f5; }
  @media (min-width: 768px) {
    .calendar {
      padding: 15px 4px; } }
  @media (min-width: 992px) {
    .calendar {
      padding: 15px 30px; } }

.calendar-fc .fc-header {
  text-align: center; }
  .calendar-fc .fc-header .fc-header-title h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700; }
  .calendar-fc .fc-header .fc-header-left, .calendar-fc .fc-header .fc-header-right {
    width: 35px;
    position: relative; }
  .calendar-fc .fc-header .fc-button-prev, .calendar-fc .fc-header .fc-button-next {
    display: block;
    width: 44px;
    height: 30px;
    font-size: 30px;
    line-height: 25px;
    cursor: pointer; }
    .calendar-fc .fc-header .fc-button-prev .fc-text-arrow, .calendar-fc .fc-header .fc-button-next .fc-text-arrow {
      position: relative; }
  .calendar-fc .fc-header .fc-state-hover {
    color: #5ba4af; }
.calendar-fc .fc-content {
  margin-top: 3px; }
.calendar-fc .fc-border-separate thead th {
  font-weight: normal;
  width: auto !important;
  text-transform: uppercase;
  text-align: center;
  padding: 1px;
  border-bottom: 1px solid #d0e5e8;
  font-size: 14px; }
  .calendar-fc .fc-border-separate thead th:first-child {
    border-left: none; }
.calendar-fc .fc-grid .fc-day-number {
  position: relative;
  margin-top: 16px;
  margin-right: 4px;
  float: right;
  font-size: 13px;
  line-height: 13px; }
.calendar-fc .fc-grid .fc-day-content {
  height: 33px;
  top: 5px; }
.calendar-fc .fc-today .fc-day-number {
  color: #fff; }
.calendar-fc .fc-today .fc-day-content {
  background: #5ba4af; }
.calendar-fc .fc-event-title a {
  display: block;
  width: 42px;
  height: 33px; }
.calendar-fc .new-fc-selected .fc-day-content {
  background: #e53380; }
.calendar-fc .new-fc-selected .fc-day-number {
  color: #fff; }
.calendar-fc .fc-today.new-fc-selected .fc-day-content {
  background-color: #468891; }

.container-editable {
  overflow: hidden; }

.cke_editable .content-editable {
  width: 737px;
  margin-left: 30px;
  margin-right: 30px; }
  .cke_editable .content-editable .btn {
    -webkit-user-select: inherit;
       -moz-user-select: inherit;
        -ms-user-select: inherit;
            user-select: inherit; }

.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%; }

.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 .btn {
  text-decoration: none; }
.content-editable .text_subtitulo_1 a, .content-editable .text_subtitulo_2 a, .content-editable .text_subtitulo_3 a, .content-editable .text_titulo_1 a, .content-editable .text_titulo_2 a, .content-editable .text_titulo_3 a {
  color: inherit; }

.content-layout {
  margin-bottom: 30px;
  table-layout: fixed; }

.content-layout-top {
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #5ba4af; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #5ba4af; }

.img-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px; }

.img-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px; }

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

.text_textop_1 {
  color: #227480; }

.text_textop_2 {
  color: #5ba4af; }

.text_textop_3 {
  color: #e53380; }

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

.text_texto_1 {
  color: #227480; }

.text_texto_2 {
  color: #5ba4af; }

.text_texto_3 {
  color: #e53380; }

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

.text_subtitulo_1 {
  color: #227480; }

.text_subtitulo_2 {
  color: #5ba4af; }

.text_subtitulo_3 {
  color: #e53380; }

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

.text_titulo_1 {
  color: #227480; }

.text_titulo_2 {
  color: #5ba4af; }

.text_titulo_3 {
  color: #e53380; }

.text_color_1 {
  color: #227480; }

.text_color_2 {
  color: #5ba4af; }

.text_color_3 {
  color: #e53380; }

.disable-hover {
  pointer-events: 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;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

.visible-xs, .visible-sm, .visible-md, .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: 479px) {
  .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; } }
