select#field\[41\] {
    height: 43px;
    border: #000000 1px solid;
}

#_form_23_ ._inline-style:not(._clear)+._inline-style:not(._clear) {
    margin-left: 15px !important;
}

#_form_23_ ._inline-style input[type="text"] {
    width: -webkit-fill-available !important;
    border-radius: 0px !important;
    color: black !important;
    border: #000000 1px solid;
}

button#_form_23_submit {
    width: -webkit-fill-available !important;
}

#_form_23_._inline-style ._button-wrapper {
    margin: 0px 0px 0 20px !important;
}

input#firstname::placeholder {
    color: black;
}

input#lastname::placeholder {
    color: black;
}

input#email::placeholder {
    color: black;
}


select#field\[39\] {
    height: 43px;
    border: #000000 1px solid;
}

label._form-label {
    display: none !important;
}


select#field\[37\] {
    height: 43px;
    border: #000000 1px solid;
}

#_form_21_ ._inline-style:not(._clear)+._inline-style:not(._clear) {
    margin-left: 15px !important;
}

#_form_21_ ._inline-style input[type="text"] {
    width: -webkit-fill-available !important;
    border-radius: 0px !important;
    color: black !important;
    border: #000000 1px solid;
}
button#_form_21_submit {
    width: -webkit-fill-available !important;
}

#_form_21_._inline-style ._button-wrapper {
    margin: 0px 0px 0 20px !important;
}


._form-branding {
    display: none;
}
div#gtx-trans {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px !important;
}
.form-row>.col, .form-row>[class*=col-] {
/*    padding-right: 15px !important;*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
}
span.span-from-city {
    color: rgba(129, 180, 63, 1);
    font-size: 20px;
}
.select2-container--default .select2-selection--single {
     border-radius: 0px !important;
}
.select2-container .select2-selection--single {
    height: 55px !important;
    border: 1px solid #eee !important;
}
.price-date-box {
    margin-bottom: 10px;
}
div#content {
    background-color: #f9f9f9;
    padding-bottom: 3em;
}
ul.container.breadcrumb {
    margin-top: 30px;
}
.col-xs-1.grid-cell.noprice.deletecell .is-lowest-fare {
    color: #f9f9f9;
}
.col-xs-1.grid-cell.noprice.deletecell {
    border: none;
    color: #f9f9f9;
}
.linenp .calendar-day-price {
    font-weight: 100;
}
.col-xs-1.grid-cell.noprice.linenp {
    background-color: #ffffff;
    color: #707271;
}
.col-xs-1.grid-cell.noprice {
    background-color: #f9f9f9;
    color: #eee;
}
.warningfares {
    margin-bottom: 30px;
}
hr.hr2 {
    margin-top: -5px;
}
 .calendars {
    background-color: #f9f9f9;
}
 hr {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
 a.link.link--arrowed {
    text-decoration: none;
}
 .popularrow {
    background-color: #eee;
    margin-bottom: 30px;
    padding-bottom: 50px;
}
 .link {
   background-color: white;
   color: rgba(255, 255, 255, .8);
   padding: 10px 15px;
   border-radius: 0px;
   text-decoration: none;
}
 .link--arrowed {
   display: inline-block;
    height: 50px;
    line-height: 2rem;
    width: inherit;
}
html[dir="rtl"] .link--arrowed .arrow-icon {
   position: relative;
   top: -1px;
   -webkit-transition: -webkit-transform 0.3s ease;
   transition: -webkit-transform 0.3s ease;
   transition: transform 0.3s ease;
   transition: transform 0.3s ease, -webkit-transform 0.3s ease;
   vertical-align: middle;
   transform: scaleX(-1);
   float: left;
}
html[dir="rtl"] .link--arrowed span {
    float: right;
}
html[dir="ltr"] .link--arrowed .arrow-icon {
   position: relative;
   top: -1px;
   -webkit-transition: -webkit-transform 0.3s ease;
   transition: -webkit-transform 0.3s ease;
   transition: transform 0.3s ease;
   transition: transform 0.3s ease, -webkit-transform 0.3s ease;
   vertical-align: middle;
   float: right;
}
html[dir="ltr"] .link--arrowed span {
    float: left;
}
 .link--arrowed .arrow-icon--circle {
   transition: stroke-dashoffset 0.3s ease;
   stroke-dasharray: 95;
   stroke-dashoffset: 95;
}
 .link--arrowed:hover .arrow-icon {
   transform: translate3d(5px, 0, 0);
}
 .link--arrowed:hover .arrow-icon--circle {
   stroke-dashoffset: 0;
}

.mh2 .modal-header {
  background: rgba(135, 184, 73, 1);
  color:white;
}

.row.activities {
  margin-bottom: 30px;
}

.alert-close-en {
  bottom: 0;
  position: absolute;
  background-color: black;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  z-index: 3;
  padding: 0 15px;
  float: right;
  right: 0px;
  cursor: pointer;
}

.alert-close-ar {
  bottom: 0;
  position: absolute;
  background-color: black;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  z-index: 3;
  padding: 0 15px;
  float: right;
  left: 0px;
  cursor: pointer;
}

html[dir="ltr"] .mh2 .modal-body ul li::before {
  content: "\2022";
  color: rgba(135, 184, 73, 1);
  display: inline-block;
  width: 40px;
  font-size: 40px;
  transform: translateY(12%);
  margin-left: -40px;
}

html[dir="rtl"] .mh2 .modal-body ul li::before {
  content: "\2022";
  color: rgba(135, 184, 73, 1);
  display: inline-block;
  width: 40px;
  font-size: 55px;
  transform: translateY(15%);
  margin-left: 0px;
  line-height: 60px;
}

.mod-articles-category-readmore {
  color: #00acca !important;
  font-size: 14px;
  text-decoration: none;
  background-color: transparent;
}

.item-page img {
  width: 100%;
  height: auto;
}

.aliasmenu-group-booking .ui.message.success {
  line-height: inherit;
}

.aliasmenu-feedback .ui.message.success {
  line-height: inherit;
}

/*.item-page h2 {*/
/*color: #00acca;*/
/*margin-top: 30px;*/
/*}*/

.aliasmenu-news .table .list-title a {
  color: rgba(135, 184, 73, 1);
}

ul.sub-nav.list-unstyled a span {
  display: none;
}

.aliasmenu-404-error #content {
  font-size: 1rem;
}

