/*!  mesDaEnguia 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: "Dosis", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #201f22;
  font-weight: 300;
  background-color: #fff;
  min-width: 320px;
  overflow-y: scroll; }

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

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

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

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

.link-inverse {
  color: #201f22; }
  .link-inverse:hover, .link-inverse:focus {
    text-decoration: none; }
    .link-inverse:hover .link-inverse-title, .link-inverse:focus .link-inverse-title {
      color: #cddc28; }

.link-alt {
  color: #ef4923; }
  .link-alt:hover, .link-alt:focus {
    color: #ef4923; }

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

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

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

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

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

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

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

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-uppercase {
  text-transform: uppercase; }

.text-muted {
  color: #d3d2d3; }

.text-snow {
  color: #fff; }

.text-brand {
  color: #cddc28; }

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

.bg-brand {
  background-color: #cddc28; }

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

.bg-brand-lightest {
  background-color: #f5f6ec; }

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

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

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

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

.titles {
  margin-bottom: 22px; }

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

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

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

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

.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-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.375;
  color: #201f22; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  color: #201f22;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d3d2d3;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #616161;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #918fa6;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #918fa6; }
  .form-control::-webkit-input-placeholder {
    color: #918fa6; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f7f7f7;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 36px; }
    input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
      line-height: 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: 46px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-fv-msm {
  position: absolute;
  right: 0;
  top: 4px; }
  .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; }

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: #cddc28; }
  button:hover, button:focus {
    color: #201f22; }
  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: #f7f7f7;
  color: #201f22;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 4px;
  -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: #dedede;
    text-decoration: none; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none; }

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

.btn-dark {
  color: #fff;
  background-color: #201f22;
  border-color: #201f22; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #323035;
    border-color: #323035; }

.btn-brand-alt {
  color: #fff;
  background-color: #ef4923;
  border-color: #ef4923; }
  .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: #d0320f;
    border-color: #d0320f; }

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

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

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

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

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

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

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

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

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

.dropup, .dropdown {
  position: relative; }

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

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

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

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

.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:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #201f22;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #d3d2d3;
  border-radius: 4px; }
  .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

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

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

.navbar {
  position: relative; }
  .navbar:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      float: right;
      margin-top: 15px;
      background-color: rgba(32, 31, 34, 0.3);
      border-radius: 4px; } }
  @media (min-width: 1200px) {
    .navbar {
      margin-top: 30px; } }

.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-btn {
  float: right;
  color: #fff;
  background-color: #cddc28;
  margin-top: 2px;
  border-radius: 4px; }
  .navbar-btn:hover, .navbar-btn:focus {
    color: #fff;
    background-color: #a7b41d; }
  .navbar-btn:focus {
    outline: 0; }
  @media (min-width: 992px) {
    .navbar-btn {
      display: none; } }

.navbar-toggle {
  float: right; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px 0 -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    color: #fff; }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
      color: #fff;
      background-color: #cddc28; }
  .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #cddc28; }
  .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: #cddc28;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-nav > li:first-child > a {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .navbar-nav > li:last-child > a {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .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: #fff;
        padding: 5px 15px 5px 25px;
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
          background-color: #cddc28;
          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: #fff;
        background-color: #cddc28; }
      .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-submenu.open .dropdown-menu > li > a {
      padding-left: 35px; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px;
          margin-bottom: 0; }
      .navbar-nav > li:first-child > a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .navbar-nav > li:last-child > a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .navbar-nav > li > .dropdown-menu {
        margin-top: 1px; }
      .navbar-nav .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.9); }
        .navbar-nav .dropdown-menu > li > a {
          color: #fff; }
          .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
            background-color: #cddc28;
            color: #fff; }
        .navbar-nav .dropdown-menu > li:first-child > a {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
        .navbar-nav .dropdown-menu > li:last-child > a {
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px; } }
  @media (min-width: 1200px) {
    .navbar-nav > li > a {
      font-size: 17px; } }

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

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

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

.pagination {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 22px;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 13px;
      line-height: 1.375;
      color: #201f22;
      background-color: #f7f7f7;
      margin-left: 1px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:nth-last-child(2) > a, .pagination > li:nth-last-child(2) > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
    .pagination > li .pagination-total {
      border-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    color: #fff;
    background-color: #cddc28;
    text-decoration: none; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    z-index: 2;
    color: #fff;
    background-color: #cddc28;
    cursor: default; }

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

.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 {
  margin-bottom: 11px; }
  .media:first-child {
    margin-top: 0; }

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

.media-body {
  width: 10000px; }

.media-object {
  display: block;
  border-radius: 4px; }

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

.media-left {
  min-width: 115px; }

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

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

@media (max-width: 479px) {
  .media-body {
    width: auto; }
  .media-left, .media-right, .media-body {
    display: block; }
  .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-group {
  margin-bottom: 22px;
  padding-left: 0; }

.list-group-gallery {
  margin-left: -5px;
  margin-right: -5px; }
  .list-group-gallery:after {
    content: " ";
    display: block;
    clear: both; }
  .list-group-gallery li {
    display: block;
    position: relative;
    float: left;
    width: 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 11px; }
    .list-group-gallery li a {
      display: block;
      border-radius: 5px;
      overflow: hidden;
      border: 2px solid transparent; }
    .list-group-gallery li:hover a, .list-group-gallery li:focus a {
      border-color: #ef4923; }

@media (min-width: 480px) {
  .list-group-gallery li {
    width: 20%; } }

@media (min-width: 768px) {
  .list-group-gallery li {
    width: 25%; } }

@media (min-width: 992px) {
  .list-group-gallery li {
    width: 20%; } }

.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-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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 {
  padding: 11px 15px;
  border-bottom: 1px solid #e5e5e5; }

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

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

.modal-body {
  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; } }

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

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

.carousel-home .carousel-indicators {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 30px;
  bottom: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .carousel-home .carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%; }
    .carousel-home .carousel-indicators li.active, .carousel-home .carousel-indicators li:hover, .carousel-home .carousel-indicators li:focus {
      background-color: #cddc28; }

.carousel-home .carousel-caption {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: 15px;
  right: 15px;
  color: #fff; }
  .carousel-home .carousel-caption .btn {
    margin-top: 11px; }
.carousel-home .carousel-caption-title {
  font-weight: 700;
  font-size: 40px; }
.carousel-home .carousel-caption-subtitle {
  display: none; }

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

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

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

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

.carouse-home-stamp {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 15px;
  width: 64px; }

.carousel-home.carousel-home-sm .btn, .carousel-home.carousel-home-sm .carousel-indicators, .carousel-home.carousel-home-sm .carousel-caption-subtitle {
  display: none; }
.carousel-home.carousel-home-sm .carousel-caption {
  bottom: 80px; }
@media (min-width: 768px) {
  .carousel-home.carousel-home-sm .carousel-caption {
    bottom: 19px;
    padding-right: 120px; } }
.carousel-home.carousel-home-sm .carousel-img-tablet, .carousel-home.carousel-home-sm .carousel-img-desktop {
  height: 320px; }

@media (min-width: 768px) {
  .carousel-home .carousel-caption {
    bottom: 120px; }
  .carousel-home .carousel-caption-title {
    font-size: 50px; }
  .carousel-home .carousel-caption-subtitle {
    max-width: 480px;
    display: block;
    font-size: 24px; }
  .carousel-home .carousel-caption-title + .carousel-caption-subtitle {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 22px;
    padding-top: 11px; }
  .carousel-home .carousel-indicators {
    bottom: 30px; }
  .carouse-home-stamp {
    bottom: 30px;
    width: auto; } }

@media (min-width: 1200px) {
  .carousel-home .carousel-caption {
    bottom: 230px; } }

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

.carousel-modal {
  position: fixed;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .carousel-modal .modal-dialog {
      width: 670px; } }
  @media (max-width: 767px) {
    .carousel-modal .modal-dialog {
      margin-left: 30px;
      margin-right: 30px;
      max-width: 670px; } }
  .carousel-modal .modal-body {
    padding: 15px; }
  .carousel-modal .close {
    position: absolute;
    z-index: 100;
    top: 15px;
    right: 15px;
    width: 30px;
    padding-top: 2px;
    padding-bottom: 4px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    opacity: 0.3; }
    .carousel-modal .close:hover, .carousel-modal .close:focus {
      opacity: 1; }
  .carousel-modal .carousel-control {
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    font-size: 60px;
    text-align: center;
    color: #fff;
    opacity: 0.3;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
    .carousel-modal .carousel-control.left {
      left: 15px; }
    .carousel-modal .carousel-control.right {
      right: 15px; }
    .carousel-modal .carousel-control .fa {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -30px;
      padding: 0 5px; }
    .carousel-modal .carousel-control:hover, .carousel-modal .carousel-control:focus {
      outline: 0;
      opacity: 1;
      text-decoration: none; }

/*!
 *  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 {
  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-envelope-o:before {
  content: "\f003"; }

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

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

.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-chain:before, .fa-link:before {
  content: "\f0c1"; }

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

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

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

.fa-cutlery:before {
  content: "\f0f5"; }

.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-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;
  display: block;
  top: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    opacity: 0.8; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }

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

.slick-prev {
  right: 30px;
  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-agreements-container {
  position: relative;
  padding: 30px 0;
  background: #f7f7f7; }

.slick-agreements {
  margin: 0 30px 0 30px; }
  .slick-agreements .slick-prev, .slick-agreements .slick-next {
    top: 0;
    bottom: 0;
    height: auto;
    color: #616161; }
    .slick-agreements .slick-prev:before, .slick-agreements .slick-next:before {
      font-size: 30px; }
    .slick-agreements .slick-prev:hover:before, .slick-agreements .slick-prev:focus:before, .slick-agreements .slick-next:hover:before, .slick-agreements .slick-next:focus:before {
      color: #918fa6; }
  .slick-agreements .slick-prev {
    right: auto;
    left: -30px; }
  .slick-agreements .slick-next {
    right: -30px; }
  .slick-agreements .link-efect {
    display: block; }

.slick-agreements-title {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 11px;
  border-bottom: 1px solid #d3d2d3; }

.slick-gallery .slick-prev, .slick-gallery .slick-next {
  top: -68px;
  right: 0;
  height: 32px;
  width: 32px;
  color: #616161;
  background-color: #f7f7f7;
  border-radius: 4px; }
  .slick-gallery .slick-prev:before, .slick-gallery .slick-next:before {
    font-size: 25px; }
  .slick-gallery .slick-prev:hover:before, .slick-gallery .slick-prev:focus:before, .slick-gallery .slick-next:hover:before, .slick-gallery .slick-next:focus:before {
    color: #918fa6; }
.slick-gallery .slick-prev {
  right: 49px; }
.slick-gallery .slick-next {
  right: 15px; }

.header {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  min-width: 320px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: rgba(0, 0, 0, 0.9); }

.header-top:after {
  content: " ";
  display: block;
  clear: both; }

.header-logo {
  width: 82px;
  float: left; }
  .header-logo a {
    display: block; }

@media (min-width: 992px) {
  .header {
    padding-top: 30px;
    padding-bottom: 0;
    background-color: transparent; }
  .header-top {
    float: left; }
  .header-logo {
    width: 170px; } }

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

.container-editable {
  overflow: hidden; }

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

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

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

.content-layout-schedule {
  table-layout: auto; }
  .content-layout-schedule [class*="text_titulo"] {
    border-bottom: 0;
    line-height: 1; }
  .content-layout-schedule td {
    vertical-align: top; }
  .content-layout-schedule tr + tr > td:first-child {
    width: 60px;
    text-align: center; }

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

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

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

.text_titulo_1, .text_titulo_2, .text_titulo_3, .text_titulo_4 {
  font-size: 36px;
  padding-bottom: 11px;
  margin-bottom: 22px;
  border-bottom: 1px solid #d3d2d3; }

.text_textop_1, .text_texto_1, .text_subtitulo_1, .text_titulo_1, .text_color_1 {
  color: #201f22; }

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

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

.text_textop_4, .text_texto_4, .text_subtitulo_4, .text_titulo_4, .text_color_4 {
  color: #00adee; }

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
  [class*="text_titulo"] {
    font-size: 28px; } }

.cke_editable {
  padding: 15px; }
  .cke_editable .content-editable {
    width: 750px; }
    .cke_editable .content-editable .btn {
      -webkit-user-select: inherit;
         -moz-user-select: inherit;
          -ms-user-select: inherit;
              user-select: inherit; }
    .cke_editable .content-editable.content-editable-fluid {
      width: 100%;
      margin: 0; }
  .cke_editable [class*="col-"] {
    float: left; }
  .cke_editable .col-md-6, .cke_editable .col-xs-6.col-sm-12.col-md-6 {
    width: 50%; }
  .cke_editable .col-md-5, .cke_editable .col-xs-6.col-sm-12.col-md-5 {
    width: 41.66667%; }
  .cke_editable .col-md-7, .cke_editable .col-xs-6.col-sm-12.col-md-7 {
    width: 58.33333%; }

.footer a {
  text-decoration: underline; }
  .footer a:hover, .footer a:focus {
    text-decoration: none; }

.footer-top {
  padding: 30px 0 1px 0;
  background-color: #cddc28;
  color: #201f22; }
  .footer-top a {
    color: #201f22; }
    .footer-top a:hover, .footer-top a:focus {
      color: #201f22; }

.footer-menu {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  list-style-type: none; }
  .footer-menu li {
    display: block;
    padding: 4px 0; }
  .footer-menu a {
    color: #201f22;
    text-decoration: none;
    font-size: 18px; }
    .footer-menu a:hover, .footer-menu a:focus {
      color: #fff; }

.footer-contacts > li {
  margin-bottom: 5px; }

.footer-bottom {
  position: relative;
  padding: 22px 0 11px;
  color: #201f22;
  text-align: center; }
  .footer-bottom:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 10%;
    right: 10%;
    height: 10px;
    background-image: -webkit-radial-gradient(top, ellipse, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 70%);
    background-image: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 70%); }

.footer-partnerships {
  padding: 11px 0; }

@media (max-width: 479px) {
  .footer {
    text-align: center; }
  .footer-contacts .fa-li {
    position: static; }
  .footer-contacts br {
    display: none; } }

@media (min-width: 480px) {
  .footer-menu {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(32, 31, 34, 0.3); }
    .footer-menu li {
      position: relative;
      display: inline-block;
      margin-right: 16px; }
      .footer-menu li:after {
        content: ".";
        position: absolute;
        right: -11px; }
      .footer-menu li:last-child {
        margin-right: 0; }
        .footer-menu li:last-child:after {
          display: none; } }

@media (min-width: 768px) {
  .footer-bottom {
    text-align: left; }
  .footer-bottom-left {
    padding-right: 40px;
    padding-top: 12px; }
  .footer-bottom-right {
    padding-left: 40px;
    text-align: right; }
  .footer-partnerships {
    display: inline-block;
    padding: 0;
    overflow: hidden; }
  .footer-partnerships-item a {
    float: left; } }

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

.icon-btn-footer .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.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-lg {
  margin-bottom: 45px; }

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

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

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

.box-round {
  border-radius: 4px; }

.box-bg-brand {
  background-color: #cddc28; }

.box-bg-lighter {
  background-color: #f7f7f7; }

.box-bg-alt {
  background-color: #ef4923; }

.box-bg-sec {
  background-color: #00adee; }

.box-waves {
  margin-bottom: 60px;
  background-color: #cddc28;
  color: #fff; }

.box-waves-inner {
  padding: 15px 0;
  position: relative;
  text-align: center; }
  .box-waves-inner:before {
    content: "";
    position: absolute;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -10px;
    border-top: 1px solid #fff;
    background-image: -webkit-radial-gradient(ellipse at top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 70%);
    background-image: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 70%); }

.box-waves-title {
  position: relative;
  display: inline-block;
  margin: 22px 0 30px;
  font-size: 25px;
  color: #201f22;
  text-align: center; }
  .box-waves-title small {
    display: block;
    font-size: 24px; }
  .box-waves-title:after, .box-waves-title:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    bottom: -15px;
    width: 27px;
    background-size: contain;
    background-repeat: no-repeat; }
  .box-waves-title:before {
    right: 100%;
    background-image: url(../img/layout/shape-curly-left.png); }
  .box-waves-title:after {
    left: 100%;
    background-image: url(../img/layout/shape-curly-right.png); }

.box-waves-btn {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  background-color: #201f22;
  border-radius: 4px; }
  .box-waves-btn:after {
    content: " ";
    display: block;
    clear: both; }
  .box-waves-btn:hover, .box-waves-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #323035; }
  .box-waves-btn span {
    display: inline-block; }

.box-waves-btn-left {
  float: left;
  text-align: right; }
  .box-waves-btn-left span {
    display: block; }

.box-waves-btn-right {
  float: right;
  padding-top: 6px;
  padding-left: 10px; }

.box-featured-container {
  margin-top: -60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px; }

.box-featured-sidebar {
  padding-top: 30px; }

@media (min-width: 768px) {
  .box-waves-inner {
    text-align: left;
    padding: 30px 0; }
    .box-waves-inner:after {
      content: " ";
      display: block;
      clear: both; }
  .box-waves-title {
    font-size: 40px; }
    .box-waves-title small {
      font-size: 28px; }
  .box-waves-title {
    float: left;
    margin: 0 0 0 35px; }
    .box-waves-title:after, .box-waves-title:before {
      width: 35px;
      top: -14px;
      bottom: -18px; }
  .box-waves-btn {
    float: right;
    width: auto; }
  .box-waves-btn-title {
    font-size: 18px; }
  .box-featured-sidebar {
    padding-top: 30px;
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .box-bg {
    padding: 30px; }
  .box-waves-title {
    font-size: 48px; }
    .box-waves-title small {
      font-size: 33px; }
  .box-waves-btn {
    margin-top: 4px; }
  .box-waves-btn-title {
    font-size: 22px; }
  .box-waves-btn-text {
    font-size: 20px; }
  .box-waves-btn-right {
    padding-top: 12px;
    padding-left: 20px; } }

.img-box-container {
  position: relative; }
  .img-box-container img {
    border-radius: 4px; }

.img-box-caption {
  position: relative;
  z-index: 1;
  margin: -34px 10px 0 10px;
  padding: 10px;
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 4px 4px 0 0; }

.img-box-link {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 9px;
  background-color: #cddc28;
  color: #fff;
  border-radius: 4px; }
  .img-box-link:hover, .img-box-link:focus {
    color: #fff;
    background-color: #a7b41d; }

@media (min-width: 992px) {
  .img-box-caption {
    margin: -36px 30px 0 30px;
    padding: 11px 22px 0 22px; }
  .img-box-link {
    top: 30px;
    right: 30px; } }

.map {
  width: 100%; }

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

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

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

.sitemap > li > a {
  color: #616161;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 0;
  display: inline-block; }
.sitemap > li > .sitemap-sub {
  margin-bottom: 11px; }

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

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

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

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.p-t-lg {
  padding-top: 45px; }

.p-b-lg {
  padding-bottom: 45px; }

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

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