#_embed_ ._embed_box {
 position: relative;
 float: left;
 width: 32%;
 margin: 0 2% 2% 0;
 line-height: 1.2;
 border: 1px solid #ddd;
 background-color: #fff;
}

#_embed_ ._embed_box:hover {
 -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

#_embed_ ._embed_box:nth-child(3n) {
 margin: 0 0 2% 0;
}

#_embed_ ._embed_box>a:nth-child(1) {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 font-size: 0;
 z-index: 4;
}

#_embed_ ._embed_box ._embed_image {
 position: relative;
 float: left;
 width: 100%;
 height: 200px;
}

#_embed_ ._embed_box ._embed_image>a {
 display: flex;
 width: 100%;
 height: 100%;
}

#_embed_ ._embed_box ._embed_image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

#_embed_ ._embed_box ._embed_box_bottom {
 float: left;
 width: 100%;
 padding: 18px 18px 0 18px;
}

#_embed_ ._embed_box ._embed_stars {
 display: flex;
 justify-content: flex-start;
 float: left;
 width: 100%;
 height: 14px;
 margin: 0 0 5px 0;
}

#_embed_ ._embed_box ._embed_stars img {
 float: left;
 width: 14px;
 height: 14px;
 margin: 0 1px;
}

#_embed_ ._embed_box ._embed_title {
 float: left;
 width: 100%;
 height: 36px;
 margin: 0 0 5px 0;
 text-transform: uppercase;
 overflow: hidden;
}

#_embed_ ._embed_box ._embed_title table {
 width: 100%;
 height: 100%;
 margin: 0;
 border: 0;
 border-collapse: collapse;
 border-spacing: 0;
}

#_embed_ ._embed_box ._embed_title table td {
 width: 100%;
 height: 100%;
 padding: 0;
 margin: 0;
 vertical-align: top;
}

#_embed_ ._embed_box ._embed_title a,
#_embed_ ._embed_box ._embed_title a:link,
#_embed_ ._embed_box ._embed_title a:hover,
#_embed_ ._embed_box ._embed_title a:visited {
 font-family: 'Open Sans', sans-serif;
 font-weight: 700;
 font-size: 15px;
 line-height: 1.2;
 color: #545454;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}

#_embed_ ._embed_box ._embed_text {
 float: left;
 width: 100%;
 margin: 0 0 2px 0;
 height: 32px;
 font-size: 13px;
 color: #9b9b9b;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

#_embed_ ._embed_box ._embed_info {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 float: left;
 width: 100%;
 height: 36px;
 margin: 10px 0 18px 0;
}

#_embed_ ._embed_box ._embed_price_container {
 display: flex;
 flex-wrap: wrap;
 align-content: center;
 float: left;
 width: 50%;
 height: 100%;
 margin: 0 0 -3px 0;
 font-size: 11px;
 color: #1ea6db;
}

#_embed_ ._embed_box ._embed_price {
 display: flex;
 align-items: first baseline;
 font-weight: 700;
 font-size: 22px;
}

#_embed_ ._embed_box ._embed_currency {
 margin: 0 0 0 5px;
 font-size: 17px;
}

#_embed_ ._embed_box ._embed_more {
 flex: auto;
 display: flex;
 justify-content: flex-end;
 float: right;
 height: 100%;
}

@media screen and (max-width: 1300px) {
 #_embed_ ._embed_box ._embed_price {
  font-size: 19px;
 }
 #_embed_ ._embed_box ._embed_currency {
  font-size: 16px;
 }
}

@media screen and (max-width: 1200px) {
 #_embed_ ._embed_box,
 #_embed_ ._embed_box:nth-child(4n) {
  width: 32%;
  margin: 0 2% 2% 0;
 }
 #_embed_ ._embed_box:nth-child(3n) {
  margin: 0 0 2% 0;
 }
}

@media screen and (max-width: 1000px) {
 #_embed_ ._embed_box ._embed_image {
  height: 180px;
 }
 #_embed_ ._embed_box ._embed_box_bottom {
  padding: 14px 18px 0 18px;
 }
 #_embed_ ._embed_box ._embed_title {
  height: 34px;
 }
 #_embed_ ._embed_box ._embed_title a,
 #_embed_ ._embed_box ._embed_title a:link,
 #_embed_ ._embed_box ._embed_title a:hover,
 #_embed_ ._embed_box ._embed_title a:visited {
  font-size: 14px;
  -webkit-line-clamp: 2;
 }
 #_embed_ ._embed_box ._embed_info {
  height: 30px;
  margin: 8px 0 16px 0;
 }
 #_embed_ ._embed_box ._embed_price {
  font-size: 18px;
 }
 #_embed_ ._embed_box ._embed_basic_btn {
  padding: 10px 10px;
  font-size: 10px;
 }
}

