@charset "UTF-8";
/*
project Name : Club World;
BY: i.emam ;
RELEASE :5/2019
 */
/* variables */
ul {
  list-style-type: none;
  padding: 0;
}

a:hover {
  text-decoration: none;
  transition: 0.5s;
}

li {
  display: inline-block;
}

#toTopArrow {
  display: inline-block;
  background-color: #F3B600;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#toTopArrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#toTopArrow:hover {
  cursor: pointer;
  background-color: #333;
}

#toTopArrow:active {
  background-color: #555;
}

#toTopArrow.show {
  opacity: 1;
  visibility: visible;
}

.slogan {
  color: #636060;
  font-size: 1.1em;
}

.m-t20 {
  margin-top: 20px;
}

.title {
  font-weight: 600;
  color: #636060;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.title:before {
  content: "";
  height: 3px;
  width: 20%;
  background-color: #F3B600;
  position: absolute;
  bottom: -15px;
}

.primary-btn {
  background-color: #F3B600;
  color: #636060;
  border-radius: 4px;
  padding: 8px 15px;
}
.primary-btn:hover {
  color: #fff;
}

.secondry-btn {
  background-color: #F5F5F5;
  color: #F3B600;
  border-radius: 4px;
  padding: 8px 15px;
}
.secondry-btn:hover {
  background-color: #F3B600;
  color: #fff;
}

.read-more {
  color: #636060;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
.read-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: -5px;
  background: #F3B600;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.read-more:hover:before, .read-more:focus:before, .read-more:active:before {
  left: 0;
  right: 0;
}

/* variables */
header {
  background: url(../img/header-bg.jpg) no-repeat center;
  min-height: 100px;
  background-size: cover;
}
header .logo {
  margin-top: 10px;
}
header .navbar {
  margin-bottom: 0;
  border: none;
}
header .navbar-nav {
  float: left;
  margin-top: 15px;
}
header li.active a {
  background-color: #F3B600 !important;
  font-weight: 800;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
header li.active a:hover {
  color: #fff !important;
}
header li.reservation-btn a {
  background-color: #F3B600 !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: none;
}
header li.reservation-btn a:hover {
  color: #fff !important;
}
header .navbar-nav li a {
  color: #fff;
  padding: 10px;
}
header .navbar-nav li a:hover {
  background-color: transparent;
  color: #F3B600;
  transition: 0.5s;
}
header .top-bar {
  text-align: right;
  margin-top: 15px;
}
header .top-bar .social {
  float: right;
  margin-right: 15px;
}
header .top-bar .social li {
  margin-right: 10px;
}
header .top-bar .social li a {
  color: #fff;
  font-size: 1.2em;
}
header .top-bar .logIn {
  float: right;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 0px 10px;
}
header .fa-bars {
  color: #F3B600;
  font-size: 2.5em;
}
header .navbar-collapse {
  padding: 0;
}
header .caret {
  margin-left: 0;
}
header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #F3B600;
}
header .dropdown-menu {
  min-width: 300px;
}
header .dropdown-menu > li > a {
  color: #333 !important;
  text-transform: capitalize;
}
header .dropdown-menu li {
  display: block;
}
header .dropdown-menu li a:hover {
  color: #fff !important;
  background-color: #F3B600;
}

/* variables */
.content {
  background: url(../img/banner-bg.png) repeat-y;
}

.reservation-tabs {
  position: absolute;
  top: 130px;
  z-index: 2;
  width: 22%;
  background-color: #fff;
  border: 4px solid #a6928f;
  border-radius: 4px;
  left: 8%;
}
.reservation-tabs .nav-tabs {
  border: none;
}
.reservation-tabs .nav-tabs a {
  padding: 15px 7px;
}
.reservation-tabs .panel-heading {
  padding: 0;
}
.reservation-tabs .form-inline .form-group {
  margin-bottom: 10px;
}
.reservation-tabs .tab-content {
  padding: 10px;
}
.reservation-tabs .tab-content label {
  font-weight: 100;
  font-size: 0.85em;
}
.reservation-tabs .nav-tabs > li.active > a, .reservation-tabs .nav-tabs > li.active > a:focus, .reservation-tabs .nav-tabs > li.active > a:hover {
  color: #F3B600;
  cursor: pointer;
  background-color: #070707;
  border: none;
}
.reservation-tabs .flight-reserv {
  border: 1px solid #f3f3f3;
  padding: 10px 0;
  border-radius: 8px;
  text-align: center;
}
.reservation-tabs .flight-reserv li a {
  text-transform: capitalize;
  padding: 12px 5px;
  color: #636060;
}
.reservation-tabs .flight-reserv .current a {
  background-color: #070707;
  color: #F3B600;
}
.reservation-tabs .more-forms {
  margin-bottom: 15px;
  float: left;
}
.reservation-tabs .more-forms .form-control {
  float: left;
  width: 30%;
  margin-right: 5px;
}
.reservation-tabs .more-forms .form-control:last-of-type {
  margin: 0;
}

