﻿/* ------- defaults.less ---------------*/
input,
select {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  background-color: #FFFFFF;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #262626;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #00708c;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 15px 0;
}
strong {
  font-weight: 700;
}
hr {
  margin: 25px 0;
  height: 0;
  border: none 0;
  border-top: solid 1px #dbdbdb;
}
img {
  border: none;
}
img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
}
h1 {
  font-size: 40px;
  margin: 0 0 15px 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 46px;
}
h2 {
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 28px;
}
h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
  line-height: 18px;
}
.loading {
  cursor: wait !important;
}
.clear {
  clear: both;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.center {
  text-align: center;
}
fieldset {
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
}
input,
select,
textarea {
  border: solid 1px #dbdbdb;
  background-color: #FFF;
  padding: 5px;
  font-family: inherit;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
label {
  color: black;
  display: block;
}
input[type="submit"],
button,
.button,
a.button {
  border: none 0;
  background-color: #00708c;
  font-family: inherit;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 7px 15px;
  cursor: pointer;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table td {
  vertical-align: middle;
}
.canvas {
  margin: 0 auto;
}
.header {
  width: 100%;
}
.header .canvas {
  position: relative;
}
.header .logo {
  height: 65px;
  padding-top: 15px;
  overflow: hidden;
  line-height: 0;
}
.header .logo a {
  display: block;
  float: left;
  width: 150px;
}
.header .logo a:hover {
  text-decoration: none;
}
.header .logo .tagline {
  color: black;
  font-family: 'roboto', sans-serif;
  font-size: 25px;
  padding-left: 35px;
  display: block;
  float: left;
  margin-top: 30px;
}
.header .contact {
  width: 220px;
  height: 100px;
  background-color: #008fb3;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  padding: 15px;
  z-index: 10;
}
.page h1,
.post h1 {
  background-color: #f2f2f2;
  padding: 12px 18px 13px 18px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.header .contact .tel {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
}
.header .contact .separator {
  padding: 6px 0;
  font-size: 13px;
  font-weight: 300;
  background: url(/Content/images/layout-01.png) center no-repeat;
}
.header .contact .orangeButton a {
  display: block;
}
.mainMenu {
  width: 100%;
  background-color: #00708c;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  height: 50px;
  line-height: 26px;
  position: relative;
}
.mainMenu a {
  color: #FFF;
  display: inline-block;
  padding: 12px 0;
}
.mainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainMenu li {
  padding: 0;
  display: inline-block;
  position: relative;
}
ul#menu-meniu-principal {
  width: 1000px;
}
ul#menu-meniu-principal > li > a {
  line-height: 50px;
  height: 50px;
  display: block;
  padding: 0 15px 0 10px;
  color: white;
}
ul#menu-meniu-principal > li > a.with-arrow {
  /*background-image: url(/Content/images/nav-bottom-w.png);
        background-repeat: no-repeat;
        background-position: right center;*/
}
.mainMenu .current-menu-item .arrow {
  width: 14px;
  height: 5px;
  background: url(/Content/images/sageata-01.png) top no-repeat;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7px;
}
.mainMenu .sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #00708c;
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border-bottom: solid 1px #005c73;
  display: none;
  z-index: 200;
}
.mainMenu .sub-menu li {
  float: none;
  width: 180px;
  padding: 0;
  margin: 0;
  border-top: solid 1px #005c73;
  height: auto;
}
.mainMenu .sub-menu li a {
  display: block;
  padding: 5px 10px;
  line-height: normal;
}
.mainMenu li a:hover {
  text-decoration: none;
  background-color: #005c73;
}
.mainMenu .sub-menu .sub-menu {
  position: absolute;
  top: -1px;
  left: 180px;
  display: none;
  background-color: #005c73;
}
.mainMenu .sub-menu .sub-menu li {
  border-top: solid 1px #00708c;
}
.mainMenu .sub-menu .sub-menu a:hover {
  background-color: #00708c;
}
.mainMenu li:hover .sub-menu {
  display: block;
}
.mainMenu li:hover .sub-menu .sub-menu {
  display: none;
}
.mainMenu li:hover .sub-menu li:hover .sub-menu {
  display: block;
}
.heroBanner {
  width: 100%;
  height: 320px;
  background: url(/Content/images/header-repeat-01.png) top repeat-x;
  margin-bottom: 30px;
}
.heroBanner .wrapper {
  width: 100%;
  height: 320px;
  background: url('/Content/images/header-01.png') top no-repeat;
}
.heroBanner .viewport {
  width: 580px;
  height: 285px;
  float: right;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.heroBanner .overview {
  position: absolute;
  top: 0;
}
.heroBanner .text {
  width: 545px;
  padding-left: 35px;
  float: left;
  font-size: 16px;
  font-weight: 300;
  height: 285px;
}
.heroBanner .text h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 40px;
  padding: 0;
  background: none;
}
.heroBanner .text h2 {
  color: #00708c;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 25px 0;
}
.heroBanner .text ul {
  list-style-image: url(/Content/images/bifa-01.png);
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
}
.heroBanner .text li {
  margin: 0 0 5px 0;
  padding: 0;
}
.heroBanner .text p {
  margin: 0 0 25px 0;
  line-height: 22px;
}
.heroBanner .canvas {
  position: relative;
}
.heroBanner .buttons.prev {
  width: 30px;
  height: 40px;
  float: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -150px;
  background: url(/Content/images/nav-left.png) center no-repeat;
  opacity: 0.3;
}
.heroBanner .buttons.next {
  width: 30px;
  height: 40px;
  float: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -90px;
  background: url(/Content/images/nav-right.png) center no-repeat;
  opacity: 0.3;
}
.heroBanner .buttons:hover {
  opacity: 1;
}
.heroBanner .bullets {
  display: none;
}
.testimonial {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 30px;
  background: url(/Content/images/layout-02.png) center repeat-x;
}
.testimonial .canvas {
  width: 720px;
  padding: 0 20px;
  margin: 0 auto;
  background: #FFF;
}
.testimonial .image {
  width: 78px;
  height: 78px;
  float: left;
  margin: 0 20px 0 0;
}
.testimonial p {
  margin: 0 0 10px 0;
}
.testimonial .author,
.testimoniale .author {
  color: #808080;
  font-style: normal;
  margin: 0;
}
.more {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
.testimoniale p {
  font-style: italic;
}
.testimoniale .separator {
  width: 100%;
  height: 30px;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 30px;
}
.main {
  margin-bottom: 30px;
}
.leftColumn {
  width: 600px;
  float: left;
}
.rightColumn {
  width: 320px;
  float: right;
}
.boxBeneficii {
  border: solid 1px #f2f2f2;
  margin-bottom: 20px;
}
.boxBeneficii .head {
  background-color: #f2f2f2;
  padding: 12px 15px;
  position: relative;
}
.boxBeneficii .head h2 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
.boxBeneficii .head .arrow {
  width: 36px;
  height: 8px;
  background: url(/Content/images/sageata-03.png) top no-repeat;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 150px;
}
.boxBeneficii ul {
  list-style-image: url(/Content/images/bifa-01.png);
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
}
.boxBeneficii li {
  margin: 0 0 10px 0;
  padding: 0;
}
.boxBeneficii .wrapper {
  padding: 15px;
}
.boxCalculatorRate,
.boxContact {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
h2.aplicaAcum {
  color: #fa6c25;
}
.boxCalculatorRate .head,
.boxContact .head {
  background-color: #fa6c25;
  padding: 12px 5px;
  position: relative;
  text-align: center;
  color: #FFF;
}
.boxCalculatorRate .head h2,
.boxContact .head h2 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.boxCalculatorRate .head .arrow,
.boxContact .head .arrow {
  width: 36px;
  height: 8px;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -18px;
}
.boxCalculatorRate .wrapper,
.boxContact .wrapper {
  padding: 15px;
}
.boxCalculatorRate input,
.boxCalculatorRate select,
.boxCalculatorRate textarea,
.boxContact input,
.boxContact select,
.boxContact textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.boxCalculatorRate input[type="submit"],
.boxCalculatorRate .button,
.boxContact input[type="submit"],
.boxContact .button {
  width: auto;
}
.promoContainer {
  margin-bottom: 30px;
}
.promoContainer .promo {
  width: 23%;
  margin: 0 1%;
  float: left;
}
.promoContainer .promo .image {
  width: 80px;
  float: left;
  overflow: hidden;
  margin: 0 10px 10px 0;
}
.promoContainer .promo h3 {
  margin: 0 0 10px 0;
}
.promoContainer .promo p {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.footer {
  background-color: #00708c;
  color: #FFF;
}
.footer .canvas {
  padding: 10px 0;
}
.footer a {
  color: #FFF;
}
.footer .column {
  width: 350px;
  float: left;
  margin: 20px 0;
  margin-right: 30px;
}
.footer .column p {
  line-height: 20px;
}
.footer h3 {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.footer .menu {
  background-color: #005266;
  font-weight: 700;
  width: 180px;
  float: right;
}
.footer .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .menu li {
  margin: 0;
  padding: 0;
}
.footer .menu a {
  display: block;
  padding: 7px 10px;
  border-top: solid 1px #00708c;
}
.footer .menu li.first a {
  border-top: none 0;
}
.footer .bottom {
  background-color: #005266;
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
  clear: both;
}
.footer .bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.footer .bottom li {
  margin: 0;
  padding: 0;
  display: inline;
}
.footer .bottom li:before {
  content: "\00a0 | \00a0";
  color: #6ea3b0;
}
.footer .bottom li.first:before {
  content: normal;
}
.bottomMenu div {
  display: inline;
}
.breadcrumb {
  padding: 15px 0;
  color: #808080;
  font-size: 14px;
}
.breadcrumb a {
  color: #808080;
}
.contact img.alignnone {
  vertical-align: middle;
  margin: 5px;
}
.contact table {
  width: 100%;
  margin-bottom: 15px;
}
.contact table td {
  padding-right: 20px;
}
.smallText {
  color: #808080;
  font-size: 14px;
}
ul.listaBife {
  list-style-image: url(/Content/images/bifa-01.png);
  margin: 0;
  padding: 0 0 0 30px;
}
ul.listaBife li {
  padding: 0 0 5px 0;
}
ul.listaSageti {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}
ul.listaSageti li {
  padding: 5px 0 5px 20px;
  background: url(/Content/images/bifa-02.png) left center no-repeat;
}
ul.listaSageti a {
  color: #262626;
}
table img.alignright,
table img.alignleft {
  margin-bottom: 5px;
}
.applyBox {
  background-color: #00708c;
  padding: 10px 0;
  color: #FFF;
  margin-bottom: 30px;
}
.applyBox .canvas {
  width: 750px;
}
.applyBox h4 {
  font-size: 24px;
  font-weight: 200;
  margin: 0;
}
.applyBox p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.applyBox .right {
  margin-top: 5px;
}
.post .entry {
  line-height: 1.5em;
}
.post .image {
  margin-bottom: 15px;
}
/* PAGES end */
/* SIDEBAR */
.sidebar .widget {
  border: solid 1px #dbdbdb;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.sidebar .widget .head {
  padding: 20px 5px;
}
.sidebar .widget h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.sidebar .widget .textwidget {
  font-size: 14px;
  font-weight: 200;
}
.sidebar .widget .textwidget ul {
  list-style-image: url(/Content/images/bifa-01.png);
  margin: 0;
  padding: 0 0 0 30px;
}
.sidebar .widget .textwidget li {
  padding: 0 0 5px 0;
}
.sidebar .boxContact h2 {
  margin: 0;
}
.sidebar .boxContact h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.sidebar .boxContact.aplica input[type="submit"] {
  background-color: #fa6c25;
  padding-left: 50px;
  padding-right: 50px;
}
.sidebar .boxContact table {
  width: 100%;
  border-collapse: collapse;
}
.sidebar .boxContact td {
  display: block;
  font-weight: 700;
}
/* SIDEBAR end */
/* BLOG */
.listing .post {
  border-bottom: solid 1px #d1d1d1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.listing .post .image {
  width: 150px;
  float: left;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.listing .post h2 {
  line-height: 28px;
  margin-bottom: 5px;
}
.listing .post .meta {
  font-size: 14px;
  color: #737373;
}
.post p,
.post ul,
.post ol {
  line-height: 1.5em;
}
/* BLOG end */
/* CALCULATOR */
.calculator h1 {
  background-color: #f2f2f2;
  padding: 12px 18px 13px 18px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
/*
.calculator .row{margin:0 -20px; clear:both;}
.calculator .span6{float:left; margin:0 20px;}
.calculator .span12{margin:0 20px;}
*/
.calculator .btn {
  margin: 20px 0;
}
.calculator .pull-right {
  float: right;
}
.calculator .label {
  font-weight: 700;
}
.formularmail input,
.formularmail select {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.calculator .formularmail .btn {
  margin-top: 0;
}
.formularmail1 {
  margin-bottom: 20px;
}
.infocredit6 {
  background-color: #f0f7fd;
  padding: 10px 15px;
}
.infocredit6 span {
  padding: 0 !important;
  font-weight: 700 !important;
  width: auto;
}
.calculator .leftColumn {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.calculator .rightColumn {
  float: right;
  width: 300px;
}
.calculator iframe {
  border: none 0;
  width: 100%;
  height: auto;
}
.calculatorRate {
  width: 100%;
  float: none;
}
.calculatorRate iframe {
  width: 100%;
}
/* CALCULATOR end */
/* page navi*/
.wp-pagenavi {
  clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
ul.pager {
  list-style-type: none;
  font-size: 20px;
}
ul.pager li.disabled {
  display: none;
}
ul.pager li.previous {
  float: left;
}
ul.pager li.next {
  float: right;
}
.boxBeneficii ul li {
  font-size: 17px;
}
ul.inline {
  list-style-type: none;
}
ul.inline li {
  float: left;
}
#benEusor ul li {
  font-size: 16px;
}
div.form-item {
  float: left;
  padding: 10px;
  width: 47%;
  min-width: 200px;
}
div.form-item input {
  width: 100%;
}
div.form-item select {
  width: 100%;
}
.calculeazaRata div.form-item {
  padding: 10px 0;
  width: 100%;
}
.creditInfo {
  font-size: 18px;
  font-weight: normal;
}
.displayBox {
  float: left;
  width: 50%;
  text-align: center;
}
.displayBox .cifra {
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.displayBox .descr {
  font-size: 16px;
}
.form-item.miniC #creditVal {
  width: 160px;
}
.form-item.miniC #selValuta {
  width: 125px;
}
.form-item.miniC #creditPer {
  width: 160px;
}
.form-item.miniC .orangeButton {
  padding: 5px 10px;
  float: right;
}
span.req {
  color: red;
}
.cookie-consent {
  opacity: 0.8;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00708c;
  color: white;
  z-index: 99;
}
.cookie-consent p {
  display: inline-block;
}
.cookie-consent a {
  font-weight: bold;
  color: white;
}
.cookie-consent a.close-cookie {
  float: right;
}
label.agreeLabel {
  font-size: 14px;
}
label.agreeLabel input {
  display: inline;
  width: auto;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: bold;
}
.pull-right {
  float: right;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: grey;
}
.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 #e7ecf1;
  padding: 10px 5px;
  font-size: 14px;
}
figure {
  float: left;
}
/* ------- buttons.less ---------------*/
a.blueButton,
button.blueButton,
input.blueButton,
a.orangeButton,
button.orangeButton,
input.orangeButton {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none 0;
  cursor: pointer;
}
a.orangeButton,
button.orangeButton,
input.orangeButton {
  background-color: #fa6c25;
}
a.orangeButton:hover,
button.orangeButton:hover,
input.orangeButton:hover {
  text-decoration: none;
  background-color: #e65811;
}
a.blueButton,
button.blueButton,
input.blueButton {
  background-color: #00708c;
}
a.blueButton:hover,
button.blueButton:hover,
input.blueButton:hover {
  text-decoration: none;
  background-color: #006682;
}
/* ------- responsive.less ---------------*/
.mobile {
  display: none;
}
@media screen and (min-width: 660px) and (max-width: 980px) {
  .mobile {
    display: block;
  }
  .header .logo .tagline {
    display: none;
  }
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .canvas {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .canvas h2 {
    margin-top: 10px;
    margin-left: 5px;
  }
  .canvas ul.inline {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
  }
  .header .logo {
    width: 150px;
    height: auto;
    float: left;
    padding: 10px;
  }
  .header .contact {
    width: auto;
    height: auto;
    float: none;
    position: static;
    clear: both;
  }
  .header .mobile {
    float: right;
  }
  .menuButton {
    display: block;
    float: right;
    margin: 19px 19px 0 0;
  }
  .mainMenu {
    font-size: 16px;
    height: auto;
    width: auto;
    display: none;
  }
  .mainMenu ul {
    display: block;
    width: auto;
    border-top: solid 1px #005c73;
  }
  .mainMenu li {
    display: block;
    width: auto;
    border-bottom: solid 1px #005c73;
    margin: 0;
    height: auto;
  }
  .mainMenu a {
    display: block;
    width: auto;
    padding: 8px 10px;
  }
  .mainMenu .sub-menu,
  .mainMenu .sub-menu .sub-menu {
    display: none;
    position: static;
    width: auto;
  }
  .mainMenu .sub-menu li,
  .mainMenu .sub-menu .sub-menu li {
    display: block;
    width: auto;
    border: none;
  }
  .mainMenu .sub-menu a,
  .mainMenu .sub-menu .sub-menu a {
    display: block;
    width: auto;
    padding: 10px;
  }
  .mainMenu .sub-menu li {
    border-bottom: solid 1px #005c73;
  }
  .mainMenu .sub-menu a {
    padding-left: 20px;
    padding: 5px 10px;
  }
  .mainMenu .sub-menu .sub-menu li {
    border-bottom: solid 1px #00708c;
  }
  .mainMenu .sub-menu .sub-menu a {
    padding-left: 30px;
    padding: 5px 10px;
  }
  .heroBanner {
    display: none;
  }
  .promoContainer {
    margin-bottom: 0;
  }
  .promoContainer .promo {
    float: none;
    width: auto;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .promoContainer .promo a {
    padding: 5px 0;
    display: inline-block;
  }
  .leftColumn,
  .rightColumn {
    float: none;
    width: auto;
  }
  .boxBeneficii {
    border: none 0;
  }
  .boxBeneficii .head .arrow {
    left: 50%;
    margin-left: -18px;
  }
  .applyBox {
    padding: 0;
  }
  .applyBox .left,
  .applyBox .right {
    float: none;
    width: auto;
  }
  .applyBox .canvas {
    width: auto;
    margin: 0;
    padding: 10px;
  }
  .testimonial .canvas {
    padding: 10px;
    width: auto;
    float: none;
  }
  .footer .column {
    width: 300px;
    margin: 0;
    padding: 0 10px;
  }
  .footer .menu {
    float: none;
    width: auto;
    clear: both;
  }
  .footer .menu a {
    padding: 10px 10px;
  }
  .footer .canvas {
    padding: 20px 0 0 0;
  }
  .footer ul.menu {
    border-bottom: 1px solid #00708c;
  }
  .footer h3 {
    font-size: 20px;
  }
  .bottomMenu div {
    display: block;
  }
  .footer .bottom {
    background-color: #00708c;
    padding-bottom: 0;
    padding-top: 12px;
  }
  .footer .bottom ul {
    margin-top: 10px;
    border-bottom: 1px solid #00708c;
    display: block;
    background-color: #005266;
  }
  .footer .bottom li {
    display: block;
  }
  .footer .bottom a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #00708c;
  }
  .footer .bottom li:before {
    content: "";
  }
  .footer .bottomMenu {
    padding: 0;
  }
  .main .canvas {
    padding: 0 10px;
    width: auto;
  }
  .main .leftColumn {
    margin-bottom: 30px;
  }
  .contact h1,
  .page h1 {
    margin-right: 0;
  }
  .post .image {
    width: auto;
    overflow: hidden;
  }
  .post .image img {
    width: 100%;
    height: auto;
  }
  .contact table td {
    display: block;
    padding: 0;
  }
  .calculator .leftColumn {
    float: none;
    margin-right: 0;
  }
  .calculator .rightColumn {
    float: none;
    margin-right: 0;
  }
  .post img {
    max-width: 100%;
    height: auto;
  }
  .comments input,
  .comments select,
  .comments textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .comments input.button {
    width: auto;
  }
}
@media screen and (max-width: 660px) {
  .header .logo .tagline {
    display: none;
  }
  .canvas {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .canvas h2 {
    margin-top: 10px;
    margin-left: 5px;
  }
  .canvas ul.inline {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
  }
  .mobile {
    display: block;
  }
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .canvas {
    width: 100%;
    margin: 0;
  }
  .header .logo {
    width: 150px;
    height: auto;
    float: left;
    padding: 10px;
  }
  .header .contact {
    width: auto;
    height: auto;
    float: none;
    position: static;
    clear: both;
  }
  .header .mobile {
    float: right;
  }
  .menuButton {
    display: block;
    float: right;
    margin: 19px 19px 0 0;
  }
  .mainMenu {
    font-size: 16px;
    height: auto;
    width: auto;
    display: none;
  }
  .mainMenu ul {
    display: block;
    width: auto;
    border-top: solid 1px #005c73;
  }
  .mainMenu li {
    display: block;
    width: auto;
    border-bottom: solid 1px #005c73;
    margin: 0;
    height: auto;
  }
  .mainMenu a {
    display: block;
    width: auto;
    padding: 8px 10px;
  }
  .mainMenu .sub-menu,
  .mainMenu .sub-menu .sub-menu {
    display: none;
    position: static;
    width: auto;
  }
  .mainMenu .sub-menu li,
  .mainMenu .sub-menu .sub-menu li {
    display: block;
    width: auto;
    border: none;
  }
  .mainMenu .sub-menu a,
  .mainMenu .sub-menu .sub-menu a {
    display: block;
    width: auto;
    padding: 10px;
  }
  .mainMenu .sub-menu li {
    border-bottom: solid 1px #005c73;
  }
  .mainMenu .sub-menu a {
    padding-left: 20px;
    padding: 5px 10px;
  }
  .mainMenu .sub-menu .sub-menu li {
    border-bottom: solid 1px #00708c;
  }
  .mainMenu .sub-menu .sub-menu a {
    padding-left: 30px;
    padding: 5px 10px;
  }
  .heroBanner {
    display: none;
  }
  .promoContainer {
    margin-bottom: 0;
  }
  .promoContainer .promo {
    float: none;
    width: auto;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .promoContainer .promo a {
    padding: 5px 0;
    display: inline-block;
  }
  .leftColumn,
  .rightColumn {
    float: none;
    width: auto;
  }
  .boxBeneficii {
    border: none 0;
  }
  .boxBeneficii .head .arrow {
    left: 50%;
    margin-left: -18px;
  }
  .applyBox {
    padding: 0;
  }
  .applyBox .left,
  .applyBox .right {
    float: none;
    width: auto;
  }
  .applyBox .canvas {
    width: auto;
    margin: 0;
    padding: 10px;
  }
  .testimonial .canvas {
    padding: 10px;
    width: auto;
    float: none;
  }
  .footer .column {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
  }
  .footer .menu {
    float: none;
    width: auto;
  }
  .footer .menu a {
    padding: 10px 10px;
  }
  .footer .canvas {
    padding: 20px 0 0 0;
  }
  .footer ul.menu {
    border-bottom: 1px solid #00708c;
  }
  .footer .bottomMenu {
    padding: 0;
  }
  .footer h3 {
    font-size: 20px;
  }
  .bottomMenu div {
    display: block;
  }
  .footer .bottom {
    background-color: #00708c;
    padding-bottom: 0;
    padding-top: 12px;
  }
  .footer .bottom ul {
    margin-top: 10px;
    border-bottom: 1px solid #00708c;
    display: block;
    background-color: #005266;
  }
  .footer .bottom li {
    display: block;
  }
  .footer .bottom a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #00708c;
  }
  .footer .bottom li:before {
    content: "";
  }
  .main .canvas {
    padding: 0 10px;
    width: auto;
  }
  .main .leftColumn {
    margin-bottom: 30px;
  }
  .contact h1,
  .page h1 {
    margin-right: 0;
  }
  .post .image {
    width: auto;
    overflow: hidden;
  }
  .post .image img {
    width: 100%;
    height: auto;
  }
  .contact table td {
    display: block;
    padding: 0;
  }
  .calculator .leftColumn {
    float: none;
    margin-right: 0;
  }
  .calculator .rightColumn {
    float: none;
    margin-right: 0;
  }
  table.credite td {
    display: block;
  }
  table.credite img {
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
  }
  .post img {
    max-width: 100%;
    height: auto;
  }
  .comments input,
  .comments select,
  .comments textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .comments input.button {
    width: auto;
  }
  table.banci td {
    display: block;
  }
}
@media print {
  header,
  footer,
  .header,
  .mainMenu,
  .footer {
    display: none;
  }
  .print-hide {
    display: none;
  }
}
.parteneri-aplica {
  margin-top: 20px;
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.parteneri-aplica input,
.parteneri-aplica select,
.parteneri-aplica textarea {
  box-sizing: border-box;
  width: 100%;
}
.text-right {
  text-align: right;
}
.refinantare-result .boxCalculatorRate .head {
  background: #008fb3;
}
.refinantare-result ::backdrop {
  background-image: linear-gradient(45deg, magenta, rebeccapurple, dodgerblue, green);
  opacity: 0.75;
}
.refinantare-result table.nice-table {
  border-collapse: collapse;
  border: 1px solid black;
  vertical-align: middle;
}
.refinantare-result table.nice-table td,
.refinantare-result table.nice-table th {
  padding: 5px;
}
.refinantare-result table.nice-table td button,
.refinantare-result table.nice-table th button {
  font-size: 14px;
  padding: 3px 6px;
  font-weight: normal;
}
.refinantare-result table.nice-table thead {
  background-color: #333;
  color: white;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.refinantare-result table.nice-table tbody tr:nth-child(even) {
  background-color: #eee;
}
.refinantare-result table.nice-table tbody th {
  background-color: #36c;
  color: #fff;
  text-align: left;
}
.refinantare-result table.nice-table tbody tr:nth-child(even) th {
  background-color: #25c;
}
table tbody tr td p {
  margin-bottom: 7px;
}