/*--========== Dual Navbar ==========--*/
.f-nav {
  background-color: #2d3e50; }
  .f-nav ul {
    list-style: none;
    float: left;
    width: 87.8%;
    padding: 5px 0; }
    .f-nav ul li {
      display: inline-block;
      border-left: 1px solid #666;
      padding-left: 10px;
      margin-right: 8px;
      text-transform: capitalize;
      color: #FFF;
      cursor: pointer;
      font-size: 15px;
      transition: all .2s ease-in-out; }
      .f-nav ul li i {
        margin-right: 5px; }
      .f-nav ul li span {
        color: #1ad4af; }
        .f-nav ul li span:hover {
          color: #FFF; }
      .f-nav ul li:first-of-type {
        border-left: none;
        padding-left: 0; }
      .f-nav ul li:last-of-type {
        margin-right: 0; }
      .f-nav ul li:hover {
        color: #1ad4af; }
    .f-nav ul:last-of-type {
      width: 12.2%; }
      .f-nav ul:last-of-type li i {
        margin-right: 0; }

.s-nav {
  padding: 10px 0; }
  .s-nav .logo {
    float: left;
    width: 61%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2d3e50; }
    .s-nav .logo span {
      color: #1ad4af; }
  .s-nav ul {
    float: left;
    width: 36%;
    list-style: none;
    line-height: 210%; }
    .s-nav ul li {
      display: inline-block;
      margin-right: 20px;
      text-transform: uppercase;
      color: #2d3e50;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      transition: all .2s ease-in-out; }
      .s-nav ul li:hover {
        color: #1ad4af; }
  .s-nav .search {
    float: left;
    width: 3%;
    color: #2d3e50;
    padding: 7px;
    text-align: right;
    border: 2px solid #2d3e50;
    border-radius: 50px;
    cursor: pointer;
    transition: all .2s ease-in-out; }
    .s-nav .search i {
      float: left; }
    .s-nav .search .input-box {
      display: none;
      float: left;
      width: 85%;
      border: none;
      line-height: 1; }
    .s-nav .search:hover {
      color: #1ad4af;
      border-color: #1ad4af; }

/*--========== Header ==========--*/
.header {
  background-image: url(../photos/header.jpg);
  background-size: cover;
  position: relative;
  color: #FFF; }
  .header i {
    width: 4.5%;
    float: left;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 12px 20px;
    transition: all .2s ease-in-out;
    cursor: pointer; }
    .header i:hover {
      color: #FFF;
      background-color: #1ad4af; }
  .header .slider {
    width: 91%;
    float: left; }
    .header .slider .head {
      text-align: center;
      display: none; }
      .header .slider .head h1 {
        font-size: 38px;
        margin: 0;
        text-transform: uppercase; }
      .header .slider .head p {
        font-size: 20px;
        text-transform: capitalize;
        margin: 15px 0 35px; }
      .header .slider .head button {
        padding: 12px 15px;
        font-size: 18px;
        border: 2px solid #FFF;
        background-color: transparent;
        color: #FFF;
        border-radius: 3px;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        cursor: pointer;
        margin-left: 10px; }
        .header .slider .head button:hover {
          background-color: #1ad4af;
          border-color: #1ad4af; }
    .header .slider .active {
      display: block; }
  .header .destin {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #2d3e50;
    padding: 5px 0; }
    .header .destin h2 {
      display: inline-block;
      width: 15%;
      text-transform: uppercase;
      font-size: 25px;
      float: left;
      border-right: 1px solid #666; }
      .header .destin h2 span {
        color: #AAA;
        font-weight: 400;
        font-size: 20px; }
    .header .destin p {
      font-size: 22px;
      display: inline-block;
      text-transform: capitalize;
      width: 10%;
      text-align: center;
      float: left;
      margin-top: 1.5%;
      color: #AAA; }
    .header .destin input {
      width: 26%;
      padding: 8px;
      border: 1px solid #1ad4af;
      border-radius: 3px;
      font-size: 18px;
      float: left;
      margin-top: 1.1%;
      transition: all .2s ease-in-out; }
    .header .destin button {
      width: 10%;
      margin-left: 3%;
      padding: 10px;
      font-size: 16px;
      border: none;
      background-color: #1ad4af;
      color: #FFF;
      border-radius: 3px;
      text-transform: uppercase;
      transition: all .3s ease-in-out;
      cursor: pointer;
      font-weight: bold;
      float: left;
      margin-top: 1%; }

/*--========== Special Offers ==========--*/
.spec-offs {
  padding: 50px;
  overflow: hidden; }
  .spec-offs h2 {
    text-transform: uppercase;
    text-align: center;
    color: #2d3e50; }
  .spec-offs p {
    text-transform: capitalize;
    color: #999;
    margin: 10px auto;
    text-align: center; }
  .spec-offs .offer {
    float: left;
    height: 200px;
    width: 18%;
    margin: 40px 1.25% 0;
    overflow: hidden;
    position: relative;
    opacity: .6;
    border: 2px solid #DDD;
    transition: all .3s ease-in-out; }
    .spec-offs .offer:first-of-type {
      margin-left: 0; }
    .spec-offs .offer:nth-of-type(5) {
      margin-right: 0;
      float: right; }
    .spec-offs .offer:hover {
      opacity: 1;
      border: 2px solid #2d3e50; }
    .spec-offs .offer:hover .info {
      background-color: #2d3e50;
      color: #FFF; }
    .spec-offs .offer img {
      height: 100%;
      width: 100%; }
    .spec-offs .offer .info {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #DDD;
      padding: 10px;
      overflow: hidden;
      cursor: pointer;
      transition: all .5s ease-in-out; }
      .spec-offs .offer .info:hover {
        color: #1ad4af; }
      .spec-offs .offer .info h4 {
        float: left;
        width: 92%;
        text-transform: capitalize; }
      .spec-offs .offer .info i {
        float: left;
        width: 8%; }
  .spec-offs .see-more {
    display: none;
    background-color: #2d3e50;
    overflow: hidden;
    padding: 15px; }
    .spec-offs .see-more .details {
      float: left;
      width: 45%;
      margin-right: 5%;
      color: #EEE; }
      .spec-offs .see-more .details p {
        line-height: 1.8;
        color: #EEE;
        font-size: 17px;
        text-align: left;
        margin: 10px 0 0 0; }
      .spec-offs .see-more .details ul {
        margin-top: 30px;
        list-style: none; }
        .spec-offs .see-more .details ul li {
          margin: 10px 0;
          text-transform: capitalize; }
          .spec-offs .see-more .details ul li span {
            color: #1ad4af; }
    .spec-offs .see-more .city-img {
      float: left;
      width: 45%;
      height: 375px;
      margin-left: 5%;
      padding: 3px;
      border: 2px solid #EEE; }
      .spec-offs .see-more .city-img img {
        height: 100%;
        width: 100%; }

/*--========== Holidays ==========--*/
.holidays {
  background-image: url(../photos/types.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 350px;
  text-align: center; }
  .holidays h2 {
    text-transform: uppercase;
    margin-top: 50px;
    color: #FFF; }
  .holidays p {
    text-transform: capitalize;
    color: #DDD;
    margin: 20px auto;
    text-align: center; }
  .holidays .type {
    float: left;
    width: 12%;
    margin: 20px 2.66% 20px 0; }
    .holidays .type:last-of-type {
      margin-right: 0; }
    .holidays .type i {
      font-size: 60px;
      width: 100%;
      color: #FFF;
      padding: 25px;
      border: 2px solid #FFF;
      border-radius: 50%;
      transition: all .3s ease-in-out; }
    .holidays .type span {
      color: #DDD;
      font-size: 18px;
      margin-top: 15px;
      text-transform: capitalize;
      display: inline-block;
      transition: all .2s ease-in-out; }
    .holidays .type:hover i, .holidays .type:hover span {
      color: #1ad4af;
      border-color: #1ad4af; }

/*--========== Happy Clients ==========--*/
.clients {
  padding: 50px 0;
  overflow: hidden;
  text-align: center; }
  .clients h2 {
    text-transform: uppercase;
    color: #2d3e50; }
  .clients p {
    text-transform: capitalize;
    color: #999;
    margin: 20px auto;
    text-align: center; }
  .clients .feed-back .client {
    border: 2px solid #DDD;
    padding: 15px;
    width: 30.5%;
    margin: 20px 1%;
    text-align: left;
    position: relative;
    opacity: .4;
    transition: all .3s ease-in-out;
    display: inline-block; }
    .clients .feed-back .client p {
      color: #333;
      margin: 10px 0;
      text-align: left;
      font-size: 16px;
      line-height: 1.4; }
    .clients .feed-back .client h4 {
      color: #1ad4af;
      text-transform: capitalize;
      font-size: 20px; }
    .clients .feed-back .client .piece {
      position: absolute;
      background: #FFF;
      border: 3px solid #DDD;
      border-top-width: 0;
      border-left-width: 0;
      width: 7%;
      height: 21%;
      right: 40px;
      bottom: -12%;
      transform: rotate(46deg);
      transition: all .2s ease-in-out; }
    .clients .feed-back .client:hover {
      opacity: 1;
      border-top-color: #1ad4af; }
    .clients .feed-back .client:hover .piece {
      border-color: #1ad4af; }

/*--========== Footer ==========--*/
.footer {
  padding: 50px 0;
  background-color: #2d3e50;
  color: #FFF; }
  .footer .upper {
    float: left;
    width: 22%;
    margin-left: 3.3333%; }
    .footer .upper:first-of-type {
      margin-left: 0; }
    .footer .upper h4 {
      color: #1ad4af;
      text-transform: capitalize;
      margin-bottom: 10px;
      font-size: 20px; }
  .footer .letter p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 17px;
    color: #CCC; }
  .footer .letter form input {
    padding: 5px;
    border: 1px solid #1ad4af;
    width: 70%;
    margin: 0 2% 0 1%;
    border-radius: 3px; }
  .footer .letter form button {
    padding: 5px;
    background-color: #1ad4af;
    border: 1px solid #1ad4af;
    text-transform: uppercase;
    width: 25%;
    border-radius: 3px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer; }
  .footer .latest .news {
    margin-top: 15px; }
    .footer .latest .news .new-img {
      float: left;
      width: 22%;
      overflow: hidden;
      margin-right: 7px;
      height: 55px;
      padding: 2px;
      border: 1px solid #FFF; }
      .footer .latest .news .new-img img {
        height: 100%;
        width: 100%; }
    .footer .latest .news p {
      font-size: 15px;
      margin-bottom: 8px;
      line-height: 1.4;
      color: #CCC; }
    .footer .latest .news h5 {
      font-size: 18px;
      color: #1ad4af;
      text-transform: capitalize; }
  .footer .tags span {
    padding: 3px;
    margin-top: 5px;
    color: #CCC;
    display: inline-block;
    border: 1px solid #CCC;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-size: 12px;
    border-radius: 2px; }
    .footer .tags span:hover {
      background-color: #1ad4af;
      border-color: #1ad4af;
      color: #FFF; }
  .footer .address {
    color: #CCC; }
    .footer .address p {
      line-height: 1.5;
      font-size: 18px;
      margin: 10px 0; }
      .footer .address p span {
        color: #1ad4af; }
    .footer .address i {
      font-size: 25px;
      margin: 5% 6% 0;
      color: #1ad4af;
      cursor: pointer;
      transition: all .2s ease-in-out; }
      .footer .address i:hover {
        color: #FFF; }
  .footer hr {
    margin: 40px;
    color: #555; }
  .footer .lower {
    text-align: center; }
    .footer .lower ul {
      list-style: none; }
      .footer .lower ul li {
        display: inline-block;
        font-size: 18px;
        text-transform: capitalize;
        margin: 2px;
        color: #CCC;
        transition: all .2s ease-in-out;
        cursor: pointer; }
        .footer .lower ul li:hover {
          color: #1ad4af; }
        .footer .lower ul li i {
          cursor: default;
          font-size: 13px; }
          .footer .lower ul li i:hover {
            color: #CCC; }
    .footer .lower p {
      text-transform: capitalize;
      margin-top: 15px;
      font-size: 15px; }

/*--========== Top Button ==========--*/
.top {
  position: fixed;
  bottom: -27px;
  transform: rotate(45deg);
  background-color: #1ad4af;
  padding: 2px 0px 0px 3px;
  color: #2d3e50;
  width: 45px;
  height: 45px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  display: none; }
  .top i {
    transform: rotate(-45deg);
    font-size: 18px; }
  .top:hover {
    bottom: -22px;
    padding: 4px 0px 0px 5px; }

/*
    *
        *
            *
                *
                    *
                        *
                            *
                                *
/*--========== Framwork ==========--*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  font-family: sans-serif; }

.contain {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden; }

.clear {
  clear: both; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(45, 62, 80, 0.8); }

/*
    *
        *
            *
                *
                    *
                        *
                            *
                                *
                                    *
/*--========== Testing Div ==========--*/

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