/*------------------------------------------------------------------
# [Color codes]

# paysafecard blue: #008aca
# paysafecard red: #e2001a
# */
/* texts */
/* assets, lines, stuff */
/* borders */
/* = 1.747 * width you want */
.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.item {
  -webkit-box-flex: 1 200px;
  -moz-box-flex: 1 200px;
  -webkit-flex: 1 200px;
  -ms-flex: 1 200px;
  flex: 1 200px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  padding-left: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*$input-border-radius:            $border-radius-base !default;*/
/* edited */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 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.42857;
  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: 17px;
  margin-bottom: 17px;
  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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 48px;
  /* edited */
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  /*margin: 0 0 ($line-height-computed / 2);*/
  /* edited */
  margin: 0; }

.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 600px) {
    .lead {
      font-size: 18px; } }

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #e2001a; }

a.text-danger:hover {
  color: #af0014; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px; }
  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: 17px; }

dt,
dd {
  line-height: 1.42857; }

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: 600px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  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.42857;
    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: 17px;
  font-style: normal;
  line-height: 1.42857; }

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

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

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .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: 20px;
  padding-right: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
    background: #f9f9f9;
    /* edited */
    text-align: left;
    /* edited */
    color: #555;
    /* edited */ }
    .table > thead > tr > th.text-center,
    .table > thead > tr > td.text-center,
    .table > tbody > tr > th.text-center,
    .table > tbody > tr > td.text-center,
    .table > tfoot > tr > th.text-center,
    .table > tfoot > tr > td.text-center {
      text-align: center;
      /* edited */ }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 25px 10px;
    /* edited */
    background: #008aca;
    /* edited */
    color: #fff;
    /* edited */
    text-align: left;
    /* edited */
    text-transform: uppercase; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

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

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

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 599px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 12.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  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: 2px 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: 15px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 47px;
  padding: 14px 12px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 0;
  /* edited */
  border-radius: 0;
  /*@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));*/
  -webkit-box-shadow: none;
  box-shadow: none;
  /* edited */
  -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 {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 17px;
    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 {
  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: 15px;
  padding-bottom: 15px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 28px;
  line-height: 28px; }

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

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0; }

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

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

.form-group-sm .form-control-static {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 42px;
  line-height: 42px; }

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

.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 0; }

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

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

.form-group-lg .form-control-static {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333; }

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

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

