/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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-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; }

* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  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: 20px;
  margin-bottom: 20px;
  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, .float-panel span, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small, .float-panel span small,
  h4 .small,
  .float-panel span .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

h4, .float-panel span, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small, .float-panel span small,
  h4 .small,
  .float-panel span .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #2d6ca2; }

a.text-primary:hover,
a.text-primary:focus {
  color: #22517a; }

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

.bg-primary {
  background-color: #2d6ca2; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #22517a; }

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.428571429;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

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

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

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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    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-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #2d6ca2;
  border-color: #285e8e; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #22517a;
    border-color: #0c1c2a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #22517a;
    border-color: #1a3f5e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #22517a;
    border-color: #1a3f5e; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #1a3f5e;
      border-color: #0c1c2a; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #2d6ca2;
    border-color: #285e8e; }
  .btn-primary .badge {
    color: #2d6ca2;
    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 > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    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 > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    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 > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    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 > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #2d6ca2;
  font-weight: normal;
  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: #1d4466;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  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%; }

.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: 14px;
  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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    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: #2d6ca2; }

.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: 12px;
  line-height: 1.428571429;
  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 {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

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

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2d6ca2;
  border-color: #2d6ca2; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #b2cfe9; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.close {
  float: right;
  font-size: 21px;
  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; }

.modal-open {
  overflow: hidden; }

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

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

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

.modal-body {
  position: relative;
  padding: 15px; }

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

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

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  /*width: 220px \0; IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999;
      border-radius: 0; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

body, html {
  font-family: "Istok Web", sans-serif;
  -webkit-font-smoothing: antialiased; }

a, .btn {
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

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

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

.u-marg--t0 {
  margin-top: 0px; }

.u-marg--t10 {
  margin-top: 10px; }

.u-marg--t20 {
  margin-top: 20px; }

.u-marg--t30 {
  margin-top: 30px; }

.u-marg--t40 {
  margin-top: 40px; }

.u-marg--b0 {
  margin-bottom: 0 !important; }

.u-marg--b10 {
  margin-bottom: 10px; }

.u-marg--b20 {
  margin-bottom: 20px; }

.u-marg--b50 {
  margin-bottom: 50px; }

.u-marg--l5 {
  margin-left: 5px; }

.u-marg--r5 {
  margin-right: 5px; }

.u-marg--all5 {
  margin: 5px; }

.u-marg--tb1em {
  margin: 0.5em 0; }

.u-marg--all0 {
  margin: 0; }

.u-marg--all50 {
  margin: 50px; }

.u-marg--x0 {
  margin: auto 0; }

.u-marg--y50 {
  margin: 50px auto; }

.u-pad--all0 {
  padding: 0 !important; }

.u-pad--all15 {
  padding: 15px; }

.u-pad--all35 {
  padding: 35px; }

.u-pad--t10 {
  padding-top: 10px; }

.u-pad--t20 {
  padding-top: 20px; }

.u-pad--b10 {
  padding-bottom: 10px; }

.u-pad--b30 {
  padding-bottom: 30px; }

.u-pad--lr0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.u-pad--l15 {
  padding-left: 15px !important; }

.u-pad--r0 {
  padding-right: 0; }

.u-fl--fln {
  float: none; }

.u-fl--left {
  float: left; }

.u-fl--right {
  float: right; }

.u-size--w100 {
  width: 100%; }

.u-size--h100 {
  height: 100%; }

.u-pos--relative {
  position: relative; }

.u-minh--320 {
  min-height: 320px; }

.u-minh--328 {
  min-height: 328px; }

.u-minh--328rp0 {
  min-height: 328px; }
  @media (max-width: 991px) {
    .u-minh--328rp0 {
      min-height: 0px; } }

.u-maxw--90 {
  max-width: 90px; }

.u-border--bb {
  border-bottom: 1px solid #e7e7e7; }

.u-flexcont {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-flow: row wrap;
  /* Safari */
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  text-decoration: none;
  list-style: none; }
  .u-flexcont li {
    padding: 0.2em 0.5em; }
    .u-flexcont li a {
      text-decoration: none;
      color: #606060; }
      .u-flexcont li a:hover {
        color: #404040; }

.notices {
  padding: 1px 1px 1px 30px;
  margin: 15px 0; }

.notices.yellow {
  border-left: 10px solid #f0ad4e;
  background: #fcf8f2;
  color: #df8a13; }

.notices.red {
  border-left: 10px solid #d9534f;
  background: #fdf7f7;
  color: #b52b27; }

.notices.blue {
  border-left: 10px solid #5bc0de;
  background: #f4f8fa;
  color: #28a1c5; }

.notices.green {
  border-left: 10px solid #5cb85c;
  background: #f1f9f1;
  color: #3d8b3d; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

#breadcrumbs {
  height: 3rem;
  line-height: 3rem;
  /*padding-left: 3rem;*/ }

#breadcrumbs span {
  display: inline-block;
  padding: 0 1rem; }

#breadcrumbs span:first-child {
  padding-left: 0; }

#breadcrumbs i {
  display: inline-block;
  width: 20px;
  text-align: center; }

#breadcrumbs {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 700;
  margin-bottom: 30px; }
  #breadcrumbs span {
    padding: 0 !important; }
  #breadcrumbs i {
    width: 10px !important; }
  #breadcrumbs a {
    font-size: 12px !important;
    font-weight: 400;
    color: #4a4a4a; }

@media (max-width: 1199px) {
  .container-breadcrumbs {
    display: none; } }

@media (max-width: 768px) {
  .single-post #breadcrumbs, .single-faq #breadcrumbs {
    display: none; } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

.navbar-default {
  background-color: #000448 !important;
  min-height: 100px;
  margin-bottom: 0;
  border: 0px;
  border-radius: 0; }
  .navbar-default .navbar-brand {
    margin: 0; }
  .navbar-default .navbar-brand a {
    display: block;
    width: 130px;
    height: 82px;
    text-indent: -9999px;
    background: url(img/Etias-Logo.png); }
  .navbar-default .navbar-toggle {
    margin-top: 30px;
    border-color: #fff;
    min-width: 48px;
    min-height: 48px;
    padding: 9px 12px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
      background-color: #ffe41e;
      border-color: #000448; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #000448; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: white; }
      .navbar-default .navbar-toggle .icon-bar:hover {
        background-color: #ffe41e; }
  .navbar-default .navbar-collapse {
    border-color: #000448; }
  .navbar-default .nav {
    padding-top: 10px; }
    @media (min-width: 992px) {
      .navbar-default .nav {
        padding-top: 30px; } }
    .navbar-default .nav li a {
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      padding-right: 12px;
      padding-left: 12px; }
      .navbar-default .nav li a:hover {
        background: transparent;
        color: #ffe41e; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .navbar-default .nav li a {
          padding-left: 10px;
          padding-right: 10px;
          font-size: 14px; } }
      @media (max-width: 991px) {
        .navbar-default .nav li a:focus {
          color: #fff;
          background-color: #3c3f9d; } }
    .navbar-default .nav li.active a {
      background: #000448;
      color: #ffe41e; }
      .navbar-default .nav li.active a:hover {
        background: transparent;
        color: #ffe41e; }
  .navbar-default .navbar-nav .open a {
    color: #fff !important; }
    .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:active, .navbar-default .navbar-nav .open a:focus {
      color: #ffe41e;
      background-color: transparent; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > a {
      color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #3c3f9d; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: #3c3f9d; }
    .navbar-default .navbar-nav .open .dropdown-menu .active a {
      color: #ffe41e !important;
      background-color: transparent !important; } }

.navbar-header .navbar-header-logo {
  max-width: 130px;
  max-height: 82px;
  width: 130px;
  height: 82px; }
  .navbar-header .navbar-header-logo a {
    max-width: 130px;
    max-height: 82px;
    width: 130px;
    height: 82px; }
    .navbar-header .navbar-header-logo a img {
      max-width: 130px;
      max-height: 82px;
      width: 130px;
      height: 82px;
      box-sizing: unset;
      padding-top: 10px; }

.navbar-header:before {
  content: unset;
  display: unset; }

.navbar-header:after {
  content: unset;
  display: unset; }

@media (max-width: 991px) {
  .navbar-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; } }

.dropdown-menu {
  background-color: #000448; }
  @media (min-width: 767px) {
    .dropdown-menu li a {
      color: white !important;
      text-transform: none !important; } }
  .dropdown-menu li a:hover {
    background: transparent;
    color: #ffe41e !important; }
  .dropdown-menu .divider {
    display: none; }

.navbar-collapse {
  box-shadow: none; }

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; } }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #4a90e2 url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  @media only screen and (min-width: 767px) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (min-width: 1024px) {
    .cd-top {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px; } }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }

/* BREAKPOINT SM nav */
@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent; }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; } }

.language {
  background-color: #fff;
  border-bottom: 1px solid #045575; }
  .language .nav > li a:hover, .language .nav > li a:focus {
    background: none;
    text-decoration: underline; }
  .language .nav .open > a, .language .nav .open > a:hover, .language .nav .open > a:focus {
    background: none;
    font-weight: 700;
    text-decoration: none; }
  .language .nav .dropdown-menu {
    padding: 10px 0;
    border-top: 1px solid #fff;
    background-color: #fff; }
    .language .nav .dropdown-menu > li > a {
      font-size: 14px;
      color: #337ab7 !important;
      background-color: #fff;
      padding: 5px 20px 5px 30px; }
      .language .nav .dropdown-menu > li > a:hover, .language .nav .dropdown-menu > li > a:focus {
        background-color: #fff;
        text-decoration: underline; }
  .language .nav .i-world {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px 0 15px; }
  .language .nav .dropdown-toggle {
    display: inline-block;
    padding-left: 7px; }
    .language .nav .dropdown-toggle .fa-caret-down {
      margin-left: 10px; }

@media (max-width: 991px) {
  .language {
    overflow: hidden; }
    .language .navbar-nav > li > a.dropdown-toggle {
      margin-left: 0; }
  .container .navbar-header {
    margin-left: 0;
    margin-right: 0; }
  .container .navbar-nav {
    margin-left: 0;
    margin-right: 0; }
    .container .navbar-nav .open .dropdown-menu > li > a {
      padding-left: 40px; } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

header {
  background: url("img/header-bg.jpg") center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
  box-sizing: border-box;
  padding: 40px 0; }
  @media (max-width: 767px) {
    header {
      padding: 20px 0; } }
  @media (max-width: 480px) {
    header {
      background: url("img/header-bg.jpg") left center no-repeat scroll;
      background-size: cover; } }
  header h1 {
    font-family: "Lora", serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 45px;
    margin-top: 0;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      header h1 {
        font-size: 32px;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      header h1 {
        font-size: 26px;
        margin-bottom: 20px; } }
  header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
    text-transform: uppercase; }
    header h2 .break {
      font-weight: 400;
      display: block; }
    @media (max-width: 767px) {
      header h2 {
        font-size: 16px; } }
  @media (max-width: 767px) {
    header h1, header h2, header p {
      width: 50%; } }
  @media (max-width: 480px) {
    header h1, header h2, header p {
      width: 80%; } }
  header h2 + h2 {
    font-weight: 400;
    margin-top: 0; }
  header h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 0.8em;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      header h3 {
        margin-top: 40px; } }
    header h3 span {
      font-weight: 400;
      font-size: 18px;
      display: block; }
  header p {
    margin-top: 26px;
    line-height: 20px;
    font-size: 17px;
    font-family: "Istok Web", sans-serif;
    margin-bottom: 40px;
    color: #fff; }
    @media (min-width: 992px) {
      header p {
        padding-right: 60px; } }
    @media (max-width: 767px) {
      header p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 14px; } }
    header p a {
      color: #ffe41e;
      font-weight: 700; }
  header a.btn, header a.btn:visited, header a.btn:active {
    border-radius: 0;
    padding: 10px 38px;
    color: #fff;
    border: 1px solid #fff;
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite; }
    header a.btn:hover, header a.btn:visited:hover, header a.btn:active:hover {
      background-color: #fff;
      color: #1060c3; }

.single-post header h1 {
  text-transform: none; }
  @media (max-width: 768px) {
    .single-post header h1 {
      font-size: 32px; } }
  @media (max-width: 480px) {
    .single-post header h1 {
      font-size: 26px; } }

.single-post header h2 {
  text-transform: none;
  font-size: 18px; }
  @media (min-width: 1199px) {
    .single-post header h2 {
      padding-right: 50px; } }
  @media (max-width: 768px) {
    .single-post header h2 {
      font-size: 13px; } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

.main .bg-light-blue {
  background-color: #f0f7ff; }

.main .bg-light-grey {
  background-color: #edecec; }

.main #who-needs-section img {
  max-width: 100%;
  display: block; }

.main #etias-countries-section .content-countries, .main #europe-map-section .content-countries, .main .list-countries .content-countries {
  padding: 50px 0px 30px 0px;
  background-color: #F9F9F9;
  position: relative;
  margin-bottom: 20px; }
  .main #etias-countries-section .content-countries.elegible, .main #europe-map-section .content-countries.elegible, .main .list-countries .content-countries.elegible {
    border: 2px solid #0084ad; }
    @media (min-width: 992px) {
      .main #etias-countries-section .content-countries.elegible, .main #europe-map-section .content-countries.elegible, .main .list-countries .content-countries.elegible {
        min-height: 500px; } }
    @media (min-width: 1200px) {
      .main #etias-countries-section .content-countries.elegible, .main #europe-map-section .content-countries.elegible, .main .list-countries .content-countries.elegible {
        min-height: 480px; } }
  .main #etias-countries-section .content-countries.countries, .main #europe-map-section .content-countries.countries, .main .list-countries .content-countries.countries {
    border: 2px solid #661080; }
    @media (min-width: 992px) {
      .main #etias-countries-section .content-countries.countries, .main #europe-map-section .content-countries.countries, .main .list-countries .content-countries.countries {
        min-height: 500px; } }
    @media (min-width: 1200px) {
      .main #etias-countries-section .content-countries.countries, .main #europe-map-section .content-countries.countries, .main .list-countries .content-countries.countries {
        min-height: 480px; } }
  @media (min-width: 1199px) {
    .main #etias-countries-section .content-countries, .main #europe-map-section .content-countries, .main .list-countries .content-countries {
      min-height: 395px; } }
  @media (max-width: 320px) {
    .main #etias-countries-section .content-countries, .main #europe-map-section .content-countries, .main .list-countries .content-countries {
      padding-top: 30px; } }
  .main #etias-countries-section .content-countries ul li:before, .main #europe-map-section .content-countries ul li:before, .main .list-countries .content-countries ul li:before {
    top: 0; }

.main #etias-countries-section .elegible ul, .main #europe-map-section .elegible ul, .main .list-countries .elegible ul {
  padding-left: 35px;
  margin-bottom: 0;
  column-count: 4; }
  @media (min-width: 1199px) and (max-width: 1199px) {
    .main #etias-countries-section .elegible ul, .main #europe-map-section .elegible ul, .main .list-countries .elegible ul {
      padding-left: 14px; } }
  @media (max-width: 768px) {
    .main #etias-countries-section .elegible ul, .main #europe-map-section .elegible ul, .main .list-countries .elegible ul {
      column-count: 3; } }
  @media (max-width: 480px) {
    .main #etias-countries-section .elegible ul, .main #europe-map-section .elegible ul, .main .list-countries .elegible ul {
      column-count: 2; } }

.main #etias-countries-section .countries ul, .main #europe-map-section .countries ul, .main .list-countries .countries ul {
  padding-left: 34px;
  margin-bottom: 0;
  column-count: 2; }
  @media (min-width: 1199px) and (max-width: 1199px) {
    .main #etias-countries-section .countries ul, .main #europe-map-section .countries ul, .main .list-countries .countries ul {
      padding-left: 14px; } }
  @media (max-width: 991px) {
    .main #etias-countries-section .countries ul, .main #europe-map-section .countries ul, .main .list-countries .countries ul {
      column-count: 4; } }
  @media (max-width: 768px) {
    .main #etias-countries-section .countries ul, .main #europe-map-section .countries ul, .main .list-countries .countries ul {
      column-count: 3; } }
  @media (max-width: 480px) {
    .main #etias-countries-section .countries ul, .main #europe-map-section .countries ul, .main .list-countries .countries ul {
      column-count: 2; } }