.mob-reservation-tabs {
  position: relative;
  top: auto;
  width: 100%;
  background-color: #fff;
  border: 4px solid #a6928f;
  border-radius: 4px;
  left: auto;
}
.mob-reservation-tabs .nav-tabs {
  border: none;
}
.mob-reservation-tabs .nav-tabs a {
  padding: 15px 7px;
}
.mob-reservation-tabs .panel-heading {
  padding: 0;
}
.mob-reservation-tabs .form-inline .form-group {
  margin-bottom: 10px;
}
.mob-reservation-tabs .tab-content {
  padding: 10px;
}
.mob-reservation-tabs .tab-content label {
  font-weight: 100;
  font-size: 0.85em;
}
.mob-reservation-tabs .nav-tabs > li.active > a, .mob-reservation-tabs .nav-tabs > li.active > a:focus, .mob-reservation-tabs .nav-tabs > li.active > a:hover {
  color: #F3B600;
  cursor: pointer;
  background-color: #070707 !important;
  border: none;
}
.mob-reservation-tabs .flight-reserv {
  border: 1px solid #f3f3f3;
  padding: 10px 0;
  border-radius: 8px;
  text-align: center;
}
.mob-reservation-tabs .flight-reserv li a {
  text-transform: capitalize;
  padding: 12px 5px;
  color: #636060;
}
.mob-reservation-tabs .flight-reserv .current a {
  background-color: #070707;
  color: #F3B600;
}
.mob-reservation-tabs .more-forms {
  margin-bottom: 15px;
  float: left;
}
.mob-reservation-tabs .more-forms .form-control {
  float: left;
  width: 30%;
  margin-right: 5px;
}
.mob-reservation-tabs .more-forms .form-control:last-of-type {
  margin: 0;
}

.modal-title {
  text-align: left;
}

.carousel-inner > .item {
  height: 500px;
  overflow: hidden;
}

.carousel-inner .item img {
  width: 100%;
}

#mainSlider .carousel-control.left, #mainSlider .carousel-control.right {
  background: none;
}
#mainSlider .carousel-control {
  top: 40%;
}
#mainSlider i {
  padding: 5px 10px;
  color: #fff;
  font-size: 4em;
}
#mainSlider .carousel-control.left {
  left: -2%;
}

.carousel-caption {
  padding-bottom: 30px;
  top: 20%;
  left: 40%;
}
.carousel-caption h2 {
  font-size: 3em;
  font-weight: 800;
  text-align: left;
}
.carousel-caption p {
  font-size: 2.5em;
  text-align: left;
  margin-left: 10px;
}

.carousel-indicators {
  bottom: 20px;
  top: 75%;
  left: 43%;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #F3B600;
  border-color: #F3B600;
}
.carousel-indicators li {
  background-color: #fff;
}

