@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@font-face {
  font-family: 'MyriadProSemibold';
  src: url("../include/fonts/myriadpro-semibold.eot");
  src: url("../include/fonts/myriadpro-semibold.eot?#iefix") format("embedded-opentype"), url("../include/fonts/myriadpro-semibold.woff") format("woff"), url("../include/fonts/myriadpro-semibold.ttf") format("truetype"), url("../include/fonts/myriadpro-semibold.svg#MyriadProSemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadProRegular';
  src: url("../include/fonts/myriadpro-regular.eot");
  src: url("../include/fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../include/fonts/myriadpro-regular.woff") format("woff"), url("../include/fonts/myriadpro-regular.ttf") format("truetype"), url("../include/fonts/myriadpro-regular.svg#MyriadProRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadProLight';
  src: url("../include/fonts/myriadpro-light.eot");
  src: url("../include/fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"), url("../include/fonts/myriadpro-light.woff") format("woff"), url("../include/fonts/myriadpro-light.ttf") format("truetype"), url("../include/fonts/myriadpro-light.svg#MyriadProLight") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background: url(../images/bg_top.jpg) center top repeat-x;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 12px;
  line-height: 20px; }

a {
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #222; }
  a:hover {
    color: #e12727; }

h1, h2, h4, h5, h6 {
  font-weight: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

::selection {
  background: #333;
  color: #fff; }

::-moz-selection {
  background: #333;
  color: #fff; }

#wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative; }

.clear {
  clear: both; }

input, select, textarea {
  padding: 5px;
  font-size: 12px;
  outline: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

input[type="text"], input[type="password"], select, textarea {
  font-size: 11px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border: solid 1px #ddd;
  border-top: 1px solid #bbb;
  padding: 5px;
  vertical-align: middle;
  outline: none; }
  input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    border-color: #4E4E4E #7C7C7C #A3A3A3;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
    outline: none; }

select {
  padding: 3px 5px 5px; }

input[type="submit"] {
  border: 1px solid #be2020;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: #e12727 !important;
  padding: 0 15px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  height: 26px;
  line-height: 24px; }
  input[type="submit"]:hover {
    background: #ed4a4a !important;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }

.red_btn {
  border: 1px solid #be2020;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: #e12727 !important;
  padding: 0 15px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  height: 26px;
  line-height: 26px; }
  .red_btn:hover {
    background: #ed4a4a !important;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }

.btn {
  border: 1px solid #777;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: #999;
  padding: 0 15px;
  margin-top: 5px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 26px;
  line-height: 26px; }
  .btn.zone {
    float: left;
    display: block;
    margin-top: 0; }
  .btn:hover {
    background: #ed4a4a;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    border: 1px solid #be2020; }

#overlay {
  width: 100%;
  height: 100%;
  z-index: 199;
  background: #B2B2B2;
  position: fixed;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  top: 0;
  bottom: 0;
  left: 0;
  display: none; }

.two_col_layout h1 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #e12727; }
  .two_col_layout h1 span.count {
    color: #bbbbbb; }
.two_col_layout h2 {
  font-size: 12px;
  margin-bottom: 10px;
  font-style: italic; }
.two_col_layout h3 {
  font-weight: 600;
  font-size: 14px; }
.two_col_layout .col .important_links li {
  line-height: 30px;
  border-bottom: 1px dashed #ddd; }
  .two_col_layout .col .important_links li a {
    background: url(../images/arrow.png) left center no-repeat;
    display: block;
    color: #222;
    padding-left: 20px; }
    .two_col_layout .col .important_links li a:hover {
      color: #3b77a1; }
.two_col_layout .col .content_box {
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 10px;
  padding: 20px 20px 20px;
  text-align: justify;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important; }
  .two_col_layout .col .content_box .h1 {
    margin: 0 20px 20px 0;
    font-size: 18px;
    color: #e12727; }
  .two_col_layout .col .content_box.blue_bg {
    background: #f5f5f5; }
.two_col_layout .col.left_col {
  width: 650px;
  float: left;
  margin-right: 10px; }
.two_col_layout .col.right_col {
  width: 300px;
  float: left; }

.secondary_menu {
  margin: 5px 0 10px; }
  .secondary_menu li {
    line-height: 30px;
    border-bottom: 1px dashed #ddd; }
    .secondary_menu li a {
      background: url(../images/arrow.png) left center no-repeat;
      display: block;
      color: #222;
      padding-left: 20px; }
      .secondary_menu li a:hover {
        color: #3b77a1; }

#page .two_col_layout .left_col {
  width: 300px;
  float: left;
  margin-right: 10px; }
  #page .two_col_layout .left_col h1 {
    font-size: 20px !important; }
#page .two_col_layout .right_col {
  width: 650px;
  float: left; }
#page.adauga_oferta h1 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px; }
#page.adauga_oferta .variante {
  margin-top: 20px;
  text-align: center; }
  #page.adauga_oferta .variante a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important; }
    #page.adauga_oferta .variante a#varianta_simpla {
      margin-right: 20px; }
#page.adauga_oferta .right_col .content_box a {
  color: #ed4a4a; }
  #page.adauga_oferta .right_col .content_box a:hover {
    color: #e12727; }
#page.lista_oferte.favorite .oferta:last-child {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }
#page.lista_oferte .content_box .top_part {
  padding: 20px;
  border-bottom: 1px solid #ddd; }
#page.lista_oferte .search_id {
  position: absolute;
  top: 20px;
  right: 20px; }
  #page.lista_oferte .search_id input[type='submit'] {
    margin-left: 10px; }
#page.lista_oferte .ordonare {
  padding-top: 10px; }
  #page.lista_oferte .ordonare .ord_filtru {
    float: left;
    margin-right: 20px; }
    #page.lista_oferte .ordonare .ord_filtru select {
      width: 100%; }
#page.lista_oferte .oferta {
  position: relative;
  border-bottom: 1px dashed #ddd;
  padding: 20px 20px 10px; }
  #page.lista_oferte .oferta .oferta_left {
    float: left;
    width: 196px;
    display: block;
    position: relative;
    margin-right: 20px; }
    #page.lista_oferte .oferta .oferta_left .imagine {
      width: 186px;
      height: 122px;
      display: block;
      background: #fff;
      padding: 4px;
      border: 1px solid #ddd;
      margin-bottom: 10px; }
      #page.lista_oferte .oferta .oferta_left .imagine img {
        width: 100%;
        height: 100%; }
      #page.lista_oferte .oferta .oferta_left .imagine .promo {
        position: absolute;
        top: 0;
        width: 186px;
        margin-top: 5px;
        line-height: 30px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-indent: 10px; }
      #page.lista_oferte .oferta .oferta_left .imagine .exclus {
        line-height: 25px;
        display: block;
        padding-left: 25px;
        margin-top: 5px;
        margin-left: 10px;
        background: url(../images/exclus.png) center left no-repeat; }
  #page.lista_oferte .oferta h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px; }
  #page.lista_oferte .oferta .informatii {
    float: left;
    width: 392px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
    #page.lista_oferte .oferta .informatii .h1 {
      font-size: 14px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
      #page.lista_oferte .oferta .informatii .h1 a {
        color: #e12727; }
    #page.lista_oferte .oferta .informatii .oferta_fields {
      float: left; }
      #page.lista_oferte .oferta .informatii .oferta_fields li {
        width: 192px;
        float: left; }
    #page.lista_oferte .oferta .informatii .pret {
      color: #e12727;
      margin-top: 10px;
      position: absolute;
      left: 236px;
      bottom: 20px; }
      #page.lista_oferte .oferta .informatii .pret .valoare {
        font-size: 24px;
        font-weight: bold; }
      #page.lista_oferte .oferta .informatii .pret .currency {
        margin-top: 6px;
        display: inline-block; }
    #page.lista_oferte .oferta .informatii .btn {
      float: right;
      position: absolute;
      padding: 0px 15px;
      right: 20px;
      bottom: 20px; }