.has-error .form-control {
  border-color: #e2001a;
  -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: #af0014;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff495e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff495e; }

.has-error .input-group-addon {
  color: #e2001a;
  border-color: #e2001a;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #e2001a; }

.has-feedback label ~ .form-control-feedback {
  top: 22px; }

.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: 600px) {
  .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: 15px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px; }

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

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

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

@media (min-width: 600px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

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

.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: 14px 12px;
  font-size: 12px;
  line-height: 1.42857;
  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;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .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: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .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: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-s {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-s:hover, .btn-s:focus, .btn-s.focus, .btn-s:active, .btn-s.active,
  .open > .btn-s.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-s:active, .btn-s.active,
  .open > .btn-s.dropdown-toggle {
    background-image: none; }
  .btn-s.disabled, .btn-s.disabled:hover, .btn-s.disabled:focus, .btn-s.disabled.focus, .btn-s.disabled:active, .btn-s.disabled.active, .btn-s[disabled], .btn-s[disabled]:hover, .btn-s[disabled]:focus, .btn-s[disabled].focus, .btn-s[disabled]:active, .btn-s[disabled].active,
  fieldset[disabled] .btn-s,
  fieldset[disabled] .btn-s:hover,
  fieldset[disabled] .btn-s:focus,
  fieldset[disabled] .btn-s.focus,
  fieldset[disabled] .btn-s:active,
  fieldset[disabled] .btn-s.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-s .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .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:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .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:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .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:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .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: #337ab7;
  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: #23527c;
    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: 15px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

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

.input-group-addon {
  padding: 14px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

/*
helper classes for margins, paddings,
row calculations in responsiveness
*/
@media (max-width: 599px) {
  .slim-left-xs {
    padding-left: 0 !important; }
  .slim-right-xs {
    padding-right: 0 !important; }
  .slim-xs {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .slim-left-half-xs {
    padding-left: 10px !important; }
  .slim-right-half-xs {
    padding-right: 10px !important; }
  .clear-xs {
    clear: both; }
  .col-padding-xs {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .col-margin-fix {
    margin-left: -15px;
    margin-right: -15px; }
  .col-no-margin-xs {
    margin-left: 0;
    margin-right: 0; }
  .hidden-mobile {
    display: none !important; }
  .not-visible-mobile {
    visibility: hidden; } }

@media (min-width: 600px) {
  .slim-left-md {
    padding-left: 0 !important; }
  .slim-right-md {
    padding-right: 0 !important; }
  .slim-md {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .slim-left-half-md {
    padding-left: 10px !important; }
  .slim-right-half-md {
    padding-right: 10px !important; }
  .clear-md {
    clear: both; }
  .col-padding-md {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .col-no-margin-md {
    margin-left: 0;
    margin-right: 0; }
  .hidden-desktop {
    display: none !important; }
  .not-visible-desktop {
    visibility: hidden; } }

.slim {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.slim-left {
  padding-left: 0 !important; }

.slim-right {
  padding-right: 0 !important; }

.push-left {
  float: left; }

.push-right {
  float: right; }

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

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

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

.hidden-general {
  display: none !important; }

.not-visible-general {
  visibility: hidden; }

select.form-control {
  border: 0 !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url("../img/arrowdown.png") #fff center right no-repeat;
  /*Adds background-image*/
  /*width: 100px; */
  /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  -webkit-box-shadow: none;
  box-shadow: none;
  /* hack from
   		http://uplifted.net/programming/change-default-select-dropdown-style-just-css/
   		*/ }

.country-ae .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -38px 0px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-ae .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-ar .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -130px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-ar .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-at .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: 0px -194px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-at .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-au .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: 0px -130px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-au .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-be .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -66px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-be .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-bg .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: 0px -66px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-bg .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-ca .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -152px -130px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-ca .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-ch .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -38px -66px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-ch .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-cz .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -114px 0px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-cz .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-cy .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px 0px;
  background-repeat: no-repeat;
  width: 18px;
  height: 13px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-cy .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-de .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -114px -32px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-de .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-dk .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -114px -64px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-dk .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-es .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: 0px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-es .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-fi .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -38px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-fi .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-fr .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-fr .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-gr .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -152px -32px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-gr .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-hr .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -152px -64px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-hr .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-hu .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -152px -96px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-hu .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-ie .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -38px -33px;
  background-repeat: no-repeat;
  width: 18px;
  height: 13px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-ie .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-it .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -38px -130px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-it .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-lt .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -114px -130px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-lt .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-lu .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -33px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-lu .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-lv .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -190px 0px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-lv .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-mt .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -190px -32px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-mt .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-mx .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -190px -64px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-mx .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-nl .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -190px -96px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-nl .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-no .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -190px -128px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-no .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-nz .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: 0px -162px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-nz .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-pe .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -38px -162px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-pe .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-pl .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -162px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-pl .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-pt .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -114px -162px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-pt .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-ro .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -152px -162px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-ro .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-ru .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -190px -162px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-ru .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-se .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -38px -194px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-se .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-si .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -194px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-si .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-sk .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -114px -194px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-sk .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-tr .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -190px -194px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-tr .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-gb .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -114px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-gb .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-us .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -228px 0px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-us .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-uy .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -228px -32px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-uy .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-sa .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: 0px -33px;
  background-repeat: no-repeat;
  width: 18px;
  height: 13px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-sa .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-kw .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 18px;
  height: 13px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-kw .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-tn .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -152px -194px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-tn .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-ge .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -152px 0px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-ge .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-gf .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-gf .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-gp .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-gp .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-mf .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-mf .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-re .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-re .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-mq .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -76px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-mq .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-eg .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -228px -66px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-eg .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-br .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -228px -130px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-br .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.country-me .flag {
  background-image: url("../images/flags/spritesheetFlags.png");
  background-position: -228px -98px;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .country-me .flag {
      -webkit-background-size: 246px 206px;
      -moz-background-size: 246px 206px;
      background-size: 246px 206px;
      background-image: url("../images/flags/spritesheetFlags.png"); } }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-2 {
  margin-top: 8px !important; }

.mt-3 {
  margin-top: 16px !important; }

.mt-4 {
  margin-top: 24px !important; }

.mt-5 {
  margin-top: 32px !important; }

.ml-2 {
  margin-left: 8px !important; }

.panel.sca .panel-title {
  margin: 16px 0; }

.panel.sca .panel-link {
  text-decoration: underline; }

.sca__description {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 52px;
  justify-content: center; }
  .sca__description::before {
    position: absolute;
    top: 0;
    top: 50%;
    display: block;
    background: url("../images/sca/icon-app.svg") no-repeat;
    content: "";
    transform: translateY(-50%); }
  .sca__description.is-app {
    padding-left: 44px; }
    .sca__description.is-app::before {
      left: -11px;
      width: 50px;
      height: 50px;
      background: url("../images/sca/icon-app.svg") no-repeat; }
  .sca__description.is-sms {
    padding-left: 52px; }
    .sca__description.is-sms::before {
      left: -3px;
      width: 40px;
      height: 40px;
      background: url("../images/sca/icon-sms.svg") no-repeat; }

.sca__info {
  position: relative;
  padding-left: 29px; }
  .sca__info::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    background: url("../images/sca/icon-attention.svg") no-repeat;
    content: "";
    transform: translateY(-50%); }

.sca__delimiter {
  margin: 20px 0 16px; }

.sca-setup__steps {
  margin: 0;
  padding-left: 24px; }

.sca-setup__step {
  position: relative;
  margin-bottom: 16px; }
  .sca-setup__step-nr {
    position: absolute;
    top: 1px;
    left: -24px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #008aca;
    color: #fff;
    text-align: center;
    font-size: 11px; }

.sca-setup__store-logo {
  height: 34px; }

.sca-options__list {
  margin: 0 0 -12px;
  padding: 0;
  list-style: none; }

.sca-options__item {
  position: relative;
  display: flex;
  margin-left: 56px;
  min-height: 72px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  align-items: center; }
  .sca-options__item:first-of-type {
    border-top: none; }

.sca-options__link {
  display: block;
  padding: 12px 40px 12px 0; }
  .sca-options__link::before {
    position: absolute;
    top: 50%;
    left: -56px;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    transform: translateY(-50%); }
  .sca-options__link::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/sca/icon-chevron.svg") no-repeat;
    content: "";
    transform: translateY(-50%); }
  .sca-options__link.is-app::before {
    background: url("../images/sca/icon-app.svg") no-repeat; }
  .sca-options__link.is-sms::before {
    background: url("../images/sca/icon-sms.svg") no-repeat; }
  .sca-options__link.is-contact::before {
    background: url("../images/sca/icon-contact.svg") no-repeat; }

body {
  font-weight: 300;
  font-size: 12px;
  background: #efeff1;
  font-family: "Roboto", Tahoma, Verdana, Segoe, sans-serif; }

#main {
  position: relative;
  max-width: 600px;
  background: #efeff1; }

.btnClose {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 19px;
  height: 19px;
  background: url(../images/close.png) 50% 50% no-repeat;
  z-index: 1000; }

a {
  color: #008aca; }
  a:hover {
    text-decoration: none; }

::-webkit-input-placeholder {
  color: #c4c4c4;
  line-height: 1;
  vertical-align: middle; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
  line-height: 1;
  vertical-align: middle; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
  line-height: 1;
  vertical-align: middle; }

:-ms-input-placeholder {
  color: #c4c4c4;
  line-height: 1;
  vertical-align: middle; }

input,
select {
  border: 1px solid #dfdfdf; }

input[type=text],
input[type=tel],
input[type=password],
select {
  padding: 4px 5px;
  width: 100%;
  max-width: 100% !important;
  line-height: 1;
  vertical-align: middle; }

p {
  color: #404040; }

.psc-logo {
  display: block;
  width: 145px;
  height: 24px;
  position: relative;
  text-align: left;
  background: url(../images/paysafecard_logo_lq.png) 0 0 no-repeat; }
  .psc-logo > strong {
    display: none; }

.psc-direct-logo {
  display: block;
  width: inherit;
  height: 70px;
  background-image: url(../images/direct_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  .psc-direct-logo > strong {
    display: none; }

#paymentOptionsHolder {
  padding-bottom: 21px;
  background: url(../images/payment-panel-shadow.png) 0 100% no-repeat; }
  #paymentOptionsHolder > div {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #ececec;
    border-bottom: none !important;
    background: #fff; }

#payment {
  margin: 20px 0 0; }
  #payment .payment-option:first-child {
    padding-top: 0; }
  #payment .payment-option > * {
    display: none; }
  #payment .payment-option > .opener-btn {
    display: inline-block; }
  #payment .payment-option.active > * {
    display: block; }
  #payment .payment-option.active .opener-btn {
    display: inline-block;
    font-weight: 800;
    background-image: url(../images/icon_arrow_close_lq.png); }
  #payment .payment-option.accordion-disabled .opener-btn, #payment .payment-option.accordion-disabled-master .opener-btn {
    background: none !important; }
  #payment .pay-btn-holder {
    margin-top: 15px; }
    #payment .pay-btn-holder input[type=submit] {
      min-width: 120px;
      max-width: 100% !important; }
  #payment a.opener-btn {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    color: #333;
    background: url(../images/icon_arrow_open_lq.png) 100% 50% no-repeat; }
    #payment a.opener-btn:hover, #payment a.opener-btn:focus {
      text-decoration: none; }
    @media (min-width: 600px) {
      #payment a.opener-btn {
        font-size: 13px; } }

