#offer_top_ {
 display: flex;
 flex-wrap: wrap;
 float: left;
 width: 100%;
 margin: 0 0 45px 0;
 border-top: 1px solid #ddd;
}


/*  */

#offer_header_ {
 display: flex;
 flex-wrap: wrap;
 flex-direction: column;
 float: left;
 width: 400px;
 padding: 0 35px 0 0;
 line-height: 1.2;
}


/*  */

#offer_header_ .offer_header_top_ {
 flex: auto;
 float: left;
 width: 100%;
}

#offer_header_ .info {
 display: flex;
 float: left;
 width: 100%;
 padding: 0 0 28px 0;
 line-height: 1.3;
}

#offer_header_ .info:first-child {
 margin-top: 25px;
}

#offer_header_ .info .icon {
 display: flex;
 float: left;
 width: 32px;
 min-width: 32px;
 line-height: 0;
 font-size: 0;
}

#offer_header_ .info .icon img {
 width: 18px;
 height: 18px;
 margin: 3px 0px 0 0;
 opacity: 0.6;
}

#offer_header_ .info .text {
 flex: auto;
 font-size: 14px;
}

#offer_header_ .info .content_title {
 width: 100%;
 margin: 0 0 4px 0;
 font-size: 15px;
 text-transform: uppercase;
}


/*  */

#offer_header_ .offer_header_bottom_ {
 float: left;
 width: 100%;
 padding: 27px 0 0 0;
 border-top: 1px solid #ddd;
}

#offer_header_ .enquiry {
 float: left;
 padding: 14px 37px;
 margin: 0 20px 0 0;
 font-weight: 700;
 font-size: 18px;
}

#offer_header_ .print {
 display: flex;
 align-items: center;
 float: left;
 margin: 16px 10px 0 0;
 cursor: pointer;
}

#offer_header_ .print img {
 width: 19px;
 height: 18px;
 opacity: 0.6;
 -webkit-transition: 0.2s ease-in-out;
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}

#offer_header_ .print:hover img {
 opacity: 0.8;
}

#content_price {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: baseline;
 float: right;
 max-width: 200px;
 font-weight: 300;
 font-size: 13px;
 color: #000;
 text-align: right;
}

#content_price .price {
 font-weight: 800;
 font-size: 26px;
 color: #f99200;
}

#content_price .price .currency {
 margin: 0 0 0 5px;
 font-weight: 700;
 font-size: 24px;
}

/*  */


/* gallery start */

#offer_top_ .gallery {
 float: right;
 width: calc(100% - 400px);
 min-height: 450px;
 margin: -1px 0 0 0;
}


/*  */

@media screen and (max-width:1400px) {
 #offer_header_ .enquiry {
  font-size: 17px;
 }
}

@media screen and (max-width:1200px) {

 #offer_top_ {
  margin: 0 0 35px 0;
  flex-direction: column-reverse;
 }
 #offer_header_ {
  width: 100%;
  padding: 0;
 }
 #offer_top_ .gallery {
  width: 100%;
  height: 400px;
  min-height: auto;
 }

 #offer_top_ {
  margin: 0 0 40px 0;
 }
 #offer_header_ .info {
  padding: 0 0 22px 0;
 }
 #offer_header_ .info:first-child {
  margin-top: 20px;
 }
 #offer_header_ .offer_header_bottom_ {
  padding: 24px 0 0 0;
 }
}

@media screen and (max-width:1000px) {
 #offer_header_ .enquiry {
  padding: 14px 30px;
  font-size: 16px;
 }
}

@media screen and (max-width:950px) {
 #offer_header_ .enquiry {
  margin: 0 15px 0 0;
 }
 #content_price .price {
  font-size: 24px;
 }
 #content_price .price .currency {
  font-size: 22px;
 }
}

@media screen and (max-width:850px) {
 #offer_header_ .info {
  padding: 0 0 20px 0;
 }
}

@media screen and (max-width:800px) {
 #offer_top_ .gallery {
  height: 350px;
 }
 #offer_header_ .print {
  display: none;
 }
}

@media screen and (max-width:700px) {
 #offer_header_ .enquiry {
  padding: 12px 24px;
  font-size: 15px;
 }
}

@media screen and (max-width:676px) {
 #offer_top_ {
  margin: 0 0 27px 0;
 }
 #offer_top_ .gallery {
  height: 320px;
 }
 #offer_header_ .info {
  padding: 0 0 18px 0;
 }
 #offer_header_ .info .icon {
  width: 31px;
  min-width: 31px;
 }
 #offer_header_ .info .icon img {
  width: 19px;
  height: 18px;
 }
 #offer_header_ .info .content_title {
  margin: 0 0 2px 0;
  font-size: 14px;
 }
 #content_price .price {
  font-size: 22px;
 }
 #content_price .price .currency {
  font-size: 20px;
 }
}

@media screen and (max-width:560px) {}

@media screen and (max-width:500px) {
 #offer_top_ .gallery {
  height: 300px;
 }
}

@media screen and (max-width:450px) {
 #offer_header_ .enquiry {
  padding: 10px 21px;
  font-size: 14px;
 }
}










.description_text {
 width: 100%;
 margin: 0 0 15px 0;
}

.description_text:last-child {
 margin: 0 0 10px 0;
}

/*  */

.optiontable {
 float: left;
 width: 100%;
 margin: 0 0 20px 0;
}

.optiontable .content_title {
 float: left;
 width: 100%;
 margin: 8px 0 10px 0;
}

.optiontable table {
 float: left;
 width: 100%;
 margin: 0 0 33px 0;
 border: 0;
 border-collapse: collapse;
 border-spacing: 0;
}

.optiontable table:last-child {
 margin: 0 0 -5px 0
}

.optiontable table td {
 display: flex;
 align-items: baseline;
 float: left;
 width: 25%;
 min-height: 23px;
 padding: 0 20px 7px 0;
 line-height: 1.2;
}

.optiontable img {
 margin: 0 12px 0 0;
 width: 13px;
 height: 9px;
}

@media screen and (max-width:1300px) {
 .optiontable table {
  margin: 0 0 22px 0;
 }
}

@media screen and (max-width:970px) {
 .optiontable table {
  margin: 0 0 10px 0;
 }
 .optiontable table td {
  width: 50%;
 }
}

@media screen and (max-width:320px) {
 .optiontable table td {
  width: 100%;
 }
}