@media screen and (max-width: 800px) {
 #_embed_ ._embed_box ._embed_image {
  height: 150px;
 }
 #_embed_ ._embed_box ._embed_box_bottom {
  padding: 14px 15px 0 15px;
 }
 #_embed_ ._embed_box ._embed_stars {
  height: 11px;
  margin: -2px 0 4px 0;
 }
 #_embed_ ._embed_box ._embed_stars img {
  width: 11px;
  height: 11px;
 }
 #_embed_ ._embed_box ._embed_text {
  height: 30px;
  margin: 0 0 2px 0;
  font-size: 12px;
 }
}

@media screen and (max-width: 750px) {
 #_embed_ ._embed_box,
 #_embed_ ._embed_box:nth-child(3n),
 #_embed_ ._embed_box:nth-child(4n) {
  width: 48.5%;
  margin: 0 3% 3% 0;
 }
 #_embed_ ._embed_box:nth-child(2n) {
  margin: 0 0 3% 0;
 }
 #_embed_ ._embed_box ._embed_image {
  height: 120px;
 } 
 #_embed_ ._embed_box ._embed_title {
  height: 33px;
 }
 #_embed_ ._embed_box ._embed_text {
  height: 28px;
  font-size: 11px;
 }
 #_embed_ ._embed_box ._embed_price {
  font-size: 17px;
 }
 #_embed_ ._embed_box ._embed_currency {
  font-size: 15px;
 }
}


@media screen and (max-width: 500px) {
 #_embed_ ._embed_box,
 #_embed_ ._embed_box:nth-child(2n),
 #_embed_ ._embed_box:nth-child(3n),
 #_embed_ ._embed_box:nth-child(4n) {
  width: 100%;
  margin: 0 0 15px 0;
 }
 #_embed_ ._embed_box ._embed_title {
  height: 32px;
 }
 #_embed_ ._embed_box ._embed_title a,
 #_embed_ ._embed_box ._embed_title a:link,
 #_embed_ ._embed_box ._embed_title a:hover,
 #_embed_ ._embed_box ._embed_title a:visited {
  -webkit-line-clamp: 2;
 }
}


/* OFFER and HOTEL BOX start */


#_embed_ ._embed_box._embed_offer_box ._embed_text {
 display: flex;
 align-items: center;
}

#_embed_ ._embed_box._embed_offer_box ._embed_text ._embed_icon {
 min-width: 28px;
}  

#_embed_ ._embed_box._embed_offer_box ._embed_text ._embed_icon img {
 width: 20px;
 height: 20px;
 opacity: 0.5;
}

#_embed_ ._embed_box._embed_offer_box ._embed_text ._embed_detailed_info {
 flex: auto;
 height: 16px;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
}


@media screen and (max-width: 750px) {
 #_embed_ ._embed_box._embed_offer_box ._embed_text ._embed_icon {
 min-width: 22px;
 }  
 #_embed_ ._embed_box._embed_offer_box ._embed_text ._embed_icon img {
  width: 17px;
  height: 17px;
 }
}

/*@media screen and (max-width: 800px) {
 #_embed_ ._embed_box._embed_offer_box ._embed_title {
  height: 52px;
 }
 #_embed_ ._embed_box._embed_offer_box ._embed_title a,
 #_embed_ ._embed_box._embed_offer_box ._embed_title a:link,
 #_embed_ ._embed_box._embed_offer_box ._embed_title a:hover,
 #_embed_ ._embed_box._embed_offer_box ._embed_title a:visited {
  -webkit-line-clamp: 3;
 }
}

@media screen and (max-width: 650px) {
 #_embed_ ._embed_box._embed_offer_box ._embed_title {
  height: 47px;
 }
 #_embed_ ._embed_box._embed_offer_box ._embed_title a,
 #_embed_ ._embed_box._embed_offer_box ._embed_title a:link,
 #_embed_ ._embed_box._embed_offer_box ._embed_title a:hover,
 #_embed_ ._embed_box._embed_offer_box ._embed_title a:visited {
  -webkit-line-clamp: 3;
 }
}*/

/*@media screen and (max-width: 500px and min-width: 400px) {
 #_embed_ ._embed_box._embed_offer_box ._embed_price_container {
  width: 100%;
 }
 #_embed_ ._embed_box._embed_offer_box ._embed_more {
  display: none;
 }
}*/


/* OFFER and HOTEL BOX end */