.pin-added > * {
  padding-top: 5px;
  padding-bottom: 5px; }

.pin-added > div {
  border-bottom: 1px dashed #989898; }
  .pin-added > div > div {
    border-right: 1px solid #989898; }

#styledPinLabel + #addPinToAccount .pin-added > div {
  border-top: 1px dashed #989898; }

#styledPinLabel + #addPinToAccount .pin-added + .pin-added > div {
  border-top: none; }

#styledPinLabel + #addPinToAccount .pin-added + .pin-holder-opener {
  margin-top: 15px; }

#styledPinLabel + #addPinToAccount .pin-holder-opener.hidden-general + .pin-holder {
  margin-top: 0; }

#styledPinLabel + #addPinToAccount .pin-added + .pin-holder-opener.hidden-general + .pin-holder {
  margin-top: 15px; }

#addPinToAccount .pin-holder-opener a {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  background: url(../images/icon_plus_lq.png) 0 50% no-repeat; }
  #addPinToAccount .pin-holder-opener a:focus, #addPinToAccount .pin-holder-opener a:hover {
    color: #008aca;
    text-decoration: none; }

#addPinToAccount .pin-holder-opener + .pin-holder {
  margin-top: 15px; }

#addPinToAccount.has-margin-top-bottom {
  margin-top: 15px;
  margin-bottom: 15px; }

