/*!  mk9 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: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #2d4a82;
  font-weight: 300;
  background-color: #f5f5f5;
  min-width: 320px;
  overflow-y: scroll;
  padding-top: 47px; }
  @media (min-width: 992px) {
    body {
      padding-top: 85px; } }

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

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

.link-inverse {
  color: #192a49;
  text-decoration: underline; }
  .link-inverse:hover, .link-inverse:focus {
    color: #2d4a82;
    text-decoration: none; }

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

a.link-efect-block {
  display: block; }

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: 30px;
  margin-bottom: 15px; }

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

hr {
  margin-bottom: 11px;
  border: 0;
  border-top: 1px solid #e5e4e4; }

.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: #e5e4e4; }

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

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

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

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

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

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

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

strong {
  font-weight: 700; }

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

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

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

.text-muted {
  color: #e5e4e4; }

.text-brand {
  color: #2d4a82; }

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

.bg-brand {
  background-color: #2d4a82; }

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

.bg-snow {
  background-color: #fff; }

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

.list-info {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 11px; }
  .list-info:after {
    content: " ";
    display: block;
    clear: both; }
  .list-info > li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 6px;
    padding-right: 11px; }
  @media (min-width: 480px) and (max-width: 767px), (min-width: 992px) {
    .list-info > li {
      width: 50%; }
    .list-info.list-info-thumb {
      padding-left: 160px; }
      .list-info.list-info-thumb .list-info-thumbnail {
        width: 150px;
        float: left;
        margin-left: -160px; } }
  @media print {
    .list-info > li {
      width: 50%; }
    .list-info.list-info-thumb {
      padding-left: 160px; }
      .list-info.list-info-thumb .list-info-thumbnail {
        width: 150px;
        float: left;
        margin-left: -160px; } }

.list-info-title {
  font-weight: 900;
  color: #2d4a82; }

.titles {
  margin-bottom: 22px; }

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

.titles-brand {
  background-color: #2d4a82;
  color: #fff; }

.titles-shape {
  position: relative; }

.titles-shape-svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0;
  margin-bottom: -1px;
  padding-bottom: 9.56%; }
  .titles-shape-svg .svg-titles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #2d4a82; }

.titles-shape-text {
  padding: 0 11px 11px; }

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

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

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

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

.row-xxs {
  margin-left: -1px;
  margin-right: -1px; }
  .row-xxs [class^="col-"] {
    padding-left: 1px;
    padding-right: 1px; }

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

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.375;
    vertical-align: top;
    border-bottom: 1px solid #e5e4e4; }
  .table > thead > tr > th {
    vertical-align: bottom;
    background-color: #2d4a82;
    color: #fff;
    border-bottom: none; }
  .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: #f5f5f5; }

.table-bg-brand-alt > thead > tr > th {
  background-color: #eaad11; }

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  width: 100%;
  margin-bottom: 16.5px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #f5f5f5;
  border-bottom: none; }
  .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; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: red;
  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: 9px;
  font-size: 16px;
  line-height: 1.375;
  color: #2d4a82; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.375;
  color: #2d4a82;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e4e4;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #2d4a82;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #797979;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #797979; }
  .form-control::-webkit-input-placeholder {
    color: #797979; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    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: 40px; }
    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: 29px; }
    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: 57px; } }

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

.input-lg {
  height: 57px;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 1.33333; }

select.input-lg {
  height: 57px;
  line-height: 57px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: 0;
  top: 8px; }
  .form-grid .has-fv-msm {
    right: 15px; }

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

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

@media (min-width: 1200px) {
  .form-filter {
    padding: 0 90px 15px 138px; } }

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: #2d4a82; }
  button:hover, button:focus {
    color: #2d4a82; }
  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: #e5e4e4;
  color: #000;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.375;
  -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: #dcdcdc;
    text-decoration: none; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none; }

.btn-brand {
  color: #fff;
  background-color: #2d4a82;
  border-color: #2d4a82; }
  .btn-brand:hover, .btn-brand:focus, .btn-brand.focus, .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #20355c;
    border-color: #20355c; }

.btn-brand-alt {
  color: #fff;
  background-color: #eaad11;
  border-color: #eaad11; }
  .btn-brand-alt:hover, .btn-brand-alt:focus, .btn-brand-alt.focus, .btn-brand-alt:active, .btn-brand-alt.active, .open > .btn-brand-alt.dropdown-toggle {
    color: #fff;
    background-color: #ba890e;
    border-color: #ba890e; }

.btn-brand-alt-alpha {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff; }
  .btn-brand-alt-alpha:hover, .btn-brand-alt-alpha:focus {
    background-color: #eaad11;
    color: #fff; }

.btn-icon {
  width: 40px;
  padding-left: 0;
  padding-right: 0; }

.btn-round {
  border-radius: 50%; }

.btn-line-alpha {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 7px 0; }
  .btn-line-alpha:hover, .btn-line-alpha:focus {
    background-color: transparent;
    color: #fff;
    opacity: 0.6; }

.btn-lg {
  font-weight: 700;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 1.35; }

.btn-sm {
  padding: 3px 10px;
  font-size: 14px;
  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; }

@-webkit-keyframes logoRightLeft {
  0 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); } }

@keyframes logoRightLeft {
  0 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); } }

@-webkit-keyframes logoRightLeftBig {
  0 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); } }

@keyframes logoRightLeftBig {
  0 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); } }

.caret:before {
  content: "\f107"; }

.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: 16px;
  text-align: left;
  background-color: #2d4a82;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu > li > a {
    position: relative;
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.375;
    color: #fff;
    white-space: nowrap; }
  @media (min-width: 992px) {
    .dropdown-menu > li + li > a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 100%;
      left: 20px;
      right: 20px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.3); } }

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

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .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, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #2d4a82;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #e5e4e4; }
  .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 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-divider {
  display: table-cell;
  width: 6px; }

.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: #f5f5f5; }
    .nav > li.disabled > a {
      color: #e5e4e4; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #e5e4e4;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f5f5f5;
    border-color: #2d4a82; }
  .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 #e5e4e4;
  padding-bottom: 1px; }
  .nav-tabs > li {
    float: left; }
    .nav-tabs > li > a {
      margin-right: 1px;
      background-color: #e5e4e4;
      line-height: 1.375;
      padding-top: 9px;
      padding-bottom: 9px;
      color: #000; }
      .nav-tabs > li > a:hover {
        color: #fff;
        background-color: #2d4a82; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #2d4a82;
      cursor: default; }

.nav-tabs-address {
  margin-bottom: 30px; }
  .nav-tabs-address .tab-content {
    padding-top: 11px; }

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

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

.navbar {
  position: relative; }
  .navbar:after {
    content: " ";
    display: block;
    clear: both; }
  .navbar .navbar-collapse {
    border-color: transparent; }

.navbar-header:after {
  content: " ";
  display: block;
  clear: both; }
@media (min-width: 992px) {
  .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: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 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-toggle {
  margin-top: 5px;
  float: right; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 11px 0 0;
  max-height: 76vh; }
  .navbar-nav > li > a {
    padding: 10px 8px;
    color: #2d4a82;
    font-weight: 400;
    line-height: 22px; }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
      color: #eaad11;
      background-color: transparent; }
  .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #eaad11;
    background-color: transparent; }
  .navbar-nav > .disabled > a, .navbar-nav > .disabled > a:hover, .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #eaad11; }
  @media (max-width: 991px) {
    .navbar-nav > li > a {
      padding-left: 18px; }
    .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: #2d4a82;
        padding: 5px 15px 5px 25px;
        line-height: 22px;
        background-color: transparent; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #eaad11;
          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: #eaad11;
        background-color: transparent; }
      .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; }
    .navbar-nav .dropdown-menu .dropdown.open > a {
      color: #2d4a82; }
    .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: 32px 12px 31px 12px; }
      .header-fixed .navbar-nav > li > a {
        padding: 15px 12px; }
      .navbar-nav > .active > a:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #eaad11; }
      .navbar-nav .dropdown.open > a {
        background-color: transparent; } }

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

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

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

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #ccc; }
    .breadcrumb > li a:hover, .breadcrumb > li a:focus {
      text-decoration: none; }
    .breadcrumb > li.active {
      color: #e5e4e4; }

.pagination {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 30px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 8px 12px;
      line-height: 1.375;
      color: #2d4a82;
      background-color: #e5e4e4; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    color: #fff;
    background-color: #2d4a82;
    text-decoration: none; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    z-index: 2;
    color: #fff;
    background-color: #2d4a82;
    cursor: default; }
  .pagination .pagination-total {
    text-transform: uppercase; }

.label {
  display: inline-block;
  padding: 0.5em 0.7em 0.4em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #797979;
  background-color: #e5e4e4;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-transform: uppercase; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #eaad11;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #e5e4e4; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #cccaca; }

.label-brand {
  color: #fff;
  background-color: #2d4a82; }
  .label-brand[href]:hover, .label-brand[href]:focus {
    background-color: #20355c; }

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

.media-content {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e4e4; }

.media {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e4e4; }
  .media:first-child {
    margin-top: 0; }
  .media-content .media {
    border-bottom: none;
    margin-bottom: 11px;
    padding-bottom: 0; }

.media-summary {
  margin-bottom: 0; }

.media, .media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right, .media > .pull-right {
  padding-left: 15px; }

.media-left, .media > .pull-left {
  padding-right: 15px; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media-heading {
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 5px; }

.media-link, .media-left img {
  display: block;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
  .media-link:hover, .media-link:focus, .media-left img:hover, .media-left img:focus {
    opacity: 0.8;
    text-decoration: none;
    color: inherit; }

.media-left .media-img-responsive {
  display: block;
  width: 90px; }
.media-left.media-left-xl .media-img-no, .media-left.media-left-xl .media-img-responsive {
  width: 150px; }
@media (min-width: 768px) and (max-width: 991px) {
  .media-left.media-left-xl .media-img-no, .media-left.media-left-xl .media-img-responsive {
    width: 90px; } }

.media-list .media-object {
  width: 160px; }

@media (max-width: 479px) {
  .media-left, .media-right, .media-body {
    display: block; }
  .media-body {
    width: auto; }
  .media-left, .media-right {
    margin-bottom: 11px;
    padding: 0; }
  .media-list .media-left, .media-list .media-right, .media-list .media-body {
    display: block; }
  .media-list .media-object {
    width: 160px;
    margin-bottom: 11px; } }

.list-links {
  padding-bottom: 22px;
  border-bottom: 1px solid #f5f5f5; }

.list-links-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
          transition: height 0.3s; }
  .list-links-menu > li {
    position: relative;
    padding-left: 11px; }
    .list-links-menu > li > a {
      display: inline-block;
      padding-top: 4px;
      padding-bottom: 4px;
      color: #2d4a82; }
      .list-links-menu > li > a:before {
        content: "";
        display: block;
        position: absolute;
        top: 6px;
        bottom: 6px;
        left: 0;
        width: 1px;
        background-color: #e5e4e4; }
      .list-links-menu > li > a:hover, .list-links-menu > li > a:focus {
        text-decoration: none;
        color: #2d4a82; }
        .list-links-menu > li > a:hover:before, .list-links-menu > li > a:focus:before {
          background-color: #2d4a82; }
    .list-links-menu > li.active > a {
      color: #2d4a82; }
      .list-links-menu > li.active > a:before {
        background-color: #2d4a82; }

.list-links-menu-close {
  height: 274px; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent; }

.panel-body {
  padding: 15px; }
  .panel-body:after {
    content: " ";
    display: block;
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0; }
  .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0; }
  .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: red;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: red; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  background-color: #fff;
  padding: 15px;
  min-height: 16.375px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.375; }

.modal-body {
  background-color: #f5f5f5;
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:after {
    content: " ";
    display: block;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  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;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000; }

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

.carousel {
  position: relative; }
  .carousel .container {
    position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top; }
    .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(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
          top: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
          top: 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);
          top: 0; } }
  .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    top: 0; }
  .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    width: 100%; }
  .carousel-inner > .next {
    top: 100%; }
  .carousel-inner > .prev {
    top: -100%; }
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    top: 0; }
  .carousel-inner > .active.left {
    top: -100%; }
  .carousel-inner > .active.right {
    top: 100%; }

.carousel-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.carousel-home .carousel-indicators {
  position: absolute;
  bottom: 30px;
  right: 15px;
  z-index: 15;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .carousel-home .carousel-indicators li {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 6px;
    border: 2px solid transparent; }
    .carousel-home .carousel-indicators li:after {
      content: "";
      display: block;
      position: absolute;
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #fff; }
    .carousel-home .carousel-indicators li.active, .carousel-home .carousel-indicators li:hover, .carousel-home .carousel-indicators li:focus {
      border-color: #fff; }
    .carousel-home .carousel-indicators li.active {
      cursor: default; }

.carousel-gallery .carousel-thumbs {
  list-style: none;
  margin: 0 -3px;
  padding: 0; }
  .carousel-gallery .carousel-thumbs:after {
    content: " ";
    display: block;
    clear: both; }
  .carousel-gallery .carousel-thumbs li {
    float: left;
    width: 25%;
    padding: 6px 3px 0 3px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
    -webkit-transition: opacity 0.4s;
            transition: opacity 0.4s; }
    .carousel-gallery .carousel-thumbs li:hover, .carousel-gallery .carousel-thumbs li:focus {
      opacity: 0.66; }
    .carousel-gallery .carousel-thumbs li.active {
      opacity: 0.66; }
    @media (min-width: 480px) {
      .carousel-gallery .carousel-thumbs li {
        width: 14.2855%; } }
  .carousel-gallery .carousel-thumbs img {
    display: block;
    max-width: 100%;
    height: auto; }

.carousel-home .carousel-caption {
  position: absolute;
  z-index: 10;
  left: 15px;
  right: 60px;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
.carousel-home .active .carousel-caption {
  opacity: 1; }
.carousel-home .active.next .carousel-caption, .carousel-home .active.prev .carousel-caption {
  opacity: 0; }
.carousel-home .carousel-caption-title, .carousel-home .carousel-caption-subtitle {
  color: #fff; }
.carousel-home .carousel-caption-title {
  font-size: 22px; }
.carousel-home .carousel-caption-subtitle {
  display: none; }

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

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

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

.carousel-home-sm .carousel-control, .carousel-home-sm .carousel-indicators, .carousel-home-sm .carousel-caption {
  display: none; }
.carousel-home-sm .carousel-img-phone, .carousel-home-sm .carousel-img-tablet {
  height: 200px; }

@media (min-width: 768px) {
  .carousel-home .carousel-indicators {
    bottom: 30px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    right: 30px; }
  .carousel-home .carousel-caption {
    width: 500px;
    margin: 0 auto;
    right: 15px;
    bottom: 150px;
    text-align: center; }
    .carousel-home .carousel-caption .btn {
      font-size: 20px;
      font-weight: 700;
      padding: 14px 20px; }
  .carousel-home .carousel-caption-title {
    font-size: 40px; }
  .carousel-home .carousel-caption-subtitle {
    display: block; } }

@media (min-width: 1200px) {
  .carousel-home .carousel-caption {
    width: 780px;
    bottom: 120px; }
  .carousel-home .carousel-caption-title {
    font-size: 60px; }
  .carousel-home .carousel-caption-subtitle {
    font-size: 22px; } }

.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.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa, .caret {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "\f002"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

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

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

.fa-print:before {
  content: "\f02f"; }

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

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

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

.fa-plus:before {
  content: "\f067"; }

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

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

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

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

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

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

.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-fax:before {
  content: "\f1ac"; }

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-prev, .slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  top: -30px;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #f5f5f5;
  color: #2d4a82;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: #2d4a82; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: block;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  right: 60px;
  font-family: "FontAwesome"; }
  .slick-prev:before {
    content: "\f104"; }

.slick-next {
  right: 15px;
  font-family: "FontAwesome"; }
  .slick-next:before {
    content: "\f105"; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-slider {
  margin: 0 -15px 0 -15px; }

.slick-slide {
  padding: 0 15px; }
  .slick-slide:focus {
    outline: 0; }

.slick-btn-extra {
  position: absolute;
  top: -15px;
  right: 0; }

.slick-featured {
  position: relative; }
  .slick-featured .slick-arrow {
    position: absolute;
    bottom: 100%;
    margin-bottom: 15px;
    right: 15px;
    font-size: 1.6em;
    padding: 6px 0;
    line-height: 1; }
  .slick-featured .slick-arrow-prev {
    right: 60px; }

.slick-brands-container {
  padding: 30px 0;
  border-top: 1px solid #e5e4e4; }

/*!
 * smallPop 0.1.0 | https://github.com/silvio-r/spop
 * Copyright (c) 2015 Sílvio Rosa @silvior_
 * MIT license
 */