#page .exclus {
  line-height: 25px;
  display: block;
  padding-left: 25px;
  margin-left: 10px;
  background: url(../images/exclus.png) center left no-repeat; }
#page .add_fav {
  float: left;
  line-height: 25px;
  padding-left: 25px;
  margin-left: 10px;
  background: url(../images/fav_plus.png) center left no-repeat; }
#page .del_fav {
  line-height: 25px;
  display: block;
  padding-left: 25px;
  margin-left: 10px;
  background: url(../images/fav_minus.png) center left no-repeat; }

#filtrare_side {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border: 1px solid #ddd;
  padding: 20px; }
  #filtrare_side input, #filtrare_side select {
    margin-bottom: 5px;
    background: #f5f5f5; }
    #filtrare_side input.range, #filtrare_side select.range {
      width: 30px !important; }
  #filtrare_side label {
    line-height: 30px; }

.oferta_similara {
  margin: 10px;
  float: left;
  width: 196px; }
  .oferta_similara img {
    margin-bottom: 10px;
    width: 196px;
    height: 135px;
    border: 4px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .oferta_similara h4 {
    height: 60px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden; }
  .oferta_similara h3 {
    margin-bottom: 10px; }
  .oferta_similara .btn {
    display: block;
    float: left; }
  .oferta_similara:hover img {
    border: 4px solid #e12727; }

.detalii_oferta .right_col .content_box {
  padding: 20px 0 !important; }
  .detalii_oferta .right_col .content_box h1 {
    margin: 0 20px 20px;
    font-size: 18px; }
  .detalii_oferta .right_col .content_box h3 {
    padding: 0 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #DDD; }
.detalii_oferta .oferta_informatii {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px; }
  .detalii_oferta .oferta_informatii .imagine_oferta {
    width: 286px;
    height: 222px;
    display: block;
    float: left;
    background: #f5f5f5;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px; }
    .detalii_oferta .oferta_informatii .imagine_oferta img {
      width: 100%;
      height: 100%; }
  .detalii_oferta .oferta_informatii .informatii_right {
    float: left;
    margin-left: 20px;
    width: 290px;
    padding: 0 0 20px; }
    .detalii_oferta .oferta_informatii .informatii_right h3 {
      margin-top: 20px; }
.detalii_oferta .lista_imagini {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #ddd; }
  .detalii_oferta .lista_imagini li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 144px; }
    .detalii_oferta .lista_imagini li img {
      width: 100%; }
    .detalii_oferta .lista_imagini li:last-child {
      margin-right: 0; }
.detalii_oferta .detalii_caract {
  float: left;
  width: 50%;
  width: 294px;
  margin-right: 20px;
  line-height: 24px; }
.detalii_oferta .detalii_caract_1 {
  margin-right: 20px;
  float: left;
  width: 294px;
  margin-top: 15px; }
.detalii_oferta .pret {
  color: #e12727;
  margin-top: 20px; }
  .detalii_oferta .pret .valoare {
    font-size: 24px;
    font-weight: bold; }
  .detalii_oferta .pret .currency {
    margin-top: 6px;
    display: inline-block; }

#header {
  padding-top: 15px;
  display: block;
  border-bottom: 1px solid #eee; }
  #header #logo {
    float: left; }
  #header #header_right_part {
    float: right; }
    #header #header_right_part .promo {
      float: right;
      margin-bottom: 13px; }
  #header ul#top_menu li {
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 66px; }
    #header ul#top_menu li a {
      display: block;
      box-shadow: inset 0 1px 0 white;
      -moz-box-shadow: inset 0 1px 0 white;
      -webkit-box-shadow: inset 0 1px 0 white;
      color: #3b77a1;
      padding: 0 10px 0 40px;
      line-height: 35px;
      border: 1px solid #c6dbe7;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      border-radius: 5px !important; }
      #header ul#top_menu li a.top_add {
        background: url(../images/house.png) 10px center no-repeat white; }
        #header ul#top_menu li a.top_add:hover {
          background: url(../images/house.png) 10px center no-repeat #f2f9fd; }
      #header ul#top_menu li a.top_send {
        background: url(../images/trimite.png) 10px center no-repeat white;
        padding-left: 30px; }
        #header ul#top_menu li a.top_send:hover {
          background: url(../images/trimite.png) 10px center no-repeat #f2f9fd; }
      #header ul#top_menu li a.top_agent {
        background: url(../images/agent.png) 10px center no-repeat white;
        padding-left: 35px; }
        #header ul#top_menu li a.top_agent:hover {
          background: url(../images/agent.png) 10px center no-repeat #f2f9fd; }
      #header ul#top_menu li a:hover {
        color: #e12727; }
  #header #lang {
    float: right; }
    #header #lang li {
      float: left; }
      #header #lang li a {
        display: block;
        width: 26px;
        height: 26px; }