.aliasmenu-404-error #content h1 {
  font-size: 10rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.aliasmenu-404-error .#content h2 {
  font-size: 1.5rem;
}

.aliasmenu-404-error .separator {
  height: 5px;
  background: rgba(135, 184, 73, 1);
  width: 10%;
  margin: 0 auto 30px;
}

.aliasmenu-404-error #content .btn {
  margin-top: 30px;
  padding: 0.5rem 1rem;
  margin-bottom: 100px;
  text-transform: uppercase;
  background-color: #00acca;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  line-height: 44px;
}

.chronoforms6_credits {
  display: none;
}

.chronoforms h2 {
  font-weight: bold;
}

.subscribenl {
  height: 56px;
  width: 100%;
  text-transform: uppercase;
  background-color: rgba(135, 184, 73, 1);
  color: #ffffff;
  border: none;
  font-size: 1rem;
  font-weight: bold;
}

html[dir="ltr"] .news .error ul li:before {
  content: "";
  background:none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 25px;
  background-position: -330px 0;
  position: absolute;
  left: -25px;
  top: 4px;
}

html[dir="ltr"] .news .success ul li:before {
  content: "";
  background:none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 25px;
  background-position: -330px 0;
  position: absolute;
  left: -25px;
  top: 4px;
}

html[dir="rtl"] .news .error ul li:after {
  content: "";
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 25px;
  background-position: -330px 0;
  position: absolute;
  right: -25px;
  top: 4px;
}

html[dir="rtl"] .news .success ul li:after {
  content: "";
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 25px;
  background-position: -330px 0;
  position: absolute;
  right: -25px;
  top: 4px;
}

.ui.success.message {
  border-radius: inherit;
  background-color: #ffffff;
  color: #4DACCA;
  height: 100%;
  text-align: center;
  /*line-height: 300px;*/
}

.ui.attached.success.message, .ui.success.message {
  -webkit-box-shadow: 0 0 0 0 #4DACCA inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 #4DACCA inset, 0 0 0 0 transparent;
}

