* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

@font-face {
  font-family: 'Trajan Pro';
  src:  url('./css/fonts/trajan-pro/TrajanPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Trajan Pro';
  src:  url('./css/fonts/trajan-pro/TrajanPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.trajan-pro{
  font-family: 'Trajan Pro' !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section {
  display: block
}

body {
  background-color: #fff;
  color: #000;
  min-width: 320px;
}

body, p, td, input, button {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 899px) {
  body, p, td {
    font-size: 14px;
  }
}

body, p, span, h1, h2, h3, h5, h6, ul, li, table, td, th, input, textarea, select, button {
  margin: 0;
  padding: 0;
}

textarea:focus, input:focus, select:focus, span:focus {
  outline: none;
}

button {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  outline: 0;
}

.page-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* heder */
header {
  width: 100%;
  position: relative;
}


/* nav */
html._mobile-open body {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  top: 0;
  bottom: 0
}

.mobile-nav {
  display: none;
  height: 67px;
}

.mobile-nav .logo {
  font-size: 22px;
  color: #000;
  text-decoration: none !important;
}

.icon-hamburger:before,
._mobile-open .icon-close-button:before,
._mobile-open .icon-up-nav:before,
._mobile-open .icon-down-nav:before {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hamburger:before {
  content: "\e605";
}

._mobile-open .icon-close-button:before {
  content: "\e604";
}

._mobile-open .icon-up-nav:before {
  content: "\e603"
}

._mobile-open .icon-down-nav:before {
  content: "\e607"
}

.menu-overlay {
  display: none;
  z-index: 99
}

.menu-overlay button {
  color: #fff;
  display: block;
  font-size: 20px;
  position: absolute;
  z-index: 100
}

._mobile-open .menu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5)
}

._mobile-open .main-nav .sub-nav > li:before {
  color: #4c4c4c;
  display: block;
  font-size: 5px;
  margin-top: -3px;
  opacity: .5;
  position: absolute;
  right: 17px;
  top: 50%;
  z-index: 20;
  line-height: 1.5
}

.icon-close-button:before {
  content: "\e604";
}

[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.main-nav {
  left: 0;
  /*border-bottom:rgba(255,255,255,.8) 1px solid;*/
  display: block;
  position: relative;
  z-index: 5;
}

.main-nav .logo {
  margin: 47px 0 0 59px;
  float: left;
  width: 216px;
  height: 50px;
  background: url(../images/logo.png) 0 0 transparent no-repeat;
  text-indent: -9999px;
  text-decoration: none;
}

.sub-nav {
  list-style: none;
  float: right;
}

.sub-nav > li {
  display: inline;
  float: left;
  height: 143px;
  font-weight: 300;
  position: relative;
}

.sub-nav li > a {
  width: 100%;
  height: 100%;
  padding: 79px 18px 0;
  display: block;
  color: #1f2844;
  text-decoration: none;
}

.sub-nav li a:hover,
.sub-nav li a.activ {
  color: #0078b6;
}

.sub-nav li a:hover {
  background-color: #f1f1f1;
}

.main-nav .sub-nav > li:hover > a {
  color: #0078b6;
  background-color: #f1f1f1;
}

.sub-nav li.acasa {
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 22px;
}

.sub-nav li.acasa a {
  width: 19px;
  height: 15px;
  display: block;
  position: relative;
  margin-top: 81px;
  padding: 0;
}

.sub-nav li.acasa a:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 19px;
  height: 15px;
  content: '';
  background: url(../images/sprite.png) 0 -131px transparent no-repeat;
}

.sub-nav li.acasa a:hover:before {
  background-position: 0 -166px;
}

.main-nav .sub-nav > li.acasa:hover > a,
.sub-nav li.acasa a:hover {
  background-color: transparent;
}

.main-nav .lang {
  position: absolute;
  right: 0px;
  height: auto;
  z-index: 1;
  background: white;
  padding: 10px 24px;
}

.main-nav .lang label {
  cursor: pointer;
}

.main-nav .lang img.shadow {
  box-shadow: 0 0 10px 4px #2b3965;
}

.main-nav .lang input {
  display: none;
}

/* modul cautare */
.main-nav .cauta {
  position: absolute;
  top: 0;
  right: 256px;
  width: 55px;
  height: 39px;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #0078b5;
  transition: width 120ms linear;
}

.main-nav .cauta.auth {
  right: 286px;
}

.main-nav .cauta.activ {
  width: 240px;
  background-color: #0078b5;
}

.main-nav .cauta a.btn-cauta-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 55px;
  height: 39px;
  text-decoration: none;
  background-color: #2b3965;
  transition: background 120ms linear;
}

.main-nav .cauta a.btn-cauta-top.activ,
.main-nav .cauta a.btn-cauta-top:hover {
  background-color: #0078b5;
}

.main-nav .cauta a.btn-cauta-top:after {
  position: absolute;
  top: 11px;
  right: 21px;
  width: 15px;
  height: 15px;
  content: '';
  background: url(../images/sprite.png) 0 -201px transparent no-repeat;
}

.main-nav .cauta .container-cauta-site {
  display: none;
  -webkit-transition: opacity 120ms ease-in-out;
  -moz-transition: opacity 120ms ease-in-out;
  -ms-transition: opacity 120ms ease-in-out;
  -o-transition: opacity 120ms ease-in-out;
  transition: opacity 120ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 39px;
}

.main-nav .cauta .container-cauta-site input {
  width: 170px;
  position: absolute;
  top: 7px;
  left: 16px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 800;
}

.main-nav .cauta .container-cauta-site ::-webkit-input-placeholder {
  color: #c2c2c2;
}

.main-nav .cauta .container-cauta-site :-moz-placeholder { /* Firefox 18- */
  color: #c2c2c2;
}

.main-nav .cauta .container-cauta-site ::-moz-placeholder { /* Firefox 19+ */
  color: #c2c2c2;
}

.main-nav .cauta .container-cauta-site :-ms-input-placeholder {
  color: #c2c2c2;
}

.main-nav .cauta .btn-cauta-inchide {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 11px;
  right: 20px;
  text-indent: -9999px;
  overflow: hidden;
}

.main-nav .cauta .btn-cauta-inchide:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  content: '';
  background: url(../images/sprite.png) 0 -236px transparent no-repeat;
}

.main-nav .cauta .btn-cauta-inchide:hover {
  background-color: transparent;
}

.main-nav .third-level.is-active,
a:focus + .main-nav .third-level,
li:hover > .main-nav .third-level {
  display: block
}

/* end modul cautare */

.main-nav .space {
  position: absolute;
  top: 0;
  right: 99px;
  width: 19px;
  height: 39px;
  display: block;
}

.main-nav .space.auth {
  right: 138px;
}

.main-nav .space2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 39px;
  display: block;
}

/* buton login */
.main-nav .login a, .main-nav .register a {
  color: #fff;
  font-weight: 800;
  background-color: #e57040;
  display: block;
  text-decoration: none;
  text-align: center;
  min-width: 83px;
  padding: 0 15px;
  height: 39px;
  line-height: 39px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  transition: background 120ms linear;
}

.main-nav .login a {
  background-color: #2b3965;
}

.main-nav .login.auth a {
  width: 122px;
}

.main-nav .login a:hover, .main-nav .register a:hover {
  color: #fff !important;
  background-color: #0078b5 !important;
}

/* end buton login */

/* level 2 */
.main-nav .dropdown {
  background-color: #f1f1f1;
  position: absolute;
  top: 114px;
  z-index: 100;
  width: 264px;
  visibility: hidden
}

.main-nav .dropdown.open-to-left {
  right: 0;
}

.main-nav .dropdown li {
  border-top: #d1d1d1 1px solid;
  display: block;
  list-style-type: none
}

.main-nav .dropdown > li:first-child {
  border-top: none;
}

.main-nav .dropdown li a {
  color: #1f2844;
  background-color: #f1f1f1;
  padding: 13px 18px;
  z-index: 22
}

.main-nav .dropdown li a:hover {
  background-color: #e2e2e2;
  border-bottom: 0
}

.main-nav .dropdown > li:hover > a {
  color: #1f2844;
  background-color: #e2e2e2;
}

.main-nav .dropdown .overview {
  display: none
}

.main-nav .dropdown.is-active,
.main-nav li:hover > .dropdown {
  visibility: visible
}

.main-nav .second-level {
  border-bottom: #d1d1d1;
}

.main-nav .second-level li {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 0;
  position: relative;
}

/* end level 2*/

/* level 3*/
.menu-arrow:before {
  content: url('/images/arrow.svg');
  vertical-align: middle;
}

.main-nav ul.third-level {
  display: none;
  position: absolute;
  top: 0;
  left: -235px;
  width: 236px;
}

a:hover + ul.third-level {
  display: block;
}

ul.third-level:hover {
  display: block;
}

/* end level 3*/


@media (max-width: 999px) {
  .mobile-nav {
    display: block;
    position: relative;
    z-index: 98;
  }

  .mobile-nav .logo {
    margin: 0;
    float: none;
    display: inline-block;
  }

  .main-nav {
    bottom: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    height: inherit;
    background: #fff;
    z-index: 100;
    -webkit-transform: translateZ(0);
  }

  .main-nav .logo {
    font-size: 22px;
    color: #000;
    text-decoration: none;
    margin: 0;
    padding: 17px 0 19px 30px;
    display: block;
    float: left;
    width: 100%;
    height: 68px;
    background: none;
    text-indent: 0;
    border-bottom: #ccc 1px solid;
  }

  .main-nav .sub-nav {
    width: 100%;
    right: inherit;
    left: 0;
    margin: 0;
  }

  .mobile-nav .hamburger.icon-hamburger {
    color: #000;
  }

  .mobile-nav .hamburger.icon-hamburger:before {
    line-height: 1.4;
  }

  .scroll-wrap {
    width: 100%;
    height: 100%;
    overflow: auto
  }

  .main-nav .sub-nav > li {
    width: 100%;
    height: 72px;
    border-bottom: #ccc 1px solid;
    display: block;
    position: relative;
    margin: 0;
  }

  .main-nav a._active {
    color: #0078b6;
    background-color: #f1f1f1;
  }

  .main-nav .dropdown.is-active,
  .main-nav a._active ~ .dropdown,
  .main-nav li:hover > .dropdown {
    visibility: visible
  }

  .main-nav .dropdown > li:first-child {
    border-top: #ccc 1px solid;
  }

  .sub-nav > li {
    font-weight: 400;
  }

  .sub-nav li.acasa {
    display: none;
  }

  .main-nav .sub-nav > li.login {
    border-bottom: none;
  }

  .main-nav .sub-nav > li a {
    display: block;
  }

  .main-nav .lang {
    position: relative;
    right: 0;
    padding: 22px 30px;
  }

  .main-nav .cauta,
  .main-nav .cauta.auth {
    position: relative;
    right: 0;
    float: left;
    width: 70% !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }

  .main-nav .cauta.auth {
    width: 65% !important;
  }

  .main-nav .cauta .btn-cauta-top {
    display: none !important;
  }

  .main-nav .cauta .container-cauta-site {
    display: block !important;
    top: 18px;
  }

  .main-nav .cauta .btn-cauta-inchide {
    padding: 0;
  }

  .main-nav .cauta .btn-cauta-inchide:after {
    background-position: 0 -201px;
  }

  .main-nav .login {
    width: 30% !important;
    right: 0;
    height: 72px !important;
  }

  .main-nav .login.auth {
    width: 34% !important;
  }

  .main-nav .login.auth a {
    width: 100%;
  }

  .main-nav .login a {
    float: right;
    display: block;
    width: 100%;
    height: 72px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 300;
    line-height: inherit;
    text-decoration: none;
    text-align: center;
    color: inherit;
    background-color: transparent;
    border: none;
    text-transform: capitalize;
  }

  .main-nav .login a:hover {
    color: #0078b6 !important;
    background-color: transparent !important;
  }

  .main-nav .dropdown.open-to-left {
    right: auto;
    left: 0;
  }

  .main-nav .dropdown {
    transition: all 100ms ease-in-out;
    background: #f1f1f1;
    border: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    position: static;
    width: 100%;
    bottom: 0;
  }

  .main-nav .dropdown li a {
    color: #1f2844;
    background: 0 0
  }

  .main-nav .dropdown li a:hover {
    background: #ebebeb
  }

  .main-nav .dropdown._active {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    transform: translateZ(0);
    max-height: 1200px
  }

  .main-nav .dropdown .is-active {
    max-height: 1200px
  }

  .main-nav li.space,
  .main-nav li.space2 {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .mobile-nav {
    margin: 0 30px;
    padding: 5px 0;
  }

  .mobile-nav .hamburger {
    font-size: 18px;
    margin: 24px 20px 24px 0;
  }

  .menu-overlay button {
    top: 25px;
    left: 394px
  }

  .main-nav {
    width: 368px;
    left: -380px
  }

  ._mobile-open .main-nav {
    left: 0
  }

  .main-nav a.logo:before {
    padding: 30px 0 25px
  }

  .main-nav .sub-nav {
    margin: 0;
  }

  .main-nav .sub-nav > li {
    height: inherit;
    width: 100%;
  }

  .main-nav .sub-nav > li.cauta,
  .main-nav .sub-nav > li.login {
    height: 72px;
  }

  .main-nav .sub-nav > li a.external:before {
    font-size: 16px
  }

  .main-nav .sub-nav > li:before {
    top: 34px !important;
  }

  .main-nav .sub-nav > li a {
    padding: 22px 30px;
    font-size: 20px;
  }

  .main-nav .sub-nav > li a.active {
    background-image: none
  }

  .main-nav .sub-nav > li:hover a {
    border-bottom: 0
  }

  .mobile-nav {
    margin: 0 30px
  }

  .mobile-nav .hamburger {
    font-size: 18px;
    margin: 16px 20px 16px 0
  }

  /* level 2*/
  .main-nav .dropdown.open-to-left .menu-arrow,
  .main-nav .dropdown.open-to-right .menu-arrow {
    position: relative;
  }
  .main-nav .dropdown.open-to-left .menu-arrow:before,
  .main-nav .dropdown.open-to-right .menu-arrow:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e603';
    color: #4c4c4c;
    display: block;
    font-size: 5px;
    margin-top: -3px;
    opacity: .5;
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 20;
    line-height: 1.5;
    display: none;
  }

  /* level 3*/
  .main-nav ul.third-level {
    /*display: hidden;*/
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
  }

  .main-nav .third-level > li a {
    padding-left: 55px;
  }

  /* end level 3*/
}