.main #etias-countries-section ul li, .main #europe-map-section ul li, .main .list-countries ul li {
  margin-bottom: 4px;
  padding-right: 10px; }
  @media (max-width: 480px) {
    .main #etias-countries-section ul li, .main #europe-map-section ul li, .main .list-countries ul li {
      min-width: 48px;
      min-height: 48px; } }

.main #etias-countries-section ul a, .main #europe-map-section ul a, .main .list-countries ul a {
  color: #2d6ca2;
  font-size: 15px; }
  @media (max-width: 767px) {
    .main #etias-countries-section ul a, .main #europe-map-section ul a, .main .list-countries ul a {
      font-size: 15px; } }
  @media (max-width: 480px) {
    .main #etias-countries-section ul a, .main #europe-map-section ul a, .main .list-countries ul a {
      min-width: 48px;
      min-height: 48px; } }

.main #etias-countries-section .elegible, .main #europe-map-section .elegible, .main .list-countries .elegible {
  background-position: center center; }
  .main #etias-countries-section .elegible:after, .main #europe-map-section .elegible:after, .main .list-countries .elegible:after {
    position: absolute;
    top: -41px;
    right: -20px;
    width: 82px;
    height: 82px;
    content: url(img/elegible-countries-icon.png); }
  .main #etias-countries-section .elegible ul li:before, .main #europe-map-section .elegible ul li:before, .main .list-countries .elegible ul li:before {
    color: #0084ad; }
  @media (max-width: 320px) {
    .main #etias-countries-section .elegible, .main #europe-map-section .elegible, .main .list-countries .elegible {
      background-size: cover; } }

.main #etias-countries-section .countries, .main #europe-map-section .countries, .main .list-countries .countries {
  background-position: center center; }
  .main #etias-countries-section .countries:after, .main #europe-map-section .countries:after, .main .list-countries .countries:after {
    position: absolute;
    top: -41px;
    right: -20px;
    width: 82px;
    height: 82px;
    content: url(img/etias-countries-icon.png); }
  .main #etias-countries-section .countries ul li:before, .main #europe-map-section .countries ul li:before, .main .list-countries .countries ul li:before {
    color: #661080; }

.main #list-countries-europe-section {
  padding-top: 10px; }

.main #news-faq-section {
  background-color: #f0f7ff;
  padding-bottom: 50px;
  /*.readmore {
      display: block;
      width: 100%;
      padding: 14px 0;
      color: $c-white;
      background-color: $color-button-read-more;
      text-align: center;
      text-decoration: none;
      @media (max-width: $screen-sm-max) { //max 767px
        margin-bottom: $m-bottom-40;
      }

      &:hover {
        background-color: $color-button-read-more-hover;
      }

      &:active {
        background-color: $color-button-read-more-hover;
        box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.5);
      }

      span {
        font-size: $main-font;
        font-weight: 700;
      }
    }*/ }
  .main #news-faq-section .container .col-md-8 .col-md-6 {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
  .main #news-faq-section .container .col-md-8 .col-md-6:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    margin-right: 30px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
    @media (max-width: 1200px) {
      .main #news-faq-section .container .col-md-8 .col-md-6:nth-child(2) {
        width: 47%; } }
    @media (max-width: 991px) {
      .main #news-faq-section .container .col-md-8 .col-md-6:nth-child(2) {
        width: 100%; } }
  .main #news-faq-section .container .col-md-8 .col-md-6:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    width: 48%; }
    @media (max-width: 1200px) {
      .main #news-faq-section .container .col-md-8 .col-md-6:nth-child(3) {
        width: 47%; } }
    @media (max-width: 991px) {
      .main #news-faq-section .container .col-md-8 .col-md-6:nth-child(3) {
        width: 100%; } }
  .main #news-faq-section .container .col-md-4 .section-title {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .main #news-faq-section .item-content {
    background-color: white;
    padding: 20px; }
    .main #news-faq-section .item-content .item-header {
      min-height: 66px; }
      @media (min-width: 992px) {
        .main #news-faq-section .item-content .item-header {
          margin-bottom: 20px; } }
    .main #news-faq-section .item-content .date {
      font-size: 12px;
      font-family: "Istok Web", sans-serif;
      color: #a8a8a8;
      padding: 30px 0; }
    .main #news-faq-section .item-content p {
      margin-bottom: 0;
      color: #767676; }
      @media (min-width: 1200px) {
        .main #news-faq-section .item-content p {
          min-height: 115px; } }
  .main #news-faq-section .img-wrapper {
    max-height: 190px;
    overflow: hidden;
    position: relative;
    height: 190px;
    width: 100%; }
    @media (max-width: 1200px) {
      .main #news-faq-section .img-wrapper {
        height: 150px; } }
    @media (max-width: 991px) {
      .main #news-faq-section .img-wrapper {
        height: 300px;
        max-height: 300px; } }
    @media (max-width: 768px) {
      .main #news-faq-section .img-wrapper {
        height: 250px;
        max-height: 250px; } }
    @media (max-width: 768px) {
      .main #news-faq-section .img-wrapper {
        height: 150px;
        max-height: 150px; } }
  .main #news-faq-section .img-news-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media (max-width: 991px) {
      .main #news-faq-section .img-news-responsive {
        width: 100%; } }
  .main #news-faq-section ul.faqs {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    min-height: 441px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0; }
    .main #news-faq-section ul.faqs li {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1.5rem 2rem 1.5rem;
      border-bottom: 1px dotted #1060c3;
      height: 145px; }
      .main #news-faq-section ul.faqs li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      .main #news-faq-section ul.faqs li h4, .main #news-faq-section ul.faqs li .float-panel span, .float-panel .main #news-faq-section ul.faqs li span {
        margin-top: 0;
        margin-bottom: 10px; }
      .main #news-faq-section ul.faqs li p {
        margin-bottom: 0; }

.main .news-faq-module-section {
  background-color: #f0f7ff;
  padding-bottom: 50px; }
  .main .news-faq-module-section .container .col-md-4 {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
    @media (max-width: 991px) {
      .main .news-faq-module-section .container .col-md-4 {
        margin-bottom: 40px; } }
  .main .news-faq-module-section .container .col-md-4:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    width: 31.55%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
    @media (max-width: 1200px) {
      .main .news-faq-module-section .container .col-md-4:nth-child(2) {
        width: 31.20%; } }
    @media (max-width: 991px) {
      .main .news-faq-module-section .container .col-md-4:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
  .main .news-faq-module-section .container .col-md-4:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    width: 31.55%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
    @media (max-width: 1200px) {
      .main .news-faq-module-section .container .col-md-4:nth-child(3) {
        width: 31.20%; } }
    @media (max-width: 991px) {
      .main .news-faq-module-section .container .col-md-4:nth-child(3) {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
  .main .news-faq-module-section .container .col-md-4:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    width: 31.55%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
    @media (max-width: 1200px) {
      .main .news-faq-module-section .container .col-md-4:nth-child(4) {
        width: 31.20%; } }
    @media (max-width: 991px) {
      .main .news-faq-module-section .container .col-md-4:nth-child(4) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0; } }
  .main .news-faq-module-section .item-content {
    background-color: white;
    padding: 20px; }
    .main .news-faq-module-section .item-content .item-header {
      min-height: 66px; }
      @media (min-width: 992px) {
        .main .news-faq-module-section .item-content .item-header {
          margin-bottom: 20px; } }
      @media (min-width: 576px) and (max-width: 992px) {
        .main .news-faq-module-section .item-content .item-header {
          min-height: 45px; } }
    .main .news-faq-module-section .item-content .date {
      font-size: 12px;
      font-family: "Istok Web", sans-serif;
      color: #a8a8a8;
      padding: 30px 0; }
    .main .news-faq-module-section .item-content p {
      margin-bottom: 0;
      color: #767676; }
      @media (min-width: 1200px) {
        .main .news-faq-module-section .item-content p {
          min-height: 115px; } }
  .main .news-faq-module-section .readmore {
    display: block;
    width: 100%;
    padding: 14px 0;
    color: #fff;
    background-color: #1060c3;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 991px) {
      .main .news-faq-module-section .readmore {
        margin-bottom: 40px; } }
    .main .news-faq-module-section .readmore:hover {
      background-color: #064ca2; }
    .main .news-faq-module-section .readmore:active {
      background-color: #064ca2;
      box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.5); }
    .main .news-faq-module-section .readmore span {
      font-size: 15px;
      font-weight: 700; }
  .main .news-faq-module-section .img-wrapper {
    max-height: 190px;
    overflow: hidden;
    position: relative;
    height: 190px;
    width: 100%; }
    @media (max-width: 1200px) {
      .main .news-faq-module-section .img-wrapper {
        height: 150px; } }
    @media (max-width: 991px) {
      .main .news-faq-module-section .img-wrapper {
        height: 300px;
        max-height: 300px; } }
    @media (max-width: 768px) {
      .main .news-faq-module-section .img-wrapper {
        height: 250px;
        max-height: 250px; } }
    @media (max-width: 768px) {
      .main .news-faq-module-section .img-wrapper {
        height: 150px;
        max-height: 150px; } }
  .main .news-faq-module-section .img-news-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media (max-width: 991px) {
      .main .news-faq-module-section .img-news-responsive {
        width: 100%; } }
  .main .news-faq-module-section .faqs li {
    background-color: white;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #CECECE;
    position: relative;
    margin-bottom: 10px; }

.main #etias-requirements-mexicans-section {
  margin-bottom: 20px; }

#europe-map-section {
  background-color: #edecec;
  margin-top: 40px; }
  #europe-map-section .etias-required {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    background-color: #000e40;
    padding: 1px 6px;
    border-radius: 4px; }
  #europe-map-section .etias-required.non-eu-members {
    background-color: #661080; }
  #europe-map-section .etias-required.non-schengen-states {
    background-color: #0084ad; }
  #europe-map-section .map-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    color: #606060; }
    #europe-map-section .map-title:after {
      display: none; }
    @media (max-width: 1199px) {
      #europe-map-section .map-title {
        font-size: 15px;
        margin-top: 15px; } }
  #europe-map-section a {
    color: #606060; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #europe-map-section ul {
      margin-bottom: 0; } }

#non-schengen-section {
  background-color: #edecec;
  padding-top: 0; }
  #non-schengen-section p.map-title {
    position: relative;
    padding-left: 25px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700; }
    #non-schengen-section p.map-title:before {
      content: "\f0c8" !important;
      font-size: 15px !important;
      font-family: FontAwesome;
      display: inline-block;
      color: #6bc1eb;
      line-height: 0.2em;
      top: 8px;
      left: 2px;
      position: absolute; }
    @media (max-width: 1199px) {
      #non-schengen-section p.map-title {
        font-size: 15px;
        margin-top: 15px; } }
  #non-schengen-section p.non-eu {
    position: relative;
    padding-left: 25px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700; }
    #non-schengen-section p.non-eu:before {
      content: "\f0c8" !important;
      font-size: 15px !important;
      font-family: FontAwesome;
      display: inline-block;
      color: #661080;
      line-height: 0.2em;
      top: 8px;
      left: 2px;
      position: absolute; }
    @media (max-width: 1199px) {
      #non-schengen-section p.non-eu {
        font-size: 15px;
        margin-top: 15px; } }
  #non-schengen-section h2.non-eu:before {
    content: "\f0c8" !important;
    font-size: 24px !important;
    font-family: FontAwesome;
    display: inline-block;
    color: #661080;
    padding-right: 20px; }
  #non-schengen-section h3.eurpean-countries {
    color: #0084ad; }
  #non-schengen-section h4.non-schengen, #non-schengen-section .float-panel span.non-schengen, .float-panel #non-schengen-section span.non-schengen {
    color: #0084ad;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700; }
  #non-schengen-section .etias-required {
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #0084ad;
    padding: 1px 6px;
    border-radius: 4px; }

footer:not(.home) {
  margin-top: 50px; }

.home footer {
  margin-top: 0px; }

footer {
  background-color: #000448;
  color: #FFF;
  padding: 20px 0 0; }
  footer ul.list-unstyled li a:focus, footer ul.list-unstyled li a:hover {
    color: #4a90e2;
    font-weight: bold;
    text-decoration: none; }
  footer a:focus, footer a:hover {
    color: #4a90e2;
    font-weight: bold; }
  footer h4, footer .float-panel span, .float-panel footer span {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0; }
  footer p {
    line-height: 18px;
    font-family: "Istok Web", sans-serif;
    font-size: 14px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      footer p {
        margin-bottom: 20px; } }
  footer .post-footer {
    background-color: #191919;
    margin-top: 30px;
    padding: 15px 0; }
    @media (max-width: 480px) {
      footer .post-footer .col-md-12.text-center {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        min-height: 48px; } }
    footer .post-footer .col-md-12.text-center a {
      color: white;
      padding: 4px 15px; }
      @media (max-width: 480px) {
        footer .post-footer .col-md-12.text-center a {
          min-width: 48px;
          min-height: 48px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; } }
    footer .post-footer .col-md-12.text-center .copytext {
      color: white;
      padding: 4px 15px; }
    footer .post-footer img {
      max-width: 100% !important; }

.disclaimerHeader {
  background-color: #000448;
  color: white;
  padding: 7px 0; }
  .disclaimerHeader a {
    color: white;
    padding: 4px 15px; }

.position-map {
  float: right; }
  @media (max-width: 991px) {
    .position-map {
      float: unset;
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .position-map #vmap {
      margin: 0 auto; } }

#vmap {
  height: 480px;
  width: 614px;
  cursor: default; }
  @media (max-width: 1199px) {
    #vmap {
      height: 413px;
      width: 540px; } }
  @media (max-width: 767px) {
    #vmap {
      height: 252px;
      width: 330px; } }

#vmap-world {
  width: 900px;
  height: 600px;
  margin: auto;
  cursor: default; }
  @media (max-width: 991px) {
    #vmap-world {
      width: 740px;
      height: 493px; } }
  @media (max-width: 767px) {
    #vmap-world {
      width: 480px;
      height: 320px; } }
  @media (max-width: 400px) {
    #vmap-world {
      width: 310px;
      height: 207px; } }

/* Countries Singles */
.etias-countries-single p:first-child img {
  width: 100%; }

.etias-countries-single h5 {
  margin-bottom: 30px; }

.etias-countries-single .resume-item {
  background-color: #EBEBEB;
  padding: 15px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .etias-countries-single .resume-item .text-left, .etias-countries-single .resume-item .text-right {
      text-align: center !important; } }

.etias-countries-single .table-title {
  padding: 10px 24px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #CFE5FF;
  border: 1px solid #4A90E2; }

.etias-countries-single .table-content {
  padding: 10px 24px;
  background-color: #F8F8F8;
  border: 1px solid #979797;
  border-top: 0;
  font-size: 18px;
  font-weight: 700;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px; }
  .etias-countries-single .table-content p {
    position: relative;
    padding-left: 42px;
    line-height: 32px;
    margin-bottom: 10px; }
    @media (max-width: 477px) {
      .etias-countries-single .table-content p {
        line-height: 15px; } }
    .etias-countries-single .table-content p span {
      position: absolute;
      background-color: #1060C3;
      border: 1px solid #4A90E2;
      color: white;
      line-height: 30px;
      text-align: center;
      left: 0px;
      height: 30px;
      width: 30px;
      font-size: 18px;
      font-weight: 700; }
  .etias-countries-single .table-content p:first-child {
    margin-top: 10px; }
    @media (max-width: 767px) {
      .etias-countries-single .table-content p:first-child {
        line-height: 32px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .etias-countries-single .borders ul {
    margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .etias-countries-single .borders ul li {
    width: 50%;
    float: left; } }

#page #europe-map-section .content-countries, #page #non-schengen-section .list-countries .content-countries {
  border: 2px solid #661080;
  padding: 50px 0px 30px 0px;
  background-color: #F9F9F9;
  position: relative; }
  @media (min-width: 1199px) {
    #page #europe-map-section .content-countries, #page #non-schengen-section .list-countries .content-countries {
      min-height: 395px; } }
  @media (max-width: 320px) {
    #page #europe-map-section .content-countries, #page #non-schengen-section .list-countries .content-countries {
      padding-top: 30px; } }