.spop-container {
  z-index: 2000;
  position: fixed; }
  .spop-container, .spop-container *, .spop-container *:after, .spop-container *:before {
    box-sizing: border-box; }

.spop--bottom-right {
  bottom: 0;
  right: 0; }
  .spop--bottom-right .spop {
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }

@media screen and (max-width: 30em) {
  .spop--bottom-right {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .spop--bottom-right .spop {
      -webkit-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
              transform-origin: 50% 100%; }
  .spop {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); } }

.spop {
  position: relative;
  min-height: 56px;
  line-height: 1.25;
  font-size: 14px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 30em) {
    .spop {
      width: 320px;
      margin: 0.7em; } }

.spop--info {
  color: #fff;
  background-color: #2d4a82; }

.spop--error {
  color: #fff;
  background-color: #d9534f; }

.spop--success {
  color: #fff;
  background-color: #5cb85c; }

@-webkit-keyframes spopIn {
  0% {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2); }

  95% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes spopIn {
  0% {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2); }

  95% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes spopOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

  20% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); } }

@keyframes spopOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

  20% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); } }

.spop--out {
  -webkit-animation: spopOut 0.4s ease-in-out;
          animation: spopOut 0.4s ease-in-out; }

.spop--in {
  -webkit-animation: spopIn 0.4s ease-in-out;
          animation: spopIn 0.4s ease-in-out; }