@media (max-width: 599px) {
  .mobile-nav {
    margin: 0 0 0 30px;
    padding: 5px 0;
  }

  .menu-overlay button {
    top: 21px;
    left: 284px
  }

  html._search-open .menu-overlay {
    top: 110px
  }

  .main-nav {
    width: 268px;
    left: -275px
  }

  ._mobile-open .main-nav {
    left: 0
  }

  .main-nav .logo {
    font-size: 22px;
    padding: 17px 0 19px 30px;
  }

  .main-nav ul.sub-nav > li {
    height: auto;
    line-height: 1;
    font-size: 16px;
  }

  .main-nav ul.sub-nav > li a {
    padding: 27px 30px 26px;
  }

  .main-nav ul.sub-nav > li:before {
    top: 34px !important;
  }

  .main-nav ul.sub-nav > li ul.dropdown a, .main-nav ul.sub-nav > li.about a {
    padding: 25px 30px 24px
  }

  .main-nav .cauta {
    height: 67px !important;
  }

  .main-nav .cauta .container-cauta-site {
    width: 100%;
    top: 15px;
  }

  .main-nav .cauta .container-cauta-site input {
    width: 135px;
    left: 12px;
  }

  .main-nav .cauta.auth .container-cauta-site input {
    width: 120px;
  }

  .main-nav .cauta .btn-cauta-inchide {
    right: 15px;
  }

  .mobile-nav .logo {
    font-size: 22px
  }

  .mobile-nav .logo:before {
    position: relative;
    top: 4px
  }

  .mobile-nav .hamburger {
    font-size: 18px;
    margin: 16px 20px 16px 0
  }

  .main-nav .login {
    height: 67px !important;
  }

  .main-nav .login a {
    height: 67px !important;
  }

  /* level 2*/
  .main-nav .dropdown.open-to-left .menu-arrow,
  .main-nav .dropdown.open-to-right .menu-arrow {
    position: relative;
  }
  .main-nav .dropdown.open-to-left .menu-arrow:before,
  .main-nav .dropdown.open-to-right .menu-arrow:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e603';
    color: #4c4c4c;
    display: block;
    font-size: 5px;
    margin-top: -3px;
    opacity: .5;
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 20;
    line-height: 1.5;
    display: none;
  }

  /* level 3*/
  .main-nav ul.third-level {
    /*display: hidden;*/
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
  }

  .main-nav .third-level > li a {
    padding-left: 55px !important;
    line-height: 1.3;
  }

  /* end level 3*/
}

/* end nav */
/* heder */


/* slider */
#container-home-slider {
  position: relative;
}

#container-home-slider .owl-controls {
  width: 100%;
  padding-bottom: 0;
  z-index: 11;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

#container-home-slider .owl-custom-prev,
#container-home-slider .owl-custom-next {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  width: 55px;
  height: 104px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  z-index: 12;
  display: inline-block;
  background: url(../images/nav-slider.png) 0 0 transparent no-repeat;
  opacity: 0.40;
  transition: opacity 120ms linear;
  cursor: pointer;
}

#container-home-slider .owl-custom-prev:hover,
#container-home-slider .owl-custom-next:hover {
  opacity: 1;
}

#container-home-slider .owl-custom-prev {
  left: 0;
}

#container-home-slider .owl-custom-next {
  right: 0;
  background-position: 0 -208px;
}

#container-home-slider .owl-custom-prev.disabled {
  background-position: 0 -104px;
  cursor: default;
}

#container-home-slider .owl-custom-next.disabled {
  background-position: 0 -312px;
  cursor: default;
}

#home-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 600px) and (max-width: 899px) {
  #container-home-slider .owl-custom-prev,
  #container-home-slider .owl-custom-next {
    width: 28px;
    height: 52px;
    margin-top: -44px;
  }

  #container-home-slider .owl-custom-prev {
    background-position: 0 -416px;
  }

  #container-home-slider .owl-custom-prev.disabled {
    background-position: 0 -468px;
  }

  #container-home-slider .owl-custom-next {
    background-position: 0 -520px;
  }

  #container-home-slider .owl-custom-next.disabled {
    background-position: 0 -572px;
  }
}

@media (max-width: 599px) {
  #home-slider .owl-navigation {
    margin-top: -18px;
  }

  #container-home-slider .owl-custom-prev,
  #container-home-slider .owl-custom-next {
    display: none;
    width: 18px;
    height: 35px;
  }

  #container-home-slider .owl-custom-prev {
    background-position: 0 -624px;
  }

  #container-home-slider .owl-custom-prev.disabled {
    background-position: 0 -659px;
  }

  #container-home-slider .owl-custom-next {
    background-position: 0 -694px;
  }

  #container-home-slider .owl-custom-next.disabled {
    background-position: 0 -729px;
  }
}

/* end slider */


/* main homepage */
main {
  padding: 30px;
  width: 100%;
}

@media (max-width: 599px) {
  main {
    padding: 15px;
  }
}

main .row-1 a,
main .row-2 a {
  color: inherit;
  text-decoration: none;
}

main .row-1 a:hover,
main .row-2 a:hover {
  color: inherit;
  text-decoration: underline;
}

.col-1, .col-2, .col-3 {
  width: 33.33333%;
  min-width: 290px;
  height: 812px;
  float: left;
  display: block;
}

.row-1, .row-2 {
  width: 100%;
  height: 406px;
  display: block;
  position: relative;
}

.col-1 .row-1 {
  background-color: #1f2844;
}

.col-1 .row-1 .box:after,
.col-1 .row-2 .box:after,
.col-2 .row-1 .box:after,
.col-2 .row-2 .box:after,
.col-3 .row-1 .box:after,
.col-3 .row-2 .box:after {
  transition: background-color 120ms linear;
  background-color: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: inherit;
  width: 100%;
  pointer-events: none;
}

.col-1 .row-1 .box:active:after,
.col-1 .row-1 .box:focus:after,
.col-1 .row-1 .box:hover:after,
.col-1 .row-2 .box:active:after,
.col-1 .row-2 .box:focus:after,
.col-1 .row-2 .box:hover:after,
.col-2 .row-1 .box:active:after,
.col-2 .row-1 .box:focus:after,
.col-2 .row-1 .box:hover:after,
.col-2 .row-2 .box:active:after,
.col-2 .row-2 .box:focus:after,
.col-2 .row-2 .box:hover:after,
.col-3 .row-1 .box:active:after,
.col-3 .row-1 .box:focus:after,
.col-3 .row-1 .box:hover:after,
.col-3 .row-2 .box:active:after,
.col-3 .row-2 .box:focus:after,
.col-3 .row-2 .box:hover:after {
  background-color: rgba(0, 0, 0, .10);
}

.col-1 .row-2 {
  padding: 5px 5px 0 0;
}

@media (max-width: 999px) {
  .col-1 .row-2 {
    padding: 0 0 5px 5px;
  }
}

@media (max-width: 599px) {
  .col-1 .row-2 {
    padding: 5px 0;
  }
}

.col-2 .row-1 {
  padding: 0 5px 5px 5px;
}

@media (max-width: 999px) {
  .col-2 .row-1 {
    padding: 5px 5px 5px 0;
  }
}

.col-2 .row-2 {
  background-color: #0179b6;
}

.col-3 .row-1 {
  background-color: #e47040;
}

.col-3 .row-2 {
  padding: 5px 0 0 5px;
}

@media (max-width: 599px) {
  .col-3 .row-2 {
    padding: 5px 0;
  }
}

.col-1 .box,
.col-2 .box,
.col-3 .box {
  position: relative;
}

.col-1 .row-2 .box,
.col-2 .row-1 .box,
.col-3 .row-2 .box {
  background-color: #f1f1f1;
}

@media (max-width: 999px) {
  .col-1, .col-2, .col-3 {
    width: 100%;
  }

  .col-1, .col-2, .col-3 {
    height: 406px;
  }

  .row-1, .row-2 {
    width: 50%;
    height: 406px;
    float: left;
  }

}

@media (max-width: 599px) {
  .col-1, .col-2, .col-3 {
    height: 812px;
  }

  .row-1, .row-2 {
    width: 100%;
  }

  .col-2 {
    display: table;
  }

  .col-2 .row-1 {
    display: table-footer-group;
    float: none;
  }

  .col-2 .row-2 {
    display: table-header-group;
    float: none;
  }
}

.col-1 .row-1 .box,
.col-2 .row-1 .box,
.col-2 .row-2 .box,
.col-3 .row-1 .box {
  height: 406px;
}

.col-1 .row-2 .box,
.col-2 .row-1 .box,
.col-3 .row-2 .box {
  height: 401px !important;
}

@media (max-width: 999px) {
  .col-2 .row-1 .box {
    height: 396px !important;
  }
}

@media (max-width: 599px) {
  .col-1 .row-2 .box,
  .col-2 .row-1 .box,
  .col-3 .row-2 .box {
    height: 396px !important;
  }

  .col-2 .row-1 .box {
    margin: 5px 0;
    height: 396px;
  }
}