#page #europe-map-section ul, #page #non-schengen-section .list-countries ul {
  list-style-type: disc;
  padding-left: 17px;
  margin-bottom: 0;
  margin-left: 20px; }
  #page #europe-map-section ul .legend, #page #non-schengen-section .list-countries ul .legend {
    margin-left: 0; }
  @media (min-width: 1199px) and (max-width: 1199px) {
    #page #europe-map-section ul, #page #non-schengen-section .list-countries ul {
      padding-left: 14px; } }
  @media (max-width: 767px) {
    #page #europe-map-section ul, #page #non-schengen-section .list-countries ul {
      margin-bottom: 0;
      width: 100%; } }
  @media (max-width: 320px) {
    #page #europe-map-section ul, #page #non-schengen-section .list-countries ul {
      margin-bottom: 0;
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1199px) and (max-width: 1199px) {
    #page #europe-map-section ul li, #page #non-schengen-section .list-countries ul li {
      font-size: 12px; } }
  @media (max-width: 767px) {
    #page #europe-map-section ul li, #page #non-schengen-section .list-countries ul li {
      font-size: 12px; } }
  #page #europe-map-section ul li a, #page #non-schengen-section .list-countries ul li a {
    line-height: unset; }

/* COOKIES PLUGIN */
.cookienotice {
  border-bottom: 0 !important;
  background-color: #333 !important;
  color: white !important;
  font-size: 13px !important;
  line-height: 16px !important;
  padding: 15px 20px !important; }
  .cookienotice a {
    background-color: #1060c3 !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    margin: 6px !important;
    padding: 6px 10px !important; }
    .cookienotice a:hover {
      background-color: #083265 !important; }

/* Wrappers */
.content-wrapper {
  display: flex;
  flex-direction: row; }

.text-wrapper {
  max-width: 66.66667%; }

.image-wrapper {
  max-width: 33.3333%;
  width: 33.3333%; }
  .image-wrapper img {
    width: 218px;
    height: 405px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }

/* Etias for Europe Text + Image */
.requirements-text-wrapper {
  padding-right: 15px; }
  @media (min-width: 768px) {
    .requirements-text-wrapper {
      padding-right: 80px; } }

@media (max-width: 767px) {
  .etias-for-europe-image-wrapper {
    height: auto; } }

.etias-for-europe-image-wrapper .etias-for-europe-image-and-magnifier {
  margin-top: 20px;
  margin-bottom: 45px;
  display: flex; }

.etias-for-europe-image-wrapper .etias-for-europe-image {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px; }
  @media (max-width: 1199px) {
    .etias-for-europe-image-wrapper .etias-for-europe-image img {
      width: 100%; } }
  @media (max-width: 1199px) {
    .etias-for-europe-image-wrapper .etias-for-europe-image {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .etias-for-europe-image-wrapper .etias-for-europe-image {
      margin-top: 40px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .etias-for-europe-image-wrapper .etias-for-europe-image {
      width: 241px;
      height: auto;
      margin: 0 auto;
      padding: 0; } }

.etias-for-europe-image-wrapper .etias-for-europe-image:hover {
  background-color: #343434; }
  .etias-for-europe-image-wrapper .etias-for-europe-image:hover img {
    opacity: 0.4; }

.etias-for-europe-image-wrapper .etias-for-europe-image:hover .magnifier-wrapper {
  opacity: 1; }

.etias-for-europe-image-wrapper img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden; }

.etias-for-europe-image-wrapper .magnifier-wrapper {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.etias-for-europe-image-wrapper .magnifier {
  width: 40px;
  height: 40px; }

.modal.etiasVisaModal .modal-content {
  position: unset;
  background-color: transparent;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-clip: unset;
  outline: 0; }
  .modal.etiasVisaModal .modal-content .modal-header {
    padding: unset;
    border-bottom: unset;
    min-height: unset;
    position: relative; }
    .modal.etiasVisaModal .modal-content .modal-header .close-cross {
      float: right;
      font-size: 50px;
      line-height: 1;
      color: #fff;
      opacity: 1;
      filter: alpha(opacity=100);
      position: absolute;
      right: -30px;
      top: 10px; }
  .modal.etiasVisaModal .modal-content .modal-body.etias-for-europe-image-modal {
    width: auto; }
    .modal.etiasVisaModal .modal-content .modal-body.etias-for-europe-image-modal img {
      display: block;
      margin: auto;
      width: 100%;
      height: 100%; }

.modal.etiasVisaModal .modal-dialog {
  width: fit-content;
  margin: auto;
  top: 3vh; }
  @media (max-width: 992px) {
    .modal.etiasVisaModal .modal-dialog {
      max-width: 510px;
      margin: auto; } }
  @media (max-width: 768px) {
    .modal.etiasVisaModal .modal-dialog {
      max-width: 450px;
      margin: auto; } }
  @media (max-width: 576px) {
    .modal.etiasVisaModal .modal-dialog {
      max-width: 400px;
      margin: auto; } }
  @media (max-width: 480px) {
    .modal.etiasVisaModal .modal-dialog {
      max-width: 260px;
      margin: auto; } }

#europe-map-section .list-map-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0; }
  #europe-map-section .list-map-container ul {
    padding-left: 17px;
    margin-left: 20px; }

#europe-map-section .list-map-container-requirements-page {
  padding-top: 40px; }
  @media (max-width: 480px) {
    #europe-map-section .list-map-container-requirements-page {
      padding-top: 30px; } }

#europe-map-section .list-column, #europe-map-section .map-column {
  display: flex;
  flex-direction: column;
  padding: 0 20px; }

#europe-map-section .map-column {
  width: 47.8%;
  padding: 10px 20px 20px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  @media (max-width: 768px) {
    #europe-map-section .map-column {
      width: 100%;
      order: 4;
      align-items: center; } }
  #europe-map-section .map-column #vmap {
    height: 374px; }
    @media (max-width: 768px) {
      #europe-map-section .map-column #vmap {
        height: 250px; } }
    #europe-map-section .map-column #vmap svg {
      position: relative;
      top: 0;
      left: -63px; }
      @media (max-width: 992px) {
        #europe-map-section .map-column #vmap svg {
          left: -80px; } }
      @media (max-width: 768px) {
        #europe-map-section .map-column #vmap svg {
          top: -10px;
          left: 0; } }

#europe-map-section .intro {
  margin: 20px 40px 40px;
  width: 100%; }
  @media (max-width: 480px) {
    #europe-map-section .intro {
      margin: 0 10px 20px; } }
  #europe-map-section .intro p {
    margin: 0; }

#europe-map-section .schengen-countries {
  margin: 10px;
  padding: 0 30px 30px;
  width: 49%; }
  @media (max-width: 992px) {
    #europe-map-section .schengen-countries {
      padding: 0 20px 20px; } }
  @media (max-width: 768px) {
    #europe-map-section .schengen-countries {
      width: 100%;
      padding: 0 20px 20px; } }
  @media (max-width: 480px) {
    #europe-map-section .schengen-countries {
      padding: 0; } }
  #europe-map-section .schengen-countries .map-title {
    color: #000e40; }

#europe-map-section .schengen-associates-countries {
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 0 30px 30px;
  width: 49%; }
  @media (max-width: 992px) {
    #europe-map-section .schengen-associates-countries {
      padding: 0 20px 20px; } }
  @media (max-width: 768px) {
    #europe-map-section .schengen-associates-countries {
      width: 100%;
      padding: 0 20px 20px; } }
  @media (max-width: 480px) {
    #europe-map-section .schengen-associates-countries {
      padding: 0; } }
  #europe-map-section .schengen-associates-countries .map-title.non-eu {
    color: #661080; }

#europe-map-section .non-schengen-countries {
  margin: 10px;
  padding: 0 30px 30px;
  width: 47%; }
  @media (max-width: 1200px) {
    #europe-map-section .non-schengen-countries {
      width: 44.7%; } }
  @media (max-width: 992px) {
    #europe-map-section .non-schengen-countries {
      padding: 0 20px 20px; } }
  @media (max-width: 768px) {
    #europe-map-section .non-schengen-countries {
      width: 100%;
      padding: 0 20px 20px; } }
  @media (max-width: 480px) {
    #europe-map-section .non-schengen-countries {
      padding: 0; } }
  #europe-map-section .non-schengen-countries .map-title.non-schengen {
    color: #0084ad; }

#page.main #list-countries-europe-section ul.list-inline.legend, .main #list-countries-europe-section ul.list-inline.legend {
  margin-left: 0;
  padding-left: 17px; }
  #page.main #list-countries-europe-section ul.list-inline.legend li, .main #list-countries-europe-section ul.list-inline.legend li {
    padding-left: 0;
    margin-right: 15px; }
  #page.main #list-countries-europe-section ul.list-inline.legend li:before, .main #list-countries-europe-section ul.list-inline.legend li:before {
    content: "" !important;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 3px;
    top: 2px;
    left: -15px; }
  #page.main #list-countries-europe-section ul.list-inline.legend li:first-child, .main #list-countries-europe-section ul.list-inline.legend li:first-child {
    color: #000e40; }
  #page.main #list-countries-europe-section ul.list-inline.legend li:first-child:before, .main #list-countries-europe-section ul.list-inline.legend li:first-child:before {
    background-color: #000e40; }
  #page.main #list-countries-europe-section ul.list-inline.legend li:nth-child(2), .main #list-countries-europe-section ul.list-inline.legend li:nth-child(2) {
    color: #661080; }
  #page.main #list-countries-europe-section ul.list-inline.legend li:nth-child(2):before, .main #list-countries-europe-section ul.list-inline.legend li:nth-child(2):before {
    background-color: #661080; }
  #page.main #list-countries-europe-section ul.list-inline.legend li:nth-child(3), .main #list-countries-europe-section ul.list-inline.legend li:nth-child(3) {
    color: #0084ad; }
  #page.main #list-countries-europe-section ul.list-inline.legend li:nth-child(3):before, .main #list-countries-europe-section ul.list-inline.legend li:nth-child(3):before {
    background-color: #0084ad; }

#page.main .map-legend, .main .map-legend {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  #page.main .map-legend ul, .main .map-legend ul {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    #page.main .map-legend, .main .map-legend {
      margin: 2rem 0 0 1rem; } }

section + section#news-faq-section {
  margin-top: 50px; }

section + section.bg-light-blue {
  margin-top: 50px; }

@media (max-width: 767px) {
  .language .navbar-nav > li > a {
    margin-left: 20px; } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

body {
  color: #606060;
  font-size: 15px; }

.main {
  padding-top: 25px;
  overflow: hidden; }
  .main > section:not(:first-child) {
    padding-top: 35px; }
    @media (max-width: 768px) {
      .main > section:not(:first-child) {
        padding-top: 0; } }
  .main > section {
    padding-bottom: 10px; }
  .main > section:first-of-type {
    padding-top: 0; }
  .main h2 {
    font-size: 24px;
    line-height: 28px;
    font-family: "Lora", serif;
    color: #1060c3;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .main h2 {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .main h2 {
        margin-bottom: 20px; } }
  .main h3.main-font, .main h3:not(.faq-header) {
    font-size: 20px;
    line-height: 24px;
    font-family: "Lora", serif;
    color: #1060c3;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .main h3.main-font, .main h3:not(.faq-header) {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .main h3.main-font, .main h3:not(.faq-header) {
        margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .main h3:not(.faq-header) {
      margin-right: 50px; } }
  .main h4, .main .float-panel span, .float-panel .main span {
    font-size: 18px;
    line-height: 22px;
    font-family: "Lora", serif;
    color: #000448;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .main h4, .main .float-panel span, .float-panel .main span {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .main h4, .main .float-panel span, .float-panel .main span {
        margin-bottom: 15px; } }
  .main p {
    color: #606060;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 30px; }

#page h2, #page h3 {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }

@media (max-width: 992px) {
  #page h2, #page h3 {
    margin-bottom: 30px; } }

@media (max-width: 480px) {
  #page h2, #page h3 {
    margin-bottom: 20px; } }

#page h4, #page .float-panel span, .float-panel #page span {
  font-size: 18px;
  color: #000448;
  font-weight: bold;
  margin-bottom: 20px; }
  #page h4 span, #page .float-panel span span, .float-panel #page span span {
    color: #1060c3; }

#page #schengen-visa-types-section h3 {
  font-size: 20px; }

.purple {
  color: #661080 !important; }

h3.purple {
  font-size: 18px;
  font-weight: 700; }
  @media (max-width: 991px) {
    h3.purple {
      margin-top: 30px; } }

.blue-water {
  color: #0084ad !important; }

h3.blue-water {
  font-size: 18px;
  font-weight: 700; }

p + h2, p + h3:not(.main-font),
div + h2, div + h3,
ul + h2, ul + h3 {
  margin-top: 80px; }
  @media (max-width: 768px) {
    p + h2, p + h3:not(.main-font),
    div + h2, div + h3,
    ul + h2, ul + h3 {
      margin-top: 50px; } }

#schengen-visa-types-section p + h2, #schengen-visa-types-section p + h3:not(.main-font) {
  margin-top: 0;
  margin-bottom: 25px; }

.schengen-list-map {
  margin: 50px 0 85px; }
  @media (max-width: 768px) {
    .schengen-list-map {
      margin: 0 0 40px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #page.main .modal-content, .main .modal-content {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
    -ms-border: none; }
  #page.main .modal-header, .main .modal-header {
    border-bottom: none;
    -ms-border-bottom: none; }
  #page.main #europe-map-section ul, .main #europe-map-section ul {
    column-gap: 27px; }
  footer .post-footer {
    line-height: 0;
    padding: 25px 0; } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

.buttons .btn {
  padding: 16px 55px;
  background-color: #1060c3;
  color: white;
  font-weight: 700;
  border-radius: 0;
  margin: 6px;
  margin-bottom: 20px;
  min-width: 200px; }
  @media (max-width: 767px) {
    .buttons .btn {
      width: 100%;
      margin: 0 auto 20px; } }

.buttons .btn:hover {
  background-color: #000448; }

.m-button-jumbotron a {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  text-align: center; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

#page.main ul, .main ul {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  max-width: 100%; }
  #page.main ul li, .main ul li {
    margin-bottom: 4px;
    list-style: none;
    position: relative; }
    #page.main ul li:before, .main ul li:before {
      content: "\2022";
      color: #1060c3;
      font-size: 3.2rem;
      position: absolute;
      top: 12px;
      left: -20px;
      line-height: 0; }
    #page.main ul li a, .main ul li a {
      color: #2d6ca2; }
  #page.main ul.column-count2, .main ul.column-count2 {
    column-count: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px; }
  #page.main ul.column-count3, .main ul.column-count3 {
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
  #page.main ul.column-count4, .main ul.column-count4 {
    column-count: 4;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px; }
  #page.main ul.column-count5, .main ul.column-count5 {
    column-count: 5;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }

#page.main ul.etias-countries-list, .main ul.etias-countries-list {
  column-count: 2;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    #page.main ul.etias-countries-list, .main ul.etias-countries-list {
      margin-bottom: 0; } }

@media (min-width: 767px) {
  #page.main ul.list-reduced, .main ul.list-reduced {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 150px;
    width: fit-content; } }

@media (min-width: 1199px) {
  #page.main ul.list-reduced, .main ul.list-reduced {
    max-height: 110px; } }

#page.main ul.list-reduced li, .main ul.list-reduced li {
  padding-right: 40px;
  width: 285px; }

