body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 500;
  color: #222;
}
h1, .h1, h2, h4 {
  margin: 0 0 10px 0;
  font-size: 32px;
  line-height: 42px;
}
h2 {
  font-size: 26px;
  line-height: 30px;
}
h3, .titlu_stire {
  font-size: 22px;
  line-height: 26px;
}
b, strong {
  font-weight: 700;
}
a {
  color: #D91C1E;
}
a:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #D91C1E;
}
.red {
  color: #d32f2f;
}
.green {
  color: #388e3c;
}
.box {
  margin-bottom: 10px;
}
.box.box-colored {
  background: #EDF2F4;
  border: 1px solid #e5e8f1;
}
.box h3, .box h4 {
  font-size: 16px;
  color: #222;
  margin: 0;
  line-height: 16px;
}
.box small {
  margin: 0;
}
.box .box-header, .box .box-content, .box .box-footer {
  padding: 7px;
}
.box .box-header + .box-content {
  padding-bottom: 0;
}
.box .box-header {
  border-bottom: 1px solid #dbe0e6;
}
.box .box-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box .box-nav li {
  border-bottom: 1px solid #dbe0e6;
  position: relative;
  padding: 4px 0;
}
.box .box-nav li:last-child {
  border: 0 none;
}
.box .box-nav li a {
  color: #222;
  font-size: 12px;
  padding-right: 15px;
  display: block;
  line-height: 14px;
}
.box .box-nav li .fa {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.box .currency-rates {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box .currency-rates li {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  display: block;
  padding-right: 15px;
}
.box .currency-rates li:after {
  content: "";
  display: table;
  clear: both;
}
.box .currency-rates li .currency-code, .box .currency-rates li .currency-rates {
  display: inline-block;
}
.box .currency-rates li .currency-code {
  float: left;
}
.box .currency-rates li .currency-rate {
  float: right;
}
.box .currency-rates li .fa {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.news-river {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -20px;
}
.news-river:after {
  content: "";
  display: table;
  clear: both;
}
.news-river li {
  float: left;
  padding: 0 20px;
  margin-bottom: 10px;
}
.news-river li h5 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px 0;
  /* height: 48px; */
  overflow: hidden;
}
.news-river li h5 a {
  /*color: #222;*/
}
.news-river li p {
  font-size: 15px;
  line-height: 20px;
  /* height: 100px; */
  overflow: hidden;
}
.news-river.news-river--two-cols li {
  width: 50%;
}
@media (min-width: 1025px) {
  .news-river.news-river--two-cols li:nth-child(2n+1) {
    clear: both;
  }
}
.news-river.news-river--three-cols li {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .news-river.news-river--three-cols li {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .news-river.news-river--three-cols li .thumb img {
    width: 100%;
    height: auto;
  }
  .news-river.news-river--three-cols li:nth-child(3n+1) {
    clear: both;
  }
}
.news-river.news-river--title-only:after {
  content: "";
  display: table;
  clear: both;
}
.news-river.news-river--title-only li {
  margin-bottom: 10px;
}
.news-river.news-river--title-only li a {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #222;
  display: block;
}
@media (max-width: 767px) and (orientation: landscape) {
  .news-river.news-river--title-only li a {
    height: inherit;
    overflow: inherit;
  }
}
#site-header {
  background: #EDF2F4;
  padding: 22px 0;
  border-bottom: 1px solid #e5e8f1;
  margin-bottom: 15px;
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  #site-header {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
#site-header #logo {
  float: left;
}
#site-header #logo img {
  height: 40px;
}
@media (max-width: 767px) {
  #site-header #logo img {
    height: 30px;
  }
}
#site-header #main-nav {
  float: right;
  margin-right: 30px;
}
@media (max-width: 767px) {
  #site-header #main-nav {
    display: none;
  }
}
@media (min-width: 1025px) {
  #site-header #main-nav {
    margin-right: 0;
  }
}
#site-header #main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-header #main-nav ul li {
  line-height: 40px;
  margin-right: 25px;
  display: inline-block;
}
#site-header #main-nav ul li.active a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #D91C1E;
}
#site-header #main-nav ul li.active a:hover {
  color: #333;
}
#site-header #main-nav ul li.active a:hover:after {
  background: #333;
}
#site-header #main-nav ul li a {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#site-header #main-nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  content: '.';
  color: transparent;
  background: #D91C1E;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#site-header #main-nav ul li a:hover {
  color: #D91C1E;
  text-decoration: none;
}
#site-header #main-nav ul li a:hover:after {
  width: 100%;
}
#site-header #search-form-touch {
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 1025px) {
  #site-header #search-form-touch {
    display: none;
  }
}
#site-header #search-form-touch form {
  width: 35px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#site-header #search-form-touch form:after {
  content: "";
  display: table;
  clear: both;
}
#site-header #search-form-touch input[type="search"] {
  padding: 0 10px;
  font-size: 16px;
  outline: none;
  width: calc(100vw - 70px);
  -webkit-appearance: none;
  position: absolute;
  right: 35px;
  height: 40px;
  border: 2px solid #D91C1E;
}
@media (min-width: 600px) {
  #site-header #search-form-touch input[type="search"] {
    max-width: calc(100vw - 280px);
  }
}
#site-header #search-form-touch button {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  outline: none;
  padding: 10px 12px;
  float: right;
  height: 40px;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#site-header #search-form-touch.search-open form {
  width: 100vw;
}
@media (min-width: 600px) {
  #site-header #search-form-touch.search-open form input[type="search"] {
    max-width: calc(100vw - 280px);
  }
}
#site-header #search-form-touch.search-open button {
  background: #D91C1E;
  color: #fff;
}
#site-header #search-form-desktop {
  display: none;
  float: right;
}
@media (min-width: 1025px) {
  #site-header #search-form-desktop {
    display: inherit;
  }
}
#site-header #search-form-desktop form:after {
  content: "";
  display: table;
  clear: both;
}
#site-header #search-form-desktop form input[type=search] {
  background: #fff;
  border: 2px solid #fff;
  height: 40px;
  margin: 0;
  float: left;
  width: 250px;
  outline: none;
  padding: 0 10px;
}
#site-header #search-form-desktop form input[type=search]:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-color: #D91C1E;
}
#site-header #search-form-desktop form button {
  background: #D91C1E;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  border: 0 none;
  float: left;
  padding: 0 15px;
  outline: none;
}
#site-header #search-form-desktop form button .fa {
  margin-right: 5px;
}
#top-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#sidebar-left {
  width: 160px;
  float: left;
}
@media (max-width: 767px) {
  #sidebar-left {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #sidebar-left .box {
    width: calc(50% - 5px);
    float: left;
  }
  #sidebar-left .box.second {
    float: right;
  }
}
#main-top {
  width: calc(100% - 500px);
  float: left;
  margin: 0 20px;
}
@media (max-width: 767px) {
  #main-top {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1024px) {
  #main-top .news-river--two-cols li h5 {
    height: 72px;
  }
  #main-top .news-river--two-cols li p {
    /* height: 120px; */
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main-top .news-river--two-cols li {
    width: 100%;
  }
  #main-top .news-river--two-cols li:last-child {
    display: none;
  }
  #main-top .news-river--two-cols li .thumb {
    display: none;
  }
  #main-top .news-river--two-cols li h5 {
    /* height: 48px; */
  }
  #main-top .news-river--two-cols li p {
    /* height: 100px; */
  }
}
#sidebar-right {
  width: 300px;
  float: right;
}
@media (max-width: 767px) {
  #sidebar-right {
    width: 100%;
    float: none;
  }
}
#site-footer {
  background-color: #f5f5f5;
  padding: 40px 0;
}
#site-footer #footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  text-align: center;
}
#site-footer #footer-nav ul li {
  display: inline-block;
  margin-right: 15px;
}
#site-footer #footer-nav ul li:last-child {
  margin-right: 0;
}
#site-footer #footer-nav ul li a {
  color: #222;
  font-size: 13px;
  font-weight: 500;
}
#site-footer #socket-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#site-footer #socket-nav ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #777;
  color: #777;
}
#site-footer #socket-nav ul li:first-child {
  border-right: 0 none;
}
#site-footer #socket-nav ul li:last-child {
  margin-right: 0;
  border-right: 0 none;
  padding-right: 0;
}
#site-footer #socket-nav ul li a {
  color: #777;
  font-size: 13px;
}

.responsive-table {
  min-height: 0.01%;
  overflow-x: auto;
}

.table-curs-valutar > tbody > tr > td, 
.table-curs-valutar > tbody > tr > th, 
.table-curs-valutar > tfoot > tr > td, 
.table-curs-valutar > tfoot > tr > th, 
.table-curs-valutar > thead > tr > td, 
.table-curs-valutar > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 4px 5px;
    vertical-align: middle;
}

.fa {
  margin-left: 5px;
}

/*
@media (max-width: 450px) {
  .container {
     padding-left: 5px; 
     padding-right: 5px; 
  }
  
}
*/

.btn-rates {
    background-color: #EDF2F4;
    border-color: #dbe0e6;
    color: #000;
}

.btn-rates:hover {
    background-color: #dbe0e6;
    border-color: #dbe0e6;
    color: #000;
}

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

.rates-details a {
  margin: 5px 7px 15px 7px;
}

.row_convertor {
  margin-bottom: 10px;
  text-align: center;
}

.buton_convertor {
    background: #d91c1e none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    outline: medium none;
    padding: 0 15px;
}

.cursValutar {
  margin-bottom: 20px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .news-river {
    margin: 0 -15px;
  }
}