@media (max-width: 480px) {
  .ui.success.message {
    line-height: 30px;
  }
}

.gopro-ad {
  display: none;
}

.joomlashack-jedlink {
  display: none;
}

.poweredby {
  display: none;
}

.joomlashack-copyright {
  display: none;
}

html[dir="rtl"] .list-inline-item:not(:last-child) {
  margin-right: 0rem;
}

html[dir="rtl"] .list-inline-item:not(:last-child) {
  margin-left: .5rem;
}

html[dir="rtl"] .list-inline .parent a.btn {
  font-size: 14px;
}

html[dir="rtl"] ul.sub-nav.list-unstyled {
  font-size: 14px;
}

html[dir="rtl"] .centerdivfooter {
  display: table;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cstab4 {
    display: none;
  }

  .cstab5 {
    display: none;
  }
}

form#load-form.G2-form {
  margin-bottom: 30px;
}
button#button3.teal {
  padding: 25px;
  line-height: 44px;
  text-transform: uppercase;
  background-color: #00acca;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
button#button3.olive {
  padding: 25px;
  line-height: 44px;
  text-transform: uppercase;
  background-color: rgba(135, 184, 73, 1);
  color: #ffffff;
  border: none;
  border-radius: 0;
}
img.dl_app {
  width: 145px;
}

/*NEW DEALS*/
.imagebox {
  background: black;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  background-color: #00acca;
  bottom: 0;
  color: white;
  font-size: 1.5em;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

html[dir="rtl"] .imagebox .imagebox-desc {
  background-color: #00acca;
  bottom: 0;
  color: white;
  font-size: 1.5em;
  right: 0;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
}

.imagebox .imagebox-desc span {
  font-size: 0.7em;
}

.imagebox .imagebox-top {
  background-color: rgba(129, 180, 63, 1);
  color: white;
  font-size: 1.0em;
  left: 0;
  padding: 10px 10px;
  position: absolute;
  text-align: left;
  width: 120px;
  margin-bottom: 0;
  line-height: 15px;
  margin-left: 20px;
  z-index: 2;
}

html[dir="rtl"] .imagebox .imagebox-top {
  background-color: rgba(129, 180, 63, 1);
  color: white;
  font-size: 1.0em;
  right: 0;
  padding: 5px 15px 10px 15px;
  position: absolute;
  text-align: right;
  width: 120px;
  margin-bottom: 0;
  line-height: 15px;
  margin-right: 20px;
  z-index: 99999;
}

.imagebox .imagebox-top span {
  font-size: 1.5em;
}

html[dir="rtl"] .imagebox .imagebox-top span {
  font-size: 1.5em;
  margin-top: 5px;
}

.imagebox:hover img {
  opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 10%;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.new-deals {
  background-color: #efece5;
  padding: 50px 50px 20px 50px;
  /*margin-bottom: 20px;*/
}

.new-deals-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 50px;
}

/*TRAVEL KIT*/
html[dir="rtl"] .travel-kit p {
  font-size: 19px;
}

@media (min-width: 1200px) {
  .container-tk {
    max-width: 1116px;
  }
}

@media (max-width: 575px) {
  .travel-kit-title, .tkbox3, .tkbox4, .tkbox5, .tkbox6, .tkbox7, .tkbox8, .cstab1, .cstab2, .cstab3, .cstab4, .cstab5, .cstab6 {
    display: none;
  }
  .twocolmob {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .new-deals {
    margin-top: -39px;
  }
  .tkbox1, .tkbox2 {
    padding: 15px;
  }
  .pd-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .pd-1 {
    padding-right: 21px !important;
    padding-left: 21px !important;
  }
}

.container-tk {
  margin-bottom: 40px;
}

.travel-kit-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}

.box {
  text-align: center;
  display:block;
  align-items: center;
  justify-content: center;
  background: #efece5;
  margin: 5px 0;
  padding: 10px;
  width: 100%;
  min-height: 100px;
  border-top: 6px #ccc solid;
  color: #707271;
}

.box:hover {
  border-top: 6px rgba(135, 184, 73, 1) solid;
}

.pd-1 {
  padding-right: 15px;
  padding-left: 15px;
}

.pd-2 {
  padding-right: 0;
  padding-left: 0;
}

.pd-3 {
  padding-right: 3px;
  padding-left: 3px;
}

.travel-kit a {
  text-decoration: none;
}

.travel-kit img {
  margin-bottom: 10px;
}

.travel-kit p {
  margin-bottom: 0;
  font-weight: bold;
}

.travel-kit n:hover, n:hover {
  /* Start the shake animation and make the animation last for 1.5 seconds */
  animation: shake 1.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*NEWS*/
.news {
  background-color: #ffffff !important;
  font-size: 20px;
}

.news_news {
  background-color: #efece5;
  padding: 31px;
  border: 2px solid #ccc;
}

.news_news_info {
  /*padding: 30px;*/
  border: 2px solid #ccc;
}

.news-upper {
  text-transform: lowercase;
}

.news-upper::first-letter {
  text-transform: uppercase;
}

.news ul {
  line-height: 32px;
}

.news_news h2 {
  font-weight: bold;
}

@media (max-width: 575px) {
  .news_news_info {
    margin-top: 15px;
  }
}

/* Flight Deals Start */
.flight-deals-title {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.salamair-flight-deals > .text-internal-banner {
  top: 10%;
}

#compact-search-container {
/*  margin-top: 8em;*/
/*  margin-bottom: 4em;*/
}

@media (min-width: 768px) {
  #compact-search-container > .search{
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    top: 17.5%;
  }
  ._form_element._x26271103._inline-style {
    width: 18%;
  }
  html[dir="rtl"] input#email.form-control {
    padding: 10px 10px 10px 60px !important;
  }

  input#email.form-control {
    padding: 10px 60px 10px 10px !important;
  }
}

