body {
  font-family: 'Open Sans', sans-serif; }

html, body, main {
  background-color: #FFFFFF;
  color: #4A4A4A;
  font-size: 14px; }

/* Root elements */
a {
  color: #4A4A4A;
  font-weight: 700; }
  a:hover {
    text-decoration: none;
    color: #343434; }

.full-width {
  width: 100%; }

hr {
  margin: 0; }

h1 {
  font-weight: 700;
  font-size: 32px;
  margin: 0; }

h2 {
  color: #909090;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }

select {
  height: 35px !important; }

.form-control {
  padding: 8px 15px; }

.caption, .caption-faded, .caption-faded-with-separator {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700; }

.fa {
  margin-right: 5px; }

.container-top {
  background-color: #FAFAFA;
  padding-bottom: 80px;
  padding-top: 60px; }

.container-top h2 {
  font-weight: 400;
  font-size: 22px; }

.caption-faded, .caption-faded-with-separator {
  color: gray; }

.caption-faded-with-separator {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 5px; }

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

/* Navigation */
.navbar-custom {
  background-color: #FAFAFA !important; }

.nav-item {
  font-size: 14px;
  margin-left: 10px; }

.nav-link {
  padding: 4px 14px;
  font-weight: 600; }

.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  background-color: #4A4A4A; }

.btn-switcher-left {
  border-radius: 3px 0 0 3px; }

.btn-switcher-right {
  border-radius: 0 3px 3px 0; }

.bg-transparent {
  background-color: transparent !important; }

.navbar-light .navbar-nav .nav-link {
  color: #4A4A4A !important;
  padding: 5px 12px; }

.nav-item.active > .nav-link {
  border: 1px solid #4A4A4A;
  border-radius: 3px;
  color: #4A4A4A !important;
  padding: 5px 12px; }

.bg-transparent .navbar-nav .nav-link {
  color: #FFFFFF !important; }

.bg-transparent .nav-item.active > .nav-link {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: #FFFFFF !important; }

.navbar-transparent-bg-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100px;
  position: absolute;
  top: 0;
  width: 100%; }

.navbar-logo {
  height: 51px; }

.dropdown-menu {
  font-size: 14px; }

.dropdown-header {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #adadad; }

.dropdown-item {
  padding: 10px 20px; }

.dropdown-item:focus {
  background-color: #4A4A4A; }

/* Progress bar */
.progress-bar-custom {
  height: 25px;
  background-color: #a5a5a5; }

.progress-bar-custom .progress-bar {
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px;
  background-color: #4A4A4A !important;
  padding-left: 10px;
  text-align: left; }

/* Stepper */
.stepper {
  font-size: 14px;
  text-align: center; }

.stepper-item, .stepper-item-active, .stepper-item-completed {
  display: inline-block; }

.stepper-item-active {
  font-weight: 700; }
  .stepper-item-active .stepper-circle {
    background-color: #4A4A4A; }

.stepper-item-completed .stepper-circle {
  background-color: #0BBB6B; }

.stepper-circle {
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 2px;
  background-color: #9B9B9B;
  color: white;
  text-align: center;
  font-size: 12px; }

.stepper-circle img {
  margin-top: -3px;
  height: 9px; }

.stepper-separator {
  display: inline-block;
  padding-top: 4px;
  border-top: 1px solid #E3E3E3;
  width: 50px;
  margin-left: 10px;
  margin-right: 10px; }

/* Modals */
.modal-body {
  padding-top: 5px; }

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

.modal-subtitle {
  font-weight: 400; }

.modal-footer {
  padding-top: 0;
  padding-bottom: 2rem;
  border-top: none;
  justify-content: center; }

.modal-header {
  display: block;
  border-bottom: none; }

.modal-footer .btn {
  padding: 6px 35px;
  font-size: 14px; }

.modal.fade .modal-dialog {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 620px; } }
.btn {
  font-weight: 600;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.18);
  padding: 6px 20px;
  text-transform: uppercase;
  font-size: 13px; }

.btn-lg {
  padding: 10px 25px;
  font-size: 15px; }

.btn-primary {
  color: #FFFFFF;
  background-color: #4A4A4A;
  border-color: #4A4A4A; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #3d3d3d !important;
  border-color: #4A4A4A; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4A4A4A;
  border-color: #4A4A4A; }

.btn-primary .badge {
  color: #FFFFFF;
  background-color: #4A4A4A; }

.btn-blue {
  color: #FFFFFF;
  background-color: #4A90E2;
  border-color: #4A90E2; }

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #FFFFFF;
  background-color: #3483de !important;
  border-color: #4A90E2; }

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none; }

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #4A90E2;
  border-color: #4A90E2; }

.btn-blue .badge {
  color: #FFFFFF;
  background-color: #4A90E2; }

.btn-green {
  color: #FFFFFF;
  background-color: #0BBB6B;
  border-color: #0BBB6B; }

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #FFFFFF;
  background-color: #0aa35d !important;
  border-color: #0BBB6B; }

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none; }

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #0BBB6B;
  border-color: #0BBB6B; }

.btn-green .badge {
  color: #FFFFFF;
  background-color: #0BBB6B; }

.btn-blue-border {
  color: #4A90E2;
  background-color: transparent;
  border-color: #4A90E2;
  box-shadow: none; }

.btn-blue-border:hover,
.btn-blue-border:focus,
.btn-blue-border:active,
.btn-blue-border.active,
.open .dropdown-toggle.btn-blue-border {
  color: #4A90E2;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #4A90E2; }

.btn-blue-border:active,
.btn-blue-border.active,
.open .dropdown-toggle.btn-blue-border {
  background-image: none; }

.btn-blue-border.disabled,
.btn-blue-border[disabled],
fieldset[disabled] .btn-blue-border,
.btn-blue-border.disabled:hover,
.btn-blue-border[disabled]:hover,
fieldset[disabled] .btn-blue-border:hover,
.btn-blue-border.disabled:focus,
.btn-blue-border[disabled]:focus,
fieldset[disabled] .btn-blue-border:focus,
.btn-blue-border.disabled:active,
.btn-blue-border[disabled]:active,
fieldset[disabled] .btn-blue-border:active,
.btn-blue-border.disabled.active,
.btn-blue-border[disabled].active,
fieldset[disabled] .btn-blue-border.active {
  background-color: transparent;
  border-color: #4A90E2; }

.btn-blue-border .badge {
  color: #4A90E2;
  background-color: transparent; }

.btn-black {
  color: #FFFFFF;
  background-color: #4A4A4A;
  border-color: #4A4A4A; }

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #FFFFFF;
  background-color: #3d3d3d !important;
  border-color: #4A4A4A; }

.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  background-image: none; }

.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #4A4A4A;
  border-color: #4A4A4A; }

.btn-black .badge {
  color: #FFFFFF;
  background-color: #4A4A4A; }

.btn-black-border {
  color: #4A4A4A;
  background-color: transparent;
  border-color: #4A4A4A;
  box-shadow: none; }

.btn-black-border:hover,
.btn-black-border:focus,
.btn-black-border:active,
.btn-black-border.active,
.open .dropdown-toggle.btn-black-border {
  color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #4A4A4A; }

.btn-black-border:active,
.btn-black-border.active,
.open .dropdown-toggle.btn-black-border {
  background-image: none; }

.btn-black-border.disabled,
.btn-black-border[disabled],
fieldset[disabled] .btn-black-border,
.btn-black-border.disabled:hover,
.btn-black-border[disabled]:hover,
fieldset[disabled] .btn-black-border:hover,
.btn-black-border.disabled:focus,
.btn-black-border[disabled]:focus,
fieldset[disabled] .btn-black-border:focus,
.btn-black-border.disabled:active,
.btn-black-border[disabled]:active,
fieldset[disabled] .btn-black-border:active,
.btn-black-border.disabled.active,
.btn-black-border[disabled].active,
fieldset[disabled] .btn-black-border.active {
  background-color: transparent;
  border-color: #4A4A4A; }

.btn-black-border .badge {
  color: #4A4A4A;
  background-color: transparent; }

.btn-white {
  color: #4A4A4A;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #4A4A4A;
  background-color: #f2f2f2 !important;
  border-color: #FFFFFF; }

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none; }

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

.btn-white .badge {
  color: #4A4A4A;
  background-color: #FFFFFF; }

/*** Flags ***/
.flag-small-ad, .flag-small-ae, .flag-small-af, .flag-small-ag, .flag-small-ai,
.flag-small-al, .flag-small-am, .flag-small-an, .flag-small-ao, .flag-small-aq,
.flag-small-ar, .flag-small-as, .flag-small-at, .flag-small-au, .flag-small-aw,
.flag-small-ax, .flag-small-az, .flag-small-ba, .flag-small-bb, .flag-small-bd,
.flag-small-be, .flag-small-bf, .flag-small-bg, .flag-small-bh, .flag-small-bi,
.flag-small-bj, .flag-small-bl, .flag-small-bm, .flag-small-bn, .flag-small-bo,
.flag-small-bq, .flag-small-br, .flag-small-bs, .flag-small-bt, .flag-small-bv,
.flag-small-bw, .flag-small-by, .flag-small-bz, .flag-small-ca, .flag-small-cc,
.flag-small-cd, .flag-small-cf, .flag-small-cg, .flag-small-ch, .flag-small-ci,
.flag-small-ck, .flag-small-cl, .flag-small-cm, .flag-small-cn, .flag-small-co,
.flag-small-cr, .flag-small-cu, .flag-small-cv, .flag-small-cw, .flag-small-cx,
.flag-small-cy, .flag-small-cz, .flag-small-de, .flag-small-dj, .flag-small-dk,
.flag-small-dm, .flag-small-do, .flag-small-dz, .flag-small-ec, .flag-small-ee,
.flag-small-eg, .flag-small-eh, .flag-small-er, .flag-small-es, .flag-small-et,
.flag-small-eu, .flag-small-fi, .flag-small-fj, .flag-small-fk, .flag-small-fm,
.flag-small-fo, .flag-small-fr, .flag-small-ga, .flag-small-gb, .flag-small-gd,
.flag-small-ge, .flag-small-gf, .flag-small-gg, .flag-small-gh, .flag-small-gi,
.flag-small-gl, .flag-small-gm, .flag-small-gn, .flag-small-gp, .flag-small-gq,
.flag-small-gr, .flag-small-gs, .flag-small-gt, .flag-small-gu, .flag-small-gw,
.flag-small-gy, .flag-small-hk, .flag-small-hm, .flag-small-hn, .flag-small-hr,
.flag-small-ht, .flag-small-hu, .flag-small-ic, .flag-small-id, .flag-small-ie,
.flag-small-il, .flag-small-im, .flag-small-in, .flag-small-io, .flag-small-iq,
.flag-small-ir, .flag-small-is, .flag-small-it, .flag-small-je, .flag-small-jm,
.flag-small-jo, .flag-small-jp, .flag-small-ke, .flag-small-kg, .flag-small-kh,
.flag-small-ki, .flag-small-km, .flag-small-kn, .flag-small-kp, .flag-small-kr,
.flag-small-kw, .flag-small-ky, .flag-small-kz, .flag-small-la, .flag-small-lb,
.flag-small-lc, .flag-small-li, .flag-small-lk, .flag-small-lr, .flag-small-ls,
.flag-small-lt, .flag-small-lu, .flag-small-lv, .flag-small-ly, .flag-small-ma,
.flag-small-mc, .flag-small-md, .flag-small-me, .flag-small-mf, .flag-small-mg,
.flag-small-mh, .flag-small-mk, .flag-small-ml, .flag-small-mm, .flag-small-mn,
.flag-small-mo, .flag-small-mp, .flag-small-mq, .flag-small-mr, .flag-small-ms,
.flag-small-mt, .flag-small-mu, .flag-small-mv, .flag-small-mw, .flag-small-mx,
.flag-small-my, .flag-small-mz, .flag-small-na, .flag-small-nc, .flag-small-ne,
.flag-small-nf, .flag-small-ng, .flag-small-ni, .flag-small-nl, .flag-small-no,
.flag-small-np, .flag-small-nr, .flag-small-nu, .flag-small-nz, .flag-small-om,
.flag-small-pa, .flag-small-pe, .flag-small-pf, .flag-small-pg, .flag-small-ph,
.flag-small-pk, .flag-small-pl, .flag-small-pm, .flag-small-pn, .flag-small-pr,
.flag-small-ps, .flag-small-pt, .flag-small-pw, .flag-small-py, .flag-small-qa,
.flag-small-re, .flag-small-ro, .flag-small-rs, .flag-small-ru, .flag-small-rw,
.flag-small-sa, .flag-small-sb, .flag-small-sc, .flag-small-sd, .flag-small-se,
.flag-small-sg, .flag-small-sh, .flag-small-si, .flag-small-sj, .flag-small-sk,
.flag-small-sl, .flag-small-sm, .flag-small-sn, .flag-small-so, .flag-small-sr,
.flag-small-ss, .flag-small-st, .flag-small-sv, .flag-small-sx, .flag-small-sy,
.flag-small-sz, .flag-small-tc, .flag-small-td, .flag-small-tf, .flag-small-tg,
.flag-small-th, .flag-small-tj, .flag-small-tk, .flag-small-tl, .flag-small-tm,
.flag-small-tn, .flag-small-to, .flag-small-tr, .flag-small-tt, .flag-small-tv,
.flag-small-tw, .flag-small-tz, .flag-small-ua, .flag-small-ug, .flag-small-um,
.flag-small-us, .flag-small-uy, .flag-small-uz, .flag-small-va, .flag-small-vc,
.flag-small-ve, .flag-small-vg, .flag-small-vi, .flag-small-vn, .flag-small-vu,
.flag-small-wf, .flag-small-ws, .flag-small-ye, .flag-small-yt, .flag-small-za,
.flag-small-zm, .flag-small-zw {
  display: inline-block;
  background: url("/img/flags/flags-small.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.flag-small-ad {
  background-position: -1px -0px;
  width: 20px;
  height: 20px; }

.flag-small-ae {
  background-position: -22px -0px;
  width: 20px;
  height: 20px; }

.flag-small-af {
  background-position: -43px -0px;
  width: 20px;
  height: 20px; }

.flag-small-ag {
  background-position: -64px -0px;
  width: 20px;
  height: 20px; }

.flag-small-ai {
  background-position: -85px -0px;
  width: 20px;
  height: 20px; }

.flag-small-al {
  background-position: -106px -0px;
  width: 20px;
  height: 20px; }

.flag-small-am {
  background-position: -127px -0px;
  width: 20px;
  height: 20px; }

.flag-small-an {
  background-position: -148px -0px;
  width: 20px;
  height: 20px; }

.flag-small-ao {
  background-position: -169px -0px;
  width: 20px;
  height: 20px; }

.flag-small-aq {
  background-position: -190px -0px;
  width: 20px;
  height: 20px; }

.flag-small-ar {
  background-position: -211px -0px;
  width: 20px;
  height: 20px; }

.flag-small-as {
  background-position: -232px -0px;
  width: 20px;
  height: 20px; }

.flag-small-at {
  background-position: -253px -0px;
  width: 20px;
  height: 20px; }

.flag-small-au {
  background-position: -274px -0px;
  width: 20px;
  height: 20px; }

.flag-small-aw {
  background-position: -295px -0px;
  width: 20px;
  height: 20px; }

.flag-small-ax {
  background-position: -1px -21px;
  width: 20px;
  height: 20px; }

.flag-small-az {
  background-position: -22px -21px;
  width: 20px;
  height: 20px; }

.flag-small-ba {
  background-position: -43px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bb {
  background-position: -64px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bd {
  background-position: -85px -21px;
  width: 20px;
  height: 20px; }

.flag-small-be {
  background-position: -106px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bf {
  background-position: -127px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bg {
  background-position: -148px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bh {
  background-position: -169px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bi {
  background-position: -190px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bj {
  background-position: -211px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bl {
  background-position: -232px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bm {
  background-position: -253px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bn {
  background-position: -274px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bo {
  background-position: -295px -21px;
  width: 20px;
  height: 20px; }

.flag-small-bq {
  background-position: -1px -42px;
  width: 20px;
  height: 20px; }

.flag-small-br {
  background-position: -22px -42px;
  width: 20px;
  height: 20px; }

.flag-small-bs {
  background-position: -43px -42px;
  width: 20px;
  height: 20px; }

.flag-small-bt {
  background-position: -64px -42px;
  width: 20px;
  height: 20px; }

.flag-small-bv {
  background-position: -85px -42px;
  width: 20px;
  height: 20px; }

.flag-small-bw {
  background-position: -106px -42px;
  width: 20px;
  height: 20px; }

.flag-small-by {
  background-position: -127px -42px;
  width: 20px;
  height: 20px; }

.flag-small-bz {
  background-position: -148px -42px;
  width: 20px;
  height: 20px; }

.flag-small-ca {
  background-position: -169px -42px;
  width: 20px;
  height: 20px; }

.flag-small-cc {
  background-position: -190px -42px;
  width: 20px;
  height: 20px; }

.flag-small-cd {
  background-position: -211px -42px;
  width: 20px;
  height: 20px; }

.flag-small-cf {
  background-position: -232px -42px;
  width: 20px;
  height: 20px; }

.flag-small-cg {
  background-position: -253px -42px;
  width: 20px;
  height: 20px; }

.flag-small-ch {
  background-position: -274px -42px;
  width: 20px;
  height: 20px; }

.flag-small-ci {
  background-position: -295px -42px;
  width: 20px;
  height: 20px; }

.flag-small-ck {
  background-position: -1px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cl {
  background-position: -22px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cm {
  background-position: -43px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cn {
  background-position: -64px -63px;
  width: 20px;
  height: 20px; }

.flag-small-co {
  background-position: -85px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cr {
  background-position: -106px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cu {
  background-position: -127px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cv {
  background-position: -148px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cw {
  background-position: -169px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cx {
  background-position: -190px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cy {
  background-position: -211px -63px;
  width: 20px;
  height: 20px; }

.flag-small-cz {
  background-position: -232px -63px;
  width: 20px;
  height: 20px; }

.flag-small-de {
  background-position: -253px -63px;
  width: 20px;
  height: 20px; }

.flag-small-dj {
  background-position: -274px -63px;
  width: 20px;
  height: 20px; }

.flag-small-dk {
  background-position: -295px -63px;
  width: 20px;
  height: 20px; }

.flag-small-dm {
  background-position: -1px -84px;
  width: 20px;
  height: 20px; }

.flag-small-do {
  background-position: -22px -84px;
  width: 20px;
  height: 20px; }

.flag-small-dz {
  background-position: -43px -84px;
  width: 20px;
  height: 20px; }

.flag-small-ec {
  background-position: -64px -84px;
  width: 20px;
  height: 20px; }

.flag-small-ee {
  background-position: -85px -84px;
  width: 20px;
  height: 20px; }

.flag-small-eg {
  background-position: -106px -84px;
  width: 20px;
  height: 20px; }

.flag-small-eh {
  background-position: -127px -84px;
  width: 20px;
  height: 20px; }

.flag-small-er {
  background-position: -148px -84px;
  width: 20px;
  height: 20px; }

.flag-small-es {
  background-position: -169px -84px;
  width: 20px;
  height: 20px; }

.flag-small-et {
  background-position: -190px -84px;
  width: 20px;
  height: 20px; }

.flag-small-eu {
  background-position: -211px -84px;
  width: 20px;
  height: 20px; }

.flag-small-fi {
  background-position: -232px -84px;
  width: 20px;
  height: 20px; }

.flag-small-fj {
  background-position: -253px -84px;
  width: 20px;
  height: 20px; }

.flag-small-fk {
  background-position: -274px -84px;
  width: 20px;
  height: 20px; }

.flag-small-fm {
  background-position: -295px -84px;
  width: 20px;
  height: 20px; }

.flag-small-fo {
  background-position: -1px -105px;
  width: 20px;
  height: 20px; }

.flag-small-fr {
  background-position: -22px -105px;
  width: 20px;
  height: 20px; }

.flag-small-ga {
  background-position: -43px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gb {
  background-position: -64px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gd {
  background-position: -85px -105px;
  width: 20px;
  height: 20px; }

.flag-small-ge {
  background-position: -106px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gf {
  background-position: -127px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gg {
  background-position: -148px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gh {
  background-position: -169px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gi {
  background-position: -190px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gl {
  background-position: -211px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gm {
  background-position: -232px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gn {
  background-position: -253px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gp {
  background-position: -274px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gq {
  background-position: -295px -105px;
  width: 20px;
  height: 20px; }

.flag-small-gr {
  background-position: -1px -126px;
  width: 20px;
  height: 20px; }

.flag-small-gs {
  background-position: -22px -126px;
  width: 20px;
  height: 20px; }

.flag-small-gt {
  background-position: -43px -126px;
  width: 20px;
  height: 20px; }

.flag-small-gu {
  background-position: -64px -126px;
  width: 20px;
  height: 20px; }

.flag-small-gw {
  background-position: -85px -126px;
  width: 20px;
  height: 20px; }

.flag-small-gy {
  background-position: -106px -126px;
  width: 20px;
  height: 20px; }

.flag-small-hk {
  background-position: -127px -126px;
  width: 20px;
  height: 20px; }

.flag-small-hm {
  background-position: -148px -126px;
  width: 20px;
  height: 20px; }

.flag-small-hn {
  background-position: -169px -126px;
  width: 20px;
  height: 20px; }

.flag-small-hr {
  background-position: -190px -126px;
  width: 20px;
  height: 20px; }

.flag-small-ht {
  background-position: -211px -126px;
  width: 20px;
  height: 20px; }

.flag-small-hu {
  background-position: -232px -126px;
  width: 20px;
  height: 20px; }

.flag-small-ic {
  background-position: -253px -126px;
  width: 20px;
  height: 20px; }

.flag-small-id {
  background-position: -274px -126px;
  width: 20px;
  height: 20px; }

.flag-small-ie {
  background-position: -295px -126px;
  width: 20px;
  height: 20px; }

.flag-small-il {
  background-position: -1px -147px;
  width: 20px;
  height: 20px; }

.flag-small-im {
  background-position: -22px -147px;
  width: 20px;
  height: 20px; }

.flag-small-in {
  background-position: -43px -147px;
  width: 20px;
  height: 20px; }

.flag-small-io {
  background-position: -64px -147px;
  width: 20px;
  height: 20px; }

.flag-small-iq {
  background-position: -85px -147px;
  width: 20px;
  height: 20px; }

.flag-small-ir {
  background-position: -106px -147px;
  width: 20px;
  height: 20px; }

.flag-small-is {
  background-position: -127px -147px;
  width: 20px;
  height: 20px; }

.flag-small-it {
  background-position: -148px -147px;
  width: 20px;
  height: 20px; }

.flag-small-je {
  background-position: -169px -147px;
  width: 20px;
  height: 20px; }

.flag-small-jm {
  background-position: -190px -147px;
  width: 20px;
  height: 20px; }

.flag-small-jo {
  background-position: -211px -147px;
  width: 20px;
  height: 20px; }

.flag-small-jp {
  background-position: -232px -147px;
  width: 20px;
  height: 20px; }

.flag-small-ke {
  background-position: -253px -147px;
  width: 20px;
  height: 20px; }

.flag-small-kg {
  background-position: -274px -147px;
  width: 20px;
  height: 20px; }

.flag-small-kh {
  background-position: -295px -147px;
  width: 20px;
  height: 20px; }

.flag-small-ki {
  background-position: -1px -168px;
  width: 20px;
  height: 20px; }

.flag-small-km {
  background-position: -22px -168px;
  width: 20px;
  height: 20px; }

.flag-small-kn {
  background-position: -43px -168px;
  width: 20px;
  height: 20px; }

.flag-small-kp {
  background-position: -64px -168px;
  width: 20px;
  height: 20px; }

.flag-small-kr {
  background-position: -85px -168px;
  width: 20px;
  height: 20px; }

.flag-small-kw {
  background-position: -106px -168px;
  width: 20px;
  height: 20px; }

.flag-small-ky {
  background-position: -127px -168px;
  width: 20px;
  height: 20px; }

.flag-small-kz {
  background-position: -148px -168px;
  width: 20px;
  height: 20px; }

.flag-small-la {
  background-position: -169px -168px;
  width: 20px;
  height: 20px; }

.flag-small-lb {
  background-position: -190px -168px;
  width: 20px;
  height: 20px; }

.flag-small-lc {
  background-position: -211px -168px;
  width: 20px;
  height: 20px; }

.flag-small-li {
  background-position: -232px -168px;
  width: 20px;
  height: 20px; }

.flag-small-lk {
  background-position: -253px -168px;
  width: 20px;
  height: 20px; }

.flag-small-lr {
  background-position: -274px -168px;
  width: 20px;
  height: 20px; }

.flag-small-ls {
  background-position: -295px -168px;
  width: 20px;
  height: 20px; }

.flag-small-lt {
  background-position: -1px -189px;
  width: 20px;
  height: 20px; }

.flag-small-lu {
  background-position: -22px -189px;
  width: 20px;
  height: 20px; }

.flag-small-lv {
  background-position: -43px -189px;
  width: 20px;
  height: 20px; }

.flag-small-ly {
  background-position: -64px -189px;
  width: 20px;
  height: 20px; }

.flag-small-ma {
  background-position: -85px -189px;
  width: 20px;
  height: 20px; }

.flag-small-mc {
  background-position: -106px -189px;
  width: 20px;
  height: 20px; }

.flag-small-md {
  background-position: -127px -189px;
  width: 20px;
  height: 20px; }

.flag-small-me {
  background-position: -148px -189px;
  width: 20px;
  height: 20px; }

.flag-small-mf {
  background-position: -169px -189px;
  width: 20px;
  height: 20px; }

.flag-small-mg {
  background-position: -190px -189px;
  width: 20px;
  height: 20px; }

.flag-small-mh {
  background-position: -211px -189px;
  width: 20px;
  height: 20px; }

.flag-small-mk {
  background-position: -232px -189px;
  width: 20px;
  height: 20px; }

.flag-small-ml {
  background-position: -253px -189px;
  width: 20px;
  height: 20px; }

.flag-small-mm {
  background-position: -274px -189px;
  width: 20px;
  height: 20px; }

.flag-small-mn {
  background-position: -295px -189px;
  width: 20px;
  height: 20px; }

.flag-small-mo {
  background-position: -1px -210px;
  width: 20px;
  height: 20px; }

.flag-small-mp {
  background-position: -22px -210px;
  width: 20px;
  height: 20px; }

.flag-small-mq {
  background-position: -43px -210px;
  width: 20px;
  height: 20px; }

.flag-small-mr {
  background-position: -64px -210px;
  width: 20px;
  height: 20px; }

.flag-small-ms {
  background-position: -85px -210px;
  width: 20px;
  height: 20px; }

.flag-small-mt {
  background-position: -106px -210px;
  width: 20px;
  height: 20px; }

.flag-small-mu {
  background-position: -127px -210px;
  width: 20px;
  height: 20px; }

.flag-small-mv {
  background-position: -148px -210px;
  width: 20px;
  height: 20px; }

.flag-small-mw {
  background-position: -169px -210px;
  width: 20px;
  height: 20px; }

.flag-small-mx {
  background-position: -190px -210px;
  width: 20px;
  height: 20px; }

.flag-small-my {
  background-position: -211px -210px;
  width: 20px;
  height: 20px; }

.flag-small-mz {
  background-position: -232px -210px;
  width: 20px;
  height: 20px; }

.flag-small-na {
  background-position: -253px -210px;
  width: 20px;
  height: 20px; }

.flag-small-nc {
  background-position: -274px -210px;
  width: 20px;
  height: 20px; }

.flag-small-ne {
  background-position: -295px -210px;
  width: 20px;
  height: 20px; }

.flag-small-nf {
  background-position: -1px -231px;
  width: 20px;
  height: 20px; }

.flag-small-ng {
  background-position: -22px -231px;
  width: 20px;
  height: 20px; }

.flag-small-ni {
  background-position: -43px -231px;
  width: 20px;
  height: 20px; }

.flag-small-nl {
  background-position: -64px -231px;
  width: 20px;
  height: 20px; }

.flag-small-no {
  background-position: -85px -231px;
  width: 20px;
  height: 20px; }

.flag-small-np {
  background-position: -106px -231px;
  width: 20px;
  height: 20px; }

.flag-small-nr {
  background-position: -127px -231px;
  width: 20px;
  height: 20px; }

.flag-small-nu {
  background-position: -148px -231px;
  width: 20px;
  height: 20px; }

.flag-small-nz {
  background-position: -169px -231px;
  width: 20px;
  height: 20px; }

.flag-small-om {
  background-position: -190px -231px;
  width: 20px;
  height: 20px; }

.flag-small-pa {
  background-position: -211px -231px;
  width: 20px;
  height: 20px; }

.flag-small-pe {
  background-position: -232px -231px;
  width: 20px;
  height: 20px; }

.flag-small-pf {
  background-position: -253px -231px;
  width: 20px;
  height: 20px; }

.flag-small-pg {
  background-position: -274px -231px;
  width: 20px;
  height: 20px; }

.flag-small-ph {
  background-position: -295px -231px;
  width: 20px;
  height: 20px; }

.flag-small-pk {
  background-position: -1px -252px;
  width: 20px;
  height: 20px; }

.flag-small-pl {
  background-position: -22px -252px;
  width: 20px;
  height: 20px; }

.flag-small-pm {
  background-position: -43px -252px;
  width: 20px;
  height: 20px; }

.flag-small-pn {
  background-position: -64px -252px;
  width: 20px;
  height: 20px; }

.flag-small-pr {
  background-position: -85px -252px;
  width: 20px;
  height: 20px; }

.flag-small-ps {
  background-position: -106px -252px;
  width: 20px;
  height: 20px; }

.flag-small-pt {
  background-position: -127px -252px;
  width: 20px;
  height: 20px; }

.flag-small-pw {
  background-position: -148px -252px;
  width: 20px;
  height: 20px; }

.flag-small-py {
  background-position: -169px -252px;
  width: 20px;
  height: 20px; }

.flag-small-qa {
  background-position: -190px -252px;
  width: 20px;
  height: 20px; }

.flag-small-re {
  background-position: -211px -252px;
  width: 20px;
  height: 20px; }

.flag-small-ro {
  background-position: -232px -252px;
  width: 20px;
  height: 20px; }

.flag-small-rs {
  background-position: -253px -252px;
  width: 20px;
  height: 20px; }

.flag-small-ru {
  background-position: -274px -252px;
  width: 20px;
  height: 20px; }

.flag-small-rw {
  background-position: -295px -252px;
  width: 20px;
  height: 20px; }

.flag-small-sa {
  background-position: -1px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sb {
  background-position: -22px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sc {
  background-position: -43px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sd {
  background-position: -64px -273px;
  width: 20px;
  height: 20px; }

.flag-small-se {
  background-position: -85px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sg {
  background-position: -106px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sh {
  background-position: -127px -273px;
  width: 20px;
  height: 20px; }

.flag-small-si {
  background-position: -148px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sj {
  background-position: -169px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sk {
  background-position: -190px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sl {
  background-position: -211px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sm {
  background-position: -232px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sn {
  background-position: -253px -273px;
  width: 20px;
  height: 20px; }

.flag-small-so {
  background-position: -274px -273px;
  width: 20px;
  height: 20px; }

.flag-small-sr {
  background-position: -295px -273px;
  width: 20px;
  height: 20px; }

.flag-small-ss {
  background-position: -1px -294px;
  width: 20px;
  height: 20px; }

.flag-small-st {
  background-position: -22px -294px;
  width: 20px;
  height: 20px; }

.flag-small-sv {
  background-position: -43px -294px;
  width: 20px;
  height: 20px; }

.flag-small-sx {
  background-position: -64px -294px;
  width: 20px;
  height: 20px; }

.flag-small-sy {
  background-position: -85px -294px;
  width: 20px;
  height: 20px; }

.flag-small-sz {
  background-position: -106px -294px;
  width: 20px;
  height: 20px; }

.flag-small-tc {
  background-position: -127px -294px;
  width: 20px;
  height: 20px; }

.flag-small-td {
  background-position: -148px -294px;
  width: 20px;
  height: 20px; }

.flag-small-tf {
  background-position: -169px -294px;
  width: 20px;
  height: 20px; }

.flag-small-tg {
  background-position: -190px -294px;
  width: 20px;
  height: 20px; }

.flag-small-th {
  background-position: -211px -294px;
  width: 20px;
  height: 20px; }

.flag-small-tj {
  background-position: -232px -294px;
  width: 20px;
  height: 20px; }

.flag-small-tk {
  background-position: -253px -294px;
  width: 20px;
  height: 20px; }

.flag-small-tl {
  background-position: -274px -294px;
  width: 20px;
  height: 20px; }

.flag-small-tm {
  background-position: -295px -294px;
  width: 20px;
  height: 20px; }

.flag-small-tn {
  background-position: -1px -315px;
  width: 20px;
  height: 20px; }

.flag-small-to {
  background-position: -22px -315px;
  width: 20px;
  height: 20px; }

.flag-small-tr {
  background-position: -43px -315px;
  width: 20px;
  height: 20px; }

.flag-small-tt {
  background-position: -64px -315px;
  width: 20px;
  height: 20px; }

.flag-small-tv {
  background-position: -85px -315px;
  width: 20px;
  height: 20px; }

.flag-small-tw {
  background-position: -106px -315px;
  width: 20px;
  height: 20px; }

.flag-small-tz {
  background-position: -127px -315px;
  width: 20px;
  height: 20px; }

.flag-small-ua {
  background-position: -148px -315px;
  width: 20px;
  height: 20px; }

.flag-small-ug {
  background-position: -169px -315px;
  width: 20px;
  height: 20px; }

.flag-small-um {
  background-position: -190px -315px;
  width: 20px;
  height: 20px; }

.flag-small-us {
  background-position: -211px -315px;
  width: 20px;
  height: 20px; }

.flag-small-uy {
  background-position: -232px -315px;
  width: 20px;
  height: 20px; }

.flag-small-uz {
  background-position: -253px -315px;
  width: 20px;
  height: 20px; }

.flag-small-va {
  background-position: -274px -315px;
  width: 20px;
  height: 20px; }

.flag-small-vc {
  background-position: -295px -315px;
  width: 20px;
  height: 20px; }

.flag-small-ve {
  background-position: -1px -336px;
  width: 20px;
  height: 20px; }

.flag-small-vg {
  background-position: -22px -336px;
  width: 20px;
  height: 20px; }

.flag-small-vi {
  background-position: -43px -336px;
  width: 20px;
  height: 20px; }

.flag-small-vn {
  background-position: -64px -336px;
  width: 20px;
  height: 20px; }

.flag-small-vu {
  background-position: -85px -336px;
  width: 20px;
  height: 20px; }

.flag-small-wf {
  background-position: -106px -336px;
  width: 20px;
  height: 20px; }

.flag-small-ws {
  background-position: -127px -336px;
  width: 20px;
  height: 20px; }

.flag-small-ye {
  background-position: -148px -336px;
  width: 20px;
  height: 20px; }

.flag-small-yt {
  background-position: -169px -336px;
  width: 20px;
  height: 20px; }

.flag-small-za {
  background-position: -190px -336px;
  width: 20px;
  height: 20px; }

.flag-small-zm {
  background-position: -211px -336px;
  width: 20px;
  height: 20px; }

.flag-small-zw {
  background-position: -232px -336px;
  width: 20px;
  height: 20px; }

a:hover, a:visited, a:link, a:active {
  text-decoration: none; }

.dropdown-menu > li > a {
  font-weight: 600; }

.breadcrumbs-item {
  margin-top: 5px; }

.row-select label, .label-small {
  text-transform: uppercase;
  /*color: #4A4A4A;*/
  color: #9B9B9B;
  font-size: 12px;
  font-weight: 600; }

.selectpicker-edit .btn {
  padding: 11px 12px; }

.selectpicker-edit .btn {
  font-weight: 300; }

.country-select-small .btn {
  padding: 7px 12px; }

.country-select-light .btn {
  font-weight: 300; }

.row-select .btn {
  padding: 12px 12px; }

.country-picker-ultrasmall {
  width: 15px; }

.btn-navigation {
  font-size: 12px;
  padding: 6px 10px; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.checkbox label {
  font-weight: 300; }

.checkbox-blue input[type="checkbox"]:checked + label::before {
  background-color: #4A90E2;
  border-color: #4A90E2; }

.checkbox-blue input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-grey input[type="checkbox"]:checked + label::before {
  background-color: #7F7F7F;
  border-color: #7F7F7F; }

.checkbox-grey input[type="checkbox"]:checked + label::after {
  color: #fff; }

.form-control {
  height: 44px; }

.country-picker {
  vertical-align: middle;
  margin-right: 7px; }

.container-form {
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  background-color: white;
  padding: 20px 15px; }

.container-form a {
  font-weight: 600; }

.code-snippet {
  background-color: #F6F9FD;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  font-family: 'Courier New', Courier, monospace;
  padding: 5px 10px; }

.form-header {
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 5px; }

.label-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.language-original {
  font-weight: 600; }

.language-phrase:hover {
  cursor: pointer; }

.sidebar-menu, .sidebar-menu-right {
  list-style: none;
  padding-left: 0; }

.sidebar-menu-right a {
  color: #444;
  display: inline-block;
  width: 100%;
  padding: 10px 20px; }

.sidebar-menu a {
  color: #444;
  display: inline-block;
  width: 100%;
  padding: 10px 20px; }

.sidebar-menu .active {
  background-color: #DBE9F9;
  font-weight: 600; }

.sidebar-menu .active a {
  color: #4A90E2;
  font-weight: 700 !important; }

.sidebar-menu-dividers li:not(:first-child) {
  border-top: 1px solid #e0e0e0; }

.sidebar-menu, .sidebar-menu-right li:hover {
  cursor: pointer; }

.sidebar-menu-default li {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.sidebar-menu-default li:hover {
  background-color: #F7F7F7;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.sidebar-menu-blue li:hover {
  background-color: #EDF4FC;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.sidebar-menu li.sidebar-group:hover {
  background-color: transparent !important; }

.sidebar-inner-menu a {
  padding-left: 40px; }

.sidebar-header {
  color: #9B9B9B;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 15px 10px 5px; }

.row {
  margin-left: -8px;
  margin-right: -8px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  padding-left: 8px;
  padding-right: 8px; }

.box-link {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  text-align: center;
  font-weight: 200;
  padding: 10px;
  color: #444; }

.box-link:hover {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  cursor: pointer;
  background: #F9FBFE;
  border: 1px solid #A8C9F1; }

.box-link img {
  height: 27px;
  margin-bottom: 10px; }

.rating img {
  height: 15px; }

/* CARDS */
.info-card {
  margin-bottom: 15px; }

.info-card a {
  font-weight: 600;
  color: #4A90E2; }

.font-extra-light {
  font-weight: 200; }

.font-medium {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.card-full-width-link img {
  vertical-align: middle;
  margin-right: 10px; }

.card-full-width-link {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.card-full-width-link:hover {
  color: #4A90E2;
  background: #FAFAFA;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.card-subtitle {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

.card-header-subtitle {
  font-size: 12px;
  color: #545454;
  line-height: 14px;
  font-weight: 600; }

.card-header-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
  color: #545454; }

.category-title {
  margin-bottom: 20px;
  margin-top: 30px; }

.category-title h3 {
  display: inline-block;
  font-size: 14px;
  color: #333;
  border-top: 2px solid #4A90E2;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px; }

.card-body {
  background: #ffffff;
  font-size: 13px;
  /*color: #888888;*/
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  /*box-shadow: 0 3px 6px rgba(0,0,0,0.23);*/ }

.card-separator {
  margin: 0; }

.card-padding {
  padding: 15px; }

.card-buttons {
  padding: 10px 15px; }

.card-buttons a {
  margin-right: 20px;
  color: #9B9B9B; }

.card-buttons a img {
  margin-right: 5px; }

.card-buttons img {
  width: 15px; }

.card-padding-buttons {
  padding: 10px 15px; }

.card-padding-left-right {
  padding: 0 15px; }

.card-padding-text {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }

.color-red {
  color: #D0021B; }

.color-blue {
  color: #4A90E2; }

.color-green {
  color: #7ED321; }

.color-orange {
  color: #F5A623; }

.card-img-inline {
  margin-right: 5px; }

.progress {
  margin-top: 3px;
  height: 15px;
  margin-bottom: 0; }

p {
  margin-bottom: 0; }

.card-subtitle-inline-orange {
  font-weight: 700;
  color: #F5A623;
  margin-right: 5px; }

.card-img-inline-left {
  float: left;
  margin-right: 15px;
  margin-top: 5px; }

.card-text-small {
  font-size: 11px; }

.card-text-faded {
  color: #B2B2B2; }

.card-text-code {
  font-family: 'Courier New'; }

.card-img-full-width {
  width: 100%; }

.card-padding-list-item-indented {
  padding: 7px 15px 7px 50px; }

.card-padding-list-item {
  padding: 7px 15px 7px 15px; }

.card-list-item-right {
  text-align: right;
  font-weight: 600; }

.card-full-width-blue-link img {
  vertical-align: middle;
  margin-right: 10px; }

.card-full-width-blue-link {
  font-size: 13px;
  color: #ffffff;
  background: #4A90E2;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.card-full-width-blue-link:hover {
  background: #5EA3F4;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.checklist-list {
  margin-top: 10px;
  list-style-image: url("../img/ic-list-checkmark.png"); }

.card-source-attribution {
  padding: 10px 15px;
  text-align: right;
  font-size: 10px; }

.card-source-attribution span {
  color: #BBBBBB; }

.card-body {
  padding: 0; }

.sidebar-menu a {
  font-weight: 600; }

.sidebar-menu > li > a:not(.sidebar-group-title) {
  font-weight: 400; }

.no-side-padding {
  padding-left: 8px;
  padding-right: 8px; }

.footer-list-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px; }

.footer-list {
  margin-top: 5px;
  list-style: none;
  -webkit-padding-start: 0;
  padding-left: 0;
  line-height: 1.7; }

.footer-list a {
  font-weight: 400;
  color: white; }

.footer-list a:hover {
  color: #C4C4C4;
  transition: color 200ms ease; }

.badge-small {
  text-transform: uppercase;
  background-color: #4A90E2;
  font-size: 12px;
  border: 2px solid #FAFAFA;
  font-weight: 700;
  border-radius: 3px;
  padding: 3px 6px;
  color: white;
  position: absolute;
  top: -17px;
  right: -74px; }

.badge-small-production {
  background-color: #0BBB6B; }

.badge-small-beta {
  background-color: #4A90E2; }

.badge-small-alpha {
  background-color: #F5A623; }

.pricing-title {
  color: #ED740E;
  font-weight: 700;
  font-size: 28px; }

.pricing-subtitle {
  color: #9B9B9B;
  font-size: 13px; }

.pricing-price {
  font-weight: 700;
  font-size: 48px;
  margin-top: 20px; }

.pricing-price span {
  font-size: 20px;
  margin-left: 5px; }

.pricing-price-subtitle {
  color: #9B9B9B;
  font-size: 12px;
  margin-top: -10px; }

.pricing-body-left {
  color: #9B9B9B; }

.pricing-body-right {
  font-weight: 700; }

.pricing-container {
  background-color: white;
  border: 1px solid #CFCFCF;
  padding: 50px 40px;
  border-radius: 3px; }

.country-picker {
  vertical-align: middle;
  margin-right: 7px; }

.country-picker-ultrasmall {
  width: 15px; }

.container-header {
  background-color: #FAFAFA; }

.container-header .row {
  padding-top: 80px;
  padding-bottom: 100px; }

.container-header h1 {
  margin-top: 0;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0; }

.container-header h2 {
  font-size: 20px; }

.label-small {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px; }

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

.container-testimonial .quote {
  font-size: 16px; }

.container-testimonial .author {
  font-size: 12px;
  margin-top: 20px; }

.container-testimonial .logo {
  height: 45px;
  margin-top: 20px; }

.container-testimonial .avatar {
  height: 70px;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  margin-bottom: 20px; }

.container-testimonial .ic-quote {
  height: 27px;
  float: left; }

.container-filled-light {
  background-color: #FAFAFA;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6; }

.container-filled-dark {
  background-color: #4a4a4a;
  color: white !important; }

.label-fadeout {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  padding: 3px 7px;
  margin-left: 5px;
  background-color: white;
  border: 1px solid #bbbbbb;
  color: #bbbbbb; }

.label-basetrip {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  padding: 3px 7px;
  margin-left: 5px;
  color: white;
  background-color: #4A90E2; }

.use-case-item-type {
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-left: 0;
  margin-right: 0; }

.use-case-item-type .col {
  padding-left: 16px; }

.use-case-item-type img {
  height: 17px;
  margin-right: 5px; }

.use-case-item {
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #646464; }

.use-case-item-logo {
  height: 35px; }

.use-case-item-main {
  padding-top: 30px;
  padding-bottom: 30px; }

.use-case-item-big-logo {
  display: none; }

@media (min-width: 992px) {
  .use-case-item-big-logo {
    display: block; }

  .use-case-item {
    margin-top: 0; }

  .use-case-item-main {
    padding-top: 0;
    padding-bottom: 0; } }

/*# sourceMappingURL=style.css.map */