.features-strip {
  margin-top: -70px;
  margin-bottom: 30px;
}
.features-strip .feature {
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding-top: 1px;
}
.features-strip .feature:hover a {
  color: #F3B600;
}
.features-strip .feature .citizen-icon svg {
  fill: #F3B600;
}
.features-strip .feature .matchtickets-icon svg {
  fill: #ff003d !important;
}
.features-strip .feature .air-tickets-icon svg {
  fill: #9e19c2;
}
.features-strip .feature .hotels-icon svg {
  fill: #6e0dd8;
}
.features-strip .feature .transportation-icon svg {
  fill: #3451f7;
}
.features-strip .feature .gallery-icon svg {
  fill: #02e780;
}
.features-strip .feature a {
  display: block;
  font-size: 1.1em;
  color: #636060;
  font-weight: 600;
}
.features-strip .feature svg {
  margin-top: 20px;
}
.features-strip .feature .feature-icon {
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.citizen-membership {
  margin-top: 60px;
  text-align: center;
}
.citizen-membership li {
  margin-right: 20px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.citizen-membership li:last-child {
  margin: 0;
}
.citizen-membership li:hover, .citizen-membership li:focus, .citizen-membership li:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.about-citizen {
  padding-bottom: 30px;
}
.about-citizen .about-citizen-data .title {
  text-transform: uppercase;
}
.about-citizen .about-citizen-data p {
  margin-bottom: 25px;
}
.about-citizen .about-citizen-data a {
  margin-right: 20px;
}

.matchs {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.matchs .title:before {
  left: 47%;
  width: 5%;
}
.matchs .match-teams {
  float: left;
  padding: 10px 5px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.matchs .match-teams:hover, .matchs .match-teams:focus, .matchs .match-teams:active {
  box-shadow: 0 0 10px #F3B600;
}
.matchs .match-teams h4 {
  color: #636060;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.matchs .match-teams .match-reservation {
  text-transform: capitalize;
  color: #636060;
  display: block;
  text-align: center;
  position: relative;
  font-size: 1.2em;
}
.matchs .match-teams .match-teams-flags {
  margin-bottom: 15px;
  float: left;
}
.matchs .match-teams .match-teams-flags img {
  width: 70px;
  height: 70px;
  float: left;
}
.matchs .match-teams .match-teams-flags p {
  float: left;
  color: #636060;
  text-align: center;
  margin-top: 15px;
}
.matchs .match-teams .match-teams-flags p span {
  display: block;
  color: #A2A2A2;
}
.matchs .owl-carousel .owl-nav.disabled, .matchs .owl-carousel .owl-dots.disabled {
  display: block !important;
}
.matchs .owl-prev {
  position: absolute;
  left: -70px;
  background-color: #F3B600 !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  top: 50%;
}
.matchs .owl-prev span {
  color: #fff;
  font-size: 2em;
}
.matchs .owl-next {
  position: absolute;
  right: -20px;
  background-color: #F3B600 !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  top: 50%;
}
.matchs .owl-next span {
  color: #fff;
  font-size: 2em;
}

.best-deals {
  background: url(../img/deals-bg.png) no-repeat center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.best-deals .title:before {
  left: 47%;
  width: 5%;
}
.best-deals .item {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  margin-top: 70px;
  float: left;
}
.best-deals .item:hover, .best-deals .item:focus, .best-deals .item:active {
  box-shadow: 0 0 10px #F3B600;
}
.best-deals .offer-item img {
  width: 270px;
  height: 210px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.best-deals .offer-item .offer-info {
  float: left;
  padding: 15px;
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 0;
}
.best-deals .offer-item .offer-info .offer-name {
  color: #636060;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.best-deals .offer-item .offer-info .offer-name span {
  display: block;
}
.best-deals .offer-item .offer-info .offer-name:hover {
  color: #F3B600;
}
.best-deals .offer-item .offer-info .offer-period {
  color: #A2A2A2;
  font-size: 0.8em;
  margin-top: 5px;
}
.best-deals .offer-item .offer-info .price {
  color: #F3B600;
  font-size: 1.2em;
  font-weight: 600;
  text-align: right;
}
.best-deals .offer-item .offer-info .price span {
  color: #A2A2A2;
  display: block;
  font-weight: 100;
  font-size: 0.9em;
  margin-bottom: 20px;
}
.best-deals .owl-nav {
  position: absolute;
  top: -5px;
  left: 45%;
}
.best-deals .owl-nav .owl-prev, .best-deals .owl-nav .owl-next {
  background: #F3B600 !important;
  padding: 30px !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
}
.best-deals .owl-nav .owl-prev span, .best-deals .owl-nav .owl-next span {
  color: #fff !important;
  font-size: 2em;
}

.top-distnations {
  background: url(../img/top-distnations.jpg) no-repeat center;
  padding: 70px 0 100px 0;
  margin-bottom: 30px;
}
.top-distnations .slogan {
  color: #ddd;
}
.top-distnations .title {
  color: #E2E2E2;
}
.top-distnations .title:before {
  width: 10%;
}
.top-distnations .distnation {
  margin-bottom: 15px;
  margin-top: 15px;
  float: left;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.top-distnations .distnation:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F3B600;
  height: 6px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
}
.top-distnations .distnation:hover:before, .top-distnations .distnation:focus:before, .top-distnations .distnation:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.top-distnations .distnation img {
  float: left;
  width: 102px;
  height: 101px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.top-distnations .distnation .distnation-info {
  float: left;
  padding: 12px 15px 13px;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.top-distnations .distnation .distnation-info .offer-name {
  color: #636060;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.top-distnations .distnation .distnation-info .offer-name span {
  display: block;
}
.top-distnations .distnation .distnation-info .offer-name:hover {
  color: #F3B600;
}
.top-distnations .distnation .distnation-info .offer-period {
  color: #A2A2A2;
  font-size: 0.8em;
  margin-top: 5px;
}
.top-distnations .distnation .distnation-info .price {
  color: #F3B600;
  font-size: 1.2em;
  font-weight: 600;
  text-align: right;
  margin-left: 25px;
}
.top-distnations .distnation .distnation-info .price span {
  color: #A2A2A2;
  display: block;
  font-weight: 100;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.our-services {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.our-services .title {
  margin-bottom: 55px;
}
.our-services .title::before {
  left: 48%;
  width: 5%;
}
.our-services .service-item {
  margin-bottom: 35px;
  border: 1px solid #fafafa;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.our-services .service-item:hover {
  -webkit-box-shadow: #ccc 0px 2px 15px;
  -moz-box-shadow: #ccc 0px 2px 15px;
  box-shadow: #ccc 0px 2px 15px;
  transition: 0.5s;
}
.our-services .service-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.our-services .service-item:hover a {
  color: #F3B600;
  transition: 0.5s;
}
.our-services .service-item img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.our-services .service-item a {
  color: #636060;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
}
.our-services .service-item a:hover {
  color: #F3B600;
  transition: 0.5s;
}

.banners-carousel {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.banners-carousel img {
  height: 250px !important;
  width: 100%;
}
.banners-carousel #big-banner-carousel .carousel-control.left, .banners-carousel #big-banner-carousel .carousel-control.right {
  background: none;
}
.banners-carousel #big-banner-carousel .carousel-control {
  top: 50%;
}
.banners-carousel #big-banner-carousel i {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px 10px;
  color: #636060;
}
.banners-carousel #big-banner-carousel i:hover {
  background-color: #F3B600;
  border: 1px solid #F3B600;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.marketing {
  margin-bottom: 60px;
}
.marketing .title {
  margin-bottom: 55px;
}
.marketing .title:before {
  left: 45%;
  width: 10%;
}
.marketing .col-md-3 {
  padding: 15px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.marketing .col-md-3:hover, .marketing .col-md-3:focus, .marketing .col-md-3:active {
  box-shadow: 0 0 8px #F3B600;
}
.marketing .marketing-element {
  text-align: center;
  display: inline-block;
}
.marketing .marketing-element:hover svg {
  fill: #F3B600;
}
.marketing .marketing-element:hover a {
  color: #636060;
}
.marketing .marketing-element svg {
  margin-bottom: 5px;
}
.marketing .marketing-element a {
  display: block;
  color: #F3B600;
  margin-bottom: 5px;
  font-weight: 800;
}
.marketing .marketing-element p {
  text-align: center;
  height: 130px;
  overflow: hidden;
}

.marketing-2 h2 {
  color: #636060;
  font-weight: 800;
  line-height: 1.6;
}
.marketing-2 h2 span {
  color: #F3B600;
}
.marketing-2 p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 15px;
}
.marketing-2 img {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.marketing-2 img:hover, .marketing-2 img:focus, .marketing-2 img:active {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

.gallery {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.gallery .title {
  margin-bottom: 55px;
}
.gallery .title:before {
  left: 45%;
  width: 10%;
}
.gallery h2 {
  color: #636060;
  font-weight: 800;
  line-height: 1.6;
}
.gallery h2 span {
  color: #F3B600;
}
.gallery p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 15px;
}
.gallery #big-banner-carousel .carousel-control.left, .gallery #big-banner-carousel .carousel-control.right {
  background: none;
}
.gallery #big-banner-carousel .carousel-control {
  top: 50%;
}
.gallery #big-banner-carousel .carousel-inner > .item {
  height: 250px;
  overflow: hidden;
}
.gallery #big-banner-carousel i {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px 10px;
  color: #636060;
}
.gallery #big-banner-carousel i:hover {
  background-color: #F3B600;
  border: 1px solid #F3B600;
}

.gallery-2 {
  margin-bottom: 30px;
}
.gallery-2 .title {
  margin-bottom: 55px;
}
.gallery-2 .title:before {
  left: 45%;
  width: 10%;
}
.gallery-2 .col-md-3 {
  padding: 15px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.gallery-2 .col-md-3:hover, .gallery-2 .col-md-3:focus, .gallery-2 .col-md-3:active {
  box-shadow: 0 0 8px #F3B600;
}
.gallery-2 .gallery-element {
  text-align: center;
  display: inline-block;
}
.gallery-2 .gallery-element:hover svg {
  fill: #F3B600;
}
.gallery-2 .gallery-element:hover a {
  color: #636060;
}
.gallery-2 .gallery-element svg {
  margin-bottom: 5px;
}
.gallery-2 .gallery-element a {
  display: block;
  color: #F3B600;
  margin-bottom: 5px;
  font-weight: 800;
}
.gallery-2 .gallery-element p {
  text-align: justify;
}

@media (max-width: 768px) {
  header .dropdown-menu li {
    text-align: center;
  }

  header .navbar-nav li a {
    color: #fff !important;
  }

  footer {
    text-align: center;
    background-size: cover !important;
  }

  .gallery-2 .gallery-element {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }

  .top-distnations .distnation {
    float: none;
    margin-bottom: 15px;
    padding-top: 10px;
  }

  .top-distnations .distnation .distnation-info {
    float: none;
  }

  .distnation-info .pull-left, .distnation-info .pull-right {
    float: none !important;
    text-align: center;
  }

  .top-distnations .distnation .distnation-info .price {
    text-align: center;
    margin: 0;
  }

  .carousel-inner > .item {
    height: auto;
  }

  header .top-bar {
    float: left;
    width: 100%;
    text-align: center;
  }

  header .top-bar .logIn, header .navbar-nav {
    float: none;
  }

  header .top-bar .social {
    float: none;
    margin-right: 0;
    margin-top: 15px;
  }

  .features-strip {
    margin-top: 20px;
  }

  .carousel-caption p {
    font-size: 1em;
  }

  .carousel-caption h2 {
    font-size: 1.2em;
  }

  .carousel-inner .item img {
    height: 250px !important;
  }
}
@media (max-width: 1200px) {
  .top-distnations {
    background-size: cover;
  }

  .top-distnations .distnation {
    background-color: #ffffff33;
  }

  .top-distnations .distnation img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 4px;
  }

  .best-deals .offer-item {
    float: none;
  }

  .citizen-membership li {
    margin-right: 5px;
  }

  header {
    background-size: cover;
  }

  .reservation-tabs .flight-reserv {
    text-align: left;
  }

  .reservation-tabs .flight-reserv li a {
    padding: 12px 1px;
  }

  .reservation-tabs .tab-content {
    padding: 5px;
  }
}
@media (max-width: 1150px) {
  .reservation-tabs {
    top: 24%;
  }
}
@media (max-width: 990px) {
  .reservation-tabs {
    display: none;
  }

  .mob-reservation-tabs {
    display: block !important;
  }

  header .navbar-nav li a {
    display: inline-block;
  }

  .carousel-inner .item img {
    height: 80%;
  }

  .reservation-tabs {
    display: none;
  }

  .mob-reservation-tabs {
    display: block !important;
  }

  header .navbar-nav li a {
    display: inline-block;
  }
}
/* variables */
footer {
  background: url(../img/footer-bg.jpg) no-repeat center;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer p {
  margin-top: 20px;
  color: #9d9d9d;
}
footer small {
  color: #9d9d9d;
}
footer h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 25px;
}
footer ul li {
  display: block;
  line-height: 1.8;
}
footer ul li a {
  color: #9d9d9d;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #F3B600;
}
footer .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #9d9d9d;
  color: #9d9d9d;
}
footer .btn {
  background: #fff;
  border-radius: 0;
  padding: 8.5px 20px;
  font-size: 0.8em;
}
footer .footer-social {
  margin-top: 25px;
}
footer .footer-social li {
  display: inline-block;
  margin-right: 15px;
}
footer .footer-social li a {
  font-size: 1.5em;
}

/* variables */

/*# sourceMappingURL=main.css.map */