.show-container {
  z-index: 100000;
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.deals-imagebox {
	background: black;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
  border: 1px solid #eee;
}

.deals-imagebox .imagebox-top {
  color: rgba(129, 180, 63, 1);
  font-size: 1.0em;
  left: 0;
  padding: 10px 10px;
  position: absolute;
  text-align: left;
  z-index: 2;
}

.deals-imagebox .imagebox-top span {
	font-size: 23px;
}

.deals-imagebox .imagebox-desc {
  bottom: 0;
  color: black;
  font-size: 1.5em;
  left: 0;
  padding: 10px 10px;
  position: absolute;
  transition: 0.5s padding;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.deals-currency {
	font-size: .7em;
	display: block;
	line-height: 0;
}

.deals-fareprice {
	font-size: 2em;
	font-weight: bold;
}

.deals-timing {
	margin: 0; 
	display: inline-block; 
	float: right;
	color: gray;
	font-size: 14px;
}

.deals-booknow {
	display: block;
	background-color: #00acca;
	color: white;
	text-align: center;
	margin-top: -12px;
    line-height: 45px;
	cursor: pointer;
	padding-top: 5px;
}

#flightDealsViewMore {
	color: white;
	background-color: #00acca;
	padding: 12px 30px;
  border-radius: 0px;
}
/* Flight Deals End */

/* Calendar Deals Start */

.calendar-deals {
/*  padding-bottom: 4em;*/
}

.popular-flights h3 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.calendar-month-title {
  text-align: center;
  font-size: 25px;
  color: rgba(135, 184, 73, 1);
  margin-bottom: 20px;
}

.grid-calendar {
  min-width: 320px;
  padding-bottom: 3em;
  margin-left: 15px;
}

.calendar-week .grid-cell {
  background-color: #fff;
  border: 1px solid #eee;
  min-height: 73px;
}

.calendar-day-text {
  text-align: left;
  font-size: 12px;
  padding-top: 8px;
  padding-left: 8px;
}

.calendar-day-price {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.calendar-week-header .grid-cell > div > div {
  padding-bottom: 10px;
  height: auto;
}

.grid-cell {
  display: inline-block;
  min-height: 1px;
  text-align: center;
  padding: 0;
  position: relative;
  width: 14%;
}

.not-in-month {
  color: #fff;
}

.price-currency {
  font-size: 12px;
  margin-bottom: -10px;
    display: block;
}

.price-asterisk {
  font-size: 15px;
  font-weight: normal;
}

.is-lowest-fare {
  color: rgba(135, 184, 73, 1);
}

.price-low-no {
  font-weight: 100;
}
/* Calendar Deals End */