@font-face {
  font-family: 'Sansation-Regular';
  src: url('fonts/Sansation-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Sansation-Regular.woff') format('woff'), url('fonts/Sansation-Regular.ttf')  format('truetype'), url('fonts/Sansation-Regular.svg#Sansation-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sansation-Light';
  src: url('fonts/Sansation-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Sansation-Light.woff') format('woff'), url('fonts/Sansation-Light.ttf')  format('truetype'), url('fonts/Sansation-Light.svg#Sansation-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
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, input, textarea, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.flag {
  display: inline-block;
  height: 22px;
  width: 30px;
  vertical-align: middle;
  margin: 8px 0;
  border: 1px solid #ccc;
}
::-moz-selection {
  color: #fff; 
  background: #1c449c;
}
::selection {
  color: #fff; 
  background: #1c449c;
}
html {
  font-size: 80%;
}
body {
  font-family: 'Sansation-Light', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
  color: #222;
  background: #f1f1f1;
}
a {
  color: #1c449c;
  text-decoration: none;
}
a:hover, a:focus {
  color: #f4792a;
  text-decoration: none;
}
#logo {
  margin: 1rem auto;
  text-align: center;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  -ms-transition: all .25s;
  transition: all .25s;
}
#logo img {
  max-width: 50%;
}
#logo img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a, #logo {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.row {
  padding: 10px 0;
}
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
form {
  position: relative;
  max-width: 260px;
  margin: 0 auto;
  padding: 30px;
}
.column {
  width: 100%;
  float: left;
  box-sizing: border-box; 
}
input[type="text"] {
  height: 38px;
  padding: 6px 10px;
  background-color: transparent;
  border:none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="text"]:focus {
  /*border-bottom: 1px solid #f4792a;*/
  outline: none;
}
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before, .bar:after {
  content: '';
  height: 1px; 
  width: 0;
  bottom: 1px; 
  position: absolute;
  background: #f4792a; 
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all; 
  -o-transition: 0.2s ease all; 
  -ms-transition: 0.2s ease all; 
  transition: 0.2s ease all; 
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%; 
}
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%;
}
.full-width {
  width: 100%;
  box-sizing: border-box;
}
.small label, .small input {
  display: inline;
  color: #999;
  font-size: 85%;
  background: transparent;
  cursor: pointer;
}
.small label {
  width: 20%;
}
.small input {
  width: 70%;
}
#foreign, #domestic, h1, #euro, #leu, #dolar {
  font-family: 'Sansation-Regular', Helvetica, Arial, sans-serif;
}
#curs {
	font-size: 75%;
  position: relative;
}
#curs span {
  display: inline-block;
  position: absolute;
  right: -25px;
  bottom: 10px;
  color: #ef1010;
  border: 1px solid #ef1010;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 5px;
  text-align: center;
  line-height: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family: serif;
  cursor: help;
}
.footer p {
  text-align: center;
}
.switch {
  position: absolute;
  right: 0;
  top: 30%;
  cursor: pointer;
  z-index: 5;
}
.sw {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
}
.sw1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
}
.sw2 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
}
.sw3 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  box-ordinal-group: 3;
}
.sw4 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  box-ordinal-group: 4;
}
.sw5 {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  box-ordinal-group: 5;
}
#no5 {
  opacity: 0.4;
}
#currencies {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  font-size: 90%;
  text-align: left;
  text-indent: 48%;
  text-indent: 48.5%;
  line-height: 2;
  background: rgba(241, 241, 241);
  background: rgba(241, 241, 241, 0.95);
  z-index: 10;
}
#currencies ul {
  list-style-type: none;
  padding: 0.5em 0 1em 0;
}
#currencies ul li {
  margin: 0.25em auto;
  padding: 0;
  vertical-align: middle;
}
#currencies ul li.vs {
  padding-left: 15px;
}
#currencies .close, #instructions .close {
  position: fixed;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  line-height: 3.5rem;
  text-align: center;
  text-indent: 0;
}
#currencies .close a {
  display: block;
  width: 100%;
  height: 100%;
}
#currencies hr {
  height: 1px;
  background-color: #999;
  color: #999;
  width: 100%;
  margin: 0.75em auto;
}
#instructions {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 90%;
  text-align: center;
  line-height: 2;
  background: rgba(241, 241, 241);
  background: rgba(241, 241, 241, 0.95);
  z-index: 10;
}
#instructions h2 {
  font-weight: bold;
  font-size: 200%;
  padding: 1.5em 0.5em;
  letter-spacing: 2px;
}
#instructions h2 span {
  letter-spacing: -1px;
  padding-right: 3px;
}
#instructions p {
  padding: 0.25em 1em;
}
#instructions ul {
  list-style-type: none;
}
#evo span {
  display: inline-block;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  padding-right: 5px;
  vertical-align: middle;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  h1 { font-size: 4.2rem; }
}
@media (max-width: 676px) {
  #currencies {
    text-indent: 15%;
  }
  #currencies hr {
  	margin: 1em 0;
  }
}