/* Sections 
---------------------------------------
*/
/* icon-text */
.image-search {
  background: rgba(0, 0, 0, 0) url("/sites/3/V.2/images/bg-image.jpg") no-repeat scroll center center/cover;
  padding: 50px 0 30px;
  margin-top: 110.3px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .image-search {
    padding: 50px 0;
    margin-top: 96.6px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .image-search {
    background: none;
    padding: 10px 0;
    margin-top: 41.5px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .image-search {
    background: none;
    padding: 10px 0;
    margin-top: 41.5px;
  }
}

.image-search .search-area {
  width: 100%;
  float: left;
}

.image-search .search-area h2.title-search {
  margin-top: 0px;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .image-search .search-area h2.title-search {
    color: #282828;
    text-shadow: none;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.image-search .search-area .left-side {
  width: 60%;
  float: left;
  padding-right: 20px;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .image-search .search-area .left-side {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .image-search .search-area .left-side {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .image-search .search-area .left-side {
    width: 100%;
    padding-right: 0;
  }
}

.image-search .search-area .right-side {
  width: 40%;
  float: left;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .image-search .search-area .right-side {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .image-search .search-area .right-side {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .image-search .search-area .right-side {
    display: none;
  }
}

.image-search .search-area .right-side .event-banner {
  width: 100%;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2ad0e+44,f25e0e+100 */
  background: #f2ad0e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f2ad0e 44%, #f25e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f2ad0e 44%, #f25e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f2ad0e 44%, #f25e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ad0e', endColorstr='#f25e0e', GradientType=1);
  /* IE6-9 */
}

.image-search .search-area .right-side .event-banner .inner-banner .img-event {
  width: 45%;
  float: left;
}

.image-search .search-area .right-side .event-banner .inner-banner .img-event img {
  width: 100%;
}

.image-search .search-area .right-side .event-banner .inner-banner .text-banner {
  width: 55%;
  float: left;
  padding: 15px 5px;
}

.image-search .search-area .right-side .event-banner .inner-banner .text-banner p {
  text-align: center;
  color: white;
}

.image-search .search-area .right-side .event-banner .inner-banner .text-banner .event-title {
  font-weight: 500;
  font-size: 19px;
  padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-search .search-area .right-side .event-banner .inner-banner .text-banner .event-title {
    padding-top: 0px;
  }
}

.image-search .search-area .right-side .event-banner .inner-banner .text-banner .coupon-txt {
  color: #9e1f63;
  padding: 10px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-search .search-area .right-side .event-banner .inner-banner .text-banner .coupon-txt {
    padding: 0;
  }
}

.image-search .search-area .right-side .event-banner .inner-banner .text-banner .coupon-txt strong {
  display: block;
  font-size: 17px;
}

.image-search .search-area .right-side .event-banner .inner-banner .text-banner .dis-txt {
  margin-top: 20px;
}

.image-search .search-area .right-side .event-banner .inner-banner .text-banner .dis-txt span {
  border: 1px solid white;
  padding: 8px 15px;
  font-weight: 500;
}

.image-search .search-area .right-side .newsletter-box {
  width: 100%;
  float: left;
  background: #2b3990;
  background: -moz-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background: -webkit-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background: linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3990', endColorstr='#47a3da', GradientType=1);
  margin-top: 85px;
  padding: 15px 10px;
}

.image-search .search-area .right-side .newsletter-box .inner-news .icon-email {
  width: 15%;
  float: left;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-search .search-area .right-side .newsletter-box .inner-news .icon-email {
    width: 20%;
  }
}

.image-search .search-area .right-side .newsletter-box .inner-news .icon-email a {
  color: white;
}

.image-search .search-area .right-side .newsletter-box .inner-news .icon-email a i {
  border: 1px solid white;
  padding: 8px;
  border-radius: 100%;
  font-size: 34px;
}

.image-search .search-area .right-side .newsletter-box .inner-news .icon-email a p {
  font-size: 13px;
  font-weight: 500;
}

.image-search .search-area .right-side .newsletter-box .inner-news .icon-email a:hover, .image-search .search-area .right-side .newsletter-box .inner-news .icon-email a:active, .image-search .search-area .right-side .newsletter-box .inner-news .icon-email a:focus {
  color: #ffcd05;
  text-decoration: none;
}

.image-search .search-area .right-side .newsletter-box .inner-news .icon-email a:hover i, .image-search .search-area .right-side .newsletter-box .inner-news .icon-email a:active i, .image-search .search-area .right-side .newsletter-box .inner-news .icon-email a:focus i {
  border: 1px solid #ffcd05;
}

.image-search .search-area .right-side .newsletter-box .inner-news .news-txt {
  width: 85%;
  float: left;
  padding-left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-search .search-area .right-side .newsletter-box .inner-news .news-txt {
    width: 80%;
  }
}

.image-search .search-area .right-side .newsletter-box .inner-news .news-txt h4 {
  margin-top: 0;
  color: #ffcd05;
  margin-bottom: 0;
}

.image-search .search-area .right-side .newsletter-box .inner-news .news-txt p {
  color: white;
  font-size: 13px;
}

.image-search .search-area .right-side .newsletter-box .inner-news .news-txt .dis-txt {
  border-top: 1px dashed white;
  padding-top: 10px;
}

.image-search .search-area .right-side .newsletter-box .inner-news .news-txt .dis-txt span {
  font-weight: 500;
  color: #ffcd05;
}

/* icon-text */
@media only screen and (min-width: 480px) and (max-width: 766px) {
  .bg-icontext {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .bg-icontext {
    display: none;
  }
}

.bg-icontext .icon-text-area {
  overflow: hidden;
  margin: 30px 0 30px;
}

.bg-icontext .icon-text-area .icontext-box {
  float: left;
  width: 33.3%;
  padding: 10px 25px;
  text-align: left;
  border-right: 1px dashed #ddd;
}

.bg-icontext .icon-text-area .icontext-box:last-child {
  border-right: none;
}

.bg-icontext .icon-text-area .icontext-box p {
  color: #282828;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bg-icontext .icon-text-area .icontext-box p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .bg-icontext .icon-text-area .icontext-box p {
    font-size: 11.5px;
  }
}

.bg-icontext .icon-text-area .icontext-box p strong {
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bg-icontext .icon-text-area .icontext-box p strong {
    font-size: 15px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .bg-icontext .icon-text-area .icontext-box p strong {
    font-size: 13px;
  }
}

.bg-icontext .icon-text-area .icontext-box p span {
  position: absolute;
  margin-left: -62px;
}

.bg-icontext .icon-text-area .icontext-box p span img {
  width: 60px;
}

.bg-icontext .icon-text-area .icontext-box p span i {
  color: #47a3da;
  border-radius: 100%;
  border: 1px solid #999;
  padding: 5px 6px;
  font-size: 20px;
}

/* text-travelation */
.text-travel {
  margin-bottom: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .text-travel {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .text-travel {
    display: none;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .text-travel {
    display: none;
    margin-bottom: 0;
  }
}

.text-travel .text-travel-area p.title-text {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 25px;
  color: #47a3da;
  margin: 10px 0 20px;
  text-align: center;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .text-travel .text-travel-area p.title-text {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .text-travel .text-travel-area p.title-text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .text-travel .text-travel-area p.title-text {
    font-size: 18px;
  }
}

.text-travel .text-travel-area p.title-text span {
  margin-left: -15px;
}

.text-travel .text-travel-area p.title-text img {
  width: 42px;
  display: inline-block;
  margin-top: 0;
  margin-right: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .text-travel .text-travel-area p.title-text img {
    width: 35px;
    margin-top: 1px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .text-travel .text-travel-area p.title-text img {
    width: 35px;
    margin-top: -2px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .text-travel .text-travel-area p.title-text img {
    width: 35px;
    margin-top: -2px;
  }
}

.text-travel .text-travel-area p.title-text small {
  display: block;
  font-size: 15px;
  color: #282828;
  font-weight: 300;
}

.text-travel .text-travel-area .text-travel-box {
  width: 100%;
  float: left;
}

.text-travel .text-travel-area .text-travel-box .text-travel-inside {
  width: 70%;
  float: left;
  padding-right: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .text-travel .text-travel-area .text-travel-box .text-travel-inside {
    width: 100%;
    margin-bottom: 20px;
  }
}

.text-travel .text-travel-area .text-travel-box .img-slide {
  width: 30%;
  float: left;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .text-travel .text-travel-area .text-travel-box .img-slide {
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .text-travel .text-travel-area .text-travel-box .img-slide .carousel {
    width: 60%;
    margin: 0 auto;
  }
}

.text-travel .text-travel-area .text-travel-box .img-slide .carousel ol.carousel-indicators {
  bottom: -40px;
}

.text-travel .text-travel-area .text-travel-box .img-slide .carousel ol.carousel-indicators li {
  border: 1px solid #47a3da;
}

.text-travel .text-travel-area .text-travel-box .img-slide .carousel ol.carousel-indicators li.active {
  background-color: #47a3da;
}

/* Popular places */
.pop-place {
  margin-bottom: 10px;
  padding: 30px 0 50px;
  background-color: #f4f4f5;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .pop-place {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .pop-place {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 20px;
  }
}

.pop-place .pop-place-area p.title-text {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 25px;
  color: #47a3da;
  margin: 10px 0 20px;
  text-align: center;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pop-place .pop-place-area p.title-text {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .pop-place .pop-place-area p.title-text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .pop-place .pop-place-area p.title-text {
    font-size: 18px;
  }
}

.pop-place .pop-place-area p.title-text span {
  margin-left: -15px;
}

.pop-place .pop-place-area p.title-text img {
  width: 42px;
  display: inline-block;
  margin-top: 0;
  margin-right: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pop-place .pop-place-area p.title-text img {
    width: 35px;
    margin-top: 1px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .pop-place .pop-place-area p.title-text img {
    width: 35px;
    margin-top: -2px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .pop-place .pop-place-area p.title-text img {
    width: 35px;
    margin-top: -2px;
  }
}

.pop-place .pop-place-area p.title-text small {
  display: block;
  font-size: 15px;
  color: #282828;
  font-weight: 300;
}

.pop-place .pop-place-area .pop-img {
  width: 100%;
  float: left;
}

.pop-place .pop-place-area .pop-img .img-row {
  width: 50%;
  float: left;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pop-place .pop-place-area .pop-img .img-row {
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .pop-place .pop-place-area .pop-img .img-row {
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .pop-place .pop-place-area .pop-img .img-row {
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pop-place .pop-place-area .pop-img .img-row:last-child {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .pop-place .pop-place-area .pop-img .img-row:last-child {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .pop-place .pop-place-area .pop-img .img-row:last-child {
    display: none;
  }
}

.pop-place .pop-place-area .pop-img .img-row a {
  color: #fff;
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.pop-place .pop-place-area .pop-img .img-row a:hover, .pop-place .pop-place-area .pop-img .img-row a:focus, .pop-place .pop-place-area .pop-img .img-row a:active {
  text-decoration: none;
  outline: none;
  opacity: 1;
  box-shadow: -1px -1px 7px #333;
  cursor: pointer;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pop-place .pop-place-area .pop-img .img-row a {
    opacity: 1;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .pop-place .pop-place-area .pop-img .img-row a {
    opacity: 1;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .pop-place .pop-place-area .pop-img .img-row a {
    opacity: 1;
  }
}

.pop-place .pop-place-area .pop-img .img-row a .big-img {
  width: 100%;
  float: left;
}

.pop-place .pop-place-area .pop-img .img-row a .small-img {
  width: 50%;
  float: left;
}

.pop-place .pop-place-area .pop-img .img-row a .small-img,
.pop-place .pop-place-area .pop-img .img-row a .big-img {
  position: relative;
  letter-spacing: 1px;
}

.pop-place .pop-place-area .pop-img .img-row a .small-img img,
.pop-place .pop-place-area .pop-img .img-row a .big-img img {
  width: 100%;
}

.pop-place .pop-place-area .pop-img .img-row a .small-img .text-city,
.pop-place .pop-place-area .pop-img .img-row a .big-img .text-city {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

.pop-place .pop-place-area .pop-img .img-row a .small-img .text-city p,
.pop-place .pop-place-area .pop-img .img-row a .big-img .text-city p {
  margin-bottom: 0;
  font-weight: 500;
  text-shadow: 2px 2px 1px #000;
  text-transform: uppercase;
}

.pop-place .pop-place-area .pop-img .img-row a .small-img .text-city p small,
.pop-place .pop-place-area .pop-img .img-row a .big-img .text-city p small {
  font-weight: normal;
  text-transform: capitalize;
}

/* Event deals */
.event-deal {
  margin: 15px 0 30px;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .event-deal {
    display: none;
    margin: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .event-deal {
    display: none;
    margin: 0;
  }
}

.event-deal .event-deal-area p.title-text {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 25px;
  color: #47a3da;
  margin: 10px 0 20px;
  text-align: center;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .event-deal .event-deal-area p.title-text {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .event-deal .event-deal-area p.title-text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .event-deal .event-deal-area p.title-text {
    font-size: 18px;
  }
}

.event-deal .event-deal-area p.title-text span {
  margin-left: -15px;
}

.event-deal .event-deal-area p.title-text img {
  width: 42px;
  display: inline-block;
  margin-top: 0;
  margin-right: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .event-deal .event-deal-area p.title-text img {
    width: 35px;
    margin-top: 1px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .event-deal .event-deal-area p.title-text img {
    width: 35px;
    margin-top: -2px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .event-deal .event-deal-area p.title-text img {
    width: 35px;
    margin-top: -2px;
  }
}

.event-deal .event-deal-area p.title-text small {
  display: block;
  font-size: 15px;
  color: #282828;
  font-weight: 300;
}

.event-deal .event-deal-area .event-list {
  width: 100%;
  float: left;
}

.event-deal .event-deal-area .event-list a {
  display: flex;
  width: calc(97% / 5);
  position: relative;
  align-items: center;
  float: left;
  margin: 3px;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.event-deal .event-deal-area .event-list a:hover {
  box-shadow: 1px 1px 8px #47a3da;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-deal .event-deal-area .event-list a {
    width: calc(96% / 5);
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .event-deal .event-deal-area .event-list a {
    width: calc(97% / 3);
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .event-deal .event-deal-area .event-list a {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .event-deal .event-deal-area .event-list a {
    width: 100%;
  }
}

.event-deal .event-deal-area .event-list a .event-item .img-event img {
  width: 100%;
}

.event-deal .event-deal-area .event-list a .event-item .text-event {
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 20%, rgba(0, 0, 0, 0.74) 64%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 20%, rgba(0, 0, 0, 0.74) 64%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 20%, rgba(0, 0, 0, 0.74) 64%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  width: 100%;
  padding: 10px;
}

.event-deal .event-deal-area .event-list a .event-item .text-event h4 {
  color: #fff;
  border-bottom: 1px dashed white;
  padding-bottom: 10px;
  text-shadow: 1px 1px 1px #000;
  margin: 10px 0;
}

.event-deal .event-deal-area .event-list a .event-item .text-event .detail-text {
  width: 100%;
  float: left;
}

.event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p {
  color: #fff;
  margin-bottom: 0;
}

.event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code {
  width: 55%;
  float: left;
  font-weight: 300;
  font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code {
    font-size: 10px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code {
    width: 100%;
    text-align: center;
  }
}

.event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code strong {
  color: #ffcd05;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code strong {
    font-size: 12.5px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code strong {
    font-size: 13px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code strong {
    font-size: 13px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.coupon-code strong {
    font-size: 13px;
  }
}

.event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.get-text {
  width: 45%;
  float: left;
  border: 1px solid white;
  padding: 8px 0px;
  text-align: center;
  line-height: 1;
  font-size: 11px;
  margin-top: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.get-text {
    font-size: 10px;
    padding: 7px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.get-text {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.get-text {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.get-text {
    width: 100%;
  }
}

.event-deal .event-deal-area .event-list a .event-item .text-event .detail-text p.get-text span {
  display: block;
}

/* trustpilot trustbox */
.trustpilot {
  margin-bottom: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .trustpilot {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .trustpilot {
    display: none;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .trustpilot {
    display: none;
    margin-bottom: 0;
  }
}

.trustpilot .trustbox-area p.title-text {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 25px;
  color: #47a3da;
  margin: 10px 0 20px;
  text-align: center;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .trustpilot .trustbox-area p.title-text {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .trustpilot .trustbox-area p.title-text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .trustpilot .trustbox-area p.title-text {
    font-size: 18px;
  }
}

.trustpilot .trustbox-area p.title-text span {
  margin-left: -15px;
}

.trustpilot .trustbox-area p.title-text img {
  width: 42px;
  display: inline-block;
  margin-top: 0;
  margin-right: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .trustpilot .trustbox-area p.title-text img {
    width: 35px;
    margin-top: 1px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .trustpilot .trustbox-area p.title-text img {
    width: 35px;
    margin-top: -2px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .trustpilot .trustbox-area p.title-text img {
    width: 35px;
    margin-top: -2px;
  }
}

.trustpilot .trustbox-area p.title-text small {
  display: block;
  font-size: 15px;
  color: #282828;
  font-weight: 300;
}

/* Cover Searchbox
---------------------------------------
*/
.FlightSearch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.FlightSearch > div {
  order: 1;
}

.FlightSearch .row,
.FlightSearch div[class*="col-"] {
  padding: 0;
  margin: 0;
}

.FlightSearch .row:before, .FlightSearch .row:after,
.FlightSearch div[class*="col-"]:before,
.FlightSearch div[class*="col-"]:after {
  display: none;
}

.FlightSearch .checkbox-inline {
  padding: 10px 0;
  margin: 10px 0 05px;
}

@media only screen and (max-width: 767px) {
  .FlightSearch .checkbox-inline {
    padding-bottom: 0;
  }
}

.FlightSearch .checkbox-inline .TripTypeRadio {
  margin: 0;
}

.FlightSearch .checkbox-inline .TripTypeRadio input {
  visibility: hidden;
  position: absolute;
}

.FlightSearch .checkbox-inline .TripTypeRadio input + label {
  color: white;
  font-size: 14px;
  line-height: 12px;
  font-weight: normal;
  cursor: pointer;
  margin: 0 0;
  padding: 7px 15px;
  position: relative;
  display: inline !important;
  border: 1px solid white;
  border-radius: 2px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media only screen and (max-width: 767px) {
  .FlightSearch .checkbox-inline .TripTypeRadio input + label {
    color: gray;
    border: none;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0px 9px;
  }
}

.FlightSearch .checkbox-inline .TripTypeRadio input + label:not(:last-child) {
  margin-right: 7px;
}

@media only screen and (max-width: 767px) {
  .FlightSearch .checkbox-inline .TripTypeRadio input + label:not(:last-child) {
    margin: 0;
    border-right: 1px solid gray;
  }
}

@media only screen and (max-width: 767px) {
  .FlightSearch .checkbox-inline .TripTypeRadio input + label:nth-child(2) {
    padding-left: 0;
  }
}

.FlightSearch .checkbox-inline .TripTypeRadio input:hover + label,
.FlightSearch .checkbox-inline .TripTypeRadio input:checked + label {
  outline: none;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .FlightSearch .checkbox-inline .TripTypeRadio input:hover + label,
  .FlightSearch .checkbox-inline .TripTypeRadio input:checked + label {
    color: white;
    border: 1px solid #f68627;
    background-color: #f68627;
  }
}

@media only screen and (max-width: 767px) {
  .FlightSearch .checkbox-inline .TripTypeRadio input:hover + label,
  .FlightSearch .checkbox-inline .TripTypeRadio input:checked + label {
    color: #f68627;
  }
}

.FlightSearch .input-group {
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  float: left;
}

.FlightSearch .input-group > .input-group-addon {
  width: 100%;
  height: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.FlightSearch .input-group > .input-group-addon label {
  margin: 0;
  font-weight: normal;
  position: relative;
  width: 100%;
}

.FlightSearch .input-group > .input-group-addon label:before {
  font-family: 'Material Icons';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -4px;
  opacity: 0.4;
  color: #47a3da;
  font-size: 20px;
}

.FlightSearch .input-group > .input-group-addon label > span {
  position: absolute;
  left: 12px;
  top: -3px;
  font-weight: bold;
  font-size: 12px;
}

.FlightSearch .input-group > .input-group-addon label i {
  position: absolute;
  left: 12px;
  top: 12px;
  font-family: 'Material Icons';
  display: inline-block;
  color: #47a3da;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.4;
}

.FlightSearch .input-group > .input-group-addon label.airport[for*="OrigCity"] i:before {
  content: "\e905";
}

.FlightSearch .input-group > .input-group-addon label.airport[for*="DestCity"] i:before {
  content: "\e904";
}

.FlightSearch .input-group > .input-group-addon label.date i:before {
  content: "\e916";
}

.FlightSearch .input-group > .input-group-addon label.passengers i:before {
  content: "\e7fd";
}

.FlightSearch .input-group > .input-group-addon label.cabin i:before {
  content: "\e41d";
}

.FlightSearch .input-group:hover .input-group-addon i {
  opacity: 1;
}

.FlightSearch .input-group .form-control {
  float: none;
  height: 55px;
  border: 0.5px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 0 !important;
  padding: 25px 16px 10px 40px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: normal;
  z-index: 0;
  cursor: pointer;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.FlightSearch .input-group .form-control.placeholder {
  color: #b3b3b3;
}

.FlightSearch .input-group .form-control:-moz-placeholder {
  color: #b3b3b3;
}

.FlightSearch .input-group .form-control::-moz-placeholder {
  color: #b3b3b3;
}

.FlightSearch .input-group .form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

.FlightSearch .input-group .ui-datepicker-trigger {
  display: none;
}

.FlightSearch .input-group .form-control-clear {
  height: 54px;
  opacity: 0.3;
  display: inline-block !important;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
  margin-top: -20px;
}

@media only screen and (min-width: 768px) {
  .FlightSearch .input-group .form-control-clear {
    color: #60a7e2;
  }
}

.FlightSearch .input-group .form-control-clear:before {
  font-family: 'Material Icons';
  content: "\e5cd";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0;
  font-size: 20px;
}

.FlightSearch .input-group .form-control-clear:hover {
  opacity: 1;
}

.FlightSearch .input-group:hover .input-group-addon label:before {
  opacity: 1;
}

.FlightSearch .airport-exchange {
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 0;
  font-size: 0;
  margin: 0;
  display: block;
  margin: 0 auto;
  top: 0;
  right: 0;
  height: 0;
  width: auto;
}

.FlightSearch .airport-exchange i {
  position: absolute;
  z-index: 3;
  top: -24px;
  left: auto;
  right: -16px;
  background: #47a3da;
  border-radius: 20px;
  border: 1px solid #47a3da;
  padding: 5px;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .FlightSearch .airport-exchange i {
    right: 44%;
    top: 44px;
    transform: rotate(0deg);
  }
}

.FlightSearch .airport-exchange i:before {
  font-family: 'Material Icons';
  font-size: 20px;
  content: "\e0c3";
  width: 20px;
  height: 20px;
  display: inline-block;
  color: white;
}

.FlightSearch .airport-exchange:hover i, .FlightSearch .airport-exchange:focus i {
  transition: all 0.3s ease-in-out;
  background: orange;
  border: 1px solid orange;
}

.FlightSearch .FlexDateBox {
  display: block;
  width: 100%;
  order: 2;
}

.FlightSearch .FlexDateBox input {
  margin: 0 5px 0 0;
}

.FlightSearch .FlexDateBox label {
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .FlightSearch .FlexDateBox label {
    color: #282828;
  }
}

.FlightSearch div[id*="GroupPassengers"] > div {
  width: 100%;
}

.FlightSearch div[id*="GroupPassengers"] #dropdownPax {
  text-align: left;
  white-space: normal;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown-menu {
  box-shadow: 0 0 6px #5f5f5f;
  border-radius: 2px;
  border: 0;
  min-width: 300px;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown {
  display: block;
  width: 100%;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-toggle.form-control {
  overflow: hidden;
  border-radius: 4px;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-toggle .caret {
  position: absolute;
  margin: 5px 5px 0;
  vertical-align: middle;
  float: right;
  right: 5px;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu > li {
  display: table;
  width: 100%;
  padding: 10px 15px 10px 10px;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu > li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerLabel {
  font-weight: bold;
  margin-top: 6px;
  width: 50%;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  float: left;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerLabel > span {
  font-size: 14px;
  font-weight: normal;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerAge {
  display: inline-block;
  text-align: center;
  color: #47a3da;
  margin-top: 5px;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput {
  text-align: center;
  width: calc(100% - 50%);
  display: inline-block;
  float: right;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput .bootstrap-touchspin {
  margin: 0;
  display: table;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput .input-group-btn {
  width: auto;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput .input-group-btn button {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  margin: 0;
  outline: none;
  border-color: #dedede;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #adultgroup,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #teengroup,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #childgroup,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #lapgroup {
  height: 35px !important;
  text-align: center;
  padding: 0;
  background: #eee;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #adultgroup.form-control,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #teengroup.form-control,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #childgroup.form-control,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #lapgroup.form-control {
  pointer-events: none;
  width: 100%;
  border: 0;
  border-radius: 0 !important;
  background: white;
  box-shadow: none;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passenger-subtract,
.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passenger-add {
  text-align: center;
  width: 33px;
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .paxgroup-done {
  background: #ff7a3a;
  border: 0;
  border-radius: 2px !important;
  color: white;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .paxgroup-done {
    height: 45px;
  }
}

.FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .paxgroup-done:hover {
  background: #ff5807;
}

.FlightSearch div[id="ClassBox"] .form-control {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 0;
  background-color: white;
  border: 0.5px solid #ccc;
  line-height: 1;
}

.FlightSearch div[id*="CouponCode"] {
  display: none;
}

.FlightSearch .SearchButton {
  text-align: center;
}

.FlightSearch .SearchButton .SearchBut {
  display: inline-block;
  background: #f68627;
  border: 1px solid #f5780f;
  text-align: center;
  color: #b05507;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  border-color: #f17222;
  border-radius: 0;
  color: white;
  line-height: 55px;
  padding: 0 60px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

.FlightSearch .SearchButton .SearchBut:hover {
  background: #ea710a;
}

.FlightSearch .SearchButton .SearchBut:active {
  background: #974906;
  outline: none;
}

.FlightSearch .SearchButton .SearchBut:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .FlightSearch .SearchButton .SearchBut {
    width: 100%;
  }
}

.FlightSearch .inline-error {
  display: inline-block;
  width: 100%;
  background: #d94f4f;
  color: white;
  padding: 5px 5px 5px;
  line-height: 1.2;
  font-size: 13px;
  font-family: inherit;
  margin: 0;
  z-index: 4;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .FlightSearch .inline-error {
    padding: 15px 5px;
  }
}

.FlightSearch .inline-error ~ .inline-error:last-child {
  border-bottom: 0;
}

.FlightSearch div[id*="ErrorGroup"] {
  order: 5;
  width: 100%;
  background: #d94f4f;
}

.FlightSearch div[id*="ErrorGroup"] .ErrorGroupText > i.fa.fa-exclamation-triangle {
  display: none;
}

.FlightSearch div[id*="ErrorGroup"] .ErrorMessageDefault {
  display: block;
  width: 100%;
  padding: 10px 0 0;
}

.FlightSearch div[id*="ErrorGroup"] .ErrorMessageDefault ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.FlightSearch div[id*="ErrorGroup"] .ErrorMessageDefault li {
  display: inline-block;
  width: 100%;
  background: #d94f4f;
  color: white;
  padding: 5px 5px 5px;
  line-height: 1.2;
  font-size: 13px;
  margin: 0;
  border-radius: 0;
  border-left: 4px solid #b13232;
  border-bottom: 1px dashed #b13232;
}

.FlightSearch div[id*="ErrorGroup"] .ErrorMessageDefault li:last-child {
  border-bottom: 0;
}

.FlightSearch div[id*="RoundTripPage"] .row {
  display: inline;
  float: left;
}

.FlightSearch div[id*="RoundTripPage"] .row:nth-child(2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="RoundTripPage"] .row:nth-child(2) {
    width: 100%;
  }
}

.FlightSearch div[id*="RoundTripPage"] .row:nth-child(3) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="RoundTripPage"] .row:nth-child(3) {
    width: 100%;
  }
}

.FlightSearch div[id*="RoundTripPage"] .row:nth-child(3) .input-group > .input-group-addon {
  left: 10px;
}

.FlightSearch div[id*="RoundTripPage"] .row:nth-child(3) input {
  padding-left: 48px;
}

.FlightSearch div[id*="RoundTripPage"] .row:nth-child(4) {
  width: 100%;
}

.FlightSearch div[id*="RoundTripPage"] .row:nth-child(4) > div {
  width: 50%;
}

.FlightSearch div[id*="RoundTripPage"] ~ .row {
  width: 100%;
}

.FlightSearch div[id*="RoundTripPage"] ~ .row > div {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="RoundTripPage"] ~ .row > div {
    width: 100%;
  }
}

.FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row {
  order: 3;
  width: 100%;
}

.FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row > div {
  width: 100%;
}

.FlightSearch div[id*="OneWayPage"] .row {
  display: inline;
  float: left;
}

.FlightSearch div[id*="OneWayPage"] .row:nth-child(2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="OneWayPage"] .row:nth-child(2) {
    width: 100%;
  }
}

.FlightSearch div[id*="OneWayPage"] .row:nth-child(3) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="OneWayPage"] .row:nth-child(3) {
    width: 100%;
  }
}

.FlightSearch div[id*="OneWayPage"] .row:nth-child(3) .input-group > .input-group-addon {
  left: 10px;
}

.FlightSearch div[id*="OneWayPage"] .row:nth-child(3) input {
  padding-left: 48px;
}

.FlightSearch div[id*="OneWayPage"] .row:nth-child(4) {
  width: 100%;
}

.FlightSearch div[id*="OneWayPage"] .row:nth-child(4) > div {
  width: 100%;
}

.FlightSearch div[id*="OneWayPage"] ~ .row {
  width: 100%;
}

.FlightSearch div[id*="OneWayPage"] ~ .row > div {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="OneWayPage"] ~ .row > div {
    width: 100%;
  }
}

.FlightSearch div[id*="OneWayPage"] ~ .row ~ .row {
  order: 3;
  width: 100%;
}

.FlightSearch div[id*="OneWayPage"] ~ .row ~ .row > div {
  width: 100%;
}

.FlightSearch div[id*="MultiPage"] > .row {
  display: inline;
  float: left;
}

.FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 2) {
    width: 100%;
  }
}

.FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 1) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 1) {
    width: 100%;
  }
}

.FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 1) .input-group > .input-group-addon {
  left: 10px;
}

.FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 1) input {
  padding-left: 48px;
}

.FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) {
  width: 100%;
}

.FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) > div {
  width: 100%;
}

.FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row {
  display: inline;
  float: left;
}

.FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row:nth-child(4n - 2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row:nth-child(4n - 2) {
    width: 100%;
  }
}

.FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row:nth-child(4n - 1) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row:nth-child(4n - 1) {
    width: 100%;
  }
}

.FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row:nth-child(4n - 1) .input-group > .input-group-addon {
  left: 10px;
}

.FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row:nth-child(4n - 1) input {
  padding-left: 48px;
}

.FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row:nth-child(4n) {
  width: 100%;
}

.FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row:nth-child(4n) > div {
  width: 100%;
}

.FlightSearch div[id*="MultiPage"] [id*="pnlMultiAddl"] > .row:nth-child(4n) > div.hidden-xs {
  display: none;
}

.FlightSearch div[id*="MultiPage"] ~ .row {
  width: 100%;
}

.FlightSearch div[id*="MultiPage"] ~ .row > div {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="MultiPage"] ~ .row > div {
    width: 100%;
  }
}

.FlightSearch div[id*="MultiPage"] ~ .row ~ .row {
  order: 3;
  width: 100%;
}

.FlightSearch div[id*="MultiPage"] ~ .row ~ .row > div {
  width: 100%;
}

.FlightSearch div[id*="MultiPage"] label.searchlabel a {
  color: white;
  margin-bottom: 5px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .FlightSearch div[id*="MultiPage"] label.searchlabel a {
    color: #47a3da;
  }
}

.btn-groupbook {
  display: inline-block;
  padding: 10px 0 0;
  color: white;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .btn-groupbook {
    color: #1083d4;
    padding: 15px 0 0;
  }
}

.btn-groupbook:hover {
  color: orange;
}

/* Call Layer
---------------------------------------
*/
@keyframes animate {
  0% {
    top: -10px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: -10px;
  }
}

#modalShow {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  z-index: 16000001;
  transition: all 0.3s;
  overflow: hidden;
}

#modalShow:not(.in) .modal-dialog {
  transform: translate3d(0, 100px, 0);
}

#modalShow .modal-dialog {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  z-index: 16000001;
  position: absolute;
  bottom: 0;
}

#modalShow .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
}

#modalShow .row-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1111;
}

#modalShow .row-header .close {
  opacity: 1;
  color: white;
  text-shadow: none;
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

#modalShow .row-body {
  position: relative;
  color: #636363;
  padding-bottom: 10px;
}

#modalShow .row-body .imageExecutive {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

#modalShow .row-body .imageExecutive img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 60px;
  border: 5px solid #159dd8;
}

#modalShow .row-body .imageExecutive .status {
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  bottom: 0px;
  border: 2px solid #fff;
  border-radius: 100px;
}

#modalShow .row-body .imageExecutive .status.green {
  background: #6ff10f;
}

#modalShow .row-body .content-group {
  display: block;
  background: white;
  border-top: 5px solid #159dd8;
  margin: -50px auto 0;
  max-width: 90%;
}

#modalShow .row-body .content-group .dynamicHeading {
  padding: 65px 30px 30px;
  text-align: center;
  line-height: 1.5;
}

#modalShow .row-body .content-group .dynamicHeading b {
  display: block;
  color: black;
}

#modalShow .row-body .content-group .dynamicHeading .availableNow {
  background: #f4f5f7;
  border-radius: 100px;
  padding: 3px 5px;
  margin: 10px auto;
  width: 40%;
  color: #5dd007;
  font-size: 14px;
}

#modalShow .row-body .content-group .dynamicHeading ul {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

#modalShow .row-body .content-group .dynamicHeading ul li {
  font-size: 16px;
  list-style: none;
  text-align: left;
}

#modalShow .row-body .content-group .dynamicHeading ul li strong {
  font-weight: 700;
  /* color: #1077db; */
}

#modalShow .row-body .content-group .dynamicHeading ul li:before {
  background: url("/sites/3/V3/images/check-bulb.png") no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  content: '';
}

#modalShow .row-body .content-group .phoneUs {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 30px;
}

#modalShow .row-body .content-group .phoneUs a {
  text-decoration: none;
}

#modalShow .row-body .content-group .phoneUs .callButton {
  background: #5dd007;
  border: 1px solid #52b706;
  text-align: center;
  color: #316d04;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  border: 1px solid #5dd007;
  color: white;
  line-height: 55px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#modalShow .row-body .content-group .phoneUs .callButton:hover {
  background: #4ba906;
}

#modalShow .row-body .content-group .phoneUs .callButton:active {
  background: #265503;
  outline: none;
}

#modalShow .row-body .content-group .phoneUs .callButton:focus {
  outline: none;
}

#modalShow .row-body .content-group .phoneUs .callButton i {
  margin-right: 8px;
}

#modalShow .row-body .content-group .powerBy {
  position: relative;
  display: block;
  text-align: center;
  padding: 15px 30px;
  font-size: 13px;
}

#modalShow .row-body .content-group .powerBy .imageLogo img {
  height: 24px;
}

#modalShow .row-body .content-group .trustBox {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #ccc;
}