main h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 1000px) and (max-width: 1032px) {
  main h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 600px) and (max-width: 629px) {
  main h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (min-width: 630px) and (max-width: 899px) {
  main h2 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 399px) {
  main h2 {
    font-size: 26px;
    line-height: 26px;
  }
}

.col-1 .cotatii .box {
  padding: 27px 41px 0 32px;
  color: #fff;
  width: 100%;
}

.col-1 .cotatii .box .data {
  padding: 4px 0;
}

.col-1 .cotatii table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.col-1 .cotatii th {
  color: #e47040;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #e47040;
  padding-bottom: 8px;
  vertical-align: bottom;
}

.col-1 .cotatii td {
  line-height: 32px;
  font-weight: 700;
}

.col-1 .cotatii .first-row td {
  padding-top: 3px;
}

.col-1 .cotatii th:first-child,
.col-1 .cotatii td:first-child {
  width: 27%;
  padding-right: 10px;
  white-space: nowrap;
}

.col-1 .cotatii th:nth-child(2),
.col-1 .cotatii td:nth-child(2) {
  width: 44%;
  padding-right: 10px;
}

.col-1 .cotatii th:nth-child(3),
.col-1 .cotatii td:nth-child(3) {
  width: 29%
}


.col-1 .cotatii th {
  line-height: 14px;
}

@media (max-width: 899px) {
  .col-1 .cotatii th {
    line-height: 12px;
  }
}

.col-1 .container-cauta-simbol {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 38px;
  width: 188px;
  height: 37px;
  padding: 0 0 0 14px;
  background-color: #fff;
  border: 2px solid #0072bc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.col-1 .container-cauta-simbol input[type=text] {
  width: 128px;
  padding-right: 14px;
  height: 33px;
  border: none;
  float: left;
  font-weight: 700;
  color: #1f2844;
  text-transform: uppercase;
}

.col-1 .container-cauta-simbol input[type=text]:placeholder-shown {
  font-weight: 700;
  color: #1f2844;
  text-transform: uppercase;
}

.col-1 .container-cauta-simbol input[type=text]::-webkit-input-placeholder {
  font-weight: 700;
  color: #1f2844;
  text-transform: uppercase;
}

.col-1 .container-cauta-simbol input[type=text]:-moz-placeholder {
  font-weight: 700;
  color: #1f2844;
  text-transform: uppercase;

}

.col-1 .container-cauta-simbol input[type=text]::-moz-placeholder {
  font-weight: 700;
  color: #1f2844;
  text-transform: uppercase;
}

.col-1 .container-cauta-simbol input[type=text]:-ms-input-placeholder {
  font-weight: 700;
  color: #1f2844;
  text-transform: uppercase;
}

.col-1 .container-cauta-simbol .btn-submit {
  width: 42px;
  height: 33px;
  display: block;
  position: relative;
  float: right;
  border: none;
  background: url(../images/sprite.png) 0 0 #0072bc no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.col-1 .text .box {
  padding: 26px 41px 0 32px;
  width: 100%;
}

.col-2 .text .box {
  padding: 27px 40px 0 32px;
  width: 100%;
}

.col-2 .calculator .box {
  padding: 31px 41px 0 32px;
  color: #fff;
  width: 100%;
}

.col-3 .deschide-cont .box {
  padding: 27px 41px 0 32px;
  color: #fff;
  width: 100%;
}

.col-3 .text .box {
  padding: 26px 40px 0 32px;
  width: 100%;
}


.col-1 .text .text-content,
.col-2 .text .text-content,
.col-3 .text .text-content {
  height: 295px;
  overflow: hidden;
}

.col-2 .text .text-content {
  height: 294px;
}

@media (max-width: 999px) {
  .col-2 .text .text-content {
    height: 289px;
    overflow: hidden;
  }
}

@media (max-width: 599px) {
  .col-1 .text .text-content,
  .col-3 .text .text-content {
    height: 290px;
    overflow: hidden;
  }
}

.col-1 .text h2,
.col-2 .text h2,
.col-3 .text h2 {
  color: #0078b5;
}

.col-1 .text .content,
.col-2 .text .content,
.col-3 .text .content {
  margin-top: 12px;
}

.col-1 .text p,
.col-2 .text p,
.col-2 .calculator p {
  padding: 11px 0;
}

.col-3 .text p {
  padding: 10px 0 0;
}

.col-3 .text p:first-child {
  padding-top: 11px;
}

.col-1 .text .btn-mai-mult,
.col-2 .text .btn-mai-mult,
.col-3 .text .btn-mai-mult {
  position: absolute;
  bottom: 34px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.text .gradient-text {
  width: 100%;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: 80px;
  background: url(../images/text-gradient.png) 0 0 transparent repeat-x;
}

.col-1 .text .mai-mult,
.col-2 .text .mai-mult,
.col-3 .text .mai-mult {
  color: #0078b5;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  height: 44px;
  position: relative;
}

.col-1 .text .mai-mult:after,
.col-2 .text .mai-mult:after,
.col-3 .text .mai-mult:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  width: 26px;
  height: 14px;
  background: url(../images/sprite.png) 0 -40px transparent no-repeat;

}

.col-1 .text .mai-mult:hover,
.col-2 .text .mai-mult:hover,
.col-3 .text .mai-mult:hover {
  text-decoration: underline;
}

.col-2 .calculator .content {
  margin-top: 12px;
}

.col-2 .calculator .container-calculator {
  padding-top: 1px;
}

.col-2 .calculator .container-calculator .row {
  margin-top: 15px;
}

.col-2 .calculator .label {
  line-height: 14px;
  float: left;
  width: 41%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col-2 .calculator .container-input {
  float: right;
  width: 59%;
  height: 37px;
  padding: 0 14px;
  background-color: #fff;
  border: 2px solid #7accc8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.col-2 .calculator .container-input input[type=text] {
  width: 100%;
  height: 33px;
  border: none;
  float: left;
  font-weight: 700;
  color: #1f2844;
}

.col-2 .calculator .container-input .input-data {
  padding-right: 34px;
}

.col-2 .calculator .container-input.container-data:after {
  position: absolute;
  top: 5px;
  right: 13px;
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/sprite.png) 0 -96px transparent no-repeat;
}

.col-2 .calculator .mai-departe {
  position: absolute;
  bottom: 56px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.col-3 .deschide-cont .mai-departe {
  position: relative;
  padding-top: 40px;
  display: block;
  text-align: center;
}

.col-2 .calculator .btn-submit,
.col-3 .deschide-cont .btn-submit {
  position: relative;
  color: #fff;
  padding-right: 26px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.col-3 .deschide-cont .btn-submit {
  white-space: nowrap;
}

.col-2 .calculator .btn-submit:hover,
.col-3 .deschide-cont .btn-submit:hover {
  text-decoration: underline;
}

.col-2 .calculator .btn-submit:after,
.col-3 .deschide-cont .btn-submit:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 26px;
  display: block;
  background: url(../images/sprite.png) 0 -60px transparent no-repeat;
}

.col-3 .deschide-cont .btn-submit:after {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col-3 .deschide-cont .container-deschide-cont {
  padding-top: 16px;
}

.col-3 .deschide-cont .container-deschide-cont .row {
  margin-top: 15px;
  position: relative;
}

.col-3 .deschide-cont .label {
  padding-right: 10px;
  line-height: 14px;
  float: left;
  width: 41%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col-3 .deschide-cont .container-input {
  float: right;
  width: 59%;
  height: 37px;
  padding: 0 14px;
  background-color: #fff;
  border: 2px solid #f9ad81;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.col-3 .deschide-cont .container-input input[type=text] {
  width: 100%;
  height: 33px;
  border: none;
  float: left;
  font-weight: 700;
  color: #1f2844;
}

.col-3 .deschide-cont .container-input .btn-calendar {
  width: 22px;
  height: 22px;
  display: block;
  float: right;
  background: url(../images/sprite.png) 0 -96px transparent no-repeat;
  margin: 5px 13px 0 0;
  cursor: pointer;
}

.deschide-cont .content {
  margin-top: 3.4rem;
}

.deschide-cont-btn-container {
  display: flex;
}

.deschide-cont-btn {
  margin: auto;
  background: white;
  width: 197px;
  color: #1f2844;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #f9ad81;
  position: relative;
  top: 98px;
}

.deschide-cont-btn-text {
  position: absolute;
  top: 5px;
  left: 23px;
  font-weight: bold;
  color: #1f2844;
}

.deschide-cont-btn-icon-container {
  float: right;
  height: 33px;
  display: flex;
  padding: 0 3px 0 6px;
  background-color: #f9ad81;
  color: white;
}

.deschide-cont-btn-icon {
  font-size: 21px;
  margin: auto;
}

/* end homepage main */


/* start pagini interior */
#container-interior-header {
  width: 100%;
  position: relative;
}

#container-interior-header img {
  width: 100%;
  height: auto;
  display: block;
}

.zona-filtre {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  padding: 0 30px;
}

.zona-filtre ul {
  list-style: none;
  text-align: center;
  margin: 0 auto;
}

.zona-filtre li {
  display: inline-block;
  vertical-align: bottom;
}

.zona-filtre input {
  height: 37px;
  border: 2px solid #016da3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}

.zona-filtre input[type=text] {
  background-color: #f1f1f1;
  color: #777777;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.zona-filtre .simbol {
  width: 220px;
  margin-right: 16px;
}

.zona-filtre .grup-cuvinte-autor {
  display: block;
  padding-bottom: 17px;
}

.zona-filtre .cuvinte-cheie,
.zona-filtre .autor,
.zona-filtre .grup-cuvinte-autor .simbol {
  width: 205px;
  display: inline-block;
  vertical-align: bottom;
}

.zona-filtre .cuvinte-cheie {
  margin-right: 32px;
}

.zona-filtre .grup-cuvinte-autor .simbol {
  margin-right: 0;
}

.zona-filtre .simbol input,
.zona-filtre .cuvinte-cheie input {
  width: 100%;
}

.zona-filtre .autor select {
  display: none;
}

.zona-filtre .container-data {
  width: 173px;
  display: inline-block;
  position: relative;
}

.zona-filtre .container-data:after {
  position: absolute;
  top: 7px;
  right: 15px;
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/sprite.png) 0 -96px transparent no-repeat;
}

.zona-filtre .data {
  width: 173px;
  padding-right: 48px;
}


.zona-filtre .separator {
  padding: 0 18px;
  font-weight: 700;
  font-size: 17px;
  color: #a9a9a9;
}

.zona-filtre .action {
  margin-left: 34px;
}

.zona-filtre input[type=submit] {
  border-color: #00527c;
  background-color: #0078b5;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  cursor: pointer;
  margin-right: 13px;
  line-height: 29px;
  padding-top: 0;
}

.zona-filtre input[type=button] {
  border-color: #1f2844;
  background-color: #2b3965;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  cursor: pointer;
  line-height: 29px;
  padding-top: 0;
}

@-moz-document url-prefix() {
  .zona-filtre input[type=submit],
  .zona-filtre input[type=button] {
    padding-top: 1px;
  }
}

@media (max-width: 990px) {
  .zona-filtre {
    position: relative;
    bottom: auto;
    padding-bottom: 34px;
  }

  .zona-filtre li {
    padding-top: 30px;
  }

  .zona-filtre .grup-cuvinte-autor {
    padding-bottom: 0;
  }

  .zona-filtre .action {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 540px) {
  .zona-filtre .cuvinte-cheie,
  .zona-filtre .autor,
  .zona-filtre .grup-cuvinte-autor .simbol {
    width: 100%;
    margin-right: 0;
  }

  .zona-filtre .autor,
  .zona-filtre .grup-cuvinte-autor .simbol {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .zona-filtre li,
  .zona-filtre input[type=text] {
    display: block;
    width: 100% !important;
  }

  .zona-filtre .simbol {
    margin-right: 0;
  }

  .zona-filtre .container-data {
    width: 100%;
  }

  .zona-filtre .container-data:last-child {
    width: 100%;
    margin-top: 30px;
  }


  .zona-filtre .separator {
    display: none;
  }
}

.interior-page main {
  max-width: 936px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .2s linear;
  transition: all .3s linear;
}

@media (max-width: 768px) {
  .interior-page main {
    padding: 0 30px;
  }
}

.interior-page .title-page {
  padding: 16px 0 31px;
}

.interior-page main .title-page h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
  color: #363636;
  text-align: center;
  padding-bottom: 24px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .2s linear;
  transition: all .3s linear;
  text-transform: uppercase;
}

.interior-page .title-page .separator-img {
  width: 2px;
  height: 77px;
  margin: 0 33px -13px 27px;
  background-color: #dcdcdc;
  display: inline-block;
}

.interior-page .title-page img {
  width: auto;
  height: 49px;
}

.interior-page .btn-logout {
  height: 37px;
  border: 2px solid #016da3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 2px 14px 0;
  font-size: 16px;
  line-height: 29px;
  border-color: #00527c;
  background-color: #0078b5;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 46px;
  text-decoration: none;
}

.interior-page .btn-logout:first-child {
  margin-right: 28px;
}

@media (max-width: 400px) {
  .interior-page .btn-logout:first-child,
  .interior-page .btn-logout {
    margin-right: 0;
    display: block;
  }
}

@media (max-width: 768px) {
  .interior-page main .title-page h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .interior-page .title-page .separator-img {
    height: 54px;
  }

  .interior-page .title-page img {
    margin-bottom: -11px;
  }
}

.interior-page main .title-page h2 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 33px;
  font-weight: 700;
  color: #fff;
  background-color: #e57040;
  display: inline-block;
  padding: 0 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .interior-page main .title-page h2 {
    line-height: 27px;
  }
}

.sapou {
  padding: 0 50px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  color: #404040;
  text-align: center;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .2s linear;
  transition: all .3s linear;
}

@media (max-width: 768px) {
  .sapou {
    padding: 0;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 400px) and (max-width: 768px) {
  .sapou {
    padding: 0 34px;
  }
}

.social-media {
  padding: 68px 0 76px;
  text-align: center;
}

.social-media ul {
  list-style: none;
  display: inline-flex;
}

.social-media ul li {
  display: inline-block;
  margin-right: 13px;
  width: 73px;
  height: 73px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .2s linear;
  transition: all .3s linear;
}

@media (max-width: 768px) {
  .social-media ul li {
    width: 58px;
    height: 58px;
    margin-right: 8px;
  }
}

.social-media ul li:last-child {
  margin-right: 0;
}

.icon-social {
  width: 100%;
  height: 100%;
  display: block;
}

.icon-social a {
  width: 100%;
  height: 100%;
  display: block;
}

.icon-social.fb {
  background-position: 0 -270px;
}

.icon-social.twitter {
  background-position: 0 -350px;
}

.icon-social.linked-in {
  background-position: 0 -430px;
}

.icon-social.mail {
  background-position: 0 -510px;
}

@media (max-width: 768px) {
  .icon-social img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.interior-page article,
.interior-page article p {
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .2s linear;
  transition: all .3s linear;
}

.interior-page article {
  padding-bottom: 52px;
}

@media (max-width: 768px) {
  .interior-page article,
  .interior-page article p {
    font-size: 16px;
    line-height: 30px;
  }

  .interior-page article img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}

.interior-page article .subtitlu {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 6px;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 768px) {
  .interior-page article .subtitlu {
    font-size: 18px;
    padding-bottom: 3px;
  }
}

.interior-page article a {
  color: #0179b6;
  text-decoration: none;
}

.interior-page article a:hover {
  text-decoration: underline;
}

.interior-page article ul {
  padding-left: 20px;
}

/* end pagini interior */


/* start pagina Cotatii bursa */
.frm-cotatii-bursa {
  max-width: 312px;
  width: 100%;
  height: 73px;
  margin: 71px auto 79px auto;
  display: block;
  border: 2px solid #0072bc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.frm-cotatii-bursa .input-text-cotatii-bursa {
  width: 100%;
  height: 100%;
  padding-left: 32px;
  padding-right: 87px;
  border: none;
  background-color: inherit;
  font-size: 32px;
  line-height: 67px;
  font-weight: 700;
  color: #1f2844;
  text-transform: uppercase;
  font-size: 20px;
}

.btn-cotatii-bursa {
  max-width: 87px;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  background-color: #0072bc;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-cotatii-bursa img {
  display: block;
  position: absolute;
  top: 11px;
  left: 14px;
}

@media (max-width: 768px) {
  .interior-page .btn-cotatii-bursa img {
    width: auto !important;
    height: auto !important;
  }
}

@media (max-width: 600px) {
  .frm-cotatii-bursa {
    height: 60px;
  }

  .frm-cotatii-bursa .input-text-cotatii-bursa {
    font-size: 16px;
    line-height: 56px;
  }

  .btn-cotatii-bursa {
    max-width: 70px;
    height: 56px;
  }

  .interior-page .btn-cotatii-bursa img {
    top: 12px;
    left: 14px;
    width: 50% !important;
    height: auto !important;
  }
}

article.cotatii-bursa .trei-tabele {
  padding: 31px 25px;
  margin-bottom: 55px;
}

article.cotatii-bursa .un-tabel {
  padding-bottom: 10px;
}

article.cotatii-bursa table {
  border-collapse: collapse;
}

article.cotatii-bursa th {
  font-size: 16px;
  line-height: 17px;
  color: #e47040;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #e47040;
  padding: 0 15px 10px 0;
}

article.cotatii-bursa td {
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  font-weight: 700;
  padding: 11px 15px 0 0;
}

article.cotatii-bursa .doua-tabele {
  padding-top: 47px;
}

article.cotatii-bursa .doua-tabele .col2 {
  padding-left: 31px;
}

article.cotatii-bursa .col1,
article.cotatii-bursa .col2 {
  width: 50%;
  float: left;
  display: block;
}

article.cotatii-bursa .col1 {
  padding-right: 11px;
}

article.cotatii-bursa .col2 {
  padding-left: 11px;
}


article.cotatii-bursa .titlu-box,
.raport-zilnic .titlu-box {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  color: #000;
  padding-bottom: 28px;
  text-transform: uppercase;
}

article.cotatii-bursa .trei-tabele .titlu-box,
article.cotatii-bursa .box-actionariat .titlu-box {
  color: #fff;
  padding-bottom: 14px;
}

article.cotatii-bursa p.data {
  margin-top: -28px;
  padding-bottom: 28px;
}

article.cotatii-bursa .col1 th,
article.cotatii-bursa .col1 td {
  padding-right: 32px;
}

article.cotatii-bursa .col1 th:last-child,
article.cotatii-bursa .col1 td:last-child {
  padding-right: 15px;
}

@media (max-width: 768px) {
  article.cotatii-bursa .doua-tabele .col2 {
    padding-left: 0;
  }

  article.cotatii-bursa .col1,
  article.cotatii-bursa .col2 {
    width: 100%;
    float: none;
    padding: 0;
  }

  article.cotatii-bursa .col1 + .col2 {
    padding-top: 55px;
  }

  article.cotatii-bursa .col2 table {
    width: auto;
  }
}

@media (max-width: 400px) {
  article.cotatii-bursa .titlu-tabel {
    font-size: 30px;
  }

  article.cotatii-bursa th,
  article.cotatii-bursa td {
    padding-right: 10px !important;
    font-size: 14px;
    line-height: 17px;
  }

  article.cotatii-bursa .col1 th:last-child,
  article.cotatii-bursa .col1 td:last-child {
    padding-right: 0;
  }

  article.cotatii-bursa .col2 table {
    width: 100%;
  }
}

article.cotatii-bursa .box-chart {
  padding-bottom: 44px;
}

article.cotatii-bursa .chart-action {
  text-align: center;
  padding: 0;
}

article.cotatii-bursa .chart-action a {
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
  padding: 0 13px;
  display: inline-block;
}

article.cotatii-bursa .chart-action a.activ {
  color: #000;
  background-color: #f1f1f1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: text;
}

article.cotatii-bursa .chart-action a.activ:hover {
  text-decoration: none;
}

article.cotatii-bursa .box-actionariat {
  padding: 26px 25px;
  margin-bottom: 23px;
}

article.cotatii-bursa .box-actionariat td {
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  padding-bottom: 4px;
}

article.cotatii-bursa .box-actionariat td:first-child {
  font-size: 14px;
  line-height: 17px;
}

article.cotatii-bursa .box-actionariat td:first-child,
article.cotatii-bursa .box-actionariat th:first-child {
  padding-right: 20px;
}

article.cotatii-bursa .box-actionariat td:nth-child(3),
article.cotatii-bursa .box-actionariat th:nth-child(3) {
  padding-right: 0;
}

article.cotatii-bursa .box-actionariat td.total {
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
}

article.cotatii-bursa .box-indici {
  padding: 26px 25px 18px;
}

article.cotatii-bursa .box-indici td {
  color: #000;
  padding-bottom: 12px;
  font-weight: 400;
}

article.cotatii-bursa .box-indici td:first-child,
article.cotatii-bursa .box-indici th:first-child {
  width: 35%;
}

article.cotatii-bursa .box-indici td:nth-child(2),
article.cotatii-bursa .box-indici th:nth-child(2) {
  width: 30%;
}

article.cotatii-bursa .box-indici td:nth-child(3),
article.cotatii-bursa .box-indici th:nth-child(3) {
  width: 35%;
  padding-right: 0;
}

@media (max-width: 400px) {
  article.cotatii-bursa .box-actionariat th,
  article.cotatii-bursa .box-actionariat td,
  article.cotatii-bursa .box-indici td {
    padding-right: 10px;
    font-size: 14px;
    line-height: 17px;
  }
}

article.cotatii-bursa .box-stiri {
  padding: 0 20px 49px;
}

@media (max-width: 768px) {
  article.cotatii-bursa .box-stiri {
    padding-left: 0;
    padding-right: 0;
  }
}

article.cotatii-bursa .box-stiri .titlu-box,
article.cotatii-bursa .box-comunicate .titlu-box,
article.cotatii-bursa .box-analiza .titlu-box {
  padding-bottom: 11px;
}

article.cotatii-bursa .box-stiri ul,
article.cotatii-bursa .box-comunicate ul,
article.cotatii-bursa .box-analiza ul {
  padding-left: 0;
  list-style: none;
}

article.cotatii-bursa .box-stiri li,
article.cotatii-bursa .box-comunicate li,
article.cotatii-bursa .box-analiza li {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  article.cotatii-bursa .box-stiri li,
  article.cotatii-bursa .box-comunicate li,
  article.cotatii-bursa .box-analiza li {
    font-size: 14px;
  }
}

article.cotatii-bursa .box-stiri .data,
article.cotatii-bursa .box-comunicate .data,
article.cotatii-bursa .box-analiza .data {
  font-size: 13px;
}

article.cotatii-bursa .box-comunicate {
  padding: 0 20px 19px;
}

@media (max-width: 768px) {
  article.cotatii-bursa .box-comunicate {
    padding-left: 0;
    padding-right: 0;
  }
}

article.cotatii-bursa .box-analiza {
  padding: 29px 20px 22px;
  margin-top: 0;
}

@media (max-width: 768px) {
  article.cotatii-bursa .trei-tabele,
  article.cotatii-bursa .box-actionariat,
  article.cotatii-bursa .box-indici,
  article.cotatii-bursa .box-analiza {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

article.cotatii-bursa .frm-cotatii-bursa {
  margin-bottom: 37px;
}

article.cotatii-bursa .unit-m,
.raport-zilnic .unit-m {
  color: #d2d2d2;
}


article.cotatii-bursa .box-indici .unit-m {
  color: #858585;
}

.prima-pagina .ui-autocomplete,
.cotatii-bursa .ui-autocomplete,
.materiale-de-analiza .ui-autocomplete,
.lista-stiri .ui-autocomplete {
  box-sizing: content-box;
  border: 2px solid #0072bc !important;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: none !important;
  margin-top: -3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

/* start pagina Cotatii bursa */


/* start pagina Stiri */
article p.data-articole {
  padding-bottom: 24px;
  padding-top: 40px;
  line-height: 18px;
}

article p.data-articole:first-child {
  padding-top: 0;
}

article .data-articole span {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 2px solid #a3a3a3;
  width: 50%;
  color: #404040;
  line-height: 18px;
}

article ul.articole {
  list-style: none;
  padding-left: 0;
}

article ul.articole li {
  display: block;
  padding-bottom: 28px;
}

article.rapoarte-analiza ul.articole li {
  padding-bottom: 50px;
}

article ul.articole .titlu,
article ul.articole .titlu-extern {
  font-size: 28px;
  line-height: 32px;
  display: table;
}

article.stiri ul.articole .titlu:focus,
article.stiri ul.articole .titlu-extern:focus {
  text-decoration: none;
}

article ul.articole .activ {
  color: #000;
}

article ul.articole .sursa-simbol {
  line-height: 23px;
  padding: 2px 0 1px;
  display: block;
}

article ul.articole .sursa,
article ul.articole .simbol {
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  color: #404040;
  text-transform: uppercase;
}

article ul.articole .simbol {
  color: #fff;
  background-color: #0078b5;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

article ul.articole a.simbol:hover {
  background-color: #2b3965;
}

article ul.articole .rezumat {
  position: relative;
  display: none;
}

article ul.articole .rezumat .text {
  font-weight: 400;
  line-height: 27px;
  width: 74%;
  float: left;
}

article ul.articole .rezumat .continuare {
  width: 26%;
  float: right;
  padding-left: 30px;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

article ul.articole .rezumat a {
  font-weight: 600;
}

article ul.articole .rezumat a.link-pdf {
  font-weight: 400;
}

article.stiri ul.articole .rezumat a {
  font-size: 28px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 300;
  padding-right: 37px;
  position: relative;
}

article.stiri ul.articole .rezumat a:after {
  position: absolute;
  bottom: 7px;
  right: 2px;
  content: '';
  background: url(../images/sprite.png) 0 -320px transparent no-repeat;
  width: 25px;
  height: 21px;
  display: block;
}

article.contul-meu ul.articole .rezumat a.link-pdf {
  font-size: 18px;
  font-weight: 400;
}

article.contul-meu ul.articole .rezumat a.link-pdf:after {
  content: none;
}

@media (max-width: 768px) {
  article ul.articole .titlu,
  article ul.articole .titlu-extern {
    font-size: 23px;
    line-height: 30px;
  }

  article ul.articole .sursa,
  article ul.articole .simbol {
    font-size: 13px;
  }

  article ul.articole .rezumat .text {
    width: 100%;
    float: none;
  }

  article ul.articole .rezumat .continuare {
    width: 100%;
    float: none;
    position: relative;
    transform: none;
    text-align: left;
    padding-left: 0;
  }

  article.stiri ul.articole .rezumat a {
    font-size: 18px;
    padding-right: 24px;
  }

  article.stiri ul.articole .rezumat a:after {
    background: url(../images/sprite.png) 0 -260px transparent no-repeat;
    width: 15px;
    height: 12px;
    bottom: 5px;
  }

}

/* end pagina Stiri */


/* start pagina Editoriale */
article.editoriale ul.articole .rezumat,
article.rapoarte-analiza ul.articole .rezumat,
article.cautare ul.articole .rezumat {
  display: block;
}

article.editoriale ul.articole .rezumat .text,
article.rapoarte-analiza ul.articole .rezumat .text,
article.cautare ul.articole .rezumat .text {
  width: auto;
}

/* end pagina Editoriale */


/* start Profil de risc */
article.profil-de-risc .subtitlu {
  text-transform: none;
}

article.profil-de-risc .continuare,
article #frm-ce-produs-ti-se-potriveste .continuare {
  height: 37px;
  border: 2px solid #016da3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 34px 0 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  border-color: #00527c;
  background-color: #0078b5;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  line-height: 29px;
  position: relative;
}

article.profil-de-risc .continuare:after,
article #frm-ce-produs-ti-se-potriveste .continuare:after {
  position: absolute;
  top: 8px;
  right: 12px;
  content: '';
  width: 11px;
  height: 19px;
  display: block;
  background: url(../images/sprite.png) 0 -670px transparent no-repeat;
}

article .rezultat-profil-risc {
  background-color: #2b3965;
  color: #f5f5f5;
  padding: 41px 58px 35px;
  line-height: 26px;
  font-weight: 300;
}

article .rezultat-profil-risc .container-punctaj {
  max-width: 523px;
  height: 25px;
  border: 2px solid #f5f5f5;
  background-color: #f5f5f5;
  margin: 0 auto 21px;
  position: relative;
}

@media (max-width: 768px) {
  article .rezultat-profil-risc {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  article .rezultat-profil-risc .container-punctaj {
    width: 80%;

  }
}

article .rezultat-profil-risc .punctaj-obtinut {
  width: 0;
  height: 100%;
  transition: width, 1s, linear;
  padding-right: 5px;
  display: block;
  position: relative;
}

article .rezultat-profil-risc .bara-punctaj {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-linear-gradient(left, #e67547, #db4649);
  background: -o-linear-gradient(right, #e67547, #db4649);
  background: -moz-linear-gradient(right, #e67547, #db4649);
  background: linear-gradient(to right, #e67547, #db4649);
}

article .rezultat-profil-risc .cursor {
  width: 3px;
  height: 41px;
  display: block;
  background-color: #2aa9e0;
  position: absolute;
  top: -10px;
  right: 0;
}

article .frm-trimite-mail {
  background-color: #0078b5;
  color: #fff;
  padding: 31px 58px 40px;
  line-height: 26px;
  font-weight: 300;
  position: relative;
}

@media (max-width: 768px) {
  article .frm-trimite-mail {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

article .frm-trimite-mail p {
  width: 520px;
  line-height: inherit;
  font-weight: inherit;
}

article .frm-trimite-mail input[type=text] {
  width: 402px;
  height: 37px;
  border: 2px solid #7accc8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 18px;
  margin: 15px 0 0 -20px;
  font-weight: 600;
}

@media (max-width: 768px) {
  article .frm-trimite-mail input[type=text] {
    margin-left: 0;
  }
}

@media (max-width: 696px) {
  article .frm-trimite-mail p {
    width: 100%;
  }
}

@media (max-width: 576px) {
  article .frm-trimite-mail input[type=text] {
    width: 100%;
    margin-left: 0;
  }
}

article .frm-trimite-mail .termeni-si-conditii {
  position: absolute;
  top: 96px;
  right: 58px;
  width: 200px;
}

article .frm-trimite-mail .termeni-si-conditii input {
  margin-right: 2px;
}

@media (max-width: 880px) {
  article .frm-trimite-mail .termeni-si-conditii {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -20px;
  }
}

@media (max-width: 768px) {
  article .frm-trimite-mail .termeni-si-conditii {
    margin-left: 0;
  }
}

article .frm-trimite-mail button {
  position: absolute;
  top: 262px;
  right: 58px;

  padding-right: 26px;
  margin-right: 103px;
  background: transparent;
  color: #fff;
  border: none;
  width: 78px;
  display: inline-block;
  margin-left: 178px;
}

article .frm-trimite-mail button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 27px;
  display: block;
  background: url(../images/sprite.png) 0 -610px transparent no-repeat;
}

@media (max-width: 880px) {
  article .frm-trimite-mail button {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    float: none;
    display: block;
    margin: 23px auto 0;
  }
}

/* end Profil de risc */


/* end Calculator 2 */
article .frm-calculator {
  background-color: #0078b5;
  color: #fff;
  padding: 27px 0 35px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 768px) {
  article .frm-calculator {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

article .frm-calculator .row {
  padding-bottom: 22px;
}

article .frm-calculator .row:last-child {
  padding-bottom: 8px;
}

article .frm-calculator .col-4 {
  width: 280px;
  margin-right: 18px;
  float: left;
  overflow-x: no-display;
}

article .frm-calculator .col-6 {
  width: 380px;
  margin-right: 18px;
  float: left;
  overflow-x: no-display;
}

article .frm-calculator .col-4 {
  padding-left: 55px;
}

article .frm-calculator .col-6 {
  padding-left: 55px;
}

article .frm-calculator .col-8 {
  padding-left: 55px;
  padding-right: 55px;
  width: 100%;
}

article .frm-calculator .col-8 a {
  color: #fff;
}

article .frm-calculator .col-4:last-child {
  margin-right: 0;
}

article .frm-calculator .col-12 {
  padding: 0 55px;
}

@media (max-width: 768px) {
  article .frm-calculator .col-4 {
    padding-left: 0;
  }

  article .frm-calculator .col-6 {
    padding-left: 0;
  }

  article .frm-calculator .col-4:nth-child(2) {
    margin-right: 0;
  }

  article .frm-calculator .col-6:nth-child(2) {
    margin-right: 0;
  }

  article .frm-calculator .col-8 {
    padding-left: 0;
    padding-right: 0;
  }

  article .frm-calculator .col-12 {
    padding: 0;
  }
}

@media (max-width: 655px) {
  article .frm-calculator .col-4 {
    width: 100%;
  }

  article .frm-calculator .col-6 {
    width: 100%;
  }

  article .frm-calculator .col-4:nth-child(2) {
    padding-top: 22px;
  }

  article .frm-calculator .col-6:nth-child(2) {
    padding-top: 22px;
  }
}

article .frm-calculator input[type=text],
article .frm-calculator input[type=password] {
  width: 234px;
  height: 37px;
  border: 2px solid #7accc8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #f1f1f1;
  padding: 0 18px;
  margin: 1px 0 0 -20px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600;
  color: #000;
}

article .frm-calculator .nr-ani {
  width: 234px !important;
}

@media (max-width: 655px) {
  article .frm-calculator .nr-ani {
    width: 100% !important;
  }
}

article .frm-calculator .ui-selectmenu-button {
  width: 234px !important;
  margin: 1px 0 0 -20px;
  border: 2px solid #7accc8 !important;
}

article .container-data:after {
  position: absolute;
  top: 8px;
  right: 26px;
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/sprite.png) 0 -96px transparent no-repeat;
}

@media (max-width: 768px) {
  article .frm-calculator input[type=text],
  article .frm-calculator input[type=password] {
    margin-left: 0;
  }

  article .container-data:after {
    right: 63px;
  }
}

@media (max-width: 655px) {
  article .frm-calculator input[type=text],
  article .frm-calculator input[type=password] {
    width: 100%;
  }

  article .container-data:after {
    right: 17px;
  }
}

article .frm-calculator .termeni-si-conditii {
  font-size: 16px;
  padding-top: 0;
  margin-left: -20px;
  margin-top: -1px;
}

@media (max-width: 768px) {
  article .frm-calculator .termeni-si-conditii {
    margin-left: 0;
  }
}

article .frm-calculator .termeni-si-conditii input {
  margin-right: 2px;
}

article .frm-calculator .termeni-si-conditii a {
  display: inline-block;
}

article .error-message {
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  color: #fff;
  display: block;
  position: absolute;
  top: 39px;
}

article .frm-calculator button {
  padding-right: 26px;
  background: transparent;
  color: #fff;
  border: none;
  position: relative;
  margin-top: 6px;
  display: inline-block;
}

article .frm-calculator button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 27px;
  display: block;
  background: url(../images/sprite.png) 0 -610px transparent no-repeat;
}

article .frm-calculator button:hover {
  text-decoration: underline;
}

@media (max-width: 655px) {
  article .frm-calculator .action p {
    display: none;
  }

  article .frm-calculator button {
    display: block;
    margin: 23px auto 0;
  }
}

article .frm-calculator.rezultat {
  background-color: #2b3965;
  padding-bottom: 29px;
}

article .frm-calculator.rezultat p.rezultat {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  padding-top: 6px;
}

@media (max-width: 655px) {
  article .frm-calculator.rezultat {
    text-align: center;
  }
}

/* end Calculator 2 */


/* start Afla ce produs ti se potriveste */
.afla-ce-produs-ti-se-potriveste h2 a {
  color: #fff;
}

#frm-trimite-rezultatul {
  padding-top: 44px;
}

/* send Afla ce produs ti se potriveste */


/* start Finante personale */
.finante-personale .col-4 {
  width: 32.66666666666667%;
  float: left;
  margin-right: 1%;
}

.finante-personale .col-4:last-child {
  margin-right: 0;
}

@media (max-width: 899px) {
  .finante-personale .col-4 {
    width: 49%;
    margin-right: 2%;
    padding-bottom: 70px;
  }

  .finante-personale .col-4:nth-child(2) {
    margin-right: 0;
  }

}

@media (max-width: 640px) {
  .finante-personale .col-4 {
    width: 100%;
    margin-right: 0;
  }
}

.finante-personale img {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 31px;
}

.finante-personale .col-4 .subtitlu {
  padding-bottom: 5px;
}

a.btn-calculeaza-1,
a.btn-calculeaza-2,
a.btn-calculeaza-3 {
  height: 72px;
  line-height: 72px;
  font-size: 22px;
  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
  display: block;
  padding-left: 96px;
  margin-top: 36px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

a.btn-calculeaza-1 {
  background-color: #e57040;
}

a.btn-calculeaza-2 {
  background-color: #0078b5;
}

a.btn-calculeaza-3 {
  background-color: #2b3965;
}

a.btn-calculeaza-1:before,
a.btn-calculeaza-2:before,
a.btn-calculeaza-3:before {
  position: absolute;
  content: '';
  background: url(../images/sprite.png) 0 -730px transparent no-repeat;
  display: block;
}

a.btn-calculeaza-1:before {
  top: 11px;
  left: 28px;
  width: 54px;
  height: 58px;
}

a.btn-calculeaza-2:before {
  top: 16px;
  left: 26px;
  width: 59px;
  height: 51px;
  background-position: 0 -800px;
}

a.btn-calculeaza-3:before {
  top: 18px;
  left: 20px;
  width: 58px;
  height: 44px;
  background-position: 0 -870px;
}

a.btn-calculeaza-1:hover,
a.btn-calculeaza-2:hover,
a.btn-calculeaza-3:hover {
  text-decoration: none !important;
}

a.btn-calculeaza-1.fara-icon,
a.btn-calculeaza-2.fara-icon,
a.btn-calculeaza-3.fara-icon {
  padding-left: 0;
  text-align: center;
}

a.btn-calculeaza-1.fara-icon:before,
a.btn-calculeaza-2.fara-icon:before,
a.btn-calculeaza-3.fara-icon:before {
  display: none;
}

/* end Finante personale */


/* start Raport zilnic si saptamanal */
.pg-raport-zilnic .zona-filtre,
.pg-raport-saptamanal .zona-filtre {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 44px 0 30px;
}

@media (max-width: 990px) {
  .pg-raport-zilnic .zona-filtre li,
  .pg-raport-saptamanal .zona-filtre li {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .pg-raport-zilnic .zona-filtre li,
  .pg-raport-saptamanal .zona-filtre li {
    float: none;
    display: block;
    padding-bottom: 30px;
  }

  .pg-raport-zilnic .zona-filtre li.grup-data,
  .pg-raport-saptamanal .zona-filtre li.grup-data {
    margin: 0;
  }

  .pg-raport-zilnic .zona-filtre li:last-child,
  .pg-raport-saptamanal .zona-filtre li:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .pg-raport-zilnic .zona-filtre .container-data:last-child,
  .pg-raport-saptamanal .zona-filtre .container-data:last-child {
    margin-top: 0;
  }

  .pg-raport-zilnic .zona-filtre a.btn-raport-anterior,
  .pg-raport-zilnic .zona-filtre a.btn-raport-urmator,
  .pg-raport-saptamanal .zona-filtre a.btn-raport-anterior,
  .pg-raport-saptamanal .zona-filtre a.btn-raport-urmator {
    width: 100%;
  }
}

.pg-raport-zilnic .zona-filtre .grup-data,
.pg-raport-saptamanal .zona-filtre .grup-data {
  margin-left: 28px;
  margin-right: 28px;
}

.pg-raport-zilnic .zona-filtre .btn-raport-anterior,
.pg-raport-zilnic .zona-filtre .btn-raport-urmator,
.pg-raport-saptamanal .zona-filtre .btn-raport-anterior,
.pg-raport-saptamanal .zona-filtre .btn-raport-urmator {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 29px;
  cursor: pointer;
  height: 37px;
  border: 2px solid #016da3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-color: #00527c;
  background-color: #0078b5;
  padding: 0 14px;
  position: relative;
}

.pg-raport-zilnic .zona-filtre a.btn-raport-anterior,
.pg-raport-zilnic .zona-filtre a.btn-raport-urmator,
.pg-raport-saptamanal .zona-filtre a.btn-raport-anterior,
.pg-raport-saptamanal .zona-filtre a.btn-raport-urmator {
  padding-top: 2px;
  display: inline-block;
  text-decoration: none;
}

.pg-raport-zilnic .zona-filtre .btn-raport-anterior,
.pg-raport-saptamanal .zona-filtre .btn-raport-anterior {
  padding-left: 33px;
}

.pg-raport-zilnic .zona-filtre .btn-raport-anterior:before,
.pg-raport-zilnic .zona-filtre .btn-raport-urmator:before,
.pg-raport-saptamanal .zona-filtre .btn-raport-anterior:before,
.pg-raport-saptamanal .zona-filtre .btn-raport-urmator:before {
  position: absolute;
  top: 8px;
  left: 12px;
  content: '';
  width: 11px;
  height: 19px;
  display: block;
  background: url(../images/sprite.png) -48px -670px transparent no-repeat;
}

.pg-raport-zilnic .zona-filtre .btn-raport-urmator,
.pg-raport-saptamanal .zona-filtre .btn-raport-urmator {
  padding-right: 33px;
}

.pg-raport-zilnic .zona-filtre .btn-raport-urmator:before,
.pg-raport-saptamanal .zona-filtre .btn-raport-urmator:before {
  right: 12px;
  left: auto;
  background-position: 0px -670px;
}

.raport-zilnic .row {
  padding-bottom: 40px;
}

.raport-zilnic .titlu-box {
  letter-spacing: -0.03em;
}

.raport-zilnic .bg-bleumarin .titlu-box {
  color: #fff;
}

.raport-zilnic .topuri {
  width: 876px;
}

.raport-zilnic .col-4 {
  width: 285px;
  margin-right: 10px;
  float: left;
}

.raport-zilnic .col-4:last-child {
  margin-right: 0;
}

.raport-zilnic .col-6 {
  width: 50%;
  float: left;
}

.raport-zilnic .col-6:first-child {
  padding-right: 40px;
}

.raport-zilnic .box-sumar {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .raport-zilnic .col-6 {
    width: 100%;
    float: none;
  }

  .raport-zilnic .col-6:first-child {
    padding-right: 0;
  }

  .raport-zilnic .col-6:last-child {
    margin-top: 40px;
  }

  .raport-zilnic .box-sumar {
    padding-top: 0;
  }
}

.raport-zilnic .box-indici {
  padding: 25px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

@media (max-width: 768px) {
  .raport-zilnic .box-indici {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.raport-zilnic .box-subevaluate {
  padding-top: 25px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

.raport-zilnic .box-subevaluate p {
  padding-left: 25px;
  padding-right: 25px;
}

.raport-zilnic .box-subevaluate th:first-child {
  position: relative;
  padding-left: 25px;
}

.raport-zilnic .box-subevaluate th:first-child:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #1f2844;
  content: '';
}

.raport-zilnic .box-subevaluate th:last-child {
  position: relative;
  padding-right: 25px;
}

.raport-zilnic .box-subevaluate th:last-child:before {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 25px;
  height: 4px;
  background-color: #1f2844;
  content: '';
}

.raport-zilnic .box-subevaluate td:first-child {
  padding-left: 25px;
}

.raport-zilnic .box-subevaluate th:last-child,
.raport-zilnic .box-subevaluate td:last-child {
  padding-right: 25px;
}

.raport-zilnic .box-topuri {
  padding-bottom: 0;
}

.raport-zilnic .sursa {
  padding-top: 7px;
  padding-bottom: 37px;
}

.raport-zilnic .box-top {
  padding: 25px;
  font-size: 16px;
  line-height: 40px;
}

@media (max-width: 599px) {
  .raport-zilnic .box-topuri.h-scroll {
    overflow-x: visible;
    overflow-y: visible;
  }

  .raport-zilnic .topuri {
    width: auto;
  }

  .raport-zilnic .col-4 {
    width: 100%;
    float: none;
    margin: 0 0 40px;
  }

  .raport-zilnic .col-4:last-child {
    margin-bottom: 0;
  }

  .raport-zilnic .box-top {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.raport-zilnic p.text {
  font-size: 16px !important;
  line-height: 21px !important;
}

.raport-zilnic table {
  width: 100%;
  border-collapse: collapse;
}

.raport-zilnic th {
  font-size: 16px;
  line-height: 17px;
  color: #e47040;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #e47040;
  padding: 0 15px 10px 0;
}

.raport-zilnic th:last-child {
  padding-right: 0;
}

.raport-zilnic td {
  padding-right: 15px;
}

.raport-zilnic td:last-child {
  padding-right: 0;
}

.raport-zilnic td a,
.raport-zilnic th a {
  color: inherit;
}

.raport-zilnic .bg-gri .unit-m {
  color: #858585;
}

.raport-zilnic .box-subevaluate tr:nth-child(odd) {
  background-color: #0b3a59;
}

.raport-zilnic .box-subevaluate tr:first-child {
  background-color: inherit;
}

@media (max-width: 768px) {
  .raport-zilnic .box-subevaluate {
    margin-left: -30px;
    margin-right: -30px;
  }

  .raport-zilnic .box-subevaluate p {
    padding-left: 30px;
    padding-right: 30px;
  }

  .raport-zilnic .box-subevaluate th:first-child {
    padding-left: 30px;
  }

  .raport-zilnic .box-subevaluate th:first-child:before {
    width: 30px;
  }

  .raport-zilnic .box-subevaluate th:last-child {
    padding-right: 30px;
  }

  .raport-zilnic .box-subevaluate th:last-child:before {
    width: 30px;
  }

  .raport-zilnic .box-subevaluate td:first-child {
    padding-left: 30px;
  }

  .raport-zilnic .box-subevaluate th:last-child,
  .raport-zilnic .box-subevaluate td:last-child {
    padding-right: 30px;
  }
}

.pg-raport-saptamanal .raport-zilnic .row-1,
.pg-raport-saptamanal .raport-zilnic .row-2,
.pg-raport-saptamanal .raport-zilnic .row-3,
.pg-raport-saptamanal .raport-zilnic .row-4 {
  height: auto;
  width: 100%;
}


.pg-raport-saptamanal .raport-zilnic .titlu-box {
  letter-spacing: 0;
}

.pg-raport-saptamanal .raport-zilnic .row-1 {
  padding-bottom: 46px;

}

.pg-raport-saptamanal .raport-zilnic .row-2 {
  padding-bottom: 22px;
}

.pg-raport-saptamanal .raport-zilnic .row-4 {
  padding-bottom: 53px;
}

.pg-raport-saptamanal .raport-zilnic .row-5 {
  padding-top: 6px;
  padding-bottom: 0;
}

.pg-raport-saptamanal .raport-zilnic .box-grafic {
  padding-top: 25px;
}

.pg-raport-saptamanal .raport-zilnic .box-top-variatii {
  padding: 25px;
  font-size: 16px;
  line-height: 40px;
}

.pg-raport-saptamanal .raport-zilnic #chart {
  padding-top: 3px;
  margin-bottom: 28px;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere {
  padding-top: 25px;
  font-size: 16px;
  line-height: 40px;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal {
  color: #fff;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal p,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere p {
  padding-left: 25px;
  padding-right: 25px;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal th:first-child,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:first-child {
  position: relative;
  padding-left: 25px;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal th:first-child:before,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:first-child:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #1f2844;
  content: '';
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal th:last-child,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:last-child {
  position: relative;
  padding-right: 25px;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal th:last-child:before,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:last-child:before {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 25px;
  height: 4px;
  background-color: #1f2844;
  content: '';
}

.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:first-child:before,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:last-child:before {
  background-color: #f1f1f1;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal td:first-child,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere td:first-child {
  padding-left: 25px;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal th:last-child,
.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal td:last-child,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:last-child,
.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere td:last-child {
  padding-right: 25px;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal tr:nth-child(odd) {
  background-color: #0b3a59;
}

.pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal tr:first-child {
  background-color: inherit;
}

.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere tr:nth-child(odd) {
  background-color: #d7dee2;
}

.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere tr:first-child {
  background-color: inherit;
}

.pg-raport-saptamanal .raport-zilnic .text-evolutie span {
  padding: 0 30px 6px;
  border-bottom: 2px solid #a3a3a3;
  display: inline-block;
  margin-bottom: 28px;
}

.pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere {
  margin-bottom: 27px;
}

.pg-raport-saptamanal .raport-zilnic .row-5 .titlu-box {
  padding-bottom: 0;
}

.pg-raport-saptamanal .raport-zilnic .txt-incheiere,
.pg-raport-saptamanal .raport-zilnic .txt-incheiere p {
  font-size: 16px;
  line-height: 21px;
}

.pg-raport-saptamanal .raport-zilnic .txt-incheiere .col-6 {
  padding-right: 40px;
}

.pg-raport-saptamanal .raport-zilnic .txt-incheiere p {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .pg-raport-saptamanal .raport-zilnic .box-indici {
    margin-top: 40px;
  }

  .pg-raport-saptamanal .raport-zilnic #chart {
    margin-bottom: 0;
  }

  .pg-raport-saptamanal .raport-zilnic .box-top-variatii {
    margin-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal p,
  .pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere p {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal th:first-child:before,
  .pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:first-child:before {
    width: 30px;
  }

  .pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal th:last-child,
  .pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:last-child {
    padding-right: 30px;
  }

  .pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal th:last-child:before,
  .pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:last-child:before {
    width: 30px;
  }

  .pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal td:first-child,
  .pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere td:first-child {
    padding-left: 30px;
  }

  .pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal th:last-child,
  .pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal td:last-child,
  .pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere th:last-child,
  .pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere td:last-child {
    padding-right: 30px;
  }

  .pg-raport-saptamanal .raport-zilnic .box-top-variatii,
  .pg-raport-saptamanal .raport-zilnic .box-tranzactii-deal,
  .pg-raport-saptamanal .raport-zilnic .box-sectoare-bursiere {
    margin-left: -30px;
    margin-right: -30px;
  }

  .pg-raport-saptamanal .raport-zilnic .col-6 {
    margin-top: 0;
    padding-right: 0 !important;
  }
}

/* start de pe site-ul vechi */
.tabel_simplu {
  width: 100%;
  border-spacing: 1px;
}

.tabel_unu {
  width: 100%;
  background: #DDE3F4;
  color: #000000;
  padding: 0px;
  border-spacing: 0px;
}

.tabel_unu td {
  border: 1px solid white;
}

.tabel_unu_header {
  color: #FFFFFF;
  background: #1B5B9D;
  font-weight: bold;
}

.tabel_doi {
  width: 100%;
  background: #DDE3F4;
  color: #000000;
  padding: 0px;
  border-spacing: 0px;
}

.tabel_doi td {
  border: 1px solid white;
  text-align: center;
}

.tabel_doi_impar {
  background: #FFFFFF;
  text-align: center;
}

.tabel_doi_header {
  color: #FFFFFF;
  background: #1B5B9D;
  font-weight: bold;
  text-align: center;
}

/* end de pe site-ul vechi */
/* end Raport zilnic si saptamanal */


/* start pagina de Produs */
.interior-page article ul.nav-produs {
  list-style: none;
  margin-top: -12px;
  padding-left: 0;
  padding-bottom: 40px;
}

.nav-produs li {
  display: inline-block;
}

.nav-produs li a {
  font-size: 16px;
}

.nav-produs li.separator {
  font-size: 16px;
  color: #9c9c9c;
  padding: 0 25px;
}

@media (max-width: 540px) {
  .nav-produs li {
    display: block;
    padding: 5px 0;
  }

  .nav-produs li:first-child {
    padding-top: 0;
  }

  .nav-produs li.separator {
    display: none;
  }
}

article .produs p {
  font-size: 16px;
  line-height: 21px;
}

.produs .tabel {
  padding: 31px 25px;
}

@media (max-width: 768px) {
  .produs .costuri,
  .produs .tipuri {
    margin: 0 -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.produs table {
  border-collapse: collapse;
}

.produs th {
  font-size: 16px;
  line-height: 17px;
  color: #e47040;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #e47040;
  padding: 0 15px 10px 0;
}

.produs td {
  font-size: 16px;
  line-height: 21px;
  padding: 11px 15px 0 0;
}

.produs .bg-bleumarin td {
  color: #fff;
}

.produs .tex-2col {
  padding-top: 53px;
}

.produs .titlu-box {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  color: #000;
  padding-bottom: 28px;
  text-transform: uppercase;
}

.produs .col-6 {
  width: 50%;
  float: left;
}

.produs .tex-2col .col-6:first-child {
  padding-right: 42px;
}

@media (max-width: 768px) {
  .produs .col-6 {
    width: 100%;
    float: none;
  }

  .produs .tex-2col .col-6:first-child {
    padding-right: 0;
    padding-bottom: 21px;
  }
}

.produs .costuri,
.produs .tipuri {
  margin-top: 38px;
  padding: 30px 0;
}

.produs .tipuri {
  margin-top: 15px;
}

.produs div.full-width {
  padding-bottom: 30px;
}

.produs .costuri p,
.produs .tipuri p {
  padding-left: 25px;
  padding-right: 25px;
}

.produs p.taxa {
  max-width: 580px;
}

.produs .costuri .col-12 {
  padding: 3px 25px 36px;
}

.produs .costuri .col-6:first-child,
.produs .tipuri .col-6:first-child {
  padding-left: 25px;
  padding-right: 42px;
}

.produs .costuri .col-6:last-child,
.produs .tipuri .col-6:last-child {
  padding-right: 25px;
}

.produs .costuri th,
.produs .tipuri th {
  line-height: 17px;
  padding-bottom: 8px;
}

.produs .tipuri th {
  color: #1f1f1f;
  border-bottom: 2px solid #1f1f1f;
}

.produs .costuri td,
.produs .tipuri td {
  padding-top: 19px;
}

.produs .tipuri .titlu-box,
.produs .tipuri td {
  color: #fff;
}

.produs .costuri td:last-child,
.produs .tipuri td:last-child {
  padding-right: 0;
}

.produs .costuri tr:nth-child(2) td,
.produs .tipuri tr:nth-child(2) td {
  line-height: 21px;
  padding-top: 7px;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .produs .tabel {
    margin: 0 -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .produs .costuri .col-6,
  .produs .tipuri .col-6 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .produs .costuri .col-6:last-child,
  .produs .tipuri .col-6:last-child {
    padding-top: 30px;
  }
}

.produs .unit-m {
  color: #858585;
}

/* end pagina de Produs */


/* start Contact */
.frm-contact .col-6 {
  width: 50%;
  float: left;
  font-size: 16px;
}

.frm-contact .col-6:first-child {
  padding-right: 40px;
}

@media (max-width: 768px) {
  .frm-contact .col-6 {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .container-frm-contact {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.frm-contact .mai-departe {
  position: relative;
  padding-top: 26px;
  display: block;
  text-align: center;
}

.frm-contact .btn-submit {
  position: relative;
  color: #fff;
  padding-right: 26px;
  background: transparent;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.frm-contact .btn-submit:hover {
  text-decoration: underline;
}

.frm-contact .btn-submit:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 26px;
  display: block;
  background: url(../images/sprite.png) 0 -60px transparent no-repeat;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.frm-contact .container-frm-contact {
  padding: 35px 37px 25px;
  background-color: #e47040;
  color: #fff;
}

@media (max-width: 768px) {
  .frm-contact .container-frm-contact {
    padding: 35px 30px 25px 30px;
    margin-top: 35px;
  }
}

.frm-contact .row {
  margin-top: 15px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.frm-contact .row:first-child {
  margin-top: 0;
}

.frm-contact .label {
  line-height: 14px;
  float: left;
  width: 41%;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.frm-contact .container-input {
  float: right;
  width: 59%;
  height: 37px;
  padding: 0 14px;
  background-color: #fff;
  border: 2px solid #f9ad81;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.frm-contact .container-input input[type=text] {
  width: 100%;
  height: 33px;
  border: none;
  float: left;
  font-weight: 700;
  color: #1f2844;
}

.frm-contact .termeni-si-conditii {
  padding-top: 17px;
}

.termeni-si-conditii label {
  padding-left: 20px;
  display: block;
  line-height: 21px;
}

.termeni-si-conditii input {
  margin: 0 2px 0 -20px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
}

.termeni-si-conditii label a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

@media (max-width: 768px) {
  .harta-google {
    margin: 0 -30px;
  }
}

/* end Contact */


/* start Contul meu */
.contul-meu {
  padding: 68px 0 76px;
}

.contul-meu .col-6 {
  width: 50%;
  float: left;
}

.contul-meu .col-6:first-child {
  padding-right: 20px;
}

.contul-meu .col-6:last-child {
  padding-left: 20px;
}

.contul-meu .col-6 a.btn-calculeaza-1,
.contul-meu .col-6 a.btn-calculeaza-2 {
  width: 325px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contul-meu .col-6 a.btn-calculeaza-1,
  .contul-meu .col-6 a.btn-calculeaza-2 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .contul-meu .col-6 {
    width: 100%;
    float: none;
  }

  .contul-meu .col-6:first-child {
    padding-right: 0;
  }

  .contul-meu .col-6:last-child {
    padding-left: 0;
    margin-top: 40px;
  }
}

/* end Contul meu */


/* start formatare tabel model 1 */
.tabel-model-1 {
  padding: 25px;
  font-size: 16px;
  line-height: 40px;
}

.tabel-model-1 table {
  width: 100%;
  border-collapse: collapse;
}

.tabel-model-1 th {
  font-size: 16px;
  line-height: 17px;
  color: #e47040;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #e47040;
  padding: 0 15px 10px 0;
}

.tabel-model-1 th:last-child {
  padding-right: 0;
}

.tabel-model-1 td {
  padding-right: 15px;
}

.tabel-model-1 td:last-child {
  padding-right: 0;
}

/* end formatare tabel model 1 */


/* start efect hover pe butoane */
.btn-logout,
.btn-calculeaza-1,
.btn-calculeaza-2,
.btn-calculeaza-3,
article.profil-de-risc .continuare,
article #frm-ce-produs-ti-se-potriveste .continuare,
.zona-filtre a.btn-raport-anterior,
.zona-filtre a.btn-raport-urmator,
.zona-filtre input[type=submit],
.zona-filtre input[type=button],
.zona-filtre button[type=button] {
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -ms-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}

.btn-logout:hover,
.btn-calculeaza-1:hover,
.btn-calculeaza-2:hover,
.btn-calculeaza-3:hover,
article.profil-de-risc .continuare:hover,
article #frm-ce-produs-ti-se-potriveste .continuare:hover,
.zona-filtre a.btn-raport-anterior:hover,
.zona-filtre a.btn-raport-urmator:hover,
.zona-filtre input[type=submit]:hover,
.zona-filtre input[type=button]:hover,
.zona-filtre button[type=button]:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

/* end efect hover pe butoane */


/* start paginare */
.paginare {
  padding-top: 53px;
  text-align: center;
}

.paginare .titlu {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  color: #404040;
}

.paginare .navigare {
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
  position: relative;
}

.paginare li {
  font-size: 28px;
  height: 37px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.paginare .primul-set,
.paginare .setul-anterior,
.paginare .setul-urmator,
.paginare .ultimul-set {
  display: inline-block;
}

.paginare .primul-set a,
.paginare .setul-anterior a,
.paginare .setul-urmator a,
.paginare .ultimul-set a {
  width: 44px;
  height: 37px;
  line-height: 37px;
  display: block;
  position: relative;
}

.paginare .primul-set a:after,
.paginare .setul-anterior a:after,
.paginare .setul-urmator a:after,
.paginare .ultimul-set a:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 9px;
  background: url(../images/sprite.png) 0 -390px transparent no-repeat;
  width: 25px;
  height: 26px;
  display: block;
}

.paginare a.inactiv {
  cursor: text;
}

.paginare .primul-set a.inactiv:after {
  background-position: 0 -360px;
}

.paginare .setul-anterior a {
  width: 35px;
}

.paginare .setul-anterior a:after {
  background-position: 0 -450px;
  width: 16px;
}

.paginare .setul-anterior a.inactiv:after {
  background-position: 0 -420px;
}

.paginare .setul-urmator a {
  width: 35px;
}

.paginare .setul-urmator a:after {
  background-position: 0 -510px;
  width: 16px;
}

.paginare .setul-urmator a.inactiv:after {
  background-position: 0 -480px;
}

.paginare .ultimul-set a:after {
  background-position: 0 -570px;
  width: 25px;
}

.paginare .ultimul-set a.inactiv:after {
  background-position: 0 -540px;
}

@media (max-width: 520px) {
  .paginare {
    padding-bottom: 55px;
  }

  .paginare .nav-left,
  .paginare .nav-right {
    position: absolute;
    top: 55px;

  }

  .paginare .nav-left {
    right: 53%;
  }

  .paginare .nav-right {
    left: 53%;
  }
}

.paginare .pagina a {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #404040;
  text-decoration: none;
  padding: 0 11px;
  display: block;
}

.paginare .pagina a:hover {
  text-decoration: underline;
}

.paginare .pagina.activ {
  font-weight: 700;
  color: #fff;
  background-color: #e57040;
  padding: 0 11px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .paginare .titlu,
  .paginare li,
  .paginare a {
    font-size: 18px !important;
  }

  .paginare .primul-set a,
  .paginare .setul-anterior a,
  .paginare .setul-urmator a,
  .paginare .ultimul-set a {
    width: 34px;
  }

  .paginare .primul-set a:after,
  .paginare .ultimul-set a:after {
    left: 5px;
  }
}

/* end paginare*/


/* start jquery autocomplete */
.ui-autocomplete {
  max-height: 200px;
  max-width: 500px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

* html .ui-autocomplete {
  height: 200px;
}

.lista-stiri .ui-autocomplete {
  max-height: 300px;
}

* html .lista-stiri .ui-autocomplete {
  height: 300px;
}

.ui-autocomplete.ui-widget-content {
  border: 0;
}

.ui-autocomplete li.ui-menu-item {
  color: #1f2844 !important;
  background-color: #f1f1f1 !important;
  padding: 13px 18px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  border-top: 1px solid #d1d1d1;
}

.ui-autocomplete li.ui-menu-item:first-child {
  border-top: none;
}

.ui-autocomplete li.ui-state-focus {
  color: #1f2844 !important;
  background-color: #e2e2e2 !important;
  background-image: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid #d1d1d1 !important;
}

.ui-autocomplete li.ui-state-focus:first-child {
  border-top: none !important;
}

/* end jquery autocomplete */


/* start jquery selectmenu */
.ui-selectmenu-button .ui-selectmenu-text {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 33px !important;
  padding: 0 20px 0 0 !important;
}

.ui-selectmenu-button.ui-widget-content {
  border: 0;
}

.ui-selectmenu-button {
  width: 205px !important;
  height: 37px !important;
  background-color: #f1f1f1 !important;
  color: #777777 !important;
  border: 2px solid #016da3 !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  background: #f1f1f1 !important;
  background-image: none !important;
  padding: 0 14px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  vertical-align: bottom;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  article .frm-calculator .nr-ani .ui-selectmenu-button {
    margin-left: 0;
  }
}

@media (max-width: 655px) {
  article .frm-calculator .nr-ani .ui-selectmenu-button {
    width: 100% !important;
  }
}

@media (max-width: 540px) {
  .ui-selectmenu-button {
    width: 100% !important;
  }
}

.ui-selectmenu-menu {
  width: 205px;
  max-height: 197px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: content-box;
  border: 2px solid #0072bc !important;
  -webkit-border-bottom-left-radius: 8px !important;
  -moz-border-bottom-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  -webkit-border-bottom-right-radius: 8px !important;
  -moz-border-bottom-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top: none !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  *behavior: url(boxsizing.htc) !important;
}

.calculator-1 .ui-selectmenu-menu {
  border: 2px solid #7accc8 !important;
  border-top: none !important;
}


* html .ui-selectmenu-menu {
  height: 200px;
}

.ui-selectmenu-menu > ul {
  border: none;
}

.ui-selectmenu-menu li.ui-menu-item {
  color: #1f2844 !important;
  background-color: #f1f1f1 !important;
  padding: 13px 14px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  border-top: 1px solid #d1d1d1;
}

.ui-selectmenu-menu li.ui-menu-item:first-child {
  border-top: none;
}

.ui-selectmenu-menu li.ui-state-focus {
  color: #1f2844 !important;
  background-color: #e2e2e2 !important;
  background-image: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid #d1d1d1 !important;
}

.ui-selectmenu-menu li.ui-state-focus:first-child {
  border-top: none !important;
}

.ui-selectmenu-button .ui-icon-triangle-1-s {
  width: 17px !important;
  height: 11px !important;
  margin-top: -5px !important;
  right: 12px !important;
  background: url(../images/sprite.png) 0 -650px transparent no-repeat !important;
}

/* end jquery selectmenu */


/* end pagini interior */
/* end main */


/* footer */
footer {
  padding: 11px 30px 44px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
}

.interior-page footer {
  max-width: 936px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}

.interior-page footer .content-footer {
  width: 100%;
  padding: 12px 0 0 0;
  border-top: 1px solid #b6b6b6;
}

/* footer .copyright {
  width: 50%;
  float: left;
}

footer .links {
  width: 50%;
  float: right;
  text-align: right;
}

footer .links ul {
  list-style: none;
  float: right;
}

footer .links li {
  display: inline;
  float: left;
  margin-right: 26px;
}

footer .links li:last-child {
  margin-right: 0;
}

footer .links a {
  color: #000;
  text-decoration: none;
}

footer .links a:hover {
  text-decoration: underline;
}

@media (max-width: 930px) {
  footer .copyright,
  footer .links {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
  }

  footer .links {
    padding-bottom: 26px;
  }

  footer .links ul {
    float: none;
    text-align: center;
  }

  footer .links li {
    display: inline;
    float: none;
  }
}

@media (max-width: 768px) {
  footer {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  footer .links li {
    display: block;
    padding: 5px 0;
    margin: 0;
  }
} */

/* new footer style */
footer{
  padding: 80px 30px 44px !important;
}

footer a{
  text-decoration: none;
}

footer ul, footer li{
  list-style: none;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto 40px !important;
}

.f-social-line {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}

.f-social-wrapper{
  display: flex;
  gap: 20px;
  margin: 0 15px;
}

.f-social-link{
  color: #d2d2d2;
  text-decoration: none;
  transition: color 0.2s ease-in-out, transform 0.3s ease-out;
}

.facebook:hover{
  color: #3b5998 !important;
  transform: scale(1.5, 1.5);
}

.linkedin:hover{
  color: #0077b5 !important;
  transform: scale(1.5, 1.5);
}

.youtube:hover{
  color: #e62117 !important;
  transform: scale(1.5, 1.5);
}

.instagram{
  fill: #d2d2d2;
  transition: fill 0.2s ease-in-out, transform 0.3s ease-out;
}

.instagram:hover {
  fill: url(#InstagramGradient);
  transform: scale(1.5, 1.5);
}

.footer-container-s1 {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 auto 40px !important;
}

.container-s1-df {
  width: 100%;
  text-align: center;
}

.s1-df-title{
  font-size: 34px;
  margin: 0;
  line-height: 1.4;
}

.s1-df-paragraph{
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}

.footer-container-s2 {
  width: 100%;
  margin: 0 auto 40px !important;
}

.container-s2-cta {
  position: relative;
  max-width: 1080px;
  min-height: 134px;
  padding: 30px 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: url('/images/footer-chart.jpg') no-repeat center/cover;
}

.container-s2-cta::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(29, 27, 86, 0.7);
  border-radius: 6px;
}

.container-s2__title{
  font-size: 38px;
  color: #FFFFFF;
  z-index: 10;
}

.container-s2__button{
  font-size: 18px;
  background-color: #1B5B9D;
  color: #FFFFFF;
  padding: 10px 15px;
  border-radius: 6px;
  z-index: 10;
}

.container-s2__button:hover{
  background-color: #E05B1D;
}

.s3-arrow-open, .s3-arrow-close{
  width: 20px;
  height: 20px;
  margin: 50% 50%;
  transform: translate(-50%, -50%);
}

.servicii-icon-open, .tipuri-icon-open, .suport-icon-open, .informatii-icon-open, .educati-icon-open, .cine-icon-open{
  display: none;
  width: 50px;
  height: 50px;
}

.footer-container-s3 {
  margin: 0 auto 40px !important;
  max-width: 1080px;
}

.container-s3-fl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 50px;
}

.container-s3 {
  margin-bottom: 20px;
}

.s3-list-title{
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.s3-list{
  padding: 0 !important;
}

.s3-list li{
  width: 90%;
  margin: 10px 0;
}

.s3-list-item__link{
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.4;
}

.s3-list-item__link:hover{
  color: #1D1B56 !important;
}

.footer-container-s4 {
  margin: 0 auto 40px !important;
}

.s4-svg{
  float: left;
  margin: 0 10px 0 0;
  color: #E05B1D;
}

.container-s4-discl {
  padding-left: 60px;
}

.s4-discl{
  text-align: justify;
}

.bi-shield-exclamation {
}

.s4-discl, .s4-rights{
  font-size: 12px;
  color: #d2d2d2 !important;
}

.container-s4-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s4-legal-link{
  font-size: 14px;
  color: #d2d2d2 !important;
  text-decoration: underline !important;
  padding-right: 8px;
}

.s4-legal-link:hover{
  color: #1B5B9D !important;
}

@media (max-width: 1100px) {
  .f-social-wrapper{
      gap: 30px;
  }
  .bi{
      width: 60px;
      height: 60px;
  }

  .s1-df-title{
      font-size: 24px !important;
  }

  .s1-df-paragraph{
      font-size: 16px !important;
  }

  .container-s3{
      padding: 10px;
      border-bottom: 2px solid #d2d2d2;
      margin-bottom: 5px !important;
  }
 
  .container-s3-fl{
      grid-template-columns: 1fr !important;
  }

  .s3-list-title{
      display: inline-block;
      font-size: 38px !important;
  }

  .servicii-list, .tipuri-list, .suport-list, .informatii-list, .educati-list, .cine-list{
      display: none;
  }

  .s3-list-item__link{
      font-size: 26px;
  }

  .servicii-icon-open, .tipuri-icon-open, .suport-icon-open, .informatii-icon-open, .educati-icon-open, .cine-icon-open{
      display: inline-block !important;
      float: right;
      transition: all 0.3s ease 0s;
  }

  .active {
      transform: rotate(90deg);
  }

}

@media (max-width: 980px) {
  .f-social-wrapper{
      gap: 40px;
  }
  .bi{
      width: 80px;
      height: 80px;
  }
  .container-s2-cta{
      flex-direction: column;
  }

  .container-s2__title{
      font-size: 48px;
  }

  .container-s2__button{
      width: 100%;
      text-align: center;
      font-size: 30px;
      padding: 15px 15px;
  }
}

@media (max-width: 720px) {
  .footer-container-s1{
      display: grid;
      grid-template-columns: 1fr 1fr;
  }
  .s1-df-paragraph{
      font-size: 28px !important;
  }
  .s1-df-title{
      font-size: 42px !important;
  }
  .s3-list-item__link{
      font-size: 22px;
  }
}

@media (max-width: 640px) {
  .s1-df-title{
      font-size: 32px !important;
  }

  .s1-df-paragraph{
      font-size: 24px !important;
  }
  .s3-list-title{
      font-size: 28px !important;
  }
  .container-s2__title{
      margin: 16px auto;
      font-size: 38px;
  }
  .container-s2__button{
      font-size: 24px;
  }
  .s3-list-item__link{
      font-size: 20px;
  }
}

@media (max-width: 560px) {
  .footer-container-s1{
      grid-template-columns: 1fr;
  }
  .bi{
      width: 60px;
      height: 60px;
  }
  .s1-df-title{
      font-size: 22px !important;
  }

  .s1-df-paragraph{
      font-size: 16px !important;
  }
  .s3-list-title{
      font-size: 22px !important;
  }
  .container-s2__title{
      margin: 12px auto;
      font-size: 28px;
  }
  .container-s2__button{
      font-size: 20px;
  }
  .s3-list-item__link{
      font-size: 18px;
  }
  .s4-discl, .s4-rights, .s4-legal-link{
      font-size: 11px;
  }
  .container-s4-discl{
      padding-left: 0;
  }
  .container-s4-legal{
      flex-direction: column;
  }
}

@media (max-width: 460px) {
  .container-s2-cta{
      padding: 20px 28px;
  }
  .container-s2__title{
      margin: 10px auto 0;
      font-size: 24px;
  }

  .s3-list-title {
      font-size: 18px !important;
  }

  .servicii-icon-open, .tipuri-icon-open, .suport-icon-open, .informatii-icon-open, .educati-icon-open, .cine-icon-open{
      width: 20px;
      height: 20px;
  }
}
/* end footer */


/* start legenda chart c3 */
.c3-tooltip tr {
  border: 1px solid #CCC !important;
}

.c3-tooltip th {
  background-color: #aaa !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 2px 5px !important;
  text-align: left !important;
  color: #FFF !important;
  border: none !important;
}

.c3-tooltip td {
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 3px 6px !important;
  background-color: #fff !important;
  border-left: 1px dotted #999 !important;
  color: #000 !important;
}

.c3-tooltip td > span {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  margin-right: 6px !important;
}

.c3-tooltip td.value {
  text-align: right !important;
}

/* end legenda chart c3 */


/* start bootstrap-wrapper */
.bootstrap-wrapper .data {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget {
  color: #000;
}

.bootstrap-datetimepicker-widget li {
  display: list-item;
}

/* end bootstrap-wrapper */


.icon-link-extern {
  width: 14px;
  height: 12px;
  display: inline-block;
  background: url(../images/sprite.png) 0 -260px transparent no-repeat;
  margin: 0 6px;
}

.icon-link-extern-mare {
  width: 25px;
  height: 21px;
  display: inline-block;
  background: url(../images/sprite.png) 0 -320px transparent no-repeat;
  margin-left: 16px;
}

@media (max-width: 768px) {
  .icon-link-extern-mare {
    width: 14px;
    height: 12px;
    display: inline-block;
    background: url(../images/sprite.png) 0 -260px transparent no-repeat;
    margin-left: 10px;
  }
}

.icon-doc-pdf {
  width: 13px;
  height: 15px;
  display: inline-block;
  background: url(../images/sprite.png) 0 -290px transparent no-repeat;
  margin: 0 6px;
}

.icon-doc-pdf-mare {
  width: 18px;
  height: 21px;
  display: inline-block;
  background: url(../images/sprite.png) 0 -700px transparent no-repeat;
  margin: 0 6px;
}

@media (max-width: 768px) {
  .icon-doc-pdf-mare {
    width: 13px;
    height: 15px;
    background: url(../images/sprite.png) 0 -290px transparent no-repeat;
  }
}

.pt-105 {
  padding-top: 105px !important;
}

@media (max-width: 768px) {
  .pt-105 {
    padding-top: 70px !important;
  }
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.lh-37 {
  line-height: 37px !important;
}

.ev-negativ {
  color: #ed0606;
}

.ev-pozitiv {
  color: #19ba04;
}

.h-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.bg-bleumarin {
  background-color: #1f2844;
}

.bg-gri {
  background-color: #f1f1f1;
}

.bg-orange {
  background-color: #e57040;
}

.bleu {
  color: #0179b6;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.semibold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.v-top {
  vertical-align: top !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

.full-width {
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

article *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

article *::-webkit-scrollbar-button {
  width: 5px;
  height: 5px;
}

article *::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 10px;
}

article *::-webkit-scrollbar-thumb {
  background: #999;
  border: thin solid gray;
  border-radius: 10px;
}

article *::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}

.position-relative {
  position: relative;
}

.size0 {
  width: 0px !important;
  height: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.nowrap {
  white-space: nowrap;
}


.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

iframe {
  z-index: 31 !important;
}

.owl-carousel-logo .item {
  display: flex;
}

div.owl-carousel-logo img {
  height: 150px !important;
  width: auto !important;
  max-width: 225px;
  margin: auto !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  article .custom-contact .col-6:first-child {
    padding-right: 0;
  }
}

.custom-contact-top-text {
  background-color: #2b3965;
  padding: 35px 37px 25px;
  color: white;
}

.custom-contact.container-frm-contact {
  background-color: #0078b5;
}

.custom-contact.container-frm-contact .container-input {
  border: 2px solid #7accc8;
}

.padding-15 {
  padding: 15px;
}

/*bootstrap*/
.text-success {
  color: green;
}

.text-danger {
  color: red;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  display: table;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  display: table;
}

.row {
  height: 100%;
  display: table-row;
  margin-right: -15px;
  margin-left: -15px;
}

.row .no-float {
  display: table-cell;
  float: none;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 15px;
}

.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-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@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-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* custom style 2021 */
.main-nav .absolute-nav {
  position: absolute;
  top: -2px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

.main-nav .absolute-nav li {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  margin-right: 15px;
}

.main-nav .absolute-nav li:last-child {
  margin-right: 0;
}

.frm-contact-float {
  float: right;
  width: 50%;
  margin-left: 15px;
}

.frm-contact-float form {
  overflow: hidden;
  margin-top: 15px;
}

.frm-contact-float .label {
  width: 100%;
  position: relative;
  float: none;
}

.frm-contact-float .container-input {
  width: 100%;
  position: relative;
  float: none;
}

@media (max-width: 999px) {
  .main-nav .absolute-nav {
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    top: 0;
  }

  .main-nav .absolute-nav .cauta {
    height: 72px;
    z-index: 1;
  }

  .main-nav .absolute-nav li {
    margin: 0;
  }

  .main-nav .absolute-nav li.login a, .main-nav .absolute-nav li.register a {
    float: none;
  }

  .main-nav .absolute-nav li.lang div {
    justify-content: center;
  }

  .main-nav .absolute-nav li {
    font-size: 16px;
  }

  .main-nav .absolute-nav li.login {
    line-height: 72px;
    width: 100% !important;
    text-align: right;
    font-size: 20px;
    background-color: #ccc;
  }

  .absolute-nav li.register a {
    height: 72px;
    line-height: 72px;
    border-radius: 0 !important;
  }

  .frm-contact-float {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .frm-contact-float .row {
    margin-top: 0 !important;
    margin-bottom: 15px;
  }

  .frm-contact-float .label {
    transform: translateY(0);
    margin-bottom: 7px;
  }

  .frm-contact-float .col-6:last-child .row {
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .main-nav .absolute-nav li.login {
    font-size: 16px;
    line-height: 67px;
  }
}

.btn-cont {
  text-align: center;
  font-size: 28px;
  margin-bottom: 80px;
}

@media (max-width: 599px) {
  .btn-cont {
    font-size: 14px;
  }
}

.btn-cont a {
  background: #e57040 !important;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none !important;
  box-shadow: inset 2px 2px 10px #fcb294fa, 1px 1px 7px #9c9693;
  color: #fff !important;
  text-transform: none;
}

.btn-cont a:hover {
  background: #e57040 !important;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none !important;
  box-shadow: inset 1px 1px 10px #ffdaccfa, 1px 1px 7px #9c9693;
  animation: btn-hover 2s forwards;
  text-transform: none;
}

@keyframes btn-hover {
  from {
      color: white;
  }

  to {
      color: #1D1B56;
      box-shadow: inset 2px 2px 10px #fcb294fa, 3px 3px 7px #746e6b;
  }
}

.title-page, .sapou {
  margin-bottom: 70px;
}

/* 

RECOMANDA UN PRIETEN

*/
.mb-0{
  margin-bottom: 0px !important;
}
.mt-1{
  margin-top:15px;
}

.decoration-none{
  text-decoration: none !important;
}

.invite-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.invite-card h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.invite-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: relative;
}

.btn {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-copy {
  background-color: #ffffff;
  color: #2b3965;
  border: 2px solid #2b3965;
}

.btn-copy:hover {
  background-color: #2b3965;
  color: #ffffff;
  transform: translateY(-2px);
}

.copy-notification {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #086400;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}


.disclaimer {
  font-size: 0.8em !important;
  color: #888 !important;
  font-style: italic;
  opacity: 0.70;
}

@media (max-width: 768px) {
  #referral-link {
      font-size: 12px;
      font-weight: bold;
  }
}