/*=== Header variables====*/
/*=== footer variables====*/
/*=== Box ====*/
/*=== Modal ====*/
/*=== buttons and button like links ====*/
/*=== special button ====*/
/* HTML5 Boilerplate  */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222222;
}
body {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4;
}
::-moz-selection {
  background: #d8242f;
  color: white;
  text-shadow: none;
}
::selection {
  background: #d8242f;
  color: white;
  text-shadow: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ffff99;
  color: black;
  text-decoration: none;
}
mark {
  background: yellow;
  color: black;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0;
}
ul li {
  list-style-position: inside;
  list-style-type: none;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.unstyled li {
  list-style: none;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
@media only screen and (min-width: 35em) {
  
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*====== Boxes ========*/

.box {
  background: white;
  border-top: 4px solid #d8242f;
  border-radius: 0;
  padding: .4em 1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* WEBFONTS */

/* LINKS */

a {
  color: #d8242f;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #ac000b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Basic colours and font families */

html {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: #2a2a2a;
}
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
}
body {
  -webkit-font-smoothing: antialiased;
}
/* Headings and font sizes */

/*h1, h2, h3, h4, h5, h6	{
	margin: 1em 0 0.8em 0;
	color: @text-color;
	font-weight: normal;
}*/

h1,
.h1 {
  font-size: 2.2em;
}
h2,
.h2 {
  font-size: 1.95em;
}
h3,
.h3 {
  font-size: 1.7em;
}
h4,
.h4 {
  font-size: 1.25em;
}
h5,
.h5 {
  font-size: 1.1em;
}
h6,
.h6 {
  font-size: 1.1em;
  color: #2a2a2a;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: .2em 0;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: .2em 0;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2a2a2a;
}
.standfirst {
  font-size: 1.25em;
}
/*p{
	margin:.5em 0 .2em 0;
}*/

.text-brand-color {
  color: #d8242f;
}
blockquote {
  font-style: italic;
  font-size: 1.25em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-left: 0;
  /* For Type Demo purposes only */

}

.grid-1-12 {
  width: 7.875%;
  *width: 6.375%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-1-12:first-child {
  margin-left: 0;
}
.grid-2-12 {
  width: 16.25%;
  *width: 14.75%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-2-12:first-child {
  margin-left: 0;
}
.grid-3-12 {
  width: 24.625%;
  *width: 23.125%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-3-12:first-child {
  margin-left: 0;
}
.grid-4-12 {
  width: 33.0%;
  *width: 31.5%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-4-12:first-child {
  margin-left: 0;
}
.grid-5-12 {
  width: 41.375%;
  *width: 39.875%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-5-12:first-child {
  margin-left: 0;
}
.grid-6-12 {
  width: 49.75%;
  *width: 48.25%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-6-12:first-child {
  margin-left: 0;
}
.grid-7-12 {
  width: 58.125%;
  *width: 56.625%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-7-12:first-child {
  margin-left: 0;
}
.grid-8-12 {
  width: 66.5%;
  *width: 65%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-8-12:first-child {
  margin-left: 0;
}
.grid-9-12 {
  width: 74.875%;
  *width: 73.375%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-9-12:first-child {
  margin-left: 0;
}
.grid-10-12 {
  width: 83.25%;
  *width: 81.525%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-10-12:first-child {
  margin-left: 0;
}
.grid-11-12 {
  width: 91.625%;
  *width: 90.125%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-11-12:first-child {
  margin-left: 0;
}
.grid-12-12 {
  margin-left: 0;
  width: 100%;
  *width: 98.5%;
  float: left;
  margin-left: 0.5%;
  padding: 0 0.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-12-12:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 64em) {
  
}
body {
  background-color: white;
}
.fieldrow {
  margin: .5em 0;
}
.fieldwrap {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin: 1px;
  margin-left: -1px;
}
.lt-ie8 .fieldwrap {
  -ms-zoom: 1;
  zoom: 1;
  display: inline;
}
.fieldwrap.bottom {
  vertical-align: bottom;
}
/*======form controls========*/

input,
select,
textarea {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text],
textarea,
input[type=password],
input[type=number] {
  width: 12em;
  border: 1px solid #cccccc;
  padding: 0.2em;
  background-color: white;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
input[type=text]#phone,
textarea#phone,
input[type=password]#phone,
input[type=number]#phone,
input[type=text]#mail,
textarea#mail,
input[type=password]#mail,
input[type=number]#mail {
  width: 10em;
}
input[type=text]#mail,
textarea#mail,
input[type=password]#mail,
input[type=number]#mail {
  width: 18em;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover,
input[type=number]:hover {
  border-color: #999999;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus,
input[type=number]:focus {
  border-color: #999999;
}
textarea {
  width: 100%;
  height: 10em;
}
select {
  /*.border-radius(@fc_border-radius);*/

  border: 1px solid #cccccc;
  padding: 0.2em;
  background-color: white;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  width: 100%;
}
input[type=radio],
input[type=checkbox] {
  opacity: 0;
}
.lt-ie9 input[type=radio],
.lt-ie9 input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 input[type=radio],
.lt-ie8 input[type=checkbox] {
  -ms-zoom: 1;
  zoom: 1;
  display: inline;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  margin-left: -20px;
}
.lt-ie9 input[type=radio] + label,
.lt-ie9 input[type=checkbox] + label {
  margin-left: 0;
}
.lt-ie8 input[type=radio] + label,
.lt-ie8 input[type=checkbox] + label {
  -ms-zoom: 1;
  zoom: 1;
  display: inline;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.lt-ie9 input[type=radio] + label:before,
.lt-ie9 input[type=checkbox] + label:before {
  content: "";
  width: 0;
  height: 0;
}
input[type=radio] + label:before {
  background: url('/~/media/travel-money/pol/desktop/button/mobile-radiobutton.ashx') 0 0;
}
input[type=radio]:checked + label:before {
  /*content: " ";*/
  background: url('/~/media/travel-money/pol/desktop/button/mobile-radiobutton.ashx') 60px 0;
}
input[type=radio]:focus + label:before {
  /*content: " ";*/
  background: url('/~/media/travel-money/pol/desktop/button/mobile-radiobutton.ashx') 30px 0;
}
input[type=checkbox] + label:before {
  background: url(../TravelMoney/img/mobile-checkboxes.png) 0 0;
}
input[type=checkbox]:focus + label:before {
  /*content: " ";*/
  background: url(../TravelMoney/img/mobile-checkboxes.png) 30px 0;
}
input[type=checkbox]:checked + label:before {
  /*content: " ";*/
  background: url(../TravelMoney/img/mobile-checkboxes.png) 60px 0;
}
span.req {
  color: red;
}
.errorplaceholder {
  background-color: #fceded;
  padding: 3px;
}
.errorplaceholder span.error {
  display: inline-block;
  vertical-align: middle;
  color: red;
  font-size: 0.9em;
}
input[type="submit"],
input[type="reset"],
button {
  border: none;
  background: #d8242f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.5em 2em 0.5em 0.6em;
  color: white;
  font-size: 1.143em;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
  box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
}
input[type="submit"].small,
input[type="reset"].small,
button.small {
  font-size: 1em;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
  background: #ac000b;
  box-shadow: none;
}
.btnlink-inline {
  display: inline-block;
  border: none;
  background: #d8242f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: .6em 2em .6em .6em;
  color: white;
  font-size: 1.143em;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
  box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
}
.lt-ie8 .btnlink-inline {
  *zoom: 1;
  display: inline;
}
.btn-no-bg {
  background: none;
  padding: .6em;
}
.btnlink-inline:hover {
  background: #ac000b;
  box-shadow: none;
  color: white;
}
.btnlink-inline.small {
  font-size: 1em;
}
.btnlink-inline img {
  padding: 0 0 0 .5em;
}
.btnlink-block {
  display: block;
  border: none;
  background: #d8242f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.5em 2em 0.5em 0.6em;
  color: white;
  font-size: 1.143em;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
  box-shadow: 1px 1px 2px 0 rgba(0, 2, 6, 0.35);
  margin-top: .5em;
}
.btnlink-block:hover {
  background: #ac000b;
  box-shadow: none;
  color: white;
}
.btnlink-block.small {
  font-size: 1em;
}
.btnlink-block img {
  padding: 0 0 0 .5em;
}
/*widget tooltip*/

.relative {
  position: relative;
}
.minmax {
  background: #2a2a2a;
  color: white;
  text-align: center;
  padding: 0 5px;
  /*top:-25px;*/
  top: -100%;
  position: absolute;
  border-radius: 10px;
  /*width:110%;*/
  width: 90%;
  display: none;
  z-index: 1;
}
.minmax:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #2a2a2a;
  top: 100%;
  left: 50%;
  margin-left: -12px;
}
.minmax .close-img {
  height: 16px;
  width: 16px;
}
/*====== widget styles =====*/

#widget {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  /*padding: @widget_padding*/
  padding: 0.5em;
  /*font-size: @widget_font_size;*/
  font-size: 1em;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: black !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#widget h1,
#widget h2,
#widget h3,
#widget h4,
#widget h5,
#widget h6 {
  color: black !important;
}
#widget h1 {
  font-size: 1.2em;
  margin: 0;
  font-weight: bold;
}
#widget h2 {
  font-size: 1em;
  margin: 0;
  font-weight: bold;
}
/*.fixed{
width: 160px;
float: left;
display:table
}
.responsive{
    margin-left:160px;

}*/

#widget p {
  margin: 0px auto;
  font-size: 0.9em;
}
#widget a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
#widget a:hover {
  color: white;
  text-decoration: underline;
}
#widget a:focus {
  outline: thin dotted;
}
#widget a:hover,
a:active {
  outline: 0;
}
#othercurrency {
  width: 7em;
}
#from,
#to {
  width: 100%;
}
#rate-display {
  background-color: #f0f2f1;
  text-align: center;
  padding: 0.5em 0;
  margin-top: 5px;
}
#rate-display h6 {
  color: white;
}
.widget-btn {
  width: 96%;
  text-align: left;
  color: white;
  background: #d71440 url('/~/media/travel-money/pol/mobile/button/button-arrow-right-small-red1.ashx') no-repeat right center;
}
.widget-btn:hover,
.widget-btn:focus {
  background: #af0800 url('/~/media/travel-money/pol/mobile/button/button-arrow-right-small-red2.ashx') no-repeat right center;
}
/*widget tooltip*/

.relative {
  position: relative;
}
.minmax {
  background: #2a2a2a;
  color: white;
  text-align: center;
  padding: 0 5px;
  /*top:-25px;*/
  top: -100%;
  position: absolute;
  border-radius: 10px;
  /*width:110%;*/
  width: 90%;
  display: none;
  z-index: 1;
}
.minmax:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #333333;
  top: 100%;
  left: 50%;
  margin-left: -12px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */

}
input[type="number"] {
  -moz-appearance: textfield;
}
html {
  overflow: hidden;
}
.grid-6-12 {
  padding: 0;
  width: 47.5%;
  margin-left: 5%;
}