#page.main ul.faqs li:before, .main ul.faqs li:before {
  content: ''; }

#page.main .content-countries ul li, #page.main .list-map-container ul li, .main .content-countries ul li, .main .list-map-container ul li {
  list-style: disc; }
  #page.main .content-countries ul li:before, #page.main .list-map-container ul li:before, .main .content-countries ul li:before, .main .list-map-container ul li:before {
    content: none; }

#page.main .list-unstyled li, #page.main .list-inline li, #page.main .pagination li, .main .list-unstyled li, .main .list-inline li, .main .pagination li {
  list-style: none; }
  #page.main .list-unstyled li:before, #page.main .list-inline li:before, #page.main .pagination li:before, .main .list-unstyled li:before, .main .list-inline li:before, .main .pagination li:before {
    content: none; }

#page.main .list-countries.noneu, .main .list-countries.noneu {
  margin-bottom: 40px; }

#page.main .list-countries.noneu ~ .list-countries.noneu, .main .list-countries.noneu ~ .list-countries.noneu {
  margin-bottom: 0; }

#page.main #europe-map-section .schengen-countries ul, .main #europe-map-section .schengen-countries ul {
  column-count: 2; }
  #page.main #europe-map-section .schengen-countries ul li:before, .main #europe-map-section .schengen-countries ul li:before {
    color: #000e40; }

#page.main #europe-map-section .associates-non-ue-members ul, .main #europe-map-section .associates-non-ue-members ul {
  column-count: 2;
  margin-bottom: 25px; }
  #page.main #europe-map-section .associates-non-ue-members ul li:before, .main #europe-map-section .associates-non-ue-members ul li:before {
    color: #661080; }

#page.main #europe-map-section .associates-de-facto-members ul, .main #europe-map-section .associates-de-facto-members ul {
  column-count: 2; }
  #page.main #europe-map-section .associates-de-facto-members ul li:before, .main #europe-map-section .associates-de-facto-members ul li:before {
    color: #661080; }

#page.main #europe-map-section .non-schengen-countries ul, .main #europe-map-section .non-schengen-countries ul {
  column-count: 2; }
  #page.main #europe-map-section .non-schengen-countries ul li:before, .main #europe-map-section .non-schengen-countries ul li:before {
    color: #0084ad; }

#page.main #schengen-visa-types-section ul, .main #schengen-visa-types-section ul {
  text-align: justify; }
  #page.main #schengen-visa-types-section ul li, .main #schengen-visa-types-section ul li {
    line-height: 23px; }

#page.main #application-form-section ul li:before, .main #application-form-section ul li:before {
  color: #1060c3; }

footer ul {
  margin-top: 15px; }
  @media (max-width: 767px) {
    footer ul {
      margin-top: 15px;
      margin-bottom: 30px; } }
  footer ul li {
    line-height: 26px; }
    @media (max-width: 480px) {
      footer ul li {
        min-width: 48px;
        min-height: 30px; } }
    footer ul li a {
      color: white;
      font-size: 15px; }
      @media (max-width: 480px) {
        footer ul li a {
          min-width: 48px;
          min-height: 48px; } }

#page ul {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    #page ul {
      font-size: 13px; } }
  #page ul li {
    position: relative; }

#page ul.legend li {
  padding-left: 1.3em;
  margin-right: 20px;
  font-size: 13px;
  position: relative; }
  #page ul.legend li:before {
    content: "" !important;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 3px;
    top: 0;
    left: -5px;
    background-color: #666666; }
  #page ul.legend li:first-child:before {
    background-color: #0084ad; }
  #page ul.legend li:nth-child(2):before {
    background-color: #661080; }

#page #list-countries-europe-section ul.legend li {
  padding-left: 1.3em;
  margin-right: 20px;
  font-size: 13px;
  position: relative; }
  #page #list-countries-europe-section ul.legend li:before {
    content: "" !important;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 3px;
    top: 0;
    left: -5px;
    background-color: #661080; }
  #page #list-countries-europe-section ul.legend li:first-child:before {
    background-color: #000e40; }
  #page #list-countries-europe-section ul.legend li:nth-child(2):before {
    background-color: #6bc1eb; }