#addPinToAccount.has-margin-top {
  margin-top: 15px; }

#addPinToAccount.has-margin-bottom {
  margin-bottom: 15px; }

.icon-spinner {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url(../images/icon_preloader_lq.gif) 50% 50% no-repeat; }

.remove-added-pin {
  display: block;
  height: 29px;
  padding: 0;
  background: url(../images/icon_remove_lq.png) 100% 50% no-repeat; }

.login-btn {
  display: block;
  text-align: right;
  line-height: 20px;
  vertical-align: middle;
  color: #eb641f;
  font-weight: bold; }

#mypaysafecardUsername {
  margin-top: 15px;
  margin-bottom: 10px; }

#otp-email-challenge #oneTimePassword,
#otp-email-challenge #oneTimePasswordForEmailChallenge {
  margin-top: 15px; }

#otp-email-challenge .button {
  margin-top: 8px; }

#otp-email-challenge #confirmOneTimePasswordBtn,
#otp-email-challenge #confirmOtpEmailChallengeBtn {
  margin-top: 18px; }

#otp-email-challenge .salutation {
  color: #008ac9;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 10px; }

#otp-email-challenge #trusted-device-token-holder {
  margin-top: 10px; }

#otp-email-challenge label {
  font-weight: 300; }

.product-info,
.added-pin-info,
.payment-amount-info {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #989898; }
  .product-info > div,
  .added-pin-info > div,
  .payment-amount-info > div {
    padding-bottom: 5px; }

.input-holder input[type=text],
.input-holder input[type=tel] {
  padding-left: 10px;
  padding-right: 10px; }

.input-holder input[type=tel] {
  letter-spacing: 2px;
  word-spacing: 15px; }

.input-holder input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.input-holder input[type=tel]::-webkit-input-placeholder {
  letter-spacing: normal;
  word-spacing: normal; }

.input-holder input[type=tel]:-moz-placeholder {
  letter-spacing: normal;
  word-spacing: normal; }

.input-holder input[type=tel]::-moz-placeholder {
  letter-spacing: normal;
  word-spacing: normal; }

.input-holder input[type=tel]:-ms-input-placeholder {
  letter-spacing: normal;
  word-spacing: normal; }

.input-holder .line-holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }
  .input-holder .line-holder > span {
    display: block;
    position: absolute;
    top: 3px;
    left: 0; }
  .input-holder .line-holder .line-1 {
    left: 52px; }
  .input-holder .line-holder .line-2 {
    left: 106px; }
  .input-holder .line-holder .line-3 {
    left: 161px; }