#menu {
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 0;
  height: 20px; }
  #menu .submeniu {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 99;
    padding: 10px;
    min-width: 180px;
    top: 20px; }
    #menu .submeniu li {
      border-right: none;
      border-bottom: 1px dashed #ddd;
      width: 100%;
      line-height: 30px;
      text-transform: none;
      font-size: 12px; }
      #menu .submeniu li:first-child {
        border-top: 1px dashed #ddd; }
      #menu .submeniu li a {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        display: block;
        padding: 0; }
      #menu .submeniu li:hover .subsubmeniu {
        display: block; }
    #menu .submeniu .subsubmeniu {
      background: #fff;
      display: none;
      position: absolute;
      z-index: 99;
      padding: 10px;
      min-width: 180px;
      top: -10px;
      left: 180px; }
      #menu .submeniu .subsubmeniu li {
        border-right: none;
        border-bottom: 1px dashed #ddd;
        width: 100%;
        line-height: 30px;
        text-transform: none;
        font-size: 12px; }
        #menu .submeniu .subsubmeniu li a {
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          display: block;
          padding: 0; }
  #menu li {
    float: left;
    position: relative;
    display: inline-block;
    border-right: 1px solid #dedede; }
    #menu li.last {
      border-right: none; }
    #menu li a {
      display: block;
      padding: 0 10px;
      color: #222;
      font-family: MyriadProSemibold, Arial, Helvetica, sans-serif;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      #menu li a:hover {
        color: #e12727; }
    #menu li:hover .submeniu {
      display: block; }
    #menu li.clear {
      border: none;
      clear: both;
      line-height: 30px;
      text-transform: none;
      font-size: 12px; }