.spop-body {
  padding: 1.4em; }
  .spop-body p {
    margin: 0; }
  .spop-body a {
    color: #fff;
    text-decoration: underline; }
    .spop-body a:hover {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none; }

.spop-title {
  margin-top: 0;
  margin-bottom: 0.25em;
  color: #fff; }

.spop-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 32px;
  padding-top: 7px;
  padding-right: 7px;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  line-height: 0.6;
  color: #fff; }
  .spop-close:hover {
    opacity: 0.7;
    cursor: pointer; }

.spop-icon {
  position: absolute;
  top: 13px;
  left: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: spopIn 0.4s 0.4s ease-in-out;
          animation: spopIn 0.4s 0.4s ease-in-out; }
  .spop-icon:after, .spop-icon:before {
    content: "";
    position: absolute;
    display: block; }
  .spop-icon + .spop-body {
    padding-left: 4.2em; }

.spop-icon--error, .spop-icon--info {
  border: 2px solid #fff; }
  .spop-icon--error:before, .spop-icon--info:before {
    top: 5px;
    left: 11px;
    width: 4px;
    height: 4px;
    background-color: #fff; }
  .spop-icon--error:after, .spop-icon--info:after {
    top: 12px;
    left: 11px;
    width: 4px;
    height: 9px;
    background-color: #fff; }

.spop-icon--error {
  border-color: #fff; }
  .spop-icon--error:before {
    top: 16px;
    background-color: #fff; }
  .spop-icon--error:after {
    top: 5px;
    background-color: #fff; }

.spop-icon--success {
  border: 2px solid #fff; }
  .spop-icon--success:before {
    top: 7px;
    left: 7px;
    width: 13px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.multiselect.btn {
  width: 100%;
  height: 57px;
  font-family: inherit;
  font-weight: inherit;
  background-color: #eebd41;
  color: #fff;
  -webkit-transition: border-color 0.3s;
          transition: border-color 0.3s;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left; }

.multiselect-btn-group.open:before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  bottom: -10px;
  left: 20px;
  border: 9px solid rgba(0, 0, 0, 0);
  border-bottom-color: #f5f5f5; }

.multiselect-container {
  max-width: 340px;
  position: absolute;
  list-style-type: none;
  min-width: 200px;
  margin: 0;
  padding: 0;
  top: 100%; }
  @media (max-width: 991px) {
    .multiselect-container {
      max-width: 100%; } }
  .multiselect-container .input-group {
    margin: 5px; }
  .multiselect-container > li {
    padding: 0 20px; }
    .multiselect-container > li > a.multiselect-all label {
      font-weight: bold; }
    .multiselect-container > li.multiselect-group label {
      margin: 0;
      padding: 3px 20px 3px 20px;
      height: 100%;
      font-weight: bold; }
    .multiselect-container > li.multiselect-group-clickable label {
      cursor: pointer; }
    .multiselect-container > li > a {
      padding: 0;
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 15px; }
      @media (max-width: 991px) {
        .multiselect-container > li > a {
          white-space: normal; } }
      .multiselect-container > li > a > label {
        margin: 0;
        height: 100%;
        cursor: pointer;
        font-weight: normal;
        padding: 3px 20px 3px 20px; }
        .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
          margin: 0; }
        .multiselect-container > li > a > label > input[type="checkbox"] {
          margin-bottom: 5px; }
  .multiselect-container > li + li > a {
    border-top: 1px solid #e7e7e7; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"], .form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0; }

.multiselect-item.filter {
  padding-top: 12px;
  padding-bottom: 6px; }
  .multiselect-item.filter .form-control {
    height: 30px;
    padding: 0 6px;
    border-color: #e5e4e4;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent; }

[data-bsm*="simple"], [data-bsm*="multiple"] {
  display: none; }

.multiselect-modal {
  display: block; }
  .multiselect-modal .multiselect.btn {
    width: 100%;
    background-color: #f5f5f5;
    cursor: default; }
    .multiselect-modal .multiselect.btn .caret {
      display: none; }
  .multiselect-modal .multiselect-container {
    display: block;
    position: static;
    float: none;
    width: 100%;
    max-width: 1000px;
    height: 200px;
    box-shadow: none;
    overflow-y: scroll; }
    .multiselect-modal .multiselect-container li {
      position: relative; }
      .multiselect-modal .multiselect-container li a {
        overflow: hidden; }
      .multiselect-modal .multiselect-container li img {
        position: absolute;
        right: 0;
        top: 0; }

.header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  background-color: #f5f5f5;
  border-bottom: 1px solid transparent; }
  .header.header-fixed {
    border-bottom-color: #ddd; }
  .header > .container {
    position: relative; }

.header-logo {
  position: relative;
  z-index: 10;
  left: 33px;
  margin-top: 11px;
  margin-bottom: -12px; }
  .header-logo a {
    display: block;
    width: 115px;
    height: 53px; }
    .header-logo a .svg-logo {
      overflow: visible; }
    .header-logo a:hover .svg-logo-path-1 {
      -webkit-animation: logoRightLeft 0.4s ease-in-out;
              animation: logoRightLeft 0.4s ease-in-out; }
  .header-logo .svg-logo-path-1 {
    fill: #2d4a82;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .header-logo .svg-logo-path-2, .header-logo .svg-logo-path-3 {
    fill: #eaad11;
    stroke: #2d4a82;
    stroke-width: 3; }

.header-btn-collapse {
  position: absolute;
  z-index: 20;
  top: -11px;
  right: 15px;
  padding: 0;
  font-size: 2em;
  color: #2d4a82;
  background-color: transparent; }
  .header-btn-collapse .fa-bars {
    display: none; }
  .header-btn-collapse.collapsed .fa-times {
    display: none; }
  .header-btn-collapse.collapsed .fa-bars {
    display: inline-block; }
  .header-btn-collapse:hover, .header-btn-collapse:focus {
    color: #2d4a82;
    background-color: transparent;
    border-color: transparent; }

.header-logo-shape {
  width: 150px;
  height: 28px;
  position: absolute;
  z-index: 1;
  top: 52px;
  left: 30px;
  margin-top: -14px;
  fill: #f5f5f5; }
  [aria-expanded="true"] + .header-logo-shape {
    display: none; }
  .header-logo-shape .path-2 {
    stroke: transparent;
    stroke-width: 2px; }
    .header-fixed .header-logo-shape .path-2 {
      stroke: #c7c7c7; }

@media (min-width: 992px) {
  .header {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease; }
  .header-fixed {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0); }
  .header-fixed-show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .header-logo {
    float: left;
    top: 15px;
    left: 60px;
    margin-bottom: -19px;
    margin-top: 2px; }
    .header-logo a {
      width: 233px;
      height: 97px; }
      .header-logo a:hover .svg-logo-path-1 {
        -webkit-animation: logoRightLeftBig 0.8s ease-in-out;
                animation: logoRightLeftBig 0.8s ease-in-out; }
    .header-fixed .header-logo {
      top: 0;
      left: 33px;
      margin-top: 11px;
      margin-bottom: -12px; }
      .header-fixed .header-logo a {
        width: 115px;
        height: 53px; }
  .header-logo-shape {
    width: 314px;
    height: 60px;
    top: 93px;
    left: 40px; }
    .header-fixed .header-logo-shape {
      width: 150px;
      height: 28px;
      top: 63px;
      left: 30px; } }

.find {
  position: relative;
  margin-bottom: 45px;
  padding: 15px;
  color: #fff;
  background-color: #eaad11; }
  .find .btn, .find .form-control {
    margin-bottom: 2px; }
  .find .form-control {
    color: #fff;
    background-color: #eebd41;
    border-color: #eebd41; }
    .find .form-control::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .find .form-control:-ms-input-placeholder {
      color: #fff; }
    .find .form-control::-webkit-input-placeholder {
      color: #fff; }

.find-svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0;
  margin-bottom: -1px;
  padding-bottom: 6.75%; }
  .find-svg .svg-titles {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    fill: #eaad11; }

.find-title {
  font-weight: 700; }
  .find-title span {
    color: #2d4a82; }

@media (min-width: 768px) {
  .find-titles {
    position: relative;
    z-index: 10;
    padding-right: 60px;
    text-align: right;
    margin-top: -47px; }
  .find-title {
    font-size: 36px;
    margin-bottom: 0; }
  .find-subtitle {
    font-size: 22px; } }

@media (min-width: 1200px) {
  .find-titles {
    padding-right: 90px;
    margin-top: -63px; } }

.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, .content-editable img + p {
    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: 30px;
  table-layout: fixed; }

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

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

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

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

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

.text_textop_1, .text_texto_1, .text_subtitulo_1, .text_titulo_1, .text_color_1 {
  color: #2d4a82; }

.text_textop_2, .text_texto_2, .text_subtitulo_2, .text_titulo_2, .text_color_2 {
  color: #eaad11; }

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

@media (max-width: 479px) {
  [class^="text_titulo_"] {
    font-size: 28px;
    margin-bottom: 20px; } }

.cke_editable {
  padding: 20px 15px; }
  .cke_editable .content-editable {
    width: 750px;
    margin-left: 15px;
    margin-right: 15px; }
    .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%; }
  .cke_editable img.cke_iframe {
    width: 100% !important;
    background-color: #ddd;
    border: none; }

.footer {
  position: relative;
  overflow: hidden;
  color: #fff; }
  .footer a {
    color: #fff;
    text-decoration: underline; }
    .footer a:hover, .footer a:focus {
      opacity: 0.6; }

.footer-bg-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  -webkit-transform: rotate(-5deg) scale(1.5) translate(-50%, -50%);
      -ms-transform: rotate(-5deg) scale(1.5) translate(-50%, -50%);
          transform: rotate(-5deg) scale(1.5) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; }
  .footer-bg-svg .svg-logo {
    fill: #fff;
    opacity: 0.07; }

.footer-top {
  padding-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #2d4a82; }

.footer-logo a:hover, .footer-logo a:focus {
  opacity: 0.6; }
.footer-logo .svg-logo {
  width: 197px;
  height: 82px;
  fill: #fff; }

.footer-share {
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.footer-title {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.footer-menu {
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
  list-style-type: none; }
  .footer-menu li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .footer-menu a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 8px; }
    .footer-menu a .fa, .footer-menu a .caret {
      position: relative;
      top: -3px;
      margin-right: 6px; }
    .footer-menu a:hover, .footer-menu a:focus {
      opacity: 0.6; }

.footer-info {
  margin-bottom: 30px;
  font-size: 14px; }

.footer-bottom {
  padding: 30px 0;
  text-align: center;
  background-color: #294477; }

@media (min-width: 480px) {
  .footer-bg-svg {
    -webkit-transform: rotate(-5deg) scale(2.5) translate(-50%, -50%);
        -ms-transform: rotate(-5deg) scale(2.5) translate(-50%, -50%);
            transform: rotate(-5deg) scale(2.5) translate(-50%, -50%); } }

@media (min-width: 768px) {
  .footer-bg-svg {
    top: 100px;
    -webkit-transform: rotate(-5deg) scale(3) translate(-50%, -50%);
        -ms-transform: rotate(-5deg) scale(3) translate(-50%, -50%);
            transform: rotate(-5deg) scale(3) translate(-50%, -50%); } }

@media (min-width: 1200px) {
  .footer-bg-svg {
    top: 150px;
    -webkit-transform: rotate(-5deg) scale(3.5) translate(-50%, -50%);
        -ms-transform: rotate(-5deg) scale(3.5) translate(-50%, -50%);
            transform: rotate(-5deg) scale(3.5) translate(-50%, -50%); } }

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

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

.box-xs {
  margin-bottom: 7px; }

.box-bg {
  padding: 30px; }

.box-bg-sm {
  padding: 15px; }

.box-info {
  position: relative;
  color: #fff; }
  .box-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    z-index: 10;
    right: 45px;
    text-align: right; }
    .box-info ul li + li {
      margin-top: 10px; }
    .box-info ul > li {
      position: relative;
      min-height: 30px;
      padding-right: 11px; }
      .box-info ul > li > a, .box-info ul > li > span {
        position: absolute;
        z-index: 1;
        left: 100%;
        top: -6px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        font-size: 0.9em;
        padding-top: 3px;
        border: 2px solid;
        border-radius: 50%;
        text-align: center;
        color: #fff; }
      .box-info ul > li > a:hover {
        color: #eaad11; }

.box-footer {
  border-top: 1px solid #e5e4e4;
  padding-top: 11px; }
  .box-footer:after {
    content: " ";
    display: block;
    clear: both; }
  .box-footer .btn {
    float: right; }

.box-footer-date {
  float: left;
  margin-top: 8px; }

.box-img {
  position: relative; }
  .box-img .btn {
    position: absolute;
    top: 15px;
    left: 15px; }

.box-fix {
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.box-fix-titles {
  padding-top: 11px;
  border-bottom: 1px solid #e5e4e4;
  color: #2d4a82; }

.box-fix-title {
  line-height: 1.2;
  overflow: hidden;
  height: 33px; }

.box-fix-title {
  margin-bottom: 5px;
  font-weight: 700; }

@media (max-width: 479px) {
  .box-warning-text {
    margin-bottom: 11px; }
  .box-warning-btn .btn {
    width: 100%; } }

@media (min-width: 480px) {
  .box-warning {
    display: table;
    width: 100%; }
  .box-warning-btn, .box-warning-text {
    display: table-cell;
    vertical-align: top; }
  .box-warning-text {
    width: 2000px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .box-info ul {
    top: 34px;
    right: 15px; }
    .box-info ul li {
      margin: 0;
      display: inline-block; }
      .box-info ul li > a, .box-info ul li > span {
        position: static; }
      .box-info ul li a {
        margin-right: 0; }
      .box-info ul li + li {
        margin: 0; }
      .box-info ul li:nth-child(2) {
        padding-right: 16px; }
      .box-info ul li:nth-child(3) {
        padding-right: 6px; } }

.sitemap-group {
  margin-bottom: 30px; }
  .sitemap-group hr {
    border-top: 1px solid #e5e4e4;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .sitemap-group hr {
        display: none; } }
  .sitemap-group a {
    color: #797979;
    -webkit-transition: color 0.4s;
            transition: color 0.4s; }
    .sitemap-group a:hover, .sitemap-group a:focus {
      color: #2d4a82;
      text-decoration: none; }
    .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 {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  padding: 6px 0; }
.sitemap > li > .sitemap-sub {
  margin-bottom: 11px; }

.sitemap-sub li a {
  position: relative;
  display: inline-block;
  padding: 6px 12px; }
  .sitemap-sub li a .fa, .sitemap-sub li a .caret {
    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; } }

.map {
  width: 100%; }

.map-sm {
  height: 250px;
  background-color: #fff; }

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

.mb-xs {
  margin-bottom: 5px; }

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

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

.visible-print-product {
  display: none; }

@media print {
  .print-product {
    padding-top: 0; }
  .print-product * {
    color: #333 !important;
    border-color: #777 !important; }
  .print-product [class*="text_titulo"] {
    font-size: 28px; }
  .print-product .print-content {
    width: 170mm;
    left: 10mm;
    top: 10mm; }
  .print-product .print-content .embed-responsive {
    display: none; }
  .print-product .carousel-gallery .carousel-inner > .item {
    height: auto !important; }
  .print-product .carousel-gallery .carousel-thumbs li.active {
    opacity: 1; }
  .print-product .container-editable .col-md-5 {
    width: 41.66667% !important; }
  .print-product .container-editable .col-md-6 {
    width: 50% !important; }
  .print-product .container-editable .col-md-7 {
    width: 58.33333% !important; }
  .hidden-print-product {
    display: none; }
  .visible-print-product {
    display: block; } }