#paysafecardclassic {
  padding-bottom: 15px; }

#paysafecardclassic + #mypaysafecard {
  border-top: 1px solid #dfdfdf; }

#mypaysafecard .mypins-holder #captchaPanel {
  padding-top: 15px; }
  #mypaysafecard .mypins-holder #captchaPanel span {
    font-weight: 500; }
  #mypaysafecard .mypins-holder #captchaPanel .g-recaptcha {
    padding-top: 5px;
    transform: scale(0.82);
    transform-origin: 0 0; }

#mypaysafecard .button {
  margin-top: 8px; }

#scan2pay {
  border-top: 1px solid #dfdfdf;
  margin-top: 15px; }
  #scan2pay > div {
    margin-top: 15px; }
  #scan2pay #qrCodeImage {
    border: 1px solid #000; }
  #scan2pay #qrCodeVerifyText {
    padding-bottom: 10px; }
  #scan2pay #qrCodeInfo {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
  #scan2pay #qrCodeInfoImage {
    margin-top: 20px;
    margin-bottom: 10px; }

#userDataInformation {
  margin: 12px 0 20px; }

#userBalanceInformation {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898; }

#myTotalAmountHolder {
  padding: 5px 0;
  border-bottom: 1px solid #989898;
  background: #c4c4c4; }

#userName {
  margin-bottom: 2px;
  font-size: 18px; }

#payBtnHolder {
  display: none; }
  #payBtnHolder.active {
    display: block; }
  #payBtnHolder label {
    font-weight: 300; }

.button {
  display: block;
  min-height: 28px;
  min-width: 110px;
  padding: 4px 30px;
  line-height: 20px;
  vertical-align: middle;
  background: #999898;
  color: #fff;
  font-weight: 400;
  text-decoration: none; }
  .button:hover, .button:focus {
    color: #fff;
    text-decoration: none; }
  .button .icon-ok {
    font-size: 16px; }
  .button .icon-spinner {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/icon_preloader_white_lq.gif) 50% 50% no-repeat; }
  .button .icon-ok {
    display: block;
    position: relative;
    width: 25px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/icon_ok_white_lq.png) 50% 50% no-repeat; }

.button-action {
  cursor: pointer;
  background-color: #eb641f; }

.button-functional {
  cursor: pointer;
  background-color: #008aca; }

.button-cancel {
  display: inline-block;
  cursor: pointer;
  background-color: #008ac9; }

.link {
  display: block;
  min-height: 28px;
  min-width: 110px;
  padding: 4px 0;
  line-height: 20px;
  vertical-align: middle;
  font-weight: 400;
  text-decoration: none; }
  .link .icon-spinner {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/icon_preloader_lq.gif) 50% 50% no-repeat; }

#payAsGuest {
  margin-top: 12px; }
  #payAsGuest .input-holder {
    margin-top: 6px;
    margin-bottom: 6px; }
    #payAsGuest .input-holder input,
    #payAsGuest .input-holder select {
      line-height: 14px;
      font-size: 12px; }
    #payAsGuest .input-holder select {
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 0.01px;
      text-overflow: "";
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0 0 0 5px; }
    #payAsGuest .input-holder select::-ms-expand {
      display: none; }
    #payAsGuest .input-holder select.inputError {
      background: url(../images/icon-arrow-down_error.png) 100% 100% no-repeat; }
    #payAsGuest .input-holder a.inputError .icon_calender {
      background-color: #C6041C; }
  #payAsGuest .errorBox {
    background-color: white;
    color: #C6041C; }
  #payAsGuest .icon_calender {
    display: block;
    height: 24px;
    background: url(../images/icon-calendar.png) 49% 49% no-repeat;
    background-color: #008aca; }
  #payAsGuest .icon_arrow_down {
    display: block;
    height: 24px;
    background: url(../images/icon-arrow-down.png) 100% 100% no-repeat; }