.home ul.legend li {
  padding-left: 1.3em;
  margin-right: 20px;
  font-size: 13px;
  position: relative; }
  .home ul.legend li:before {
    content: "" !important;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 3px;
    top: 0;
    left: -5px;
    background-color: #666666; }
  .home ul.legend li:first-child:before {
    background-color: #0084ad; }
  .home ul.legend li:nth-child(2):before {
    background-color: #661080; }

.single-faq .entry-content .list-countries ul {
  font-size: 12px !important;
  box-sizing: border-box; }
  @media (min-width: 1199px) {
    .single-faq .entry-content .list-countries ul {
      padding-right: 22px !important; } }
  @media (max-width: 1199px) {
    .single-faq .entry-content .list-countries ul {
      margin-bottom: 0 !important;
      font-size: 13px !important; } }
  @media (max-width: 320px) {
    .single-faq .entry-content .list-countries ul {
      width: 100% !important;
      padding-left: 5% !important; } }
  .single-faq .entry-content .list-countries ul li {
    padding-left: 2.1em !important;
    background-size: 20px;
    display: block; }
    .single-faq .entry-content .list-countries ul li:before {
      content: "" !important; }
  .single-faq .entry-content .list-countries ul .flag-icon {
    width: 100%;
    background-position: 0 48%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #page.main ul.list-reduced, .main ul.list-reduced {
    display: inline-block;
    -ms-display: inline-block;
    max-height: none;
    -ms-max-height: none; } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

.blog .main {
  overflow: unset; }
  .blog .main .sidebar {
    will-change: min-height; }
  .blog .main .col-md-4 {
    padding-left: 0;
    padding-right: 0; }
    .blog .main .col-md-4 .widget-area {
      transform: translate(0, 0);
      /* For browsers don't support translate3d. */
      transform: translate3d(0, 0, 0);
      will-change: position, transform;
      padding-left: 15px;
      padding-right: 15px; }
      .blog .main .col-md-4 .widget-area .widget {
        margin-bottom: 30px; }
        .blog .main .col-md-4 .widget-area .widget:first-child .widget-title {
          margin-top: 0; }
        .blog .main .col-md-4 .widget-area .widget .widget-title {
          font-size: 22px;
          color: #1060c3;
          font-weight: 700;
          padding-bottom: 15px;
          margin-bottom: 30px; }
          @media (max-width: 991px) {
            .blog .main .col-md-4 .widget-area .widget .widget-title {
              font-size: 18px; } }
          .blog .main .col-md-4 .widget-area .widget .widget-title span {
            padding-bottom: 9px;
            border-bottom: 4px solid #1060c3; }
        .blog .main .col-md-4 .widget-area .widget ul.list-unstyled li {
          margin-bottom: 1rem;
          border-bottom: 1px dotted #1060c3; }
          .blog .main .col-md-4 .widget-area .widget ul.list-unstyled li:last-child {
            border-bottom: 0; }
          .blog .main .col-md-4 .widget-area .widget ul.list-unstyled li h4, .blog .main .col-md-4 .widget-area .widget ul.list-unstyled li .float-panel span, .float-panel .blog .main .col-md-4 .widget-area .widget ul.list-unstyled li span {
            text-transform: none;
            font-family: "Istok Web", sans-serif;
            margin-bottom: 1rem; }
        .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px dotted #1060c3;
          padding-top: 1rem;
          margin-bottom: 0;
          background-color: #f0f7ff; }
          .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li .featured-news-img-wrapper {
            width: 120px;
            height: 110px;
            object-fit: cover;
            overflow: hidden;
            margin-right: 2rem; }
            .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li .featured-news-img-wrapper picture {
              display: flex;
              justify-content: center; }
              .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li .featured-news-img-wrapper picture img {
                width: auto;
                height: 100px; }
          .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li .featured-news-content-wrapper {
            display: flex;
            flex-direction: column;
            width: 65%;
            justify-content: space-between; }
            .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li .featured-news-content-wrapper h4, .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li .featured-news-content-wrapper .float-panel span, .float-panel .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li .featured-news-content-wrapper span {
              margin: 0 0 8px;
              text-transform: none;
              font-family: "Istok Web", sans-serif;
              padding-right: 0.5rem; }
            .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li .featured-news-content-wrapper span.featured-news-date {
              color: #a8a8a8;
              font-size: 13px;
              padding-bottom: 0.6rem; }
          @media (max-width: 992px) {
            .blog .main .col-md-4 .widget-area .widget.widget_featured_entries ul.list-unstyled li {
              justify-content: flex-start; } }

.blog .news-wrapper {
  padding-left: 0; }
  .blog .news-wrapper ul.piece-of-news, .blog .news-wrapper ul.l-main-news-page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0; }
    .blog .news-wrapper ul.piece-of-news li, .blog .news-wrapper ul.l-main-news-page-content li {
      width: 48%;
      min-height: 390px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 50px; }
      .blog .news-wrapper ul.piece-of-news li article, .blog .news-wrapper ul.l-main-news-page-content li article {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 390px;
        margin-bottom: 0;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
        .blog .news-wrapper ul.piece-of-news li article .featured-image.col-md-12.piece-of-news-image, .blog .news-wrapper ul.l-main-news-page-content li article .featured-image.col-md-12.piece-of-news-image {
          height: 125px;
          overflow: hidden; }
          .blog .news-wrapper ul.piece-of-news li article .featured-image.col-md-12.piece-of-news-image picture, .blog .news-wrapper ul.l-main-news-page-content li article .featured-image.col-md-12.piece-of-news-image picture {
            height: 125px; }
            .blog .news-wrapper ul.piece-of-news li article .featured-image.col-md-12.piece-of-news-image picture .img-responsive, .blog .news-wrapper ul.l-main-news-page-content li article .featured-image.col-md-12.piece-of-news-image picture .img-responsive {
              height: 125px; }
        .blog .news-wrapper ul.piece-of-news li article .entry .entry-header, .blog .news-wrapper ul.l-main-news-page-content li article .entry .entry-header {
          padding-right: 0;
          padding-left: 0; }
          .blog .news-wrapper ul.piece-of-news li article .entry .entry-header .entry-title, .blog .news-wrapper ul.l-main-news-page-content li article .entry .entry-header .entry-title {
            font-family: "Istok Web", sans-serif;
            font-size: 20px;
            text-transform: inherit;
            margin-bottom: 15px; }
          .blog .news-wrapper ul.piece-of-news li article .entry .entry-header .entry-meta-date, .blog .news-wrapper ul.l-main-news-page-content li article .entry .entry-header .entry-meta-date {
            margin-bottom: 15px; }
        .blog .news-wrapper ul.piece-of-news li article .entry .entry-content, .blog .news-wrapper ul.l-main-news-page-content li article .entry .entry-content {
          padding-right: 0;
          padding-left: 0; }
      .blog .news-wrapper ul.piece-of-news li:before, .blog .news-wrapper ul.l-main-news-page-content li:before {
        content: none; }
      @media (max-width: 576px) {
        .blog .news-wrapper ul.piece-of-news li, .blog .news-wrapper ul.l-main-news-page-content li {
          width: 100%;
          height: auto; } }
    @media (max-width: 576px) {
      .blog .news-wrapper ul.piece-of-news, .blog .news-wrapper ul.l-main-news-page-content {
        width: 100%; } }

.blog main.site-main .opening-paragraph {
  margin-bottom: 2.5rem;
  padding-right: 30px;
  font-size: 15px;
  line-height: 22px; }
  .blog main.site-main .opening-paragraph .opening-paragraph-content {
    padding: 2rem 2rem 1rem;
    background-color: #ebf4ff;
    border-top: 2px dotted #1060c3;
    border-bottom: 2px dotted #1060c3; }
    .blog main.site-main .opening-paragraph .opening-paragraph-content p {
      font-size: 15px;
      line-height: 22px; }
    .blog main.site-main .opening-paragraph .opening-paragraph-content ul {
      padding-left: 1.5rem; }

.blog article.blog-article {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin-right: 15px;
  margin-left: 15px; }
  .blog article.blog-article a.readmore {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px 0;
    background-color: #1060C3;
    color: white;
    font-weight: bold; }
    .blog article.blog-article a.readmore:hover {
      text-decoration: none;
      background-color: #064ca2; }

.blog .featured-image {
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 991px) {
    .blog .featured-image {
      margin-bottom: 5px; } }

.blog .entry {
  padding-right: 15px;
  padding-left: 15px; }

.blog .entry-header {
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 991px) {
    .blog .entry-header {
      clear: both; } }

.blog .entry-date {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
  padding-top: 10px; }
  @media (max-width: 991px) {
    .blog .entry-date {
      float: left;
      margin-bottom: 30px; } }

.blog .entry-meta-date span.posted-on {
  color: #606060;
  font-size: 13px;
  font-weight: bold; }

.blog .sd-sharing {
  margin-top: 20px; }
  .blog .sd-sharing ul {
    padding-left: 4px; }
    @media (max-width: 991px) {
      .blog .sd-sharing ul {
        float: right;
        margin-top: 8px; } }
    .blog .sd-sharing ul li {
      padding: 0 !important; }
      .blog .sd-sharing ul li .fa {
        color: white; }
      .blog .sd-sharing ul li .circle-icon {
        background: #3B5998;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        vertical-align: middle;
        padding: 3px; }
      .blog .sd-sharing ul li .twitter {
        background-color: #55ACEE; }
      .blog .sd-sharing ul li .google {
        background-color: #DC4E41; }

.blog .entry-content {
  padding-right: 15px; }
  .blog .entry-content .readmore {
    display: block;
    width: 100%;
    padding: 14px 0;
    margin-top: 20px;
    background-color: #1060c3;
    text-align: center;
    text-decoration: none; }
    .blog .entry-content .readmore:hover {
      background-color: #021e40; }
      .blog .entry-content .readmore:hover span {
        padding: 7px 30px; }
    .blog .entry-content .readmore span {
      padding: 7px 16px;
      /*background-color: white;*/
      font-weight: 700;
      font-size: 13px;
      border-radius: 15px;
      color: #fff;
      -webkit-transition: all .6s ease-in-out;
      -moz-transition: all .6s ease-in-out;
      -o-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out; }

.blog article {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .blog article {
      margin-bottom: 20px; } }

.blog.single-post .featured-image {
  padding-right: 30px;
  padding-left: 15px; }

.l-main-news-page-content {
  list-style-type: none; }

.pagination_showmore label {
  display: flex; }

.pagination_showmore .btn_showmore {
  cursor: pointer;
  background-color: #000448;
  color: #fff;
  font-size: 18px;
  margin: 0 auto 20px;
  text-align: center;
  width: fit-content;
  padding: 10px 15px;
  display: none; }

.pagination_showmore:first-of-type .btn_showmore {
  display: block; }

.pagination_showmore .l-main-news-page-content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
  list-style-type: none; }

.pagination_showmore input[type="checkbox"] {
  position: absolute;
  left: -100vw; }
  .pagination_showmore input[type="checkbox"]:checked ~ label {
    display: none; }
  .pagination_showmore input[type="checkbox"]:checked ~ .l-main-news-page-content {
    height: auto;
    overflow: visible; }

.pagination_showmore:has(> input[type="checkbox"]:checked) + .pagination_showmore .btn_showmore {
  display: block; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

.faq .entry-header .entry-title {
  font-family: "Istok Web", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0; }

.faq .content-faq .entry-content {
  font-style: italic; }
  @media (min-width: 1199px) {
    .faq .content-faq .entry-content {
      padding-right: 20px;
      min-height: 40px; } }
  .faq .content-faq .entry-content p {
    line-height: 20px; }

.faq article {
  margin-bottom: 0; }
  .faq article .count {
    border-radius: 50%;
    border: 2px solid #4a90e2;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    width: 60px;
    box-sizing: border-box;
    color: #4a90e2;
    padding-top: 8px;
    height: 60px; }
    @media (max-width: 991px) {
      .faq article .count {
        margin: 10px auto; } }

.single-faq .entry-header .entry-title {
  font-family: "Istok Web", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  color: #1060c3; }

.single-faq .entry-content p:first-child {
  font-style: italic; }

.single-faq header h1 {
  text-transform: none;
  font-size: 30px; }

.faqs-container {
  padding-top: 35px; }

.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none; }

.jqvmap-pin {
  pointer-events: none; }

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center; }

.jqvmap-zoomin {
  top: 10px; }

.jqvmap-zoomout {
  top: 30px; }

.jqvmap-region {
  cursor: default; }

.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em; }

.flag-icon:before {
  content: "\00a0"; }

.flag-icon.flag-icon-squared {
  width: 1em; }

.flag-icon-ad {
  background-image: url(flags/4x3/ad.svg); }

.flag-icon-ad.flag-icon-squared {
  background-image: url(flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(flags/4x3/ae.svg); }

.flag-icon-ae.flag-icon-squared {
  background-image: url(flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(flags/4x3/af.svg); }

.flag-icon-af.flag-icon-squared {
  background-image: url(flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(flags/4x3/ag.svg); }

.flag-icon-ag.flag-icon-squared {
  background-image: url(flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(flags/4x3/ai.svg); }

.flag-icon-ai.flag-icon-squared {
  background-image: url(flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(flags/4x3/al.svg); }

.flag-icon-al.flag-icon-squared {
  background-image: url(flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(flags/4x3/am.svg); }

.flag-icon-am.flag-icon-squared {
  background-image: url(flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(flags/4x3/ao.svg); }

.flag-icon-ao.flag-icon-squared {
  background-image: url(flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(flags/4x3/aq.svg); }

.flag-icon-aq.flag-icon-squared {
  background-image: url(flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(flags/4x3/ar.svg); }

.flag-icon-ar.flag-icon-squared {
  background-image: url(flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(flags/4x3/as.svg); }

.flag-icon-as.flag-icon-squared {
  background-image: url(flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(flags/4x3/at.svg); }

.flag-icon-at.flag-icon-squared {
  background-image: url(flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(flags/4x3/au.svg); }

.flag-icon-au.flag-icon-squared {
  background-image: url(flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(flags/4x3/aw.svg); }

.flag-icon-aw.flag-icon-squared {
  background-image: url(flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(flags/4x3/ax.svg); }

.flag-icon-ax.flag-icon-squared {
  background-image: url(flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(flags/4x3/az.svg); }

.flag-icon-az.flag-icon-squared {
  background-image: url(flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(flags/4x3/ba.svg); }

.flag-icon-ba.flag-icon-squared {
  background-image: url(flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(flags/4x3/bb.svg); }

.flag-icon-bb.flag-icon-squared {
  background-image: url(flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(flags/4x3/bd.svg); }

.flag-icon-bd.flag-icon-squared {
  background-image: url(flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(flags/4x3/be.svg); }

.flag-icon-be.flag-icon-squared {
  background-image: url(flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(flags/4x3/bf.svg); }

.flag-icon-bf.flag-icon-squared {
  background-image: url(flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(flags/4x3/bg.svg); }

.flag-icon-bg.flag-icon-squared {
  background-image: url(flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(flags/4x3/bh.svg); }

.flag-icon-bh.flag-icon-squared {
  background-image: url(flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(flags/4x3/bi.svg); }

.flag-icon-bi.flag-icon-squared {
  background-image: url(flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(flags/4x3/bj.svg); }

.flag-icon-bj.flag-icon-squared {
  background-image: url(flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(flags/4x3/bl.svg); }

.flag-icon-bl.flag-icon-squared {
  background-image: url(flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(flags/4x3/bm.svg); }

.flag-icon-bm.flag-icon-squared {
  background-image: url(flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(flags/4x3/bn.svg); }

.flag-icon-bn.flag-icon-squared {
  background-image: url(flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(flags/4x3/bo.svg); }

.flag-icon-bo.flag-icon-squared {
  background-image: url(flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(flags/4x3/bq.svg); }

.flag-icon-bq.flag-icon-squared {
  background-image: url(flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(flags/4x3/br.svg); }

.flag-icon-br.flag-icon-squared {
  background-image: url(flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(flags/4x3/bs.svg); }

.flag-icon-bs.flag-icon-squared {
  background-image: url(flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(flags/4x3/bt.svg); }

.flag-icon-bt.flag-icon-squared {
  background-image: url(flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(flags/4x3/bv.svg); }

.flag-icon-bv.flag-icon-squared {
  background-image: url(flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(flags/4x3/bw.svg); }

.flag-icon-bw.flag-icon-squared {
  background-image: url(flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(flags/4x3/by.svg); }

.flag-icon-by.flag-icon-squared {
  background-image: url(flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(flags/4x3/bz.svg); }

.flag-icon-bz.flag-icon-squared {
  background-image: url(flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(flags/4x3/ca.svg); }

.flag-icon-ca.flag-icon-squared {
  background-image: url(flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(flags/4x3/cc.svg); }

.flag-icon-cc.flag-icon-squared {
  background-image: url(flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(flags/4x3/cd.svg); }

.flag-icon-cd.flag-icon-squared {
  background-image: url(flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(flags/4x3/cf.svg); }

.flag-icon-cf.flag-icon-squared {
  background-image: url(flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(flags/4x3/cg.svg); }

.flag-icon-cg.flag-icon-squared {
  background-image: url(flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(flags/4x3/ch.svg); }

.flag-icon-ch.flag-icon-squared {
  background-image: url(flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(flags/4x3/ci.svg); }

.flag-icon-ci.flag-icon-squared {
  background-image: url(flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(flags/4x3/ck.svg); }

.flag-icon-ck.flag-icon-squared {
  background-image: url(flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(flags/4x3/cl.svg); }

.flag-icon-cl.flag-icon-squared {
  background-image: url(flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(flags/4x3/cm.svg); }

.flag-icon-cm.flag-icon-squared {
  background-image: url(flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(flags/4x3/cn.svg); }

.flag-icon-cn.flag-icon-squared {
  background-image: url(flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(flags/4x3/co.svg); }

.flag-icon-co.flag-icon-squared {
  background-image: url(flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(flags/4x3/cr.svg); }

.flag-icon-cr.flag-icon-squared {
  background-image: url(flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(flags/4x3/cu.svg); }

.flag-icon-cu.flag-icon-squared {
  background-image: url(flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(flags/4x3/cv.svg); }

.flag-icon-cv.flag-icon-squared {
  background-image: url(flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(flags/4x3/cw.svg); }

.flag-icon-cw.flag-icon-squared {
  background-image: url(flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(flags/4x3/cx.svg); }

.flag-icon-cx.flag-icon-squared {
  background-image: url(flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(flags/4x3/cy.svg); }

.flag-icon-cy.flag-icon-squared {
  background-image: url(flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(flags/4x3/cz.svg); }

.flag-icon-cz.flag-icon-squared {
  background-image: url(flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(flags/4x3/de.svg); }

.flag-icon-de.flag-icon-squared {
  background-image: url(flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(flags/4x3/dj.svg); }

.flag-icon-dj.flag-icon-squared {
  background-image: url(flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(flags/4x3/dk.svg); }

.flag-icon-dk.flag-icon-squared {
  background-image: url(flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(flags/4x3/dm.svg); }

.flag-icon-dm.flag-icon-squared {
  background-image: url(flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(flags/4x3/do.svg); }

.flag-icon-do.flag-icon-squared {
  background-image: url(flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(flags/4x3/dz.svg); }

.flag-icon-dz.flag-icon-squared {
  background-image: url(flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(flags/4x3/ec.svg); }

.flag-icon-ec.flag-icon-squared {
  background-image: url(flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(flags/4x3/ee.svg); }

.flag-icon-ee.flag-icon-squared {
  background-image: url(flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(flags/4x3/eg.svg); }

.flag-icon-eg.flag-icon-squared {
  background-image: url(flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(flags/4x3/eh.svg); }

.flag-icon-eh.flag-icon-squared {
  background-image: url(flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(flags/4x3/er.svg); }

.flag-icon-er.flag-icon-squared {
  background-image: url(flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(flags/4x3/es.svg); }

.flag-icon-es.flag-icon-squared {
  background-image: url(flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(flags/4x3/et.svg); }

.flag-icon-et.flag-icon-squared {
  background-image: url(flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(flags/4x3/fi.svg); }

.flag-icon-fi.flag-icon-squared {
  background-image: url(flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(flags/4x3/fj.svg); }

.flag-icon-fj.flag-icon-squared {
  background-image: url(flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(flags/4x3/fk.svg); }

.flag-icon-fk.flag-icon-squared {
  background-image: url(flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(flags/4x3/fm.svg); }

.flag-icon-fm.flag-icon-squared {
  background-image: url(flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(flags/4x3/fo.svg); }

.flag-icon-fo.flag-icon-squared {
  background-image: url(flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(flags/4x3/fr.svg); }

.flag-icon-fr.flag-icon-squared {
  background-image: url(flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(flags/4x3/ga.svg); }

.flag-icon-ga.flag-icon-squared {
  background-image: url(flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(flags/4x3/gb.svg); }

.flag-icon-gb.flag-icon-squared {
  background-image: url(flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(flags/4x3/gd.svg); }

.flag-icon-gd.flag-icon-squared {
  background-image: url(flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(flags/4x3/ge.svg); }

.flag-icon-ge.flag-icon-squared {
  background-image: url(flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(flags/4x3/gf.svg); }

.flag-icon-gf.flag-icon-squared {
  background-image: url(flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(flags/4x3/gg.svg); }

.flag-icon-gg.flag-icon-squared {
  background-image: url(flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(flags/4x3/gh.svg); }

.flag-icon-gh.flag-icon-squared {
  background-image: url(flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(flags/4x3/gi.svg); }

.flag-icon-gi.flag-icon-squared {
  background-image: url(flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(flags/4x3/gl.svg); }

.flag-icon-gl.flag-icon-squared {
  background-image: url(flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(flags/4x3/gm.svg); }

.flag-icon-gm.flag-icon-squared {
  background-image: url(flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(flags/4x3/gn.svg); }

.flag-icon-gn.flag-icon-squared {
  background-image: url(flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(flags/4x3/gp.svg); }

.flag-icon-gp.flag-icon-squared {
  background-image: url(flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(flags/4x3/gq.svg); }

.flag-icon-gq.flag-icon-squared {
  background-image: url(flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(flags/4x3/gr.svg); }

.flag-icon-gr.flag-icon-squared {
  background-image: url(flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(flags/4x3/gs.svg); }

.flag-icon-gs.flag-icon-squared {
  background-image: url(flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(flags/4x3/gt.svg); }

.flag-icon-gt.flag-icon-squared {
  background-image: url(flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(flags/4x3/gu.svg); }

.flag-icon-gu.flag-icon-squared {
  background-image: url(flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(flags/4x3/gw.svg); }

.flag-icon-gw.flag-icon-squared {
  background-image: url(flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(flags/4x3/gy.svg); }

.flag-icon-gy.flag-icon-squared {
  background-image: url(flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(flags/4x3/hk.svg); }

.flag-icon-hk.flag-icon-squared {
  background-image: url(flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(flags/4x3/hm.svg); }

.flag-icon-hm.flag-icon-squared {
  background-image: url(flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(flags/4x3/hn.svg); }

.flag-icon-hn.flag-icon-squared {
  background-image: url(flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(flags/4x3/hr.svg); }

.flag-icon-hr.flag-icon-squared {
  background-image: url(flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(flags/4x3/ht.svg); }

.flag-icon-ht.flag-icon-squared {
  background-image: url(flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(flags/4x3/hu.svg); }

.flag-icon-hu.flag-icon-squared {
  background-image: url(flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(flags/4x3/id.svg); }

.flag-icon-id.flag-icon-squared {
  background-image: url(flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(flags/4x3/ie.svg); }

.flag-icon-ie.flag-icon-squared {
  background-image: url(flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(flags/4x3/il.svg); }

.flag-icon-il.flag-icon-squared {
  background-image: url(flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(flags/4x3/im.svg); }

.flag-icon-im.flag-icon-squared {
  background-image: url(flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(flags/4x3/in.svg); }

.flag-icon-in.flag-icon-squared {
  background-image: url(flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(flags/4x3/io.svg); }

.flag-icon-io.flag-icon-squared {
  background-image: url(flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(flags/4x3/iq.svg); }

.flag-icon-iq.flag-icon-squared {
  background-image: url(flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(flags/4x3/ir.svg); }

.flag-icon-ir.flag-icon-squared {
  background-image: url(flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(flags/4x3/is.svg); }

.flag-icon-is.flag-icon-squared {
  background-image: url(flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(flags/4x3/it.svg); }

.flag-icon-it.flag-icon-squared {
  background-image: url(flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(flags/4x3/je.svg); }

.flag-icon-je.flag-icon-squared {
  background-image: url(flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(flags/4x3/jm.svg); }

.flag-icon-jm.flag-icon-squared {
  background-image: url(flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(flags/4x3/jo.svg); }

.flag-icon-jo.flag-icon-squared {
  background-image: url(flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(flags/4x3/jp.svg); }

.flag-icon-jp.flag-icon-squared {
  background-image: url(flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(flags/4x3/ke.svg); }

.flag-icon-ke.flag-icon-squared {
  background-image: url(flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(flags/4x3/kg.svg); }

.flag-icon-kg.flag-icon-squared {
  background-image: url(flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(flags/4x3/kh.svg); }

.flag-icon-kh.flag-icon-squared {
  background-image: url(flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(flags/4x3/ki.svg); }

.flag-icon-ki.flag-icon-squared {
  background-image: url(flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(flags/4x3/km.svg); }

.flag-icon-km.flag-icon-squared {
  background-image: url(flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(flags/4x3/kn.svg); }

.flag-icon-kn.flag-icon-squared {
  background-image: url(flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(flags/4x3/kp.svg); }

.flag-icon-kp.flag-icon-squared {
  background-image: url(flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(flags/4x3/kr.svg); }

.flag-icon-kr.flag-icon-squared {
  background-image: url(flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(flags/4x3/kw.svg); }

.flag-icon-kw.flag-icon-squared {
  background-image: url(flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(flags/4x3/ky.svg); }

.flag-icon-ky.flag-icon-squared {
  background-image: url(flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(flags/4x3/kz.svg); }

.flag-icon-kz.flag-icon-squared {
  background-image: url(flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(flags/4x3/la.svg); }

.flag-icon-la.flag-icon-squared {
  background-image: url(flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(flags/4x3/lb.svg); }

.flag-icon-lb.flag-icon-squared {
  background-image: url(flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(flags/4x3/lc.svg); }

.flag-icon-lc.flag-icon-squared {
  background-image: url(flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(flags/4x3/li.svg); }

.flag-icon-li.flag-icon-squared {
  background-image: url(flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(flags/4x3/lk.svg); }

.flag-icon-lk.flag-icon-squared {
  background-image: url(flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(flags/4x3/lr.svg); }

.flag-icon-lr.flag-icon-squared {
  background-image: url(flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(flags/4x3/ls.svg); }

.flag-icon-ls.flag-icon-squared {
  background-image: url(flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(flags/4x3/lt.svg); }

.flag-icon-lt.flag-icon-squared {
  background-image: url(flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(flags/4x3/lu.svg); }

.flag-icon-lu.flag-icon-squared {
  background-image: url(flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(flags/4x3/lv.svg); }

.flag-icon-lv.flag-icon-squared {
  background-image: url(flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(flags/4x3/ly.svg); }

.flag-icon-ly.flag-icon-squared {
  background-image: url(flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(flags/4x3/ma.svg); }

.flag-icon-ma.flag-icon-squared {
  background-image: url(flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(flags/4x3/mc.svg); }

.flag-icon-mc.flag-icon-squared {
  background-image: url(flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(flags/4x3/md.svg); }

.flag-icon-md.flag-icon-squared {
  background-image: url(flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(flags/4x3/me.svg); }

.flag-icon-me.flag-icon-squared {
  background-image: url(flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(flags/4x3/mf.svg); }

.flag-icon-mf.flag-icon-squared {
  background-image: url(flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(flags/4x3/mg.svg); }

.flag-icon-mg.flag-icon-squared {
  background-image: url(flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(flags/4x3/mh.svg); }

.flag-icon-mh.flag-icon-squared {
  background-image: url(flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(flags/4x3/mk.svg); }

.flag-icon-mk.flag-icon-squared {
  background-image: url(flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(flags/4x3/ml.svg); }

.flag-icon-ml.flag-icon-squared {
  background-image: url(flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(flags/4x3/mm.svg); }

.flag-icon-mm.flag-icon-squared {
  background-image: url(flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(flags/4x3/mn.svg); }

.flag-icon-mn.flag-icon-squared {
  background-image: url(flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(flags/4x3/mo.svg); }

.flag-icon-mo.flag-icon-squared {
  background-image: url(flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(flags/4x3/mp.svg); }

.flag-icon-mp.flag-icon-squared {
  background-image: url(flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(flags/4x3/mq.svg); }

.flag-icon-mq.flag-icon-squared {
  background-image: url(flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(flags/4x3/mr.svg); }

.flag-icon-mr.flag-icon-squared {
  background-image: url(flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(flags/4x3/ms.svg); }

.flag-icon-ms.flag-icon-squared {
  background-image: url(flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(flags/4x3/mt.svg); }

.flag-icon-mt.flag-icon-squared {
  background-image: url(flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(flags/4x3/mu.svg); }

.flag-icon-mu.flag-icon-squared {
  background-image: url(flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(flags/4x3/mv.svg); }

.flag-icon-mv.flag-icon-squared {
  background-image: url(flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(flags/4x3/mw.svg); }

.flag-icon-mw.flag-icon-squared {
  background-image: url(flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(flags/4x3/mx.svg); }

.flag-icon-mx.flag-icon-squared {
  background-image: url(flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(flags/4x3/my.svg); }

.flag-icon-my.flag-icon-squared {
  background-image: url(flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(flags/4x3/mz.svg); }

.flag-icon-mz.flag-icon-squared {
  background-image: url(flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(flags/4x3/na.svg); }

.flag-icon-na.flag-icon-squared {
  background-image: url(flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(flags/4x3/nc.svg); }

.flag-icon-nc.flag-icon-squared {
  background-image: url(flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(flags/4x3/ne.svg); }

.flag-icon-ne.flag-icon-squared {
  background-image: url(flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(flags/4x3/nf.svg); }

.flag-icon-nf.flag-icon-squared {
  background-image: url(flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(flags/4x3/ng.svg); }

.flag-icon-ng.flag-icon-squared {
  background-image: url(flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(flags/4x3/ni.svg); }

.flag-icon-ni.flag-icon-squared {
  background-image: url(flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(flags/4x3/nl.svg); }

.flag-icon-nl.flag-icon-squared {
  background-image: url(flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(flags/4x3/no.svg); }

.flag-icon-no.flag-icon-squared {
  background-image: url(flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(flags/4x3/np.svg); }

.flag-icon-np.flag-icon-squared {
  background-image: url(flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(flags/4x3/nr.svg); }

.flag-icon-nr.flag-icon-squared {
  background-image: url(flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(flags/4x3/nu.svg); }

.flag-icon-nu.flag-icon-squared {
  background-image: url(flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(flags/4x3/nz.svg); }

.flag-icon-nz.flag-icon-squared {
  background-image: url(flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(flags/4x3/om.svg); }

.flag-icon-om.flag-icon-squared {
  background-image: url(flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(flags/4x3/pa.svg); }

.flag-icon-pa.flag-icon-squared {
  background-image: url(flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(flags/4x3/pe.svg); }

.flag-icon-pe.flag-icon-squared {
  background-image: url(flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(flags/4x3/pf.svg); }

.flag-icon-pf.flag-icon-squared {
  background-image: url(flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(flags/4x3/pg.svg); }

.flag-icon-pg.flag-icon-squared {
  background-image: url(flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(flags/4x3/ph.svg); }

.flag-icon-ph.flag-icon-squared {
  background-image: url(flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(flags/4x3/pk.svg); }

.flag-icon-pk.flag-icon-squared {
  background-image: url(flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(flags/4x3/pl.svg); }

.flag-icon-pl.flag-icon-squared {
  background-image: url(flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(flags/4x3/pm.svg); }

.flag-icon-pm.flag-icon-squared {
  background-image: url(flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(flags/4x3/pn.svg); }

.flag-icon-pn.flag-icon-squared {
  background-image: url(flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(flags/4x3/pr.svg); }

.flag-icon-pr.flag-icon-squared {
  background-image: url(flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(flags/4x3/ps.svg); }

.flag-icon-ps.flag-icon-squared {
  background-image: url(flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(flags/4x3/pt.svg); }

.flag-icon-pt.flag-icon-squared {
  background-image: url(flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(flags/4x3/pw.svg); }

.flag-icon-pw.flag-icon-squared {
  background-image: url(flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(flags/4x3/py.svg); }

.flag-icon-py.flag-icon-squared {
  background-image: url(flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(flags/4x3/qa.svg); }

.flag-icon-qa.flag-icon-squared {
  background-image: url(flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(flags/4x3/re.svg); }

.flag-icon-re.flag-icon-squared {
  background-image: url(flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(flags/4x3/ro.svg); }

.flag-icon-ro.flag-icon-squared {
  background-image: url(flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(flags/4x3/rs.svg); }

.flag-icon-rs.flag-icon-squared {
  background-image: url(flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(flags/4x3/ru.svg); }

.flag-icon-ru.flag-icon-squared {
  background-image: url(flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(flags/4x3/rw.svg); }

.flag-icon-rw.flag-icon-squared {
  background-image: url(flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(flags/4x3/sa.svg); }

.flag-icon-sa.flag-icon-squared {
  background-image: url(flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(flags/4x3/sb.svg); }

.flag-icon-sb.flag-icon-squared {
  background-image: url(flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(flags/4x3/sc.svg); }

.flag-icon-sc.flag-icon-squared {
  background-image: url(flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(flags/4x3/sd.svg); }

.flag-icon-sd.flag-icon-squared {
  background-image: url(flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(flags/4x3/se.svg); }

.flag-icon-se.flag-icon-squared {
  background-image: url(flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(flags/4x3/sg.svg); }

.flag-icon-sg.flag-icon-squared {
  background-image: url(flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(flags/4x3/sh.svg); }

.flag-icon-sh.flag-icon-squared {
  background-image: url(flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(flags/4x3/si.svg); }

.flag-icon-si.flag-icon-squared {
  background-image: url(flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(flags/4x3/sj.svg); }

.flag-icon-sj.flag-icon-squared {
  background-image: url(flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(flags/4x3/sk.svg); }

.flag-icon-sk.flag-icon-squared {
  background-image: url(flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(flags/4x3/sl.svg); }

.flag-icon-sl.flag-icon-squared {
  background-image: url(flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(flags/4x3/sm.svg); }

.flag-icon-sm.flag-icon-squared {
  background-image: url(flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(flags/4x3/sn.svg); }

.flag-icon-sn.flag-icon-squared {
  background-image: url(flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(flags/4x3/so.svg); }

.flag-icon-so.flag-icon-squared {
  background-image: url(flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(flags/4x3/sr.svg); }

.flag-icon-sr.flag-icon-squared {
  background-image: url(flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(flags/4x3/ss.svg); }

.flag-icon-ss.flag-icon-squared {
  background-image: url(flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(flags/4x3/st.svg); }

.flag-icon-st.flag-icon-squared {
  background-image: url(flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(flags/4x3/sv.svg); }

.flag-icon-sv.flag-icon-squared {
  background-image: url(flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(flags/4x3/sx.svg); }

.flag-icon-sx.flag-icon-squared {
  background-image: url(flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(flags/4x3/sy.svg); }

.flag-icon-sy.flag-icon-squared {
  background-image: url(flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(flags/4x3/sz.svg); }

.flag-icon-sz.flag-icon-squared {
  background-image: url(flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(flags/4x3/tc.svg); }

.flag-icon-tc.flag-icon-squared {
  background-image: url(flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(flags/4x3/td.svg); }

.flag-icon-td.flag-icon-squared {
  background-image: url(flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(flags/4x3/tf.svg); }

.flag-icon-tf.flag-icon-squared {
  background-image: url(flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(flags/4x3/tg.svg); }

.flag-icon-tg.flag-icon-squared {
  background-image: url(flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(flags/4x3/th.svg); }

.flag-icon-th.flag-icon-squared {
  background-image: url(flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(flags/4x3/tj.svg); }

.flag-icon-tj.flag-icon-squared {
  background-image: url(flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(flags/4x3/tk.svg); }

.flag-icon-tk.flag-icon-squared {
  background-image: url(flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(flags/4x3/tl.svg); }

.flag-icon-tl.flag-icon-squared {
  background-image: url(flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(flags/4x3/tm.svg); }

.flag-icon-tm.flag-icon-squared {
  background-image: url(flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(flags/4x3/tn.svg); }

.flag-icon-tn.flag-icon-squared {
  background-image: url(flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(flags/4x3/to.svg); }

.flag-icon-to.flag-icon-squared {
  background-image: url(flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(flags/4x3/tr.svg); }

.flag-icon-tr.flag-icon-squared {
  background-image: url(flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(flags/4x3/tt.svg); }

.flag-icon-tt.flag-icon-squared {
  background-image: url(flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(flags/4x3/tv.svg); }

.flag-icon-tv.flag-icon-squared {
  background-image: url(flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(flags/4x3/tw.svg); }

.flag-icon-tw.flag-icon-squared {
  background-image: url(flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(flags/4x3/tz.svg); }

.flag-icon-tz.flag-icon-squared {
  background-image: url(flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(flags/4x3/ua.svg); }

.flag-icon-ua.flag-icon-squared {
  background-image: url(flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(flags/4x3/ug.svg); }

.flag-icon-ug.flag-icon-squared {
  background-image: url(flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(flags/4x3/um.svg); }

.flag-icon-um.flag-icon-squared {
  background-image: url(flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(flags/4x3/us.svg); }

.flag-icon-us.flag-icon-squared {
  background-image: url(flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(flags/4x3/uy.svg); }

.flag-icon-uy.flag-icon-squared {
  background-image: url(flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(flags/4x3/uz.svg); }

.flag-icon-uz.flag-icon-squared {
  background-image: url(flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(flags/4x3/va.svg); }

.flag-icon-va.flag-icon-squared {
  background-image: url(flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(flags/4x3/vc.svg); }

.flag-icon-vc.flag-icon-squared {
  background-image: url(flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(flags/4x3/ve.svg); }

.flag-icon-ve.flag-icon-squared {
  background-image: url(flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(flags/4x3/vg.svg); }

.flag-icon-vg.flag-icon-squared {
  background-image: url(flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(flags/4x3/vi.svg); }

.flag-icon-vi.flag-icon-squared {
  background-image: url(flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(flags/4x3/vn.svg); }

.flag-icon-vn.flag-icon-squared {
  background-image: url(flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(flags/4x3/vu.svg); }

.flag-icon-vu.flag-icon-squared {
  background-image: url(flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(flags/4x3/wf.svg); }

.flag-icon-wf.flag-icon-squared {
  background-image: url(flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(flags/4x3/ws.svg); }

.flag-icon-ws.flag-icon-squared {
  background-image: url(flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(flags/4x3/ye.svg); }

.flag-icon-ye.flag-icon-squared {
  background-image: url(flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(flags/4x3/yt.svg); }

.flag-icon-yt.flag-icon-squared {
  background-image: url(flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(flags/4x3/za.svg); }

.flag-icon-za.flag-icon-squared {
  background-image: url(flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(flags/4x3/zm.svg); }

.flag-icon-zm.flag-icon-squared {
  background-image: url(flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(flags/4x3/zw.svg); }

.flag-icon-zw.flag-icon-squared {
  background-image: url(flags/1x1/zw.svg); }

.flag-icon-eu {
  background-image: url(flags/4x3/eu.svg); }

.flag-icon-eu.flag-icon-squared {
  background-image: url(flags/1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(flags/4x3/gb-eng.svg); }

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(flags/1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(flags/4x3/gb-nir.svg); }

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(flags/1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(flags/4x3/gb-sct.svg); }

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(flags/1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(flags/4x3/gb-wls.svg); }

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(flags/1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(flags/4x3/un.svg); }

.flag-icon-un.flag-icon-squared {
  background-image: url(flags/1x1/un.svg); }

.cookienotice {
  padding: 15px 0px 15px 0px;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #8fc3fc;
  text-align: center;
  position: fixed;
  background-color: #abd3ff;
  width: 100%;
  z-index: 999; }

.cookiewrap {
  height: 10px; }

.cookienotice > a {
  background-color: #ccff72;
  padding: 5px 10px 5px 10px;
  color: #0078fe;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none; }

#grav-login {
  max-width: 30rem;
  margin: 5rem auto;
  background: #fcfcfc;
  border: 4px solid #eee;
  border-radius: 4px;
  padding: 1rem 3rem 3rem 3rem;
  text-align: center; }

#grav-login .form-actions {
  text-align: right; }

#grav-logout {
  position: absolute;
  bottom: 5px;
  right: 5px; }

.alert.info {
  color: #c00; }

#grav-login p {
  font-size: small;
  margin: 1rem 0;
  padding: 0;
  text-align: center; }

#grav-login .form-actions p {
  margin-bottom: 0; }

#grav-login .button {
  vertical-align: middle; }

#grav-login .delimiter {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.6rem;
  position: relative;
  text-transform: uppercase;
  margin: 1rem 0; }

#grav-login .delimiter:after,
#grav-login .delimiter:before {
  background-color: #777777;
  content: "";
  height: 1px;
  position: absolute;
  top: 0.8rem;
  width: 40%; }

#grav-login .delimiter:before {
  background-image: -moz-linear-gradient(right center, #777777, #ffffff);
  left: 0; }

#grav-login .delimiter:after {
  background-image: -moz-linear-gradient(left center, #777777, #ffffff);
  right: 0; }

#grav-login .rememberme {
  display: inline-block;
  float: left;
  padding: 7px 0;
  vertical-align: middle; }

#grav-login .rememberme label {
  font-weight: inherit;
  display: inline; }

.search-input {
  padding: 5px; }
  @media (max-width: 1024px) {
    .search-input {
      border: 1px solid #C4C5C6; } }

.search-submit {
  padding: 5px;
  width: 18%; }

.search-item {
  margin: 0 !important; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

.m-cookies-policy {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 99999; }
  @media (max-width: 767px) {
    .m-cookies-policy {
      padding: 30px 0; } }
  .m-cookies-policy .inner {
    width: 100%;
    position: absolute;
    padding: 0 15px;
    font-size: 13px;
    top: 10%; }
    @media (max-width: 767px) {
      .m-cookies-policy .inner {
        line-height: 21px; } }
  .m-cookies-policy a {
    color: #fff; }
  .m-cookies-policy a.cookieAccept {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    min-width: 90px;
    margin-left: 10px; }
    @media (max-width: 767px) {
      .m-cookies-policy a.cookieAccept {
        padding: 2px 15px; } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
  width: 100%;
  z-index: 300;
  padding: 5px 0;
  transform: translateZ(0);
  transition: all 0.5s;
  /* Effect for switching from .fixed to static */
  margin-top: -44px; }
  .float-panel span {
    margin-top: 10px;
    line-height: 1.8;
    color: white; }
    @media (min-width: 767px) {
      .float-panel span {
        margin-bottom: 0px; } }
    @media (max-width: 991px) {
      .float-panel span {
        font-size: 15px; } }
  .float-panel .button-link {
    text-align: right; }
    @media (max-width: 767px) {
      .float-panel .button-link {
        text-align: center !important; } }

/* when class="float-panel fixed" */
.fixed {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 12px 0;
  animation: slide-down 0.7s;
  opacity: 1;
  margin-top: 0;
  background-color: #000448; }

.fixed .fa-gg {
  transform: rotate(360deg); }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }

/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
  visibility: hidden;
  visibility: visible\9;
  /*For old IE browsers IE6-8 */ }

.slideanim.slide {
  visibility: hidden;
  animation: slide 1s; }

.slideanim.fixed {
  visibility: visible; }

.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both; }

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea,
#etias-leads input[type="text"],
#etias-leads input[type="email"],
#etias-leads textarea {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  padding: 0.375rem 1.2rem;
  font-size: 13px;
  line-height: 2.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

#contact-form .form-select-wrapper select,
#etias-leads .form-select-wrapper select {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  padding: 1rem 1.2rem;
  font-size: 13px;
  line-height: 2.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

#contact-form button,
#etias-leads button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 16px 55px;
  font-size: 15px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #1060c3;
  border-color: #1060c3;
  margin-top: 20px; }
  #contact-form button .spinner,
  #etias-leads button .spinner {
    top: -1.2rem;
    width: 1.5rem;
    display: inline-block;
    position: relative; }
    #contact-form button .spinner:before,
    #etias-leads button .spinner:before {
      content: "";
      width: 1.4rem;
      height: 1.4rem;
      position: absolute;
      border-radius: 50%;
      border: 0.25rem solid #cfcfcf;
      border-bottom-color: #4e4e4e;
      animation: 0.8s linear infinite spinner;
      transform: translate(-50%, -50%);
      will-change: transform; }

#contact-form .form-field.col-captcha,
#etias-leads .form-field.col-captcha {
  margin: 2rem 0; }

#contact-form .hidden-date,
#etias-leads .hidden-date {
  display: none; }

#online-visa-notification-section .notices p {
  color: #606060;
  font-size: 17px;
  line-height: 23px;
  text-align: justify;
  padding-top: 15px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px; }

#etias-leads .form-field.col-md-6 {
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    #etias-leads .form-field.col-md-6 {
      width: 100%;
      float: left; } }

#etias-leads .form-field.col-md-10 {
  width: 81%;
  float: left; }
  @media (max-width: 767px) {
    #etias-leads .form-field.col-md-10 {
      width: 100%;
      float: left; } }

#etias-leads .buttons {
  clear: both;
  margin-bottom: 110px; }

.sidebar-form {
  width: 100%;
  background-color: #f0f7ff;
  margin-bottom: 3rem; }
  .sidebar-form .container {
    width: 100%; }
    .sidebar-form .container .form-field {
      width: 100%; }

.sidebar-form #etias-leads .form-field.col-md-10 {
  width: 100%; }

.sidebar-form #etias-leads .buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 4rem; }
  .sidebar-form #etias-leads .buttons button.button {
    width: 100%;
    margin-top: 3rem; }

#form-result p {
  margin-top: 2rem; }

.icon {
  display: inline-block; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon--disclaimer_1 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -60px;
  width: 178px;
  height: 20px; }

.icon--disclaimer_10 {
  background-image: url(img/disclaimer.png);
  background-position: -140px -280px;
  width: 131px;
  height: 20px; }

.icon--disclaimer_11 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -120px;
  width: 174px;
  height: 20px; }

.icon--disclaimer_2 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -220px;
  width: 192px;
  height: 20px; }

.icon--disclaimer_3 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -180px;
  width: 194px;
  height: 20px; }

.icon--disclaimer_4 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -140px;
  width: 168px;
  height: 20px; }

.icon--disclaimer_5 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -140px;
  width: 205px;
  height: 20px; }

.icon--disclaimer_6 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -80px;
  width: 229px;
  height: 20px; }

.icon--disclaimer_7 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -40px;
  width: 246px;
  height: 20px; }

.icon--disclaimer_8 {
  background-image: url(img/disclaimer.png);
  background-position: -314px -240px;
  width: 116px;
  height: 20px; }

.icon--disclaimer_9 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -280px;
  width: 140px;
  height: 20px; }

.icon--disclaimer_br_1 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -20px;
  width: 179px;
  height: 20px; }

.icon--disclaimer_br_10 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -300px;
  width: 115px;
  height: 20px; }

.icon--disclaimer_br_11 {
  background-image: url(img/disclaimer.png);
  background-position: -303px -260px;
  width: 127px;
  height: 20px; }

.icon--disclaimer_br_2 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -200px;
  width: 165px;
  height: 20px; }

.icon--disclaimer_br_3 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -240px;
  width: 160px;
  height: 20px; }

.icon--disclaimer_br_4 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -160px;
  width: 166px;
  height: 20px; }

.icon--disclaimer_br_5 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -180px;
  width: 165px;
  height: 20px; }

.icon--disclaimer_br_6 {
  background-image: url(img/disclaimer.png);
  background-position: -152px -260px;
  width: 151px;
  height: 20px; }

.icon--disclaimer_br_7 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -100px;
  width: 177px;
  height: 20px; }

.icon--disclaimer_br_8 {
  background-image: url(img/disclaimer.png);
  background-position: -115px -300px;
  width: 115px;
  height: 20px; }

.icon--disclaimer_br_9 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -220px;
  width: 162px;
  height: 20px; }

.icon--disclaimer_en_1 {
  background-image: url(img/disclaimer.png);
  background-position: -271px -280px;
  width: 0px;
  height: 0px; }

.icon--disclaimer_en_2 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -80px;
  width: 178px;
  height: 20px; }

.icon--disclaimer_en_3 {
  background-image: url(img/disclaimer.png);
  background-position: -160px -240px;
  width: 154px;
  height: 20px; }

.icon--disclaimer_en_4 {
  background-image: url(img/disclaimer.png);
  background-position: -230px -300px;
  width: 81px;
  height: 20px; }

.icon--disclaimer_es_1 {
  background-image: url(img/disclaimer.png);
  background-position: -249px 0px;
  width: 184px;
  height: 20px; }

.icon--disclaimer_es_10 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -160px;
  width: 204px;
  height: 20px; }

.icon--disclaimer_es_2 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -120px;
  width: 212px;
  height: 20px; }

.icon--disclaimer_es_3 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -200px;
  width: 192px;
  height: 20px; }

.icon--disclaimer_es_4 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -260px;
  width: 152px;
  height: 20px; }

.icon--disclaimer_es_5 {
  background-image: url(img/disclaimer.png);
  background-position: -249px -40px;
  width: 178px;
  height: 20px; }

.icon--disclaimer_es_6 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -20px;
  width: 249px;
  height: 20px; }

.icon--disclaimer_es_7 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -100px;
  width: 218px;
  height: 20px; }

.icon--disclaimer_es_8 {
  background-image: url(img/disclaimer.png);
  background-position: 0px -60px;
  width: 242px;
  height: 20px; }

.icon--disclaimer_es_9 {
  background-image: url(img/disclaimer.png);
  background-position: 0px 0px;
  width: 249px;
  height: 20px; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

@media (max-width: 767px) {
  .flex-xs {
    display: flex; } }

@media (max-width: 991px) {
  .flex-xs-sm {
    display: flex; } }

.flex-order {
  flex-direction: column; }
  .flex-order-one {
    order: 1; }
  .flex-order-two {
    order: 2; }
  .flex-order-three {
    order: 3; }
  .flex-order-four {
    order: 4; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

#page .faqs-container h3.faq-header,
.faqs-container h3.faq-header {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: bold;
  background-color: #000448;
  color: #ffffff; }

#page .faqs-container h3:after,
.faqs-container h3:after {
  content: none; }

#page .faqs-container h3.e-text:before,
.faqs-container h3.e-text:before {
  content: '\002B';
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px; }

#page .faqs-container h3.active-faq:before,
.faqs-container h3.active-faq:before {
  content: "\2212"; }

#page .faqs-container ul.faqs-list,
.faqs-container ul.faqs-list {
  list-style: none;
  cursor: pointer;
  padding-left: 0; }

#page .faqs-container ul.faqs-list li:before,
.faqs-container ul.faqs-list li:before {
  content: none; }

#page .faqs-container ul.faqs-list li,
.faqs-container ul.faqs-list li {
  padding-left: 0;
  margin-bottom: 0.3rem; }
  #page .faqs-container ul.faqs-list li ul li:before,
  .faqs-container ul.faqs-list li ul li:before {
    content: "\2022";
    color: #1060c3;
    font-size: 3.2rem;
    position: absolute;
    top: 12px;
    left: -20px;
    line-height: 0; }

.panel {
  padding: 0 18px;
  margin-bottom: 0;
  background-color: white;
  overflow: hidden;
  display: none; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

.featured-image .img-responsive {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 150px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .featured-image .img-responsive {
      max-height: 200px; } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

.l-countrybox-wrapper .l-countrybox-content {
  background-color: #384678;
  padding: 4rem 4rem 3.5rem;
  border: 6px solid #e3e9ed;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
  .l-countrybox-wrapper .l-countrybox-content h2, .l-countrybox-wrapper .l-countrybox-content h3, .l-countrybox-wrapper .l-countrybox-content h4, .l-countrybox-wrapper .l-countrybox-content .float-panel span, .float-panel .l-countrybox-wrapper .l-countrybox-content span, .l-countrybox-wrapper .l-countrybox-content h5 {
    color: #ffffff;
    font-size: 42px;
    text-align: left;
    text-transform: capitalize; }
    .l-countrybox-wrapper .l-countrybox-content h2:after, .l-countrybox-wrapper .l-countrybox-content h3:after, .l-countrybox-wrapper .l-countrybox-content h4:after, .l-countrybox-wrapper .l-countrybox-content .float-panel span:after, .float-panel .l-countrybox-wrapper .l-countrybox-content span:after, .l-countrybox-wrapper .l-countrybox-content h5:after {
      border-top: 3.5px solid #ffeb3b;
      content: '';
      display: block;
      width: 70px;
      margin-top: 2rem; }
  .l-countrybox-wrapper .l-countrybox-content p {
    color: #ffffff;
    margin-bottom: 1rem;
    text-align: left; }

@media (max-width: 992px) {
  .l-countrybox-wrapper {
    margin-right: 20%;
    margin-left: 20%; } }

@media (max-width: 768px) {
  .l-countrybox-wrapper {
    margin-right: 10%;
    margin-left: 10%; } }

@media (max-width: 480px) {
  .l-countrybox-wrapper {
    margin-right: 0;
    margin-left: 0; } }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

.table-entry {
  margin: 4rem 0; }
  .table-entry table,
  .table-entry th,
  .table-entry td {
    border: 1px solid #000000; }
  .table-entry th,
  .table-entry td {
    padding: 10px; }
  .table-entry thead {
    font-weight: bold;
    color: #1060c3;
    background-color: #f0f7ff; }
    @media (max-width: 480px) {
      .table-entry thead tr th:first-child span.table-first-column {
        white-space: nowrap;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); } }
  .table-entry td:nth-child(1) {
    width: 20%;
    color: #000448;
    font-weight: bold; }
    @media (max-width: 480px) {
      .table-entry td:nth-child(1) {
        width: 10%;
        word-break: break-all; } }
    @media (max-width: 480px) {
      .table-entry td:nth-child(1) span.table-first-column {
        white-space: nowrap;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); } }
  .table-entry td:nth-child(2) {
    width: 20%; }
    @media (max-width: 480px) {
      .table-entry td:nth-child(2) {
        width: 20%; } }
  .table-entry td:nth-child(3) {
    width: 60%; }
    @media (max-width: 480px) {
      .table-entry td:nth-child(3) {
        width: 70%; } }

.table-scroll {
  width: 100%;
  overflow-x: auto; }
  .table-scroll table {
    border-collapse: collapse;
    width: 100%; }
    .table-scroll table thead tr th {
      color: #ffffff;
      background-color: #000448;
      text-align: left;
      padding: 0.5rem 0.7rem;
      border: 0.5px solid #c5c5c5; }
    .table-scroll table tbody tr td {
      padding: 0.5rem 0.7rem;
      border: 0.5px solid #c5c5c5; }
    .table-scroll table.center-content thead tr th {
      text-align: center; }
    .table-scroll table.center-content tbody tr td {
      text-align: center; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

/*ERROR PAGE*/
.main .container.error-page {
  text-transform: unset; }
  .main .container.error-page h2 {
    text-transform: unset;
    text-align: center; }
  .main .container.error-page h3 {
    text-transform: unset; }
  .main .container.error-page p.error-code {
    font-size: 10rem;
    line-height: 10rem;
    margin-top: 5rem; }
  .main .container.error-page .l-half-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .main .container.error-page .l-half-wrapper .l-half {
      width: 50%; }
      .main .container.error-page .l-half-wrapper .l-half form input.search-input {
        border: 1px solid #525252;
        border-right: 0;
        border-radius: 0;
        padding: 15px; }
      .main .container.error-page .l-half-wrapper .l-half form button.search-submit {
        border: 1px solid #525252;
        border-radius: 0;
        background-color: #1060c3;
        padding: 15px; }
      .main .container.error-page .l-half-wrapper .l-half:first-child {
        padding-right: 2rem; }
        @media (max-width: 992px) {
          .main .container.error-page .l-half-wrapper .l-half:first-child {
            padding: 0; } }
      .main .container.error-page .l-half-wrapper .l-half:last-child {
        padding-left: 2rem; }
        @media (max-width: 992px) {
          .main .container.error-page .l-half-wrapper .l-half:last-child {
            padding: 0;
            margin-top: 2rem; } }
      @media (max-width: 992px) {
        .main .container.error-page .l-half-wrapper .l-half {
          width: 100%; } }
    @media (max-width: 992px) {
      .main .container.error-page .l-half-wrapper {
        flex-direction: column; } }

/*--------------------------------------------------------------
# List Countries Flag
--------------------------------------------------------------*/
.icon-grid.light-bg-color {
  background-color: #F0F7FF; }

.l-icon-grid-wrapper {
  margin: 2.5rem 0;
  border-radius: 10px;
  box-shadow: 0 5px 8px #00000038;
  padding: 2rem;
  background-color: #FFF; }
  .l-icon-grid-wrapper.icon-grid-bg-color {
    background-color: #F0F7FF; }
    @media (max-width: 767px) {
      .l-icon-grid-wrapper.icon-grid-bg-color {
        padding: 1rem; } }
  .l-icon-grid-wrapper .l-full ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none; }
    .l-icon-grid-wrapper .l-full ul li {
      width: 25%;
      box-sizing: border-box;
      margin-left: -1px;
      margin-top: -1px; }
      .l-icon-grid-wrapper .l-full ul li:before {
        content: unset; }
      @media (max-width: 768px) {
        .l-icon-grid-wrapper .l-full ul li {
          width: 50%; } }
      @media (max-width: 576px) {
        .l-icon-grid-wrapper .l-full ul li {
          width: 100%; } }
      .l-icon-grid-wrapper .l-full ul li.icongrid-3 {
        width: 33%; }
        @media (max-width: 768px) {
          .l-icon-grid-wrapper .l-full ul li.icongrid-3 {
            width: 50%; } }
        @media (max-width: 576px) {
          .l-icon-grid-wrapper .l-full ul li.icongrid-3 {
            width: 100%; } }
      .l-icon-grid-wrapper .l-full ul li.icongrid-2 {
        width: 50%; }
        @media (max-width: 576px) {
          .l-icon-grid-wrapper .l-full ul li.icongrid-2 {
            width: 100%; } }
      .l-icon-grid-wrapper .l-full ul li .m-icongrid {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin: 0.5rem 0; }
        .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-icon {
          padding: 1rem .5rem; }
          .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-icon img {
            margin: auto;
            max-height: 60px;
            object-fit: scale-down; }
        .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text {
          line-height: 1.2rem;
          text-align: center;
          width: 80%; }
          .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text h2, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text h3, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text h4, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text .float-panel span, .float-panel .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text span, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text h5, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text h6, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text span {
            font-size: 1.6rem;
            text-transform: uppercase;
            font-weight: 600;
            padding: 0;
            color: #606060; }
          .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text p {
            font-weight: 400;
            font-size: 1.4rem;
            margin-top: 0.3rem;
            color: #606060; }
          .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text.icon-grid-text-color h2, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text.icon-grid-text-color h3, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text.icon-grid-text-color h4, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text.icon-grid-text-color .float-panel span, .float-panel .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text.icon-grid-text-color span, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text.icon-grid-text-color h5, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text.icon-grid-text-color h6, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text.icon-grid-text-color span, .l-icon-grid-wrapper .l-full ul li .m-icongrid .m-icongrid-text.icon-grid-text-color p {
            color: #606060; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

footer ul.list-unstyled li a {
  color: white; }
  footer ul.list-unstyled li a:focus, footer ul.list-unstyled li a:hover {
    color: #4a90e2;
    font-weight: bold; }

footer a:focus, footer a:hover {
  color: #4a90e2;
  font-weight: bold; }

footer .footer-menu-cols {
  margin-top: 2rem;
  padding: 0 15px; }
  footer .footer-menu-cols .m-footer-navigation-cols {
    display: flex;
    width: 100%; }
    footer .footer-menu-cols .m-footer-navigation-cols > .m-footer-menu-col {
      padding: 1rem 2rem;
      width: 33%; }
      footer .footer-menu-cols .m-footer-navigation-cols > .m-footer-menu-col:first-child {
        padding-left: 0; }
      footer .footer-menu-cols .m-footer-navigation-cols > .m-footer-menu-col:last-child {
        padding-right: 0; }
      footer .footer-menu-cols .m-footer-navigation-cols > .m-footer-menu-col .footer-disclaimer-text {
        text-align: left;
        color: white; }
      @media (max-width: 768px) {
        footer .footer-menu-cols .m-footer-navigation-cols > .m-footer-menu-col {
          width: 100%;
          padding: 1rem 0; } }
    @media (max-width: 992px) {
      footer .footer-menu-cols .m-footer-navigation-cols {
        margin-right: 0; } }
    @media (max-width: 768px) {
      footer .footer-menu-cols .m-footer-navigation-cols {
        flex-direction: column;
        padding: 0 15px; } }
    footer .footer-menu-cols .m-footer-navigation-cols span {
      font-size: 20px;
      font-weight: 700;
      color: white;
      font-family: "Istok Web", sans-serif;
      border-bottom: 1px solid white;
      width: 100%;
      display: block; }
    footer .footer-menu-cols .m-footer-navigation-cols ul.m-footer-menu-list {
      display: flex;
      flex-direction: column;
      justify-content: center;
      list-style-type: none;
      align-items: flex-start;
      padding-left: 0; }
      footer .footer-menu-cols .m-footer-navigation-cols ul.m-footer-menu-list li {
        box-sizing: border-box;
        padding: .5rem 0; }
        footer .footer-menu-cols .m-footer-navigation-cols ul.m-footer-menu-list li a {
          font-family: "Istok Web", sans-serif;
          color: white;
          font-size: 15px;
          font-weight: 400; }
          footer .footer-menu-cols .m-footer-navigation-cols ul.m-footer-menu-list li a:hover {
            text-decoration: underline; }
        @media (max-width: 768px) {
          footer .footer-menu-cols .m-footer-navigation-cols ul.m-footer-menu-list li {
            align-self: flex-start; } }
      @media (max-width: 768px) {
        footer .footer-menu-cols .m-footer-navigation-cols ul.m-footer-menu-list {
          margin-top: 0; } }
      @media (max-width: 576px) {
        footer .footer-menu-cols .m-footer-navigation-cols ul.m-footer-menu-list {
          flex-direction: column;
          align-items: center; } }
    footer .footer-menu-cols .m-footer-navigation-cols .m-footer-ssl-secure {
      padding: .5rem 0;
      display: flex; }
      footer .footer-menu-cols .m-footer-navigation-cols .m-footer-ssl-secure .footer-ssl-secure-image {
        align-self: center; }
      footer .footer-menu-cols .m-footer-navigation-cols .m-footer-ssl-secure .footer-ssl-secure-text {
        padding: 0 1rem;
        margin: 0; }
    footer .footer-menu-cols .m-footer-navigation-cols .m-footer-social-list {
      list-style: none;
      display: flex;
      justify-content: start;
      padding-top: 1rem;
      padding-left: 0; }
      footer .footer-menu-cols .m-footer-navigation-cols .m-footer-social-list li {
        padding-right: 2rem; }
        footer .footer-menu-cols .m-footer-navigation-cols .m-footer-social-list li:last-child {
          padding-right: 0; }
        footer .footer-menu-cols .m-footer-navigation-cols .m-footer-social-list li img {
          max-width: 3rem; }
    footer .footer-menu-cols .m-footer-navigation-cols .m-footer-payments {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      list-style: none;
      padding-left: 0; }
      footer .footer-menu-cols .m-footer-navigation-cols .m-footer-payments li {
        align-self: center; }
      footer .footer-menu-cols .m-footer-navigation-cols .m-footer-payments img {
        max-width: 30px;
        align-self: center; }

footer .footer-postmenu-copyright {
  background-color: #04022e;
  display: block;
  width: 100%;
  margin: auto; }
  footer .footer-postmenu-copyright p {
    margin: 0;
    text-align: center;
    padding: 1rem 0; }

/******************************************
List of variables of the theme
******************************************/
/******************************************
Expert Variables
******************************************/
.l-expert-info {
  margin-top: 2rem; }
  @media (max-width: 991px) {
    .l-expert-info.l-expert-card {
      margin-bottom: 5rem; } }
  .l-expert-info .l-expert-header {
    padding: 0.1rem 3rem;
    background-color: #000448;
    border-radius: .5rem .5rem 0 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px #ababab; }
    .l-expert-info .l-expert-header p {
      font-family: "Istok Web", sans-serif;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: white;
      margin: 1rem 0 1rem 2rem; }
      .l-expert-info .l-expert-header p:before {
        content: " ";
        border-radius: 50%;
        height: 19px;
        left: 20px;
        position: absolute;
        text-align: center;
        top: 12px;
        width: 19px;
        background: white; }
      .l-expert-info .l-expert-header p:after {
        content: " ";
        height: 8px;
        left: 27px;
        position: absolute;
        text-align: center;
        top: 16px;
        transform: rotate(45deg);
        width: 4px;
        background: #ffffff;
        border-right: 2px solid #232323;
        border-bottom: 2px solid #232323; }
  .l-expert-info .l-expert-wrapper {
    display: flex;
    box-shadow: 0 2px 10px #ababab;
    border-radius: 0 0 .5rem .5rem; }
    .l-expert-info .l-expert-wrapper .l-expert-image {
      width: 30%; }
      .l-expert-info .l-expert-wrapper .l-expert-image .l-expert-image-space {
        width: 100%;
        height: 100%; }
        .l-expert-info .l-expert-wrapper .l-expert-image .l-expert-image-space img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 0 0 0 0.5rem; }
          @media (max-width: 576px) {
            .l-expert-info .l-expert-wrapper .l-expert-image .l-expert-image-space img {
              border-radius: unset; } }
      @media (max-width: 576px) {
        .l-expert-info .l-expert-wrapper .l-expert-image {
          width: 100%; } }
    .l-expert-info .l-expert-wrapper .l-expert-content {
      width: 70%; }
      .l-expert-info .l-expert-wrapper .l-expert-content .l-expert-data {
        background-color: #f0f7ff;
        padding: 0.1rem 1.5rem 2.5rem 1.5rem; }
        .l-expert-info .l-expert-wrapper .l-expert-content .l-expert-data .l-expert-name {
          padding: 1.5rem 0 0.8rem; }
          .l-expert-info .l-expert-wrapper .l-expert-content .l-expert-data .l-expert-name a {
            font-family: "Lora", serif;
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.17;
            letter-spacing: normal;
            /*color: #1060c3;*/
            /*color: get-color(font, 500);*/
            text-decoration: underline; }
        .l-expert-info .l-expert-wrapper .l-expert-content .l-expert-data .l-expert-title p {
          font-family: "Istok Web", sans-serif;
          font-size: 18px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.33;
          letter-spacing: normal;
          /*color: get-color(font, 500);*/
          margin-bottom: 0; }
      .l-expert-info .l-expert-wrapper .l-expert-content .l-expert-biography {
        padding: 2rem 1.5rem 1rem 1.5rem; }
      @media (max-width: 576px) {
        .l-expert-info .l-expert-wrapper .l-expert-content {
          width: 100%; } }
    @media (max-width: 576px) {
      .l-expert-info .l-expert-wrapper {
        flex-direction: column; } }

body .m-jumbotron {
  padding: 8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    body .m-jumbotron {
      padding: 5rem; } }

body .expert-card .l-expert-card-container {
  padding: 2rem 2rem 0 2rem;
  border-radius: .5rem;
  box-shadow: 0 2px 8px 0 #000448;
  background-color: #fff;
  top: -4rem;
  position: relative; }
  body .expert-card .l-expert-card-container .l-expert-card {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 2rem;
    top: -6rem;
    position: relative;
    width: 80%;
    margin: auto; }
    body .expert-card .l-expert-card-container .l-expert-card .expert-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 1rem;
      aspect-ratio: 1 / 1; }
      @media (max-width: 991px) {
        body .expert-card .l-expert-card-container .l-expert-card .expert-card-image {
          width: 30%;
          z-index: 1;
          margin: auto; } }
    body .expert-card .l-expert-card-container .l-expert-card .expert-card-info {
      background-color: #000448;
      border-radius: 1rem;
      padding: .8rem 1.5rem 0 1.5rem; }
      body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-name {
        font-family: "Lora", serif;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: normal;
        /*color: #1060c3;*/
        /*color: get-color(font, 500);*/
        text-align: left;
        text-decoration: underline;
        font-stretch: condensed;
        padding-bottom: .5rem; }
      body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-position {
        font-family: "Istok Web", sans-serif;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        /*color: get-color(font, 500);*/
        font-stretch: condensed;
        padding: 0 0 .5rem;
        margin-top: 10px; }
      body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-company {
        font-style: italic; }
      body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-link, body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-email {
        padding-top: 0.5rem; }
      body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-rrss {
        list-style: none;
        padding: 1.2rem 0 .5rem 0;
        display: flex;
        flex-direction: row; }
        body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-rrss li {
          padding: 0 .5rem; }
          body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-rrss li:last-child {
            padding: 0 0 0 .5rem; }
          body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-rrss li:first-child {
            padding: 0 .5rem 0 0; }
          body .expert-card .l-expert-card-container .l-expert-card .expert-card-info-rrss li:before {
            content: ''; }
      body .expert-card .l-expert-card-container .l-expert-card .expert-card-info p {
        margin: 0; }
      body .expert-card .l-expert-card-container .l-expert-card .expert-card-info h1, body .expert-card .l-expert-card-container .l-expert-card .expert-card-info h2, body .expert-card .l-expert-card-container .l-expert-card .expert-card-info a, body .expert-card .l-expert-card-container .l-expert-card .expert-card-info p {
        color: #ffffff; }
      @media (max-width: 991px) {
        body .expert-card .l-expert-card-container .l-expert-card .expert-card-info {
          position: relative;
          top: -30px;
          padding: 3rem 1rem 0; } }
    @media (max-width: 991px) {
      body .expert-card .l-expert-card-container .l-expert-card {
        grid-template-columns: 1fr;
        width: 100%; } }
  body .expert-card .l-expert-card-container .expert-card-info-bio {
    top: -3.5rem;
    position: relative; }
    @media (max-width: 991px) {
      body .expert-card .l-expert-card-container .expert-card-info-bio {
        top: -6.5rem; } }
  @media (max-width: 991px) {
    body .expert-card .l-expert-card-container {
      box-shadow: none;
      top: unset; } }

body .m-panel-expert-articles .l-expert-page-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  body .m-panel-expert-articles .l-expert-page-content .l-expert-page-item {
    width: 30%;
    background-color: #ffffff;
    padding: 0.7rem;
    border-radius: 0.5rem;
    list-style: none;
    display: inline-block;
    margin-bottom: 1rem;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
    body .m-panel-expert-articles .l-expert-page-content .l-expert-page-item:before {
      content: ''; }
    @media (max-width: 767px) {
      body .m-panel-expert-articles .l-expert-page-content .l-expert-page-item {
        width: 100%; } }
    body .m-panel-expert-articles .l-expert-page-content .l-expert-page-item .e-title.e-tittle_regular a {
      font-family: "Istok Web", sans-serif;
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      /*color: get-color(font, 500);*/ }
    body .m-panel-expert-articles .l-expert-page-content .l-expert-page-item .list-blog-header-image-wrapper {
      height: 15vh; }
      body .m-panel-expert-articles .l-expert-page-content .l-expert-page-item .list-blog-header-image-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover; }

body .m-panel-expert-articles .pagination_showmore label {
  display: flex; }

body .m-panel-expert-articles .pagination_showmore .btn_showmore {
  cursor: pointer;
  background-color: #000448;
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto 20px;
  text-align: center;
  width: fit-content;
  padding: 10px 15px;
  display: none; }

body .m-panel-expert-articles .pagination_showmore:first-of-type .btn_showmore {
  display: block; }

body .m-panel-expert-articles .pagination_showmore .l-main-news-page-content {
  overflow-y: hidden;
  /*visibility: hidden;*/
  height: 0;
  transition: height 0.3s ease; }

body .m-panel-expert-articles .pagination_showmore input[type="checkbox"] {
  position: absolute;
  left: -100vw; }
  body .m-panel-expert-articles .pagination_showmore input[type="checkbox"]:checked ~ label {
    display: none; }
  body .m-panel-expert-articles .pagination_showmore input[type="checkbox"]:checked ~ .l-main-news-page-content {
    height: auto;
    overflow: visible;
    /*visibility: visible;*/ }

body .m-panel-expert-articles .pagination_showmore:has(> input[type="checkbox"]:checked) + .pagination_showmore .btn_showmore {
  display: block; }

@media (max-width: 991px) {
  body .m-panel-expert-articles {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem; } }

.rtl .m-panel-expert-articles .pagination_showmore input[type="checkbox"] {
  left: 100vw; }

/*************/
/*FAQS*/
/*IMAGES SIZE*/
@media (max-width: 768px) {
  .max240 {
    max-width: 240px !important; } }

.marL30 {
  margin-left: 30px; }

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  body .container.post-page {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40vh;
    margin-bottom: 0.3rem; }
    body .container.post-page h1 {
      font-family: "Lora", serif;
      font-size: 45px;
      font-weight: 700;
      margin-bottom: 85px;
      margin-top: 45px;
      text-transform: uppercase;
      text-align: center; }
      @media (max-width: 768px) {
        body .container.post-page h1 {
          font-size: 40px; } }
      @media (max-width: 480px) {
        body .container.post-page h1 {
          font-size: 35px;
          margin-bottom: 30px; } }
    body .container.post-page h2 {
      font-size: 30px;
      font-weight: 700;
      line-height: 29px;
      margin-bottom: 0;
      text-transform: uppercase;
      text-align: center; }
      body .container.post-page h2 .break {
        font-weight: 400;
        display: block; }
      @media (max-width: 480px) {
        body .container.post-page h2 {
          font-size: 25px; } }
    body .container.post-page p {
      color: get-color(primary, 100);
      position: relative; }
    body .container.post-page ul {
      color: get-color(primary, 100); }

/*# sourceMappingURL=main.min.css.map */