
:root {
  /*
  */
  --primary-color: #db4418;
  --secondary-color: #1c55a0;

  --tg-color-primary: #1c55a0 !important;
  --tg-text-primary: #1c55a0 !important;
  --tg-border-focus: #1c55a0 !important;
  --tg-bg-hover: #DCE2EF !important;
  --tg-shadow-focus: #DCE2EF !important;

  --tg-bg-primary: #1c55a0 !important;
  --tg-fg-on-bg-primary: #fff !important;
  --tg-button-primary-border: #1c55a0 !important;
  --tg-button-primary-hover-bg: #1B4B7E !important;
  --tg-button-primary-hover-border: #1B4B7E !important;
  --tg-button-primary-hover-color: #fff !important;
  --tg-bg-primary-light: #DCE2EF !important;

  --tg-bg-secondary: #db4418 !important;
  --tg-fg-on-bg-secondary: #000 !important;
  --tg-button-secondary-border: #db4418 !important;
  --tg-button-secondary-hover-bg: #C1971A !important;
  --tg-button-secondary-hover-border: #db4418 !important;
  --tg-button-secondary-hover-color: #000 !important;
  --tg-bg-secondary-light: #FCEFD9 !important;

  --tg-button-ghost-color: #fff !important;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-size: 16px;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #18498a;
  background-color: #f9f9f9;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: #18498a;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #143e75;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.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 {
  z-index: 2;
  margin-left: -1px;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.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: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*!
 *  Font Awesome 4.6.3 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.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* 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-star:before {
  content: "\f005";
}
.fa-user:before {
  content: "\f007";
}
.fa-check:before {
  content: "\f00c";
}
.fa-home:before {
  content: "\f015";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-phone:before {
  content: "\f095";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-circle:before {
  content: "\f111";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-support:before,
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-soccer-ball-o:before,
.fa-bus:before {
  content: "\f207";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.browserupgrade {
  margin: .2em 0;
  padding: .2em 0;
  color: #000;
  background: #ccc;
  text-align: center;
}
.browserupgrade a {
  text-decoration: underline;
}
/* selection color */
::-moz-selection {
  color: #fff;
  background: #91bb1b;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #91bb1b;
  text-shadow: none;
}
.browserupgrade {
  margin: .2em 0;
  padding: .2em 0;
  color: #000;
  background: #ccc;
  text-align: center;
}
.browserupgrade a {
  text-decoration: underline;
}
.section-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 22px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.section-title:before,
.section-title:after {
  position: absolute;
  right: 0;
  left: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background: #91bb1b;
  content: '';
}
.section-title:before {
  bottom: 0;
}
.section-title:after {
  top: 0;
}
.overlink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.box-shadow {
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.box-shadow--hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.box-shadow--hover:hover {
  z-index: 1;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.box-shadow--inset {
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2), inset 0 -20px 20px -20px rgba(0, 0, 0, 0.2);
}
.container--bg {
  position: relative;
}
.container--padding {
  padding-top: 44px;
  padding-bottom: 22px;
}
.container--gray {
  margin-bottom: 44px;
  padding-top: 44px;
  padding-bottom: 22px;
  background-color: #e7e7e7;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2), inset 0 -20px 20px -20px rgba(0, 0, 0, 0.2);
}
.container--bg-1 {
  position: relative;
  z-index: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container--bg-1:before {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  content: '';
  transform: scale(1.05);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
@media all and (max-width: 767px) {
  .container--bg-1:before {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
}
.container--bg-1:before {
  background-image: url(../images/bg-image.jpg);
}
.container--country-list {
  padding-top: 44px;
  padding-bottom: 22px;
  background-color: #e7e7e7;
  background-image: url(../images/map-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2), inset 0 -20px 20px -20px rgba(0, 0, 0, 0.2);
}
.transition {
  transition: all 0.15s ease-in-out;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.42857143;
  color: #18498a;
  background-color: #f9f9f9;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
[role='button'] {
  cursor: pointer;
}
.page-header {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background: #fff;
}
.header-contact {
  margin-bottom: 0;
  background: #1c55a0;
}
.header-contact-container {
  position: relative;
}
.header-contact__list {
  margin-bottom: 0;
  padding: 3px 0;
  font-size: .875em;
  list-style-type: none;
  text-align: right;
}
.header-contact__list-item a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.header-contact__list-item a:hover {
  color: #91bb1b;
}
.header-contact__list-item {
  border-right: 1px solid #5d7811;
}
.header-contact__list-item:last-child {
  border-right: 0;
}
.header-brand {
  position: absolute;
  top: -35px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 15px;
  background: #fff;
}
.header-brand__logo {
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width: 1199px) {
  .header-contact__list {
    text-align: center;
  }
  .header-brand {
    position: inherit;
    top: inherit;
    text-align: center;
  }
}
.sm,
.sm ul,
.sm li {
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  direction: ltr;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  text-align: right;
  direction: rtl;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,
.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: not-allowed;
}
.sm:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  font: 0/0 serif;
  content: '\00a0';
}
.sm,
.sm *,
.sm *:before,
.sm *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation {
  margin-bottom: 0;
  border: 0px solid #fff;
  border-radius: 0;
  background: transparent;
}
.navigation:before,
.navigation:after {
  content: " ";
  display: table;
}
.navigation:after {
  clear: both;
}
.navigation:before,
.navigation:after {
  content: " ";
  display: table;
}
.navigation:after {
  clear: both;
}
.sm-right {
  float: right;
}
/* sm-simple */
.sm-simple {
  border: transparent;
  background: transparent;
}
.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  padding: 22.33333333px 15px 18.33333333px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  font-size: 0.85em;
  font-weight: normal;
  font-weight: bold;
  line-height: 17px;
  color: #18498a;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  text-transform: uppercase !important;
}
@media all and (max-width: 1199px) {
  .sm-simple a,
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active {
    padding: 13.33333333px 15px;
  }
}
.sm-simple a.current {
  color: #fff;
  background: #174684;
}
.sm-simple a.disabled {
  color: #ccc;
}
.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  right: 4px;
  left: auto;
  overflow: hidden;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  font: bold 14px/34px monospace !important;
  background: #91bb1b;
  text-shadow: none;
  text-align: center;
}
.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
  background: #fff;
}
.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  padding: 11.42857143px 15px;
  border-left: 8px solid transparent;
  text-transform: none;
}
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  color: #fff;
  background-color: #1c55a0;
}
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
@media all and (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
    text-transform: uppercase;
  }
  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple {
    background: transparent;
  }
  .sm-simple a,
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    padding: 22.33333333px 15px 18.33333333px;
    font-weight: bold;
    color: #18498a;
    border-bottom: 3px solid transparent;
    text-transform: uppercase !important;
  }
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    color: #18498a;
    border-bottom: 3px solid #91bb1b;
    background: transparent;
    text-transform: uppercase !important;
  }
  .sm-simple a.current {
    color: #fff;
    background: #174684;
  }
  .sm-simple a.disabled {
    color: #ccc;
    background: transparent;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a span.sub-arrow {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 16px;
    margin-top: -6px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 0px solid #ffffff;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 0 solid #fff;
    background: #91bb1b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-simple ul a {
    color: #fff;
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple ul > li {
    border-top: 0px solid #ffffff;
    border-left: 0;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    height: 20px;
    background: white;
  }
  .sm-simple span.scroll-up-arrow,
  .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    overflow: hidden;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 0px solid #ffffff;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple.sm-vertical li {
    border-top: 0px solid #ffffff;
    border-left: 0;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
/* main-menu heading */
#main-menu {
  clear: both;
  margin-top: 0;
}
.main-menu-heading {
  /* style the MENU text as you like here */
}
@media all and (min-width: 992px) {
  .main-menu-heading {
    display: none;
  }
}
/* MENU text before hamburger */
.main-menu-btn {
  position: relative;
  display: inline-block;
  float: right;
  width: 28px;
  height: 76px;
  margin-right: 5px;
  margin-bottom: 1px;
  margin-left: 5px;
  padding: 22.33333333px 15px 18.33333333px;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 28px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu-btn:before {
  position: absolute;
  bottom: -1px;
  left: -80px;
  line-height: 76px;
  color: #18498a;
  content: 'menü';
  text-transform: uppercase;
}
/* navbar toggle */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 24px;
  height: 2px;
  background: #18498a;
  -webkit-transition: all .25s;
  transition: all .25s;
}
.main-menu-btn-icon:before {
  top: -7px;
  left: 0;
  content: '';
}
.main-menu-btn-icon:after {
  top: 7px;
  left: 0;
  content: '';
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox offscreen (so it stays visible to screen readers) */
#main-menu-state {
  position: absolute;
  top: -99999px;
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media all and (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* Justified nav */
/* Custom classes */
/* Meaga Menu */
#main-menu,
#main-menu > li.mega-menu {
  position: static !important;
}
#main-menu > li > ul.mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}
@media all and (max-width: 1199px) {
  .navigation {
    border-top: 2px solid #db4518;
  }
  #main-menu {
    margin-top: 0;
  }
  .sm-right > li {
    display: table-cell;
    float: none;
    width: 1%;
    text-align: center;
  }
  .sm-right ul a {
    text-align: left;
  }
}
@media all and (max-width: 991px) {
  .sm-right {
    float: none;
  }
  .sm-right > li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  border: 0 solid transparent;
  background-image: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn:hover {
  z-index: 1;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.btn-default {
  color: #fff;
  background-color: #db4518;
  border-color: #db4518;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #ad3713;
  border-color: #68210b;
}
.btn-default:hover {
  color: #fff;
  background-color: #ad3713;
  border-color: #a43412;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #ad3713;
  border-color: #a43412;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #8d2c0f;
  border-color: #68210b;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #db4518;
  border-color: #db4518;
}
.btn-default .badge {
  color: #db4518;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #91bb1b;
  border-color: #1c55a0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #6e8e15;
  border-color: #091b33;
}
.btn-primary:hover {
  color: #fff;
  background-color: #6e8e15;
  border-color: #13396c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #6e8e15;
  border-color: #13396c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #566f10;
  border-color: #091b33;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #91bb1b;
  border-color: #1c55a0;
}
.btn-primary .badge {
  color: #91bb1b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  background-color: transparent;
  text-decoration: underline;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  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%;
}
/* Owl Carousel - Animate Plugin */
.carousel {
  position: relative;
  height: 480px;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* Core Owl Carousel CSS File */
.owl-carousel {
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: '.';
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
  -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  display: inline-block;
  padding: 0;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: opacity 200ms ease, background 200ms ease;
  -moz-transition: opacity 200ms ease, background 200ms ease;
  -ms-transition: opacity 200ms ease, background 200ms ease;
  -o-transition: opacity 200ms ease, background 200ms ease;
  transition: opacity 200ms ease, background 200ms ease;
  -webkit-backface-visibility: visible;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1c55a0;
}
/* Custom classes */
.carousel__img {
  position: relative;
  height: 480px;
}
.carousel__img > .item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.owl-prev,
.owl-next {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  line-height: 42px;
  opacity: 0.5;
  border: 0px solid #91bb1b;
  background: #1c55a0;
  transition: all 0.15s ease-in-out;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}
.owl-prev {
  left: 0px;
}
.owl-next {
  right: 0px;
}
.owl-dots {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 15px;
  max-width: 400px;
  margin: auto;
}
.owl-dot span {
  border: 2px solid #1c55a0;
}
.carousel__caption {
  position: relative;
  top: 40px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}
.carousel__caption:hover .btn {
  background-color: #ad3713;
  border-color: #ad3713;
}
.carousel__caption-title {
  display: inline-block;
  min-height: 50px;
  margin: 0;
  padding: 0 25px;
  font-size: 2em;
  font-weight: bold;
  line-height: 56px;
  color: #fff;
  border: none;
  background: #1c55a0;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.carousel__caption-subtitle {
  display: inline-block;
  float: left;
  clear: both;
  min-height: 30px;
  margin-top: 22px;
  margin-bottom: 0;
  padding: 0 25px;
  line-height: 30px;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.carousel__btn {
  float: left;
  clear: both;
  margin-top: 22px;
}
/* Small devices (tablets, 768px and up) */
@media all and (max-width: 768px) {
  .carousel__caption h3 {
    max-width: 250px;
    min-height: 50px;
    padding: 10px 25px;
    font-size: 1.429em;
    line-height: inherit;
  }
  .carousel__caption p {
    max-width: 250px;
    min-height: 30px;
    padding: 10px 25px;
    line-height: inherit;
  }
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  padding: 0;
  font-size: 24px;
  line-height: inherit;
  color: #18498a;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
}
.control-label {
  color: #fff;
}
.control-label--invert {
  color: #18498a;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #18498a;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #18498a;
  border: 1px solid #143e75;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  transition: all 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #91bb1b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(145, 187, 27, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(145, 187, 27, 0.6);
}
.form-control::-moz-placeholder {
  color: #18498a;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #18498a;
}
.form-control::-webkit-input-placeholder {
  color: #18498a;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eeeeee;
}
.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'].form-control,
  input[type='time'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control {
    line-height: 36px;
  }
  input[type='date'].input-sm,
  input[type='time'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm,
  .input-group-sm input[type='date'],
  .input-group-sm input[type='time'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'] {
    line-height: 33px;
  }
  input[type='date'].input-lg,
  input[type='time'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg,
  .input-group-lg input[type='date'],
  .input-group-lg input[type='time'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  margin-bottom: 0;
  padding-left: 20px;
  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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 38px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #4486de;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.searchbox__tab-content {
  padding: 5px 15px;
  background: #1c55a0;
}
.searchbox__input--w1 {
  width: 14.5833333325%;
}
@media all and (max-width: 1199px) {
  .searchbox__input--w1 {
    width: 33.33333336%;
  }
}
@media all and (max-width: 991px) {
  .searchbox__input--w1 {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .searchbox__input--w1 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .searchbox {
    margin-top: 22px;
  }
  .addon--inner {
    margin-top: 7px;
  }
}
.control-label--sm {
  font-size: .9em;
  font-weight: 700;
}
.form-control--sm {
  height: 30px;
  padding: 4px 12px;
}
.form-control--lg {
  height: 42px;
}
.form-control__select::-ms-expand {
  display: none;
}
.form-control__select {
  box-sizing: border-box;
  background-image: url(../images/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@-moz-document url-prefix() {
  .form-control__select {
    padding: 0;
  }
}
.form-control__select * {
  margin-top: 2px;
  padding: 5px;
  border-top: 1px solid #ddd;
  background: #fff;
}
.addon--inner {
  position: relative;
}
.addon__icon i {
  position: absolute;
  padding: 8px 2px;
  color: #18498a;
  pointer-events: none;
}
.addon--left .addon__icon i {
  left: 0;
  width: 30px;
  line-height: 26px;
  text-align: center;
}
.form-control__input--icon {
  padding-left: 30px;
}
.form-control__select--icon {
  padding-left: 30px;
  padding-right: 25px;
}
.addon--left option {
  margin-left: 0 !important;
}
.addon--lg .addon__icon i {
  height: 46px;
  font-size: 1.425em;
  line-height: 26px;
}
.addon--lg .form-control__input {
  padding-left: 30px;
}
.btn-search {
  width: 100%;
  height: 42px;
  margin-top: 28px;
  padding: 0;
  line-height: 42px;
}
.addon--search {
  display: inline-block;
  line-height: 30px;
}
.addon--search .fa-search {
  top: 22px;
  color: #fff;
}
.hotel-search .btn {
  width: 42px;
  height: 42px;
}
.index-searchbox-wrapper {
  position: relative;
  z-index: 1;
  margin-top: -52px;
  margin-bottom: 44px;
}
@media all and (max-width: 767px) {
  .searchbox__control-label {
    margin-top: 10px;
    margin-bottom: 2px;
  }
  .addon--inner {
    margin-top: 0px;
  }
  .searchbox-wrapper {
    margin-top: 0;
  }
}
.box {
  position: relative;
  display: block;
  margin-bottom: 22px;
  padding: 0;
  background: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in-out;
}
.box:hover {
  /* z-index: 1; */
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:hover .box__image-overlay {
  opacity: 1;
}
.box:hover.box--bordered {
  border: 3px solid #1c55a0;
}
.box--bordered {
  border: 3px solid #fff;
}
.box__image {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.box__image--md {
  height: auto;
  padding-bottom: 45%;
}
.box__image--lg {
  height: auto;
  padding-bottom: 45.3%;
}
.box__image-overlay {
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.15s ease-in-out;
  align-items: center;
  justify-content: center;
}
.box__image-overlay i {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.6);
}
.box__btn {
  position: absolute;
  bottom: -26px;
  width: 100%;
  height: 26px;
  margin: auto;
  padding: 2px 15px 4px;
  color: #fff;
  background: #91bb1b;
  transition: bottom 0.15s ease-in-out;
  text-align: center;
}
.box__caption {
  padding: 10px 10px 0;
}
.box__caption--border {
  border-top: 3px solid #1c55a0;
}
.box__caption--height {
  display: flex;
  flex-direction: column;
  height: 133px;
  align-items: center;
  justify-content: center;
}
.box__header {
  height: 44px;
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 44px;
  color: #fff;
  background-color: #1c55a0;
  text-align: center;
}
.box__header--green {
  background-color: #91bb1b;
}
.box__title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}
.box__program {
  overflow: hidden;
  height: 2.8125em;
  color: #18498a;
}
.box__program h3 {
  margin: 0;
  font-size: 1.25em;
}
.box__destination {
  overflow: hidden;
  height: 1.5em;
  margin-bottom: 5px;
  font-size: 0.75em;
  color: #11325f;
}
.box__excerpt {
  overflow: hidden;
  height: 5.38125em;
  margin: 0 0 10px 0;
  font-size: 0.875em;
}
.box__service {
  display: inline-block;
  font-size: 0.875em;
  color: #11325f;
}
.box__category {
  position: relative;
  top: 3px;
  display: inline-block;
  float: right;
  padding: 0;
  font-size: 0.75em;
  color: #ff6d00;
}
.box__price {
  position: relative;
  clear: both;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.box__separator hr {
  margin: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.request-box {
  margin-bottom: 44px;
  background: #fff;
}
.caption__title,
.caption__btn {
  position: relative;
  z-index: 1;
}
.caption__title {
  display: inline-block;
  height: 34px;
  margin: 0;
  font-size: 1.5em;
  line-height: 34px;
}
.caption__btn {
  margin-top: -4px;
  margin-left: 15px;
}
@media all and (max-width: 1200px) {
  .caption__btn {
    position: inherit;
    top: inherit;
    right: inherit;
  }
}
@media all and (max-width: 992px) {
  .caption__title {
    height: inherit;
    margin-bottom: 5.5px;
    line-height: inherit;
  }
  .caption__btn {
    margin-top: 0;
    margin-left: 0;
  }
}
.request-box {
  position: relative;
  padding: 22px 22px 29px;
}
.request-box .ul-list {
  margin-bottom: 22px;
}
.request-box .ul-list__item {
  margin-bottom: 11px;
}
.promobox {
  margin-bottom: 22px;
}
.promobox:hover .box__image-overlay {
  opacity: 1;
}
.promobox__image {
  position: relative;
  border: 3px solid #fff;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in-out;
}
.promobox__image:hover {
  z-index: 1;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.promobox__image:hover {
  border: 3px solid #1c55a0;
}
.promobox__image--lg {
  padding-bottom: 40%;
}
.promobox__image--sm {
  padding-bottom: 57.75%;
}
.box__eyecandy {
  position: absolute;
  top: 5px;
  left: -3px;
  padding: 5px 10px 3px;
  line-height: 1.3;
  color: #18498a;
  background-color: #91bb1b;
  text-align: center;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.box__eyecandy-headline,
.box__eyecandy-discount {
  display: block;
}
.box__eyecandy-headline {
  font-size: 0.725em;
}
.box__eyecandy-discount {
  font-size: 1.275em;
}
.service {
  margin: 0 0 20px;
  padding: 3px;
  background: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.service:hover {
  z-index: 1;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.service div {
  position: relative;
  height: 110px;
  text-align: center;
}
.service div h3 {
  margin: 0;
  line-height: 100px;
  color: #fff;
}
.service div:hover .overlay {
  opacity: 1;
}
.overlay {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 100%;
  margin: auto;
  line-height: 110px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media all and (max-width: 1200px) {
  .service div {
    height: 90px;
  }
}
@media all and (max-width: 992px) {
  .service div {
    height: 110px;
  }
  .service {
    width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 768px) {
  .service div {
    height: inherit;
    padding-bottom: 1%;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #1c55a0;
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  background-color: transparent;
  cursor: not-allowed;
  text-decoration: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #337ab7;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 0 solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  display: flex;
  height: 52px;
  margin-right: 0;
  padding: 0 15px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  border: 0 solid transparent;
  border-radius: 0;
  background: #db4518;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}
.nav-tabs > li > a:hover {
  color: #fff;
  border-color: #eeeeee #eeeeee #ddd;
  background: #91bb1b;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  border: 0 solid #ddd;
  border-bottom-color: transparent;
  background-color: #1c55a0;
  cursor: default;
}
.nav-tabs > li.active > a:after {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 12px;
  border-style: solid;
  border-color: #1c55a0 transparent transparent;
  content: '';
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f9f9f9;
  }
}
.nav-tabs__list {
  margin-left: -2px;
}
.nav-tabs__list-item {
  display: inline-block !important;
  zoom: 1 !important;
  /* hasLayout ie7 trigger */
  text-align: center;
  *display: inline !important;
  /* ie7 fix */
}
.nav-tabs__list-item--justified {
  float: left;
  width: 25%;
  width: 20%;
}
.nav-tabs__list-item a {
  margin-right: 2px;
  margin-left: 2px;
}
.nav-tabs__content {
  padding-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media all and (max-width: 768px) {
  .nav-tabs__searchbox-list,
  .nav-tabs__offers-list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .nav-tabs__searchbox-list > .nav-tabs__list-item,
  .nav-tabs__offers-list > .nav-tabs__list-item {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: -4px;
  }
}
.nav-tabs__icon {
  position: absolute;
  top: -26px;
  right: 0;
  left: 0;
  width: 52px;
  height: 52px;
  margin: auto;
  line-height: 49px;
  border: 3px solid #fff;
  border-radius: 26px;
  background-color: #1c55a0;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f9f9f9;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.newsletter {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.newsletter .newsletter__form-group {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.newsletter .newsletter__form-group:before,
.newsletter .newsletter__form-group:after {
  content: " ";
  display: table;
}
.newsletter .newsletter__form-group:after {
  clear: both;
}
.newsletter .newsletter__form-group:before,
.newsletter .newsletter__form-group:after {
  content: " ";
  display: table;
}
.newsletter .newsletter__form-group:after {
  clear: both;
}
.newsletter:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -30px;
  width: 160px;
  height: 160px;
  background-image: url(../images/newsletter.svg);
  background-repeat: no-repeat;
  background-position: -20px center;
  background-size: 160px;
  content: '';
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.newsletter__header {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 10px;
  font-size: 1.357em;
  font-weight: 600;
  color: #fff;
  background: #1c55a0;
  text-align: center;
}
.newsletter__input,
.newsletter__btn {
  margin-bottom: 10px;
  padding-right: 4px;
  padding-left: 4px;
}
@media all and (max-width: 1199px) {
  .newsletter__input,
  .newsletter__btn {
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  .newsletter__input {
    width: 100%;
    margin-bottom: 7px;
  }
  .newsletter__btn {
    width: 100%;
  }
}
.btn-default--subscribe {
  width: 100%;
  height: 34px;
  margin-top: 23px;
  margin-bottom: 0;
  padding: 0 15px;
}
.newsletter__privacy {
  margin: 0;
  font-size: .786em;
}
.newsletter-success-thanks-message {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 1.429em;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.newsletter-success-thanks-message:before {
  display: inline-block;
  width: 1.3em;
  /* same as padding-left set on li */
  margin-left: -1.3em;
  /* same as padding-left set on li */
  font-family: FontAwesome;
  color: #5cb85c;
  content: '\f00c';
  /* FontAwesome Unicode */
}
.ul-list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.ul-list--mb {
  margin-bottom: 22px;
}
.list__header {
  position: relative;
  margin-top: 0;
  margin-bottom: 14.66666667px;
  padding-bottom: 14.66666667px;
  font-size: 1.35em;
  font-weight: bold;
  border-bottom: 2px solid #db4518;
  text-transform: uppercase;
}
.list__header--transparent {
  margin-bottom: 11px;
  font-weight: 900;
  background-color: transparent;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.header-icon {
  text-align: center;
}
.header-icon i {
  width: 120px;
  height: 120px;
  margin-bottom: 11px;
  line-height: 120px;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 100px;
  background-color: rgba(33, 33, 33, 0.3);
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.ul-list a {
  color: #18498a;
  text-decoration: none;
}
.ul-list a:hover:before {
  color: #91bb1b;
}
.ul-list__item a {
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.15s ease-in-out;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.ul-list__item i {
  top: 7px;
  font-size: .500em;
}
.ul-list__icon {
  margin-left: .9em;
}
.ul-list__icon:before {
  display: inline-block;
  width: .9em;
  margin-left: -0.9em;
  padding-left: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #1c55a0;
  content: '\f0da';
  text-decoration: inherit;
  transition: all 0.15s ease-in-out;
}
.ul-list__icon--marker:before {
  content: '\f041';
}
.icon-check:before {
  margin-right: .5em;
  margin-left: -1.4em;
  content: '\f00c';
}
a.list--collapse,
a.list--collapse.collapsed {
  padding-left: .9em;
  color: #1c55a0;
  transition: color .15s;
  text-decoration: none;
}
a.list--collapse:after,
a.list--collapse.collapsed:after {
  margin-left: 5px;
  font-family: FontAwesome;
  color: #91bb1b;
}
a.list--collapse.collapsed:after {
  content: '\f067';
}
a.list--collapse:after {
  content: '\f068';
}
.footer {
  padding-top: 22px;
}
.list__wrapper {
  margin-bottom: 22px;
}
@media all and (max-width: 1200px) {
  .footer-widget--center-md {
    text-align: center;
  }
}
p.footer-widget__description:last-child {
  margin-bottom: 0;
}
.footer-list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.footer-list__item {
  margin-bottom: 11px;
}
.footer-list__item a {
  color: #18498a;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.15s ease-in-out;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.footer-list__item a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer-list__item i {
  top: 7px;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  font-size: 1em;
  line-height: 28px;
  color: #fff;
  border-radius: 14px;
  background: #91bb1b;
  text-align: center;
}
.footer-list__icon {
  margin-bottom: 5px;
  padding: 0 0 0 15px;
}
.footer-list__icon:before {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 1.3em;
  /* same as padding-left set on li */
  width: 0;
  margin-right: 7px;
  margin-left: -15px;
  font-family: FontAwesome;
  font-size: .425em;
  content: '\f111';
  /* FontAwesome Unicode */
}
.list-inline .footer-list__item {
  margin-bottom: 0;
  padding-right: 10px;
  border-right: 1px solid #91bb1b;
}
.list-inline .footer-list__item:first-child {
  padding-left: 0;
}
.list-inline .footer-list__item:last-child {
  padding-right: 0;
  border-right: none;
}
.footer-list__inline--center {
  text-align: center;
}
.footer__separator hr {
  border-top: 1px solid #e8e8e8;
}
.footer__separator--mt0 hr {
  margin-top: 0;
}
.facebook {
  margin-bottom: 22px;
  text-align: center;
}
@media all and (max-width: 1199px) {
  .facebook {
    padding-top: 22px;
    border-top: 1px solid #ccc;
  }
}
.responsibility {
  margin-bottom: 22px;
  color: #091b33;
}
.responsibility p {
  margin-bottom: 0;
  line-height: 1;
}
.responsibility small {
  font-size: .850em;
}
.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .850em;
  border-top: 2px solid #91bb1b;
  background: #1a4e93;
}
.copyright__info,
.copyright__travelgate {
  height: 30px;
  margin: 0;
  line-height: 30px;
  color: #fff;
}
.copyright__info p {
  margin-bottom: 0;
}
.copyright__travelgate {
  text-align: right;
}
.copyright__travelgate a {
  color: #fff;
  text-decoration: none;
}
.copyright__logo {
  height: 30px;
}
@media all and (max-width: 1200px) {
  .copyright__info,
  .copyright__travelgate {
    height: inherit;
    line-height: inherit;
    text-align: center;
  }
  .copyright__info p {
    margin-bottom: 11px;
  }
}
.scroll-top-wrapper {
  position: fixed;
  z-index: 99999999;
  right: 30px;
  bottom: 30px;
  visibility: hidden;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding-top: 0;
  line-height: 38px;
  opacity: 0;
  color: #fff;
  border: 2px solid #fff;
  background-color: #1c55a0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in-out;
}
.scroll-top-wrapper:hover {
  z-index: 1;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.scroll-top-wrapper.show {
  visibility: visible;
  opacity: 1.0;
  cursor: pointer;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
  transition: all 0.15s ease-in-out;
}
/* Navbar */
.subpage-content .page-header {
  border-bottom: 3px solid #1c55a0;
}
.rejt {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.waitplease {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.fullcenter {
  position: relative;
  top: 50%;
  width: 320px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.fullcenter p {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 0 20px #000;
}
.fullcenter img {
  height: 40px;
}
#search .dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  overflow-y: scroll;
  min-width: 160px;
  height: 295px;
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  padding: 3px 20px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
ul.typeahead > .active a {
  color: #121212;
  background-color: #2594cc!important;
}
.mag-err {
  margin-top: 22px;
  margin-bottom: 22px;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
.mag-err-wrap p,
.mag-err-wrap h1,
.mag-err-wrap h2 {
  margin-bottom: 15px;
}
.mag-err-wrap ul {
  padding-left: 40px;
}
#trip_filter_trip_id {
  width: 100% !important;
  height: 40px !important;
}
.contact_right input,
.contact_right select,
.contact_left input,
.contact_left select {
  height: 28px;
  margin: 2px 0;
}
.schema-container {
  clear: both;
}
.cms.paddinger {
  background: #f4f4f4;
  -webkit-box-shadow: 1px 1px 6px 0 #333;
  -moz-box-shadow: 1px 1px 6px 0 #333;
  box-shadow: 1px 1px 6px 0 #333;
}
.contact_full textarea {
  -webkit-box-shadow: inset 0 1px 5px -1px #333;
  -moz-box-shadow: inset 0 1px 5px -1px #333;
  box-shadow: inset 0 1px 5px -1px #333;
}
.buffer {
  display: none;
}
.top-box-img {
  height: 180px;
  background-size: cover !important;
}
.pointer {
  cursor: pointer;
}
.subpage {
  margin-bottom: 30px;
}
.subpagemenu {
  position: relative;
  height: 0;
  margin-top: 15px;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover !important;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
}
.subpagemenu a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.subber {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-weight: bold;
  color: white;
  background: #1c55a0;
  text-align: center;
}
main {
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.3), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
}
.cms {
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 22px 33px;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
}
h2.margin-bot2,
h3.section-header,
.mg-page h1,
.showtac h1 {
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 22px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #c8c8c8;
  text-align: center;
}
.showtac h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.showtac {
  padding-top: 22px;
  padding-bottom: 22px;
}
.cms h2:first-child {
  margin-top: 0;
}
.new1 p {
  margin: 20px 0;
  font-size: 25px;
  text-align: center;
}
.buffer {
  display: none;
}
.cms:after {
  display: table;
  clear: both;
  content: '';
}
.cms img {
  max-width: 100%;
}
.cms-head,
.formhead h3 {
  margin-bottom: 25px;
  border-bottom: 2px solid;
}
.cms .contactform label,
.cms .contactform select,
.cms .contactform input[type='text'],
.cms .contactform input[type='email'] {
  display: inline-block;
  width: 49%;
  margin: 2px 0;
}
.cms .contactform input[type='text'],
.cms .contactform select,
.cms .contactform input[type='email'] {
  height: 35px;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
.cms ul {
  padding-left: 20px;
  list-style-type: disc;
}
.cms hr {
  border-top: 1px solid #c8c8c8;
}
#tac-content {
  padding: 0!important;
  text-align: left!important;
}
.schema-container .row {
  margin-right: 0;
  margin-left: 0;
}
#contact_message {
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
.contact_full {
  margin: 10px 0;
}
.footer-button-add,
.footer-button-delete,
.contact_full input[type='submit'],
.hirl-butt {
  height: 35px;
  margin: 2px 0;
  padding: 0 30px;
  /*font-size: 120%;*/
  color: #fff;
  border: 0;
  border-radius: 7px;
  outline: none;
  background: #d35c03;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.footer-button-add:hover,
.footer-button-delete:hover,
.contact_full input[type='submit']:hover,
.hirl-butt:hover {
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.4);
}
th.datepicker-switch {
  border: 1px solid #e2e2e2!important;
  -webkit-box-shadow: inset 1px 1px 3px -1px #444;
  -moz-box-shadow: inset 1px 1px 3px -1px #444;
  box-shadow: inset 1px 1px 3px -1px #444;
}
th.datepicker-switch:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: 4px;
  border: 10px solid;
  border-top: 7px solid #444;
  border-right: 5px solid transparent;
  border-bottom: transparent;
  border-left: 5px solid transparent;
  content: ' ';
}
/* MAGELLANOS ALOLDAL */
.showtac,
.mg-page-out {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .showtac,
  .mg-page-out {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .showtac,
  .mg-page-out {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .showtac,
  .mg-page-out {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .showtac,
  .mg-page-out {
    width: 1370px;
  }
}
#tac-content,
.mg-page {
  position: relative !important;
  min-height: 1px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-top: 22px !important;
  margin-bottom: 22px !important;
  padding: 22px 33px !important;
  border: 1px solid #c8c8c8 !important;
  background: #fff !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3) !important;
}
#tac-content {
  margin-bottom: 0 !important;
}
.mg-page-out:before,
.mg-page-out:after,
.mg-page-wrap:before,
.mg-page-wrap:after,
.mg-page:before,
.mg-page:after {
  content: " ";
  display: table;
}
.fancybox-title-over {
  width: auto !important;
}
/*AJANLATKERES*/
.thanks {
  display: block!important;
  border-bottom: none!important;
}
.cms label {
  font-weight: bold;
}
.cms label,
.cms select,
.cms input[type='text'] {
  display: inline-block;
  width: 49%;
  margin: 2px 0;
  font-size: 14px;
}
.cms select,
.cms input[type='text'] {
  padding-left: 5px;
  border: 1px solid #aaa;
  outline: none;
}
.cms select:focus,
.cms input[type='text']:focus {
  border-color: #123eab;
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(16, 142, 196, 0.5);
  box-shadow: 0 0 8px rgba(16, 142, 196, 0.5);
}
.schema-container .row {
  margin-right: 0;
  margin-left: 0;
}
#contact_message {
  width: 100%;
  margin: 10px 0;
}
.contact_full {
  margin: 5px 0;
}
.footer-button-add,
.footer-button-delete,
.contact_full input[type='submit'],
.open_contact_form,
.contact_form input[type='submit'],
.newsletterbutton .btn {
  margin: 10px 0;
  padding: 5px 22px 5px 20px;
  /*font-size: 1.25em;*/
  color: #fff;
  border: none;
  border-radius: 17px;
  outline: none!important;
  background: #123eab;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  text-transform: uppercase;
}
.footer-button-add:hover,
.footer-button-delete:hover,
.contact_full input[type='submit']:hover,
.open_contact_form:hover,
.contact_form input[type='submit']:hover,
.newsletterbutton .btn:hover {
  color: #fff!important;
  background: #0d2d7d!important;
}
#ajanlatkeres label,
#ajanlatkeres select,
#ajanlatkeres input[type='text'],
#ajanlatkeres input[type='password'] {
  float: left;
  clear: left;
  width: 100%!important;
}
#ajanlatkeres .error_list {
  /*display: inline-block;*/
  float: left;
}
#ajanlatkeres .form-group {
  clear: both;
}
#ajanlatkeres input[type='text'],
#ajanlatkeres input[type='password'],
#ajanlatkeres select {
  float: right;
}
@media (max-width: 1199px) {
  .footer-button-add,
  .footer-button-delete,
  .contact_full input[type='submit'],
  .open_contact_form,
  .contact_form input[type='submit'],
  .newsletterbutton .btn,
  .kompjegy .btn {
    margin: 10px 0;
  }
}
/*AJANLAT-INFO*/
.mg-page {
  padding: 15px 15px 25px;
}
.field input,
.field label,
.field select {
  width: 32%;
  margin: 2px 0;
}
.field textarea,
.field input[type='email'],
.field input[type='text'] {
  padding-left: 5px;
  border: 1px solid #aaa;
  outline: none;
}
.field textarea:focus,
.field input[type='email']:focus,
.field input[type='text']:focus {
  border-color: #123eab;
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(33, 88, 159, 0.5);
  box-shadow: 0 0 8px rgba(33, 88, 159, 0.5);
}
#gcs-gallery {
  margin-bottom: 15px;
}
/*SUBPAGE-MENU*/
.subpagemenu a {
  display: block;
  width: 100%;
  padding-bottom: 65%;
}
.subpagemenu {
  position: relative;
  height: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 65%;
  background-position: center;
  background-size: cover !important;
}
.sub-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 7px;
  font-size: 1.15em;
  color: #fff;
  background-color: #123eab;
  transition: all .15s;
  text-align: center;
  text-transform: uppercase;
}
.subpagemenu:hover .sub-title {
  background-color: #0d2d7d;
}
.wide .subpagemenu {
  padding-bottom: 50%!important;
}
.high .subpagemenu {
  padding-bottom: 150%!important;
}
@media (max-width: 768px) {
  .subpage > .row > div {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*SELECT*/
.cms select {
  height: 26px;
  border: 1px solid #aaa;
}
.form-group select *,
#searchBox select * {
  margin-top: 2px;
  padding: 3px 5px;
  border-top: 1px solid #ddd;
  background: #eee;
}
#searchwrap input[disabled],
#searchwrap select[disabled],
#searchwrap textarea[disabled],
#searchwrap input[readonly],
#searchwrap select[readonly],
#searchwrap textarea[readonly] {
  padding-left: 6px!important;
  background-image: none;
}
.cms:after,
.cms:before,
.showtac:after,
.showtac:before,
.mg-page-wrap:after,
.mg-page-wrap:before {
  display: block;
  clear: both;
  content: '';
}
.nobr {
  white-space: nowrap;
}
/* AJANLATKERO FORMAZAS */
.cms .contactform label,
.cms .contactform select,
.cms .contactform input[type='text'],
.cms .contactform input[type='email'] {
  display: inline-block;
  width: 49%;
  margin: 2px 0;
}
.cms .contactform input[type='text'],
.cms .contactform select,
.cms .contactform input[type='email'] {
  height: 26px;
  border-radius: 0px;
  background-color: #f2f2f2;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav-tabs__content:before,
.nav-tabs__content:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav-tabs__content:after {
  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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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: 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 !important;
  }
  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;
  }
}
.offerbox__eyecandy {
    display: block;
    float: right;
    /* z-index: 1; */
    position: relative;
    background: red;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 0 0px;
}
.offerbox__headline {
  margin-right: 5px;
}

.header-brand {
  position: relative;
  top: 0;
  padding: 4px 15px;
}
.header-brand__logo {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* plus css for gdpr */

.recallGDPR a {
  color: #fff;
  text-shadow: none;
  text-decoration: underline;
}
.gdprnwslttr label {
  font-size: 11px;
}
.contact_left:not(.iframees) .error_list,
.contact_right:not(.iframees) .error_list {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 12px;
  text-align: right;
  list-style: none;
  padding-left: 0;
}
.contact_full .error_list {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
}
.error_list {
  padding-left: 0;
  list-style: none;
  color: red;
}
.hiddenCustomerFields > p {
  font-size: 9px;
  line-height: 12px;
}
.phonerecall > p > small,
.thisisthewrapper > .summaryHotel{
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
}
.hiddenCustomerFields > div > p {
  font-size: 11px;
  line-height: 12px;
}
.phonerecall > p > small {
  display: inherit;
  font-size: 10px !important;
  line-height: 12px !important;
}

.thisisthewrapper > .summaryHotel,
.smally {
  font-size: 11px;
  display: inline-block;
  line-height: 12px;
  font-weight: normal;
}
.smaller {
    font-size: 10px;
  line-height: 11px;
}
.contactform .smaller {
    font-size: 11px;
}
.gdprnwslttr.opened {
  background: rgba(51, 51, 51, 0.5) !important;
  margin: 0 45px;
}
.contact_left > div {
  position: relative;
}