#userInformation .button {
  display: inline-block; }

#userInformation .text-transform-none {
  text-transform: none !important; }

#userInformation h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center; }

#userInformation .icon-holder {
  position: relative;
  min-height: 60px;
  width: 100%;
  text-align: center; }
  #userInformation .icon-holder > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

#userInformation h4 {
  padding: 0;
  margin: 0 0 5px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }
  #userInformation h4 .step {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: -2px;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    background: #008ac9;
    border-radius: 50%; }

#userInformation p {
  font-size: 11px;
  text-align: center; }

#userInformation .payment-panel-info-holder {
  display: table;
  background: #fff;
  padding: 12px 20px; }
  #userInformation .payment-panel-info-holder > div {
    display: table-row; }
    #userInformation .payment-panel-info-holder > div > div {
      display: table-cell;
      vertical-align: top; }
  #userInformation .payment-panel-info-holder .info-image-holder {
    margin-right: 20px;
    max-width: 50%; }
  #userInformation .payment-panel-info-holder h3,
  #userInformation .payment-panel-info-holder p {
    text-align: left; }
  #userInformation .payment-panel-info-holder h3 {
    line-height: 1;
    margin-bottom: 20px;
    color: #008aca;
    font-size: 16px; }
  #userInformation .payment-panel-info-holder p {
    font-size: inherit; }

#storelocator {
  display: block;
  position: absolute;
  top: -20px;
  left: 0; }
  #storelocator > a {
    display: inline-block;
    padding: 2px 10px 2px 30px;
    margin: 0 auto;
    background: #008aca url(../images/icon-location.png) 10px 50% no-repeat;
    color: #fff; }
    #storelocator > a:hover, #storelocator > a:focus {
      text-decoration: none; }
  #storelocator #googleMap {
    display: none; }
    #storelocator #googleMap > img {
      display: none; }
      #storelocator #googleMap > img.active {
        display: block; }
  #storelocator #findStoreByInput {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 300px;
    padding: 20px;
    background: url(../images/storelocator-white-background.png) 0 0 repeat; }
    #storelocator #findStoreByInput > input {
      font-size: 12px;
      padding-right: 30px;
      background: #fff url(../images/storelocator-input-background.jpg) 95% 50% no-repeat; }
  #storelocator.active {
    top: -240px; }
    #storelocator.active #googleMap {
      display: block; }

#banner {
  margin-bottom: 20px; }

footer {
  position: relative;
  padding-top: 15px;
  margin-top: 40px;
  border-top: 1px solid #008aca;
  font-size: 11px; }
  footer .select-country {
    position: relative;
    padding: 5px 0 5px 30px;
    background: url(../images/globe.png) 3px 3px no-repeat; }
    footer .select-country select {
      border: none;
      background: #efeff1; }
    footer .select-country .flag {
      display: block;
      position: absolute;
      top: 3px;
      left: 10px;
      z-index: 1000; }
  footer nav li {
    border-left: 1px solid #008aca;
    padding: 0 10px;
    display: inline-block; }
    footer nav li:first-child {
      border: none; }

.black-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: 10000; }
  .black-bg.active {
    display: block; }

.thank-you-msg {
  display: none;
  width: 300px;
  height: 200px;
  position: absolute;
  top: -150%;
  left: 50%;
  margin: -100px 0 0 -150px;
  z-index: 10001;
  background: url(../images/thx-msg.png) 0 0 no-repeat; }
  .thank-you-msg.active {
    display: block; }

.padding-top {
  padding-top: 20px; }

.headline-icon.icon-gears {
  display: block;
  position: relative;
  width: 85px;
  height: 79px;
  margin: 0 auto;
  background: url(../images/icon_cogs_lq.png) 0 0 no-repeat; }

.headline-icon.icon-payment-canceled {
  display: block;
  position: relative;
  width: 100px;
  height: 105px;
  margin: 0 auto;
  background: url(../images/genericError.png) 0 0 no-repeat; }