#slider {
  width: 650px;
  height: 210px;
  margin-bottom: 10px;
  display: block;
  background: #eee;
  overflow: hidden;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important; }
  #slider img {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important; }
  #slider .nivo-slice {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important; }

.right_boxes .box {
  height: 100px;
  width: 300px;
  margin-bottom: 10px;
  display: block;
  background: #eee;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important; }

.bottom_boxes .box {
  float: left;
  height: 100px;
  width: 320px;
  margin-bottom: 10px;
  display: block;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  text-align: justify; }

#filtrare {
  margin-bottom: 10px; }
  #filtrare.advanced .three_sides {
    height: 301px !important; }
    #filtrare.advanced .three_sides .side {
      height: 250px !important; }
  #filtrare .tabs {
    position: relative;
    z-index: 2; }
    #filtrare .tabs .tab {
      float: left;
      display: inline-block;
      background: #e2f1fa;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
      border: 1px solid #C6DBE7;
      border-bottom: 1px solid #C6DBE7;
      margin-right: 1px; }
      #filtrare .tabs .tab a {
        display: block;
        padding: 0 20px;
        line-height: 30px;
        font-weight: 600;
        color: #000 !important; }
        #filtrare .tabs .tab a span {
          line-height: 30px;
          margin-top: 10px; }
          #filtrare .tabs .tab a span img {
            vertical-align: middle; }
      #filtrare .tabs .tab:hover {
        background: #fff;
        border-bottom: 1px solid #fff; }
    #filtrare .tabs .ui-state-active {
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      background: #fff;
      border-bottom: 1px solid #fff; }
  #filtrare .the_two_buttons {
    text-align: right;
    border-top: 1px solid #b9d2e1;
    margin-top: 10px;
    padding: 10px 0; }
    #filtrare .the_two_buttons .white_surface {
      padding: 0 15px;
      background: #fff;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      border-radius: 5px !important; }
    #filtrare .the_two_buttons #cautare_avansata {
      background: url(../images/cautare_avansata_ico.png) left center no-repeat;
      padding-left: 20px;
      float: left; }
    #filtrare .the_two_buttons #filter_adauga {
      background: url(../images/house.png) 10px center no-repeat;
      padding-left: 40px;
      margin-right: 10px; }
    #filtrare .the_two_buttons #filter_trimite {
      background: url(../images/trimite.png) 10px center no-repeat;
      padding-left: 30px; }
  #filtrare .tab_content {
    background: url(../images/tab_bg.png) center top repeat-x #e2f1fa;
    border: 1px solid #C6DBE7;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    margin-top: -1px;
    padding: 19px 19px 10px;
    line-height: 30px; }
    #filtrare .tab_content input, #filtrare .tab_content select, #filtrare .tab_content textarea {
      margin-bottom: 5px;
      background: #fff; }
      #filtrare .tab_content input.range, #filtrare .tab_content select.range, #filtrare .tab_content textarea.range {
        width: 50px !important; }
    #filtrare .tab_content input {
      margin-bottom: 5px; }
    #filtrare .tab_content .filter_submit {
      position: absolute;
      background: url(../images/cauta_oferte.png) 10px center no-repeat #e12727 !important;
      padding-left: 30px;
      bottom: 61px;
      right: 0;
      margin-bottom: 0px;
      height: 28px;
      line-height: 28px; }
      #filtrare .tab_content .filter_submit:hover {
        background: url(../images/cauta_oferte.png) 10px center no-repeat #ed4a4a !important; }
    #filtrare .tab_content label {
      line-height: 30px; }
    #filtrare .tab_content .two_sides input, #filtrare .tab_content .two_sides select {
      width: 200px; }
    #filtrare .tab_content .two_sides .side {
      float: left;
      width: 50%; }
    #filtrare .tab_content .three_sides {
      position: relative;
      overflow: hidden;
      height: 247px; }
      #filtrare .tab_content .three_sides form[name="frmSearch"] {
        height: 186px; }
      #filtrare .tab_content .three_sides input[type="text"] {
        width: 180px; }
      #filtrare .tab_content .three_sides select {
        width: 190px; }
      #filtrare .tab_content .three_sides .side {
        float: left;
        height: 180px; }
        #filtrare .tab_content .three_sides .side.side_1 {
          width: 170px;
          margin-right: 60px; }
        #filtrare .tab_content .three_sides .side.side_2 {
          width: 150px;
          margin-right: 38px; }
        #filtrare .tab_content .three_sides .side.side_3 {
          width: 190px; }
  #filtrare #zone {
    position: absolute;
    display: none;
    width: 740px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    z-index: 202;
    top: 100px;
    left: 80px;
    height: 470px;
    overflow: auto;
    padding: 50px 20px 10px;
    border: 10px solid #e2f1fa; }
    #filtrare #zone .pop_up_title {
      background: #3b77a1;
      color: white;
      position: absolute;
      top: 0;
      width: 780px;
      line-height: 40px;
      height: 40px;
      left: 0;
      text-indent: 20px;
      font-size: 14px; }
    #filtrare #zone #continut_zone {
      position: relative;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd;
      height: 400px; }
    #filtrare #zone input {
      margin: 0;
      margin-right: 10px;
      vertical-align: text-bottom; }
    #filtrare #zone .zona {
      margin-top: 10px;
      font-size: 14px;
      font-weight: 600; }
    #filtrare #zone .subzona {
      width: 360px; }
    #filtrare #zone .zona_left {
      float: left;
      width: 360px; }
    #filtrare #zone .zona_right {
      float: left;
      width: 360px; }
    #filtrare #zone .close_pop {
      margin-top: 15px;
      float: left; }

