

.site-description {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  display: inline-block;
  margin-left: 5px;
  padding-left: 8px;
  background: url("../images/separator.png") no-repeat 0 0;
}

.mobile-menu-overlay {
  display: none !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 999999;
}

.close-mobile-menu {
  float: right;
  margin-right: 10px;
}

.close-mobile-menu i {
  font-size: 30px;
  color: white;
}

.mobile-menu {
  display: block !important;
  min-width: 200px;
  width: 80%;
  background: white;
  margin: 0 auto !important;
}

.mobile-menu li {
  width: 100% !important;
  line-height: 50px;
  text-align: center;
  display: block !important;
}

.navigation {
  margin-left: auto;
}

.navigation .nav-button {
  display: none;
  text-decoration: none;
  color: white;
  background: #333333;
  padding: 5px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul li {
  display: inline-block;
  padding: 0 23px;
  margin-top: -3px;
  display: inline-block;
}

.navigation ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.navigation ul li .current-page {
  border-bottom: 2px solid #0fadd1;
}

.language-selector {
  float: right;
}

.language-selector .flag-holder {
  width: 16px;
  height: 13px;
  background: url(../images/lang.png);
  display: inline-block;
}

.language-selector form select {
  border: none;
  outline: none;
}

.subheader {
  height: 500px;
  width: 100%;
  background: url("/image/bnr-bg.jpg") center center no-repeat;
}

.subheader .tagline {
  font-size: 38px;
  font-weight: 900;
  color: white;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding-top: 25px;
  text-shadow: 2px 2px 5px black;
}

.content-wrapper .wrapper {
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*margin-top: -200px;*/
}

.main-area {
  padding: 20px;
}

.sidebar {
  position: relative;
  width: 20%;
  float: left;
}

.choose-class .widget-title {
  background-color: #333333;
  color: white;
  padding: 15px 0;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.choose-class ul.class-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 800;
}

.choose-class ul.class-menu a {
  text-decoration: none;
  display: block;
  color: white;
  border-top: 1px solid white;
}

.choose-class ul.class-menu alast-child {
  border-bottom: 1px solid;
}

.choose-class ul.class-menu a li {
  display: block;
  margin-left: 20px;
  padding: 8px 0;
}

.choose-class ul.class-menu a li i {
  margin-right: 10px;
}

ul.subclass {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

ul.subclass a {
  padding-left: 10px;
}

.visible {
  display: block;
}

.economy-class,
.economy-elite-class,
.economy-elite-automatic-class {
  background-color: #333333;
  text-transform: uppercase;
  font-size: 20px;
}

.economy-sub,
.economy-elite-sub,
.economy-elite-automatic-sub {
  background-color: #333333;
}

.compact-class,
.automatic-gearbox-class {
  background-color: #333333;
}

.compact-sub,
.automatic-gearbox-sub {
  background-color: #333333;
}

.intermediate-class,
.mini-bus-class {
  background-color: #333333;
}

.intermediate-sub,
.mini-bus-sub {
  background-color: #333333;
}

.van-class {
  background-color: #333333;
}

.van-sub {
  background-color: #333333;
}

.suv-class,
.suv-sfmr-class,
.suv-sfad-class,
.suv-ffnr-class,
.luxury-suv-class {
  background-color: #333333;
}

.suv-sub,
.suv-sfmr-sub,
.suv-sfad-sub,
.suv-ffnr-sub,
.luxury-suv-sub {
  background-color: #1a1a1a;
}

.contact-widget {
  margin-top: 20px;
  border: 2px solid #0fadd1;
  border-radius: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-widget .contact-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20px;
  background: #0fadd1 url("../images/contact.png") no-repeat center center;
}

.contact-widget .contact-content {
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-widget img {
  width: 75px;
  height: 75px;
  border: 1px solid black;
}

.contact-widget .contact-text {
  margin-left: 5px;
}

.contact-widget .contact-text h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}

.contact-widget .contact-text h3 {
  font-size: 15px;
  color: #717171;
  margin: 0;
}

.contact-widget .contact-text p {
  margin: 0;
}

.contact-widget .contact-text .schedule {
  color: #b53306;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.phone {
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  font-size: 18px;
  text-decoration: none;
}

.contact-email {
  font-weight: 600;
  color: #0fadd1;
  margin-bottom: 4px;
  text-decoration: none;
}

.main {
  width: 80%;
  float: left;
}

.class-wrapper {
  width: auto;
  margin-left: 20px;
}

.class-wrapper p {
  line-height: 1.4;
  font-size: 1.1em;
  margin-top: 0;
}

.class-wrapper h1 {
  margin-top: 0;
}

p img.float-left {
  float: left;
  margin-right: 10px;
}

p img.float-right {
  float: right;
  margin-left: 10px;
}

.car {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 3px;
  border: 2px solid;
  /*background: #e4f1f9;*/
  margin-bottom: 30px;
}

.car.economy:hover {
  box-shadow: 0px 0px 6px 2px #0fadd1;
}

.car.compact:hover {
  box-shadow: 0px 0px 6px 2px #3f81fa;
}

.car.intermediate:hover {
  box-shadow: 0px 0px 6px 2px #84939f;
}

.car.van:hover {
  box-shadow: 0px 0px 6px 2px #b2390f;
}

.car.suv:hover {
  box-shadow: 0px 0px 6px 2px black;
}

.car-left-col {
  padding: 10px;
}

.car-left-col .car-name {
  margin: 0;
  padding-bottom: 7px;
  color: #333333;
  font-size: 20px;
  font-weight: 800;
  border-bottom: 2px solid #dedede;
}

.car-image {
  margin: 20px 0;
  width: 220px;
}

.car-advantages .advantage {
  margin-left: 5px;
  float: left;
  text-align: center;
}

.car-advantages .advantage .advantage-icon {
  margin: 0;
}

.car-advantages .advantage .advantage-text {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

.advantages-rezervare {
  /*border-bottom: 2px solid #dedede;*/
  padding-bottom: 10px;
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.advantages-rezervare .advantage {
  margin-left: 0;
  float: none;
}

.advantages-rezervare .advantage .advantage-icon {
  margin: 0;
}

.advantages-rezervare .advantage .advantage-text {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

.price {
  color: #0fadd1;
  font-weight: 400;
}

.old-price {
  color: black;
  text-decoration: line-through;
}



.new-price {
  color: #ed1c24;
}

.graytext {
  color: #333333;
  font-weight: normal;
}

.car-left-col,
.car-right-col {
  padding: 10px;
}

.car-right-col {
  width: 100%;
}

.car-right-col .headline {
  margin: 0;
  padding-bottom: 7px;
  color: #333333;
  font-size: 20px;
  font-weight: 800;
}

.car-right-col .table {
  border: 2px solid #dedede;
  background: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.car-right-col .table .table-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 2px solid #dedede;
}

.car-right-col .table .table-col:last-child {
  border: none;
}

.car-right-col .table .table-col .table-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 40px;
  font-size: 20px;
  border-bottom: 2px solid #dedede;
}

.car-right-col .table .table-col .table-row:last-child {
  border: none;
}

.car-right-col .car-info {
  font-size: 16px;
  color: #333333;
  margin: 5px 0;
}

.car-right-col .bottom-car-wrapper {
  margin-top: 15px;
  position: relative;
}

.car-right-col .bottom-car-wrapper .info-avantaje-rent {
  width: 75%;
  float: left;
  /*text-align: center;*/
}

.car-right-col .bottom-car-wrapper .info-avantaje-rent .rent {
  font-weight: 500;
}

.car-right-col .bottom-car-wrapper .info-avantaje-rent .rent .fa-check {
  color: #0fadd1;
}

.car-right-col .bottom-car-wrapper .info-avantaje-rent .rent .fa-exclamation-triangle {
  color: #0fadd1;
}

.car-right-col .bottom-car-wrapper .button-area {
  width: 25%;
  float: left;
  position: relative;
}

.car-right-col .bottom-car-wrapper .button-area .arrow {
  background: url("../images/arrow.png") no-repeat;
  position: absolute;
  left: -90px;
  top: 18px;
  z-index: 1;
  width: 113px;
  height: 21px;
}

.car-right-col .bottom-car-wrapper .button-area .get-car-button {
  float: right;
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: 400;
  background: #000;
  border: 1px solid #0fadd1;
  color: white;
  border-radius: 5px;
  /* width: 120px; */
  /* height: 30px; */
  line-height: 30px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 5px 15px;
}

.car-right-col .bottom-car-wrapper .button-area .get-car-button:active {
  background: #5b7b2f;
  border-color: #90bd53;
}

.car-right-col .bottom-car-wrapper .button-area .get-car-button:hover {
  box-shadow: 0px 0px 3px 1px #0fadd1;
}

.bold {
  font-weight: 600;
}

.economy {
  border-color: #0fadd1;
}

.economy-class-label {
  /*background: #0fadd1 url("../images/economy-vertical.png") no-repeat center center;*/
  width: 28px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.compact {
  border-color: #3f81fa;
}

.compact-class-label {
  /*background: #3f81fa url("../images/compact-vertical.png") no-repeat center center;*/
  width: 28px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.intermediate {
  border-color: #84939f;
}

.intermediate-class-label {
  /*background: #84939f url("../images/intermediate-vertical.png") no-repeat center center;*/
  width: 28px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.van {
  border-color: #b2390f;
}

.van-class-label {
  /*background: #b2390f url("../images/van-vertical.png") no-repeat center center;*/
  width: 28px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.suv {
  border-color: black;
}

.suv-class-label {
  /*background: black url("../images/suv-vertical.png") no-repeat center center;*/
  width: 28px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  width: 100%;
  background-color: white;
  border-top: 1px solid #c8c8c8;
  margin-top: 30px;
}

.footer .wrapper {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.footer .wrapper .footer-info {
  border-top: 1px solid #c8c8c8;
}

.footer-info {
  padding: 20px 0;
}

.footer-info a {
  display: inline-block;
}

.footer-info a img {
  margin-right: 20px;
}

.footer-info .footer-text {
  display: inline-block;
  line-height: 14px;
}

.footer-info .footer-text p {
  font-size: 15px;
  margin: 0;
  color: #6e6e6e;
}

.footer-info .footer-logos {
  float: none;
  margin-top: 30px;
}

.footer-nav {
  padding: 20px 0;
}

.footer-nav ul {
  right: auto;
}

.scroll-to-top {
  position: fixed;
  z-index: 99999;
  bottom: 30px;
  right: 40px;
  background: white;
  color: #333333;
  border: 1px solid gray;
  text-align: center;
  border-radius: 4px;
  padding: 10px 5px;
  font-size: 12px;
  text-decoration: none;
}

.scroll-to-top i {
  font-size: 40px;
}

.main-area-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.large-car-name {
  margin: 0 0 30px 0;
  font-size: 40px;
  font-weight: 800;
  border-bottom: 2px solid #dedede;
  padding-bottom: 8px;
  display: inline-block;
}

.large-orange {
  font-size: 60px;
  color: #0fadd1 ;
}

.trei-pasi {
  margin-left: 15%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.trei-pasi i {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pasii {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pasii .pas {
  font-size: 16px;
  font-weight: 500;
}

.pasii .unu:before {
  content: "1";
  border: 1px solid black;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  margin-right: 5px;
}

.pasii .doi i {
  color: #0fadd1;
  font-size: 18px;
}

.pasii .doi:before {
  content: "2";
  border: 1px solid black;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  margin-right: 5px;
}

.pasii .trei:before {
  content: "3";
  border: 1px solid black;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  margin-right: 5px;
}

.car-prices-list {
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dedede;
}

.car-prices-list .car-prices-list-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.car-prices-list .car-prices-list-table .car-prices-list-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 20px;
  font-size: 13px;
}

.car-prices-list .car-prices-list-table .car-prices-list-row .car-prices-list-column {
  white-space: nowrap;
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.rezervare-contact-widget {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rezervare-contact-widget .whatsapp,
.rezervare-contact-widget .rezervation-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.whatsapp {
  color: #0fadd1;
  font-size: 17px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.rezervation-info {
  color: #ed1c24;
  font-weight: 700;
  display: block;
  font-size: 14px;
}

.badge-list-vertical {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.badge-list-vertical img {
  margin-bottom: 20px;
}

.arrow-holder {
  width: 100%;
  text-align: center;
  margin: 0;
}

.arrow-holder i {
  font-size: 40px;
  color: #949494;
}

.rezervation-step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-width: 2px;
  border-style: solid;
  border-color: #dedede;
  border-radius: 3px;
  margin-bottom: 20px;
}

.rezervation-step .step-label {
  background-color: #dedede;
  width: 18px;
}

.active-step {
  border-color: #0fadd1;
}

.active-step .step-label {
  background-color: #0fadd1;
}

.active-step .input-label {
  color: #333333;
}

.active-step .input-label i {
  color: #f12c2c;
}

.active-step .form-title {
  color: #333333;
}

.active-step input.text-input,
.active-step select.payment,
.active-step select.select-box {
  border: 1px solid #0fadd1;
}

.active-step .step-form .form-col .form-title {
  color: #333333;
}

.active-step .step-form .form-col .green {
  color: #0fadd1;
}

.active-step .step-form .form-col .select-options {
  color: #333333;
}

.active-step .step-form .form-col .rezervation-info-wrapper .rez-details .details-title {
  color: #333333;
}

.active-step .step-form .form-col .rezervation-info-wrapper .rez-details .final-price,
.active-step .step-form .form-col .rezervation-info-wrapper .rez-details .price-value.old-price,
.active-step .step-form .form-col .rezervation-info-wrapper .rez-details .price-disclaimer {
  color: #333333;
}

.active-step .step-form .form-col .rezervation-info-wrapper .rez-details .price-value {
  color: #0fadd1;
}

.active-step .step-form .form-col .rezervation-info-wrapper .rez-details .tax-extra-list {
  color: #333333;
}

.step-form {
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.step-form .form-col {
  width: 50%;
}

.step-form .form-col .form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.step-form .form-col .form-row .half-wrapper-input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-right: 10px;
}

.step-form .full-width {
  width: 100%;
}

.green {
  color: #dedede;
}

.green-text {
  color: #0fadd1;
}

.cheaper-price {
  margin-left: 40px;
}

input.text-input,
select.payment {
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 7px;
  padding-left: 5px;
  background: white;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  outline: 0;
}

select.payment {
  width: 100%;
  height: 30px;
}

::-webkit-input-placeholder {
  color: #bdbdbd;
  font-weight: 400;
  font-size: 14px;
}

:-moz-placeholder {
  color: #bdbdbd;
  font-weight: 400;
  font-size: 14px;
}

::-moz-placeholder {
  color: #bdbdbd;
  font-weight: 400;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 400;
  font-size: 14px;
}

.form-title {
  margin: 0 0 25px 0;
  font-size: 24px;
  font-weight: 600;
  color: #dedede;
}

.input-label {
  white-space: nowrap;
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 500;
  color: #dedede;
  text-transform: capitalize;
}

.input-label i {
  color: #dedede;
}

.select-options {
  color: #dedede;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}


.rezervation-info-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rezervation-info-wrapper .rez-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
}

.rezervation-info-wrapper .rez-details .details-title {
  font-size: 18px;
  font-weight: 500;
  color: #dedede;
}

.rezervation-info-wrapper .rez-details .tax-extra-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #dedede;
}

.rezervation-info-wrapper .rez-details .final-price,
.rezervation-info-wrapper .rez-details .price-value {
  font-size: 33px;
  font-weight: 700;
  color: #dedede;
  margin: 0;
  position: relative;
}

.rezervation-info-wrapper .rez-details .old-price-overlay {
  position: absolute !important;
  width: 99px;
  display: block;
  height: 29px;
  bottom: 0;
  left: 5px;
}

.rezervation-info-wrapper .rez-details .price-value {
  font-size: 33px;
  font-weight: 700;
  color: #dedede;
  margin: 0;
}

.rezervation-info-wrapper .rez-details .price-disclaimer {
  color: #dedede;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.rezervation-info-wrapper .no-title {
  margin-top: 48px;
}

.rezervation-info-wrapper .price-box {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.options-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 25px;
}

.options-list li {
  font-size: 17px;
  font-weight: 500;
  /*max-width: 400px;*/
}

.options-list li input {
  color: #dedede;
}

.options-cols-wrapper {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.options-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33,333333%;
}

.final-step-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.final-step-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 22%;
}

.final-step-row {
  margin-bottom: 10px;
  width: 100%;
}

.final-step-row input {
  width: 100%;
}

.small-input {
  width: 20% !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.larger-input {
  width: 80% !important;
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.inputs-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.final-step-half-input-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.final-step-half-input {
  width: 45%;
}

.final-step-col .price-box {
  margin-top: -20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.final-step-col .price-box .final-price {
  margin: 0;
  color: #333333;
  font-size: 27px;
  font-weight: 700;
}

.final-step-col .price-box .price-disclaimer {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.final-step-col .price-box .price-value {
  margin: 0;
  color: #0fadd1;
  font-size: 37px;
  font-weight: 600;
}


.submit-form {
  background: #0fadd1;
  border: none;
  border-radius: 3px;
  height: 35px;
  margin-top: 10px;
  display: block;
  color: white;
  margin-left: auto;
}



.submit-rezervation {
  margin-top: 20px;
  background-color: #333;
  box-shadow: 2px 2px 0px 1px #333;
  border: none;
  outline: 0;
  border-radius: 3px;
  height: 35px;
  line-height: 35px;
  color: white;
}

.submit-rezervation:active {
  background-color: #333;
  box-shadow: 2px 2px 0px 1px #333;
}

.if-desktop {
  /*display: none;*/
   display: inline-block;
}

.click-to-next-step {
  vertical-align: super;
  font-size: 20px;
  background: #333;
  padding: 3px 5px;
  border-radius: 4px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  text-transform: lowercase;
  color: white;
  margin-left: 10px;
  position: relative;
}

@-webkit-keyframes flicker {
  from {
    opacity: 0.5;
  }
  4% {
    opacity: 0.5;
  }
  6% {
    opacity: 0.45;
  }
  8% {
    opacity: 0.55;
  }
  10% {
    opacity: 0.45;
  }
  11% {
    opacity: 0.5;
  }
  12% {
    opacity: 0.65;
  }
  14% {
    opacity: 0.55;
  }
  16% {
    opacity: 0.70;
  }
  17% {
    opacity: 0.55;
  }
  19% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.5;
  }
  24% {
    opacity: 0.5;
  }
  26% {
    opacity: 0.69;
  }
  28% {
    opacity: 0.5;
  }
  38% {
    opacity: 0.45;
  }
  40% {
    opacity: 0.5;
  }
  42% {
    opacity: 0.6;
  }
  44% {
    opacity: 0.5;
  }
  46% {
    opacity: 0.5;
  }
  56% {
    opacity: 0.5;
  }
  58% {
    opacity: 0.75;
  }
  60% {
    opacity: 0.5;
  }
  68% {
    opacity: 0.5;
  }
  70% {
    opacity: .6;
    /*peak*/
  }
  72% {
    opacity: 0.5;
  }
  93% {
    opacity: 0.5;
  }
  95% {
    opacity: .6;
    /*peak*/
  }
  97% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}

.red-info {
  /*-webkit-animation-name: flicker;*/
          /*animation-name: flicker;*/
  /*-webkit-animation-duration: 3s;*/
          /*animation-duration: 3s;*/
  /*-webkit-animation-iteration-count: infinite;*/
          /*animation-iteration-count: infinite;*/
  /*-webkit-animation-timing-function: linear;*/
          /*animation-timing-function: linear;*/
  color: #0fadd1;
  margin-left: 3%;
  font-weight: bold;
}

.click-to-next-step:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.click-to-next-step:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #0fadd1;
  border-width: 14px;
  margin-top: -14px;
}

.select-box {
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 33px;
  padding-left: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  outline: 0;
  width: 100%;
}

.col-12 {
  width: 50%;
  float: left;
}

.col-wrapper {
  width: 100%;
}

.google-maps {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

p.contact-info {
  padding-left: 10px;
}

.contact-content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
/*
  background: url("../images/logo.png") no-repeat;
  background-position-x: right;
  background-size: 20%;
*/
}

.contact-info-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

}

.full-contact-col {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.full-contact-col img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.row-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.half-contact-col {
  width: 49%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-form-wrapper {
  width: 49%;
  background-color: #fef1d4;
  margin-top: 134px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

.contact-form-input {
  width: 100%;
}

.contact-form-input.textarea {
  width: 100%;
}

.contact-form-input textarea {
  width: 98%;
  padding: 5px 0 0 5px;
  border-radius: 3px;
  border: 1px solid #0fadd1;
  height: 133px;
  outline: none;
}

.contact-form-input input[type="text"],
.contact-form-input input[type="email"],
.contact-form-input input[type="tel"] {
  border-radius: 3px;
  border: 1px solid #0fadd1;
  height: 30px;
  color: #333333;
  outline: none;
  padding-left: 5px;
  width: 98%;
}

.contact-form-input input[type="submit"] {
  background: #0fadd1;
  border: none;
  border-radius: 3px;
  height: 35px;
  margin-top: 10px;
  display: block;
  color: white;
  margin-left: auto;
}

.red-text {
  color: #ed1c24;
}

.success-text {
  color: green;
  font-weight: bold;
}
ul.checklist li:before {
  color: green;
  content: '\f058';
  font-family: "FontAwesome";
  margin-right: 8px;
}
.bubble {
  background: #0fadd1;
  border: 1px solid #ecb53b;
  padding: 10px 30px 10px 10px;
  box-shadow: -2px 2px 4px 0px #909090;
  float: right;
  position: absolute;
  right: 0;
  top: 60px;
}
.bubble p {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.price-warning {
  position: relative;
  background: #000;
  width: auto;
  margin-left: 20px;
  height: auto;
  margin-bottom: 25px;
  border: 1px solid #0fadd1;
  border-left: 5px solid #0fadd1;
  opacity: 0.8;
}

.price-warning:before {
  position: absolute;
  content: "\f071";
  font-family: "FontAwesome";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  color: yellow;
  font-size: 30px;
  -webkit-animation: blink-animation 0.5s steps(2, start) infinite;
          animation: blink-animation 0.5s steps(2, start) infinite;
}

.price-warning p {
  margin: 10px 10px 10px 50px;
  padding: 0;
  font-weight: normal;
  color: white;
}

.price-warning p span {
  font-weight: 600;
}

.price-warning p span:first-of-type {
  color: yellow;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.price-warning.rentpage {
  margin-left: 0;
}


.column {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
  flex-direction: row;
}
.fourth-width-column {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.half-width-column {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .half-width-column {
    width: 100%;
  }

  .fourth-width-column {
    width: 100%;
    align-items: center;

  ul {
    text-align: center;
    margin: 10px 0;
  }
}

.row {
  flex-direction: column;
}

}

.button-close-menu {
  display: none;
}

.cat-head{
  margin-left: 20px;
  border: 2px solid #0fadd1;
  padding: 10px;
  background: #333;
  color: white;
  font-size: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 3px;
}

.cat-head:hover {
  box-shadow: 0px 0px 6px 2px #0fadd1;
}

.cat-head-mobil{
  background: #333;
  color: white;
  font-size: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 98%;
  border-radius: 3px;
}
.bubble-mobil{
  background: #0fadd1;
  /* border: 1px solid #ecb53b; */
  padding: 10px 30px 10px 10px;
  box-shadow: -2px 2px 4px 0px #909090;
  float: right;
  /* position: absolute; */
  right: 0;
  /* top: 60px; */
}