.headline-icon.icon-ok {
  display: block;
  position: relative;
  width: 100px;
  height: 79px;
  margin: 0 auto;
  background: url(../images/icon_ok_big_green_lq.png) 0 0 no-repeat; }

#confirmationsPageHeadline {
  color: green;
  font-weight: bold; }

#globalErrorImage {
  display: block;
  margin: 0 auto; }

.errorHolder {
  text-align: center;
  font-weight: bold; }

#errorMain {
  background-color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px; }

#errorHeadline {
  color: #C6041C;
  font-weight: bold; }

.generalInputError {
  color: #C6041C; }

.errorBox {
  display: none;
  margin-top: 0 !important;
  padding: 2px 5px;
  background-color: #C6041C;
  color: #fff; }
  .errorBox.active {
    display: block; }
  .errorBox a {
    color: #fff;
    text-decoration: underline; }

.inputError {
  border-color: #C6041C;
  outline: none !important; }

.balance {
  text-align: right;
  padding-left: 5px !important;
  padding-right: 5px !important; }

.label-placeholder-fallback {
  display: none;
  font-weight: normal; }
  .no-placeholder .label-placeholder-fallback {
    display: block; }

@media (max-width: 599px) {
  body {
    font-size: 16px; }
  #paymentOptionsHolder {
    background-size: 100%; }
  .payment-info-holder {
    margin-bottom: 20px; }
    .payment-info-holder .payment-amount-info {
      border-top: 1px solid #989898; }
  .button {
    padding-top: 8px;
    padding-bottom: 8px; }
  .line-1 {
    left: 61px !important; }
  .line-2 {
    left: 125px !important; }
  .line-3 {
    left: 190px !important; }
  #styledPinLabel {
    position: relative; }
  .remove-added-pin {
    height: 57px; }
  .pin-label {
    padding-left: 10px !important;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400; }
  .balance {
    text-align: left;
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .pin-added > div {
    border: none !important; }
  .pin-added {
    border-top: 1px dashed #989898;
    border-bottom: 1px dashed #989898; }
  .pin-added + .pin-added {
    border-top: none !important; }
  .btnClose {
    top: 20px; } }

@media (min-width: 600px) {
  .payment-info-holder {
    margin-top: 55px; }
  .balance {
    padding-left: 0 !important; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .psc-logo {
    background: url(../images/paysafecard_logo_hq.png) 0 0 no-repeat;
    background-size: 145px 24px; }
  .remove-added-pin {
    background: url(../images/icon_remove_hq.png) 100% 50% no-repeat;
    background-size: 10px 9px; }
  .icon-spinner {
    background: #fff url(../images/icon_preloader_hq.gif) 50% 50% no-repeat;
    background-size: 15px 15px; }
  .button .icon-spinner {
    background: url(../images/icon_preloader_white_hq.gif) 50% 50% no-repeat;
    background-size: 15px 15px; }
  .button .icon-ok {
    background: url(../images/icon_ok_white_hq.png) 50% 50% no-repeat;
    background-size: 15px 12px; }
  #payment .payment-option .opener-btn {
    background: url(../images/icon_arrow_open_hq.png) 100% 50% no-repeat;
    background-size: 9px 5px; }
  #payment .payment-option.active .opener-btn {
    background: url(../images/icon_arrow_close_hq.png) 100% 50% no-repeat;
    background-size: 9px 5px; }
  #addPinToAccount .pin-holder-opener a {
    background: url(../images/icon_plus_hq.png) 0 50% no-repeat;
    background-size: 9px 8px; }
  .headline-icon.icon-gears {
    background: url(../images/icon_cogs_hq.png) 0 0 no-repeat;
    background-size: 85px 79px; }
  .headline-icon.icon-ok {
    background: url(../images/icon_ok_big_green_hq.png) 0 0 no-repeat;
    background-size: 100px 79px; } }

html.lt-ie8.has-recaptcha .transactionSummary {
  min-height: 600px; }

html.lt-ie8 #recaptchaBackground {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fullWidthBackground.png) 0 0 repeat;
  z-index: 999; }