#footer {
  background: url(../images/footer_bg.png) center top repeat-x #c9e1ef;
  margin-top: 20px;
  color: #3b77a1; }
  #footer .h1, #footer .h2, #footer .h3 {
    color: #3b77a1;
    font-size: 20px;
    margin-bottom: 5px; }
  #footer .two_col_layout {
    padding: 20px 0 40px;
    width: 960px;
    margin: 0 auto; }
    #footer .two_col_layout .col .inside {
      padding: 0 20px; }
      #footer .two_col_layout .col .inside.social a {
        display: block;
        float: left;
        margin: 10px 15px 0 0; }
    #footer .two_col_layout .col.left_col {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-style: italic; }
  #footer .copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 920px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 40px; }
    #footer .copyright ul {
      float: left; }
      #footer .copyright ul li {
        float: left;
        display: inline-block;
        margin-right: 15px; }
        #footer .copyright ul li a {
          color: #3b77a1; }
          #footer .copyright ul li a:hover {
            color: #e12727; }
    #footer .copyright .copy {
      float: right; }
      #footer .copyright .copy a {
        color: #e12727; }
		#footer .copyright .copy img {
			vertical-align: middle;
		}

.newsletter {
  background: url(../images/newsletter_bg.png) center bottom no-repeat; }
  .newsletter input[type="text"] {
    width: 136px;
    margin-right: 10px; }

.convertor {
  background: url(../images/convertor_bg.png) center bottom no-repeat; }
  .convertor #data_c {
    margin-bottom: 10px;
    width: 100px; }
  .convertor form {
    margin-bottom: 12px; }
  .convertor input {
    width: 170px; }
  .convertor .convertor_left {
    float: left;
    margin-right: 20px;
    width: 170px;
    margin-bottom: 10px; }
  .convertor .convertor_right {
    float: left;
    margin-bottom: 10px; }
  .convertor input[type="submit"] {
    width: 100px;
    float: right; }

.paginatie {
  float: right;
  margin-top: 25px; }
  .paginatie a, .paginatie span {
    padding: 3px 8px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .paginatie a:hover, .paginatie span:hover {
      background: #e12727;
      color: #fff;
      cursor: pointer; }
  .paginatie .disabled {
    color: #bbb !important;
    background: none !important; }
  .paginatie .current {
    background: #e12727;
    color: #fff;
    cursor: pointer; }
  .paginatie.pag_jos {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px; }

#left_fixed {
  position: fixed;
  top: 220px;
  left: -140px;
  z-index: 9999;
  background: #e12727;
  width: 185px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  #left_fixed .pull {
    position: absolute;
    right: -6px;
    top: 49px; }
  #left_fixed ul li {
    line-height: 30px;
    border-bottom: 1px solid #bc2718; }
    #left_fixed ul li:last-child {
      border-bottom: none; }
    #left_fixed ul li a {
      display: block;
      text-align: left;
      padding-left: 20px;
      color: #fff;
      margin-right: 10px; }
      #left_fixed ul li a.left_1 {
        background: url(../images/left_fav.png) center right no-repeat; }
      #left_fixed ul li a.left_2 {
        background: url(../images/left_search.png) center right no-repeat; }
      #left_fixed ul li a.left_3 {
        background: url(../images/left_house.png) center right no-repeat; }
      #left_fixed ul li a.left_4 {
        background: url(../images/left_send.png) center right no-repeat; }
      #left_fixed ul li a:hover {
        color: #ffdad6; }
  #left_fixed:hover {
    left: -5px; }

#feedback {
  position: fixed;
  bottom: -470px;
  right: 10px;
  z-index: 9999;
  width: 285px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  #feedback > a {
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
    background: url(../images/email.png) 20px center no-repeat #e12727;
    display: block;
    float: right;
    width: 165px;
    height: 20px;
    padding: 10px 10px 10px 30px; }
  #feedback form {
    background: url(../images/tab_bg.png) center top repeat-x #e2f1fa;
    border: 1px solid #C6DBE7;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 0;
    border-radius: 5px;
    border-top-right-radius: 0;
    padding-bottom: 10px;
    border-bottom: none; }
	#feedback form textarea {height:65px;}
    #feedback form label {
      width: 100%;
      text-align: center; }
#formular .checkboxes { height: 100px; }
#feedback form .checkboxes { margin: 10px; height: 90px; }
#feedback form .checkboxes label { text-align: left;}
#feedback form .checkboxes label a { vertical-align: baseline; }

.add_off .checkboxes label { width: 100%; }