html.lt-ie8 #captchaPanel {
  position: absolute;
  width: 300px;
  padding: 20px 60px !important;
  top: -90px !important;
  left: 66px;
  z-index: 1001;
  background: #fff;
  border: 3px solid #dfdfdf; }
  html.lt-ie8 #captchaPanel > span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px; }
  html.lt-ie8 #captchaPanel .g-recaptcha {
    display: block;
    zoom: 1 !important; }
  html.lt-ie8 #captchaPanel form {
    display: block;
    position: relative; }
  html.lt-ie8 #captchaPanel .button {
    display: block !important;
    margin-top: 20px;
    text-align: center; }
  html.lt-ie8 #captchaPanel .inputError {
    border-color: #C6041C !important; }

html.lt-ie8 #g-recaptcha-holder {
  display: block; }

html.lt-ie8 #main {
  width: 560px; }

html.lt-ie8 #paymentOptionsHolder {
  z-index: 900 !important; }

html.lt-ie8 #paymentOptionsHolder,
html.lt-ie8 .transactionSummary {
  max-width: 270px; }
  html.lt-ie8 #paymentOptionsHolder > *,
  html.lt-ie8 .transactionSummary > * {
    max-width: 250px; }

html.lt-ie8 #classicPin-addPinField {
  width: 91%; }

html.lt-ie8 #mypaysafecardUsername-inputText {
  width: 100%; }

html.lt-ie8 #mypaysafecardPassword-inputText {
  width: 100%; }

html.lt-ie8 .transactionSummary {
  margin-left: 20px; }
  html.lt-ie8 .transactionSummary * {
    padding-left: 0;
    padding-right: 0; }

html.lt-ie8 .mypins-holder > div div {
  width: 43%;
  padding-left: 0;
  padding-right: 0; }

html.lt-ie8 .mypins-holder #loginBtn {
  width: auto !important; }

html.lt-ie8 #userInformation ol {
  padding: 0 !important; }

html.lt-ie8 #userInformation li {
  padding: 0; }
  html.lt-ie8 #userInformation li img {
    position: relative;
    text-align: center; }
  html.lt-ie8 #userInformation li * {
    padding-left: 0;
    padding-right: 0; }

html.lt-ie8 #userBalanceInformation,
html.lt-ie8 #myTotalAmountHolder {
  width: 90% !important;
  padding-left: 0;
  padding-right: 0; }
  html.lt-ie8 #userBalanceInformation *,
  html.lt-ie8 #myTotalAmountHolder * {
    padding-left: 0;
    padding-right: 0; }

html.lt-ie8 footer {
  float: left;
  width: 600px; }
  html.lt-ie8 footer li {
    display: inline; }
  html.lt-ie8 footer nav {
    width: 50%;
    margin-right: 20px;
    float: right; }

html.lt-ie8 .pin-added .balance {
  width: 68px !important; }

html.lt-ie8 .payment-panel-info-holder .info-image-holder {
  float: left;
  margin: 0 20px 20px 0; }

html.lt-ie8 .payAsGuest-holder input {
  width: 91%;
  min-height: 14px; }

html.lt-ie8 .payAsGuest-holder .datepicker-holder a {
  padding-top: 1px; }
  html.lt-ie8 .payAsGuest-holder .datepicker-holder a .icon_calender {
    height: 25px !important; }

html.lt-ie10 #mypaysafecard .mypins-holder #captchaPanel .g-recaptcha {
  padding-top: 5px;
  zoom: 0.82; }

html.lt-ie10 .payAsGuest-holder .icon_calender {
  height: 25px !important; }

/* DirectLoad payment panel ------------------------------------------------*/
.direct-pos-logos {
  text-align: center;
  margin-top: 20px; }
  .direct-pos-logos .direct-pos-logos-header {
    margin: 0 auto;
    font-size: 14pt;
    font-weight: normal;
    color: #9c9c9c;
    text-align: center; }

.direct-usage {
  display: block;
  float: none;
  clear: both; }

.direct-usage-header {
  font-weight: bold;
  font-size: 15pt;
  color: #969696;
  padding: 20px 50px;
  display: block;
  text-align: center; }

.direct-payment-info-holder {
  margin-bottom: 20px;
  margin-top: 20px; }
  .direct-payment-info-holder .payment-amount-info {
    border-top: 1px solid #989898; }

.direct-payment-option {
  margin: 30px 0px; }

@media (min-width: 1200px) {
  .console-zoom {
    zoom: 200%;
    -moz-transform: scale(2); } }