#feedback form .checkboxes label input.error ~ span,
#feedback form .checkboxes label input.error ~ span a,
.add_off .checkboxes label input.error ~ span,
.add_off .checkboxes label input.error ~ span a { color: #e12727; }

#cerere {
  position: absolute;
  display: none;
  width: 340px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  z-index: 202;
  top: 0;
  left: 0;
  height: 320px;
  overflow: auto;
  padding: 10px;
  border: 10px solid #e2f1fa; }
  #cerere label {
    display: block; }
    #cerere label.error {
      display: none; }
  #cerere input[type=text] {
    width: 96%; }
  #cerere textarea {
    width: 96%;
    height: 40px;
    margin-bottom: 20px; }
  #cerere #inchide_cerere {
    float: right;
    font-weight: 600;
    margin: -10px -10px 0 0;
    display: block;
    width: 18px;
    height: 18px; }

input.error, select.error, textarea.error {
  border: solid 1px #e12727 !important; }

.add_off .field {
  width: 100%;
  display: block;
  clear: both; }
.add_off .acc_header {
  border-bottom: solid 1px #c2c2c2;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 7px; }
.add_off label {
  display: block;
  float: left;
  width: 250px; }
  .add_off label.inline {
    display: inline;
    width: auto;
    float: none; }
.add_off input[type=text], .add_off textarea {
  width: 250px; }
.add_off select {
  width: 260px; }
.add_off .filter_submit {
  position: static !important;
  margin-right: 40px; }
.add_off .caracteristici label {
  display: inline;
  width: auto;
  float: none; }
.add_off .caracteristici .proprietate_bifa {
  padding: 5px 5px 0;
  float: left; }
  .add_off .caracteristici .proprietate_bifa label {
    float: left;
    min-width: 122px;
    line-height: 22px !important;
    margin-left: 5px; }
  .add_off .caracteristici .proprietate_bifa input[type="checkbox"] {
    float: left;
    margin-right: 0px;
    margin-left: 0; }
.add_off .caracteristici .proprietate_lista {
  padding: 5px 10px 0 0;
  width: 290px;
  float: left;
  height: 54px; }
  .add_off .caracteristici .proprietate_lista .prop_field {
    margin: 0; }
  .add_off .caracteristici .proprietate_lista label {
    float: none;
    display: block;
    min-width: 100%;
    width: 100%;
    line-height: 22px;
    height: 22px; }
  .add_off .caracteristici .proprietate_lista select, .add_off .caracteristici .proprietate_lista input {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .add_off .caracteristici .proprietate_lista input[type=text] {
    margin-bottom: 7px !important;
    width: 96%; }
.add_off #inchiriere_1, .add_off #inchiriere_2, .add_off #inchiriere_3, .add_off #inchiriere_4, .add_off #inchiriere_5 {
  display: none; }

.special {
  display: none !important; }

.validate label.error {
  display: none !important; }

#loading {
  display: none; }
  #loading img {
    vertical-align: middle;
    margin-right: 10px; }

#taxe dl {
  width: 600px;
  margin: 5px auto 0 auto;
  display: block; }
  #taxe dl dt {
    width: 180px;
    float: left;
    margin: 5px 0;
    border-bottom: solid 1px #dedede;
    padding-bottom: 3px; }
  #taxe dl dd {
    width: 190px;
    float: left;
    margin: 5px 0;
    text-align: right;
    border-bottom: solid 1px #dedede;
    padding-bottom: 3px; }
    #taxe dl dd.red {
      color: #e12727;
      border-bottom: none;
      line-height: 20px;
      height: 20px;
      text-align: left;
      padding-left: 20px;
      width: 200px; }
  #taxe dl .strong {
    font-weight: bold; }

#frmTaxe label {
  line-height: 30px; }
#frmTaxe input, #frmTaxe select {
  margin-bottom: 5px; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.ag_of, .ag_cr {
  display: none;
  text-align: center; }

.line {
  height: 1px;
  width: 100%;
  background: #ddd; }

ul.lista_in_site {
  list-style: disc;
  margin-left: 30px; }

#seo {
  min-height: 30px;
  clear: both;
  width: 920px;
  margin: 0 auto; }

#social_icons {
  text-align: right;
  padding-bottom: 10px; }
  #social_icons a {
    float: right;
    display: block;
    margin-left: 10px; }

#social_icons_promo {
  float: right; }
  #social_icons_promo .share, #social_icons_promo .plusone {
    float: right;
    margin-bottom: 3px; }
  #social_icons_promo .plusone {
    position: relative; }
    #social_icons_promo .plusone div {
      position: absolute;
      right: 50px; }
