@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes nextloop {
  from {
    height: 60px;
  }

  to {
    height: 80px;
  }
}
.ot-heading h2 {
  letter-spacing: 1px;
  font-size: 36px;
  font-family: 'Athiti', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #FECF41;
}
.ot-heading .sub {
  font-size: 16px ;
  font-family: 'Athiti', sans-serif;
  margin-bottom: 5px; }

.img-hover-box .img {
  overflow: hidden; }
  .img-hover-box .img img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .img-hover-box .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.btn-medium {
  height: 40px;
  line-height: 40px !important;
  padding: 0 30px !important; }

/* ======================== HEADER =========================*/
#header.header-v3 {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border-bottom: solid 2px rgba(17, 76, 62, 0); }
#header.header-v3 .header_top {
  font-family: 'Athiti', sans-serif, sans-serif;
  text-align: center;
  padding: 20px 0 10px 0;
  /*border-bottom: 1px solid rgba(129,129,129, 0.6);*/ }
/*#header.header-v3 .header_top .container{
  position: relative;
 }*/
#header.header-v3 .header_top .logo-top {
  display: inline-block;
  width: auto; 

-webkit-transition: all 1.2s ease 0s;
    -moz-transition: all 1.2s ease 0s;
    -ms-transition: all 1.2s ease 0s;
    -o-transition: all 1.2s ease 0s}
/*#header.header-v3 .header_top .header_left, #header.header-v3 .header_top .header_right {
  line-height: 50px; }*/
.booking-btn {
  position: absolute;
    top: 20px;
    right: 30px;
}

@media screen and (min-width: 769px) {
#header.header-v3 .header_top .dropdown ul {
  top: 42px; }
}

@media screen and (max-width: 768px) {
#header.header-v3 .header_top .dropdown ul {
  top: 42px; 
  left: 0;
}
}

#header.header-v3 .header_top .dropdown ul li {
  line-height: 20px; }
#header.header-v3 .header_top .dropdown ul li:hover a {
  color: #fff !important; }
#header.header-v3 .header_top .socials a {
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  display: inline-block;
  padding: 0 7px; }
#header.header-v3 .header_top .socials a:hover, #header.header-v3 .header_top .socials a.active {
  background-color: #fff;
  color: #333; }
#header.header-v3 .header_content {
  text-align: center; }
#header.header-v3 .header_content .header_logo {
  display: none; }
#header.header-v3 .header_content .header_menu .menu > li a {
  background-color: transparent;
  color: #fff;
  line-height: 50px;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
#header.header-v3 .header_content .header_menu .menu > li > a:hover:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  width: auto;
  background-color: #FECF41;
  -webkit-animation: moveFromLeft 400ms ease;
  animation: moveFromLeft 400ms ease; }
#header.header-v3 .header_content .header_menu .menu .sub-menu {
  background-color: #0E171E;
  border: none; }
#header.header-v3 .header_content .header_menu .menu .sub-menu li a {
  line-height: 20px;
  font-weight: inherit; }
#header.header-v3 .header_content .header_menu .menu .sub-menu li a:hover {
  color: #fff;
  background-color: #FECF41; }
#header.header-v3 .header_content .header_menu .menu .sub-menu li.current-menu-item a {
  background-color: #FECF61 !important; }
#header.header-v3 .header_content:after {
  background: rgba(0, 0, 0, 0); 
  transition: all 1.2s ease 0s;
}
#header.header-v3.header-sticky {
  background: rgba(0, 0, 0, 1);
  border-bottom: solid 2px rgba(252, 207, 67, 1);
  /*margin-top: -70px;
  transition:all 1s ease 0s*/
    }
#header.header-sticky .header_content:after{
   background: rgba(0, 0, 0, 1);
}
#header.header-v3.header-sticky .header_top .logo-top {
  max-width: 150px;
  /*margin-top: 60px;*/
  margin-bottom: 0;
  height: auto; }
#header.header-v3.header-sticky .header_content .header_menu li a {
  /*line-height: 50px;*/ }
#header.header-v3.header-sticky .header_content:after {
  /*-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.58) !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.58) !important;*/ }
.language-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.language-menu ul li a {
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  border-right: 1px solid #fff;
  color: #fff;
}
.language-menu ul li:last-child a {
  border-right: none;
}
/* =============================  BANNER SLIDER =========================*/

section.breadcrumb {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 3px solid #FCCF43;
}
.breadcrumb-bg {
    display: block;
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center center;
}
.breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumb .desc {
    background: #FCCF43;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 300px;
    padding: 8px 30px;
}
.breadcrumb .desc h3 {
    font-size: 24px;
    line-height: 1.6em;
    letter-spacing: 3px;
    font-weight: 600;
}

.pttn-1 {
  background: url(../images/pttn-1.jpg);
  background-repeat: repeat;
}
.pttn-2 {
  background: url(../images/pttn-2.jpg);
  background-repeat: repeat;
}
.pttn-3 {
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pttn-4 {
    background: url(../images/pttn-3-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bttm-1 {
  border-bottom: 3px solid #FCCF43;
}
.silder-content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 21;
}
.silder-content .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.space-2 {
  letter-spacing: 8px;
}
.to-next {
  position: absolute;
  cursor: pointer;
  bottom: 30px;
  left: calc(50% - 25px);
}
.to-next::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
/*.to-next {
  position: absolute;
  cursor: pointer;
  top: calc(100% - 180px);
  left: 50%;
  transform: translateX(-50%);
}
.to-next::before {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background: #fff;
  margin-bottom: 20px;
  margin-left: 50%;

  animation-duration: 1s;
  animation-name: nextloop;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.to-next::after {
  content: '';
  display: block;
  background: url(../images/icon-down.png);
  height: 60px;
  width: 60px;
}*/
.tparrows {
  z-index: 22;
}
.section-slider.slider-style-2 .tparrows {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff; }
  .section-slider.slider-style-2 .tparrows.tp-leftarrow {
    left: 50px; }
    .section-slider.slider-style-2 .tparrows.tp-leftarrow:before {
      content: "\e61c";
      font-family: 'Lotus Icon', sans-serif;
      color: #fff;
      z-index: 100;
      font-size: 13px; }
  .section-slider.slider-style-2 .tparrows.tp-rightarrow {
    right: 50px; }
    .section-slider.slider-style-2 .tparrows.tp-rightarrow:before {
      content: "\e61d";
      font-family: 'Lotus Icon', sans-serif;
      color: #fff;
      z-index: 100;
      font-size: 13px; }

/* ======================= CHECK AVAILABILITY  ==================== */
.home-about {
  display: flex;
  justify-content: center;
}
.ct-header {
  position: relative;
  margin-bottom: 30px;
}
/*.ct-header h2:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #FECF41;
  width: 10px;
  height: 10px;
  left: calc(50% - 8px);
    top: -20px;
    transform: rotate(45deg);
}*/
.ct-header h2 {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #FECF41;
    letter-spacing: 4px;
   /*margin-bottom: 20px;*/
}
.ct-header.white h2 {
  color:#fff;
}
.ct-header h4 {
    text-align: center;
    color: #FECF41;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 4px;
   text-transform: uppercase;
}
.ct-header.white h4 {
  color:#fff;
}
.after-ele {
  position: relative;
    margin-bottom: 70px;
}
.after-ele:after {
  content: '';
      display: block;
    position: absolute;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  bottom: -55px;
  background: url(../images/element-05-w.png);
}

.full-desc {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
}
.full-desc::before {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 500px;
  max-width: 100%;
  background-color: #FECF41;
  top: 0;
}
.full-desc::after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 500px;
  max-width: 100%;
  background-color: #FECF41;
  bottom: 0;
}
.full-desc .wrap {
  max-width: 900px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
/*.ct-header.white h2:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  width: 10px;
  height: 10px;
  left: calc(50% - 8px);
    top: -20px;
    transform: rotate(45deg);
}*/
.availability {
    position: relative;
    z-index: 25;
}
.availability-form .awe-calendar {
  background-color: transparent;
    outline: none;
    border: 2px solid #fff;
    color:#fff;
    height: 40px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
}
.availability-form .awe-select {
  width: 100% !important;
}
.availability-form .awe-btn {
    width: 100%;
    line-height: 20px;
}
.awe-calendar-wrapper .awe-calendar::-webkit-input-placeholder{
    color:#fff
}
.awe-calendar-wrapper .awe-calendar:-moz-placeholder{
    color:#fff
}
.awe-calendar-wrapper .awe-calendar::-moz-placeholder{
    color:#fff
}
.awe-calendar-wrapper .awe-calendar:-ms-input-placeholder{
    color:#fff
}
.awe-calendar-wrapper i{
  color:#fff
}
.row-form {
  display: flex;
  flex-wrap: wrap;
}
.col-form {
  width: 20%;
  padding: 0 8px;
}
.section-check-availability.availability-style-2 {
  float: none; }
  .section-check-availability.availability-style-2 .check-availability {
    margin-top: 115px;
    padding: 0;
    text-align: center; }
    .section-check-availability.availability-style-2 .check-availability h2 {
      color: #040404;
      font-size: 36px;
      font-family: 'Athiti', sans-serif;
  font-weight: 600;
      padding-left: 0; }
      .section-check-availability.availability-style-2 .check-availability h2:before {
        top: -65px;
        right: 0;
        margin: 0 auto; }
    .section-check-availability.availability-style-2 .check-availability:before {
      background: none; }
    .section-check-availability.availability-style-2 .check-availability .availability-form {
      text-align: center; }
      .section-check-availability.availability-style-2 .check-availability .availability-form .awe-calendar-wrapper .awe-calendar {
        border-color: #000;
        color: #0E171E;
        font-size: 14px;
        font-family: 'Athiti', sans-serif, sans-serif; }
        .section-check-availability.availability-style-2 .check-availability .availability-form .awe-calendar-wrapper .awe-calendar::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #000; }
        .section-check-availability.availability-style-2 .check-availability .availability-form .awe-calendar-wrapper .awe-calendar::-moz-placeholder {
          /* Firefox 19+ */
          color: #000; }
        .section-check-availability.availability-style-2 .check-availability .availability-form .awe-calendar-wrapper .awe-calendar:-ms-input-placeholder {
          /* IE 10+ */
          color: #000; }
        .section-check-availability.availability-style-2 .check-availability .availability-form .awe-calendar-wrapper .awe-calendar:-moz-placeholder {
          /* Firefox 18- */
          color: #000; }
      .section-check-availability.availability-style-2 .check-availability .availability-form .awe-calendar-wrapper .lotus-icon-calendar {
        color: #000; }
      .section-check-availability.availability-style-2 .check-availability .availability-form .awe-select .dropdown-toggle {
        border-color: #000;
        padding: 0 15px 0 20px !important; }
        .section-check-availability.availability-style-2 .check-availability .availability-form .awe-select .dropdown-toggle span {
          color: #0E171E;
          font-size: 14px;
          font-family: 'Athiti', sans-serif, sans-serif; }
          .section-check-availability.availability-style-2 .check-availability .availability-form .awe-select .dropdown-toggle span.caret {
            background: url("../images/home-3/icon-dropdow.png") !important;
            background-repeat: no-repeat;
            background-position: center center;
            height: 13px;
            line-height: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 11px; }
    .section-check-availability.availability-style-2 .check-availability .vailability-submit .awe-btn {
      height: 40px;
      position: relative;
      z-index: 1; }

/*=== ======================== ACCOMMODATIONS ========================*/
.item.room-item {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 30px;
  border-color: #e1e1e1; }
  .item.room-item .title {
    padding: 15px 0 5px 0; }
    .item.room-item .title a {
      font-size: 28px;
      font-family: 'Athiti', sans-serif;
      font-weight: 400;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      text-transform: uppercase; }
      .item.room-item .title a:hover, .item.room-item .title a:focus {
        color: #FECF41; }
  .item.room-item .price {
    font-size: 16px;
    font-family: 'Athiti', sans-serif;
    font-weight: 600;
    color: #FECF41;
    margin-bottom: 15px;
    text-transform: uppercase; }
    
  .item.room-item .info p {
    display: inline-block;
    max-width: 80px;
    margin: 0 20px; }
    .item.room-item .info p .number {
      font-size: 24px;
      font-family: 'Athiti', sans-serif; }
    .item.room-item .info p span {
      font-size: 12px;
      font-family: 'Athiti', sans-serif;
      display: block; }
  .item.room-item .awe-btn {
    margin: 25px 0 20px 0; }

.item.room-item-style-2 .outer {
  position: relative; }
  .item.room-item-style-2 .outer .bgr {
    position: absolute;
    top: 75%;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
    .item.room-item-style-2 .outer .bgr .details .title a {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      color: #fff; }
      .item.room-item-style-2 .outer .bgr .details .title a:hover, .item.room-item-style-2 .outer .bgr .details .title a:focus {
        color: #FECF41; }
    .item.room-item-style-2 .outer .bgr .details .info {
      display: none;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

.item.room-item-style-2:hover .bgr {
  top: 0;
  bottom: 0;
  margin-top: 0; }
  .item.room-item-style-2:hover .bgr .details {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    padding: 0 45px; }
    .item.room-item-style-2:hover .bgr .details .info {
      display: block; }

.ot-accomd-modations .content {
  border-top: 1px solid #dadada; }
  .ot-accomd-modations .content .ot-accomd-modations-content .owl-buttons {
    display: none; }
  .ot-accomd-modations .content .ot-accomd-modations-content .owl-pagination {
    display: none; }

/*======================== ABOUT ============================*/
.ot-about .content .featured {
  padding: 0 195px; }

/*======================== ABOUT ============================*/
.section-our-best.our-best-style-2 .img-hover-box {
  padding-left: 35px; }

.section-our-best.our-best-style-2 .item {
  text-align: center;
  margin-bottom: 25px; }
  .section-our-best.our-best-style-2 .item img {
    margin: 0 auto; }

.section-our-best.our-best-style-2 .owl-controls .owl-pagination {
  text-align: center; }
  .section-our-best.our-best-style-2 .owl-controls .owl-pagination .owl-page {
    border-color: #232323; }
    .section-our-best.our-best-style-2 .owl-controls .owl-pagination .owl-page.active {
      background-color: #232323; }

.section-our-best.our-best-style-2 .owl-buttons {
  display: none; }

/* ===============================  HOME ABOUT ================================ */
.section-home-about.style-2 .home-about .img-hover-box {
  padding-right: 35px; }

/* ===============================  OUR BEST ================================ */
.ot-out-best .content .item {
  width: 165px;
  height: 160px;
  background-color: #fbfbfb;
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle; }
  .ot-out-best .content .item img {
    max-height: 60px;
    margin: 0 auto; }
  .ot-out-best .content .item span {
    font-size: 16.31px;
    color: #333; }

.ot-out-best .owl-controls .owl-prev,
.ot-out-best .owl-controls .owl-next {
  border-color: #bcbcbc !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 36px !important; }
  .ot-out-best .owl-controls .owl-prev:hover,
  .ot-out-best .owl-controls .owl-next:hover {
    border-color: #0E171E !important; }
    .ot-out-best .owl-controls .owl-prev:hover i:before,
    .ot-out-best .owl-controls .owl-next:hover i:before {
      color: #0E171E !important; }
  .ot-out-best .owl-controls .owl-prev i:before,
  .ot-out-best .owl-controls .owl-next i:before {
    color: #bcbcbc !important; }

.ot-out-best .owl-controls .owl-prev {
  left: -50px; }

.ot-out-best .owl-controls .owl-next {
  right: -50px; }

/* ============================ HOME GUEST ============================ */
.accomd-modations-room {
  border-top: #FCCF43 solid 3px;
}
.accomd-modations-content .accomd-modations-room::before {
content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 10px;
  right: 10px;
  background: url(../images/mldlogo-violet.png);
  background-size: 100% 100%;
  z-index: 1;
  transform: scale(1.5);
  opacity: 0;

  -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.accomd-modations-content .accomd-modations-room:hover::before {
  transform: scale(1);
  opacity: 1;
  }
.content-box-50 {
  display: flex;
  flex-wrap: wrap;
}
.content-box-50 .image {
  width: 50%;
  position: relative;
}
.content-box-50 .image .wrap {
  position: relative;
    overflow: hidden;
    width: 100%;
    min-height: calc(100vh - 160px);
    height: 100%;
}
.content-box-50 .image .wrap img {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.content-box-50 .content::before {
  content: '';
  display: block;
  position: absolute;
  width: 280px;
  height: 280px;
  bottom: -20px;
  right: -20px;
  background: url(../images/element-02.png);
  background-size: 100% 100%;
  z-index: 1;
  }
.content-box-50 .content {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
      border: 20px solid #287C70;
      overflow: hidden;
}
.content-box-50 .content .wrap {
  width: 585px;
  position: relative;
  padding: 90px 60px;
  z-index: 2;
}
.content-box-50 .content .wrap h4 {
  color: #fff;
  margin-bottom: 30px;
}
.img-box-50 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.img-box-50 .box-item {
  width: 50%;
}
.img-box-50 .box-item .image {
  position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
}
.img-box-50 .box-item .image::after {
  content: '';
  display: block;
  position: absolute;
  width: 100% ;
  height: 100%;
  border: 1px solid transparent;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.img-box-50 .box-item:hover .image::after {
  border: 1px solid #fff;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  }
.img-box-50 .box-item .image img {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.img-box-50 .box-item .desc {
  position: relative;
  display: flex;
  align-items: center;
  padding: 45px 30px;
  overflow: hidden;
}
/*.img-box-50 .box-item .desc::after {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 195px;
  bottom: -50px;
  left: 0px;
  background: url(../images/element-04.png);
  background-size: 100% 100%;
  z-index: 1;
}*/
.img-box-50 .box-item .desc .text {
  width: 70%;
  padding-right: 30px;
  color: #fff;
  z-index: 2;
}
.img-box-50 .box-item .desc .text h3 {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.img-box-50 .box-item .desc .text p {
  color: #fff;
  font-weight: 400;
}
.img-box-50 .box-item .desc .awe-btn {
  width: 30%;
  z-index: 2;
}
.section-home-guestbook.home-guestbook-style-2.bg-22 {
  position: relative;
  overflow: hidden;
}
.section-home-guestbook.home-guestbook-style-2.bg-22::before {
  content: '';
  display: block;
  position: absolute;
  width: 350px;
  height: 450px;
  bottom: 0;
  right: -100px;
  background: url(../images/element-03.png);
  background-size: 100% 100%;
  z-index: 1;
}
.section-home-guestbook.home-guestbook-style-2.bg-22::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(132,206,170,0.6);
  z-index: 0;
}
.content-50 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 45px;
  min-height: 600px;
  width: 40%;
  margin-left: 50%;
  background: url(../images/pttn-2.jpg);
  background-repeat: repeat;
  z-index: 2;
}
.content-50::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: 1px solid #fff;
  z-index: 1;
}
.ele-top {
  display: block;
  position: absolute;
  width: calc(100% - 70px);
  height: 50px;
  top: 35px;
  z-index: 1;
}
.ele-top:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  top: 0px;
  background: url(../images/element-06.png);
  background-size: 100% 100%;
  }
  .ele-top:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0px;
  background: url(../images/element-06.png);
  background-size: 100% 100%;
  transform: rotate(90deg);
  }
  .ele-bottom {
  display: block;
  position: absolute;
  width: calc(100% - 70px);
  height: 50px;
  bottom: 35px;
  z-index: 1;
}
.ele-bottom:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 0px;
  background: url(../images/element-06.png);
  background-size: 100% 100%;
  transform: rotate(-90deg);
  }
  .ele-bottom:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0px;
  background: url(../images/element-06.png);
  background-size: 100% 100%;
  transform: rotate(180deg);
  }
.content-50 .text-box {
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.content-50 .text-box h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.google-map {
  position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
}
.google-map iframe {
  position: absolute;
    min-width: 100%;
    width: 100px;
    height: 100%;
}
.widget .text {
  color: #fff;
  font-size: 14px;
}
.widget ul.menu li a {
  color: #fff !important;
  padding: 0 !important;
}
.section-home-guestbook.home-guestbook-style-2 .home-guestbook {
  color: #fff;
  z-index: 2; }
  .section-home-guestbook.home-guestbook-style-2 .home-guestbook .ot-heading h2 {
    color: #fff; }
  .section-home-guestbook.home-guestbook-style-2 .home-guestbook .guestbook-item {
    padding: 0 200px; }
    .section-home-guestbook.home-guestbook-style-2 .home-guestbook .guestbook-item .text p {
      padding-top: 35px; }
      .section-home-guestbook.home-guestbook-style-2 .home-guestbook .guestbook-item .text p:before {
        content: "";
        background: url("../images/home-3/icon/before-testimonial.png");
        width: 30px;
        height: 19px;
        right: 0;
        left: -30px;
        top: -10px;
        margin: 0 auto; }
      .section-home-guestbook.home-guestbook-style-2 .home-guestbook .guestbook-item .text p:after {
        content: ""; }
    .section-home-guestbook.home-guestbook-style-2 .home-guestbook .guestbook-item .img {
      width: 80px;
      height: 80px;
      margin: 20px auto 15px auto; }

/*.gallery-grid {
    display: flex;
    flex-wrap: wrap;
}
.gallery-grid .gallery-item {
    width: calc(33.33% - 30px);
    padding: 0 15px 30px;
}
.gallery-grid .gallery-item a {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    transform: scale(1);
    transition: all 0.2s;
}
.gallery-grid .gallery-item a:hover {
    transform: scale(1.1);
}
.gallery-grid .gallery-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}*/
#cboxPrevious,
#cboxNext {
  margin-top: -20px !important;
}
#cboxPrevious:before,
#cboxNext:before {
  background-color: #f9f9f9;
  top: calc(50% - 2px) !important;
}
#cboxPrevious:after,
#cboxNext:after {
  border-color: #f9f9f9;
}
.gallery-grid {
    display: grid;
  grid-template-columns: auto auto auto auto;
  grid-auto-rows: 50px;
  grid-auto-flow: dense;
  grid-gap: 15px;
}
.gallery-grid .gallery-item {
    display: flex;
  height: 100%;
  width: 100%;
  grid-column: auto / span 1;
  grid-row: span 4;
}
.gallery-grid .gallery-item a {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
    /*height: 0;
    padding-bottom: 65%;*/
    
}

.gallery-grid .gallery-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
    transition: all 0.2s;
}
.gallery-grid .gallery-item a:hover img {
    transform: scale(1.1);
} 
.gallery-grid .gallery-item:nth-child(10n+1){
  grid-row: span 8;
}
.gallery-grid .gallery-item:nth-child(10n+6) {
  grid-column: span 2;
  grid-row: span 8;
}



/* ======================================= DETAILS ================================== */
.section-deals .item-deal {
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  color: #fff; }
  .section-deals .item-deal img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .section-deals .item-deal .info {
    position: absolute;
    left: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 1; }
    .section-deals .item-deal .info .title {
      color: #fff; }
    .section-deals .item-deal .info .awe-btn {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .section-deals .item-deal:before {
    content: "";
    position: absolute;
    left: -10%;
    top: -40%;
    width: 60%;
    height: 200%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    -webkit-transition: left .4s .3s;
    -o-transition: left .4s .3s;
    transition: left .4s .3s; }
  .section-deals .item-deal:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/*===================================== NEWS ============================*/
.section-news .item {
  margin-bottom: 20px;
  overflow: hidden; }
  .section-news .item .info {
    padding: 15px 30px; }
    .section-news .item .info .date, .section-news .item .info .more {
      color: #898989; }
  .section-news .item .title {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .section-news .item .title:hover {
      color: #FECF41; }
  .section-news .item .img {
    overflow: hidden; }
    .section-news .item .img img {
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
  .section-news .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/*================================= MAP ===================================== */
.section-map.style-2 {
  position: relative; }
  .section-map.style-2 .contact-map {
    height: 600px; }
    .section-map.style-2 .contact-map .contact {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .section-map.style-2 .contact-map .contact:after {
        content: "\f041";
        font: normal normal normal 14px/1 FontAwesome;
        color: #fff;
        background-color: #FECF41;
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -25px;
        margin: 0 auto; }

/*================================= VIDEO ===================================== */
.section-video {
  position: relative; }
  .section-video.bg-23 {
    background: url("../images/home-3/bgr-video.png");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px; }
  .section-video .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: url("../images/home-3/icon/player-1.png");
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: cover; }
  .section-video .modal-video {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999; }
    .section-video .modal-video iframe {
      position: relative;
      top: 150px;
      width: 700px;
      max-width: 90%;
      display: block;
      margin: 0 auto; }
      .section-video .modal-video iframe .ytp-autohide .ytp-watermark {
        display: none !important; }
    .section-video .modal-video.opened {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .section-video:hover .btn-play {
    width: 70px;
    height: 70px;
    background: url("../images/home-3/icon/player-2-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2; }
  .half-half {
    display: flex;
    flex-wrap: wrap;
  }
  /*.half-a, .half-b {
    width: 50%;
  }
  .half-a .room-desc {
    width: 750px;
    max-width: 100%;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
    padding: 80px 15px;
  }
  .half-b {
    display: flex;
    justify-content: center;
  }
  .half-b .plan-desc {
    width: 750px;
    max-width: 100%;
    position: relative;
    padding: 80px 15px;
  }*/
  .room-price {
    text-align: center;
    background-color: #FECF41;
    padding: 8px 30px;
  }
  .room-price .price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .room-price .price .old-price {
    display: flex;
    align-items: flex-end;
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    color: #5C5A5A;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .room-price .price .old-price span {
    display: block;
    position: relative;
    height: 22px;
    padding: 0 5px;
  }
  .room-price .price .old-price span:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #5C5A5A;
    bottom: 10px;
    left: 0;
    transform: rotate(-10deg);
  }
  .room-price .price .now-price {
    font-size: 42px;
    line-height: 42px;
    height: 42px;
    color: #222;
    font-weight: 400;
    color: #222;
  }
  .room-price .price div:first-child:before {
    content: "From";
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    color: #5C5A5A;
    margin-right: 10px;
    font-weight: 400;
  }
  .room-price .price div:last-child:after {
    content: "THB/Night";
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-left: 10px;
  }
  .room-form {
    background-color: #5C5A5A;
    padding: 10px 30px 30px 30px;
  }
.room-form .input {
  width: 100%;
}
.room-form label {
  margin-top: 10px;
}
.pickdate {
  position: relative;

}
.pickdate:after {
  content: "\f073";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    background-color: #FECF41;
    pointer-events: none;
}
.number-count {
  position: relative;

}
.number-count .num-nav {
 position: absolute;
 display: flex;
 top:0;
 right: 0;
 width: 80px;
 height: 40px;
}
.number-count .num-nav .plus {
  cursor: pointer;
  display: block;
   width: 41px;
   height: 40px;
   background-color: #FECF41;
   border-right: #F4A12A solid 1px;
}
.number-count .num-nav .plus:before {
      content: "\f077";
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.number-count .num-nav .minus {
  cursor: pointer;
  display: block;
   width: 40px;
   height: 40px;
   background-color: #FECF41;
}
.number-count .num-nav .minus:before {
      content: "\f078";
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.room-form .submit-button {
    color: #222;
    background-color: #FECF41;
    margin-top: 30px;
}
.room-descript ul.tab-links {
  position: relative;
  
}
.room-descript ul.tab-links li {
  width: 100%;
  }
  .room-descript ul.tab-links li a  {
  width: 100%;
  border-bottom: 3px solid #232323;
  padding: 10px 0 !important;
  }
  .room-descript .ui-tabs-nav li:hover a, 
  .room-descript .ui-tabs-nav li.ui-tabs-active a {
    border-bottom: 3px solid #FECF41;;
  }
  .room-descript ul.tab-links li p  {
  margin: 0;
  }
  .room-descript .tab-content {
    border-left: 1px solid #ccc;
    padding-top: 30px;
    padding-left: 65px;
  }
  .half-a, .half-b {
    width: 50%;
  }
  .half-a {
    display: flex;
    justify-content: center;
  }
  .half-a .plan-desc {
    max-width: 100%;
    position: relative;
    padding: 80px 15px;
    text-align: center;
  }
  .half-b {
    display: flex;
    align-items: center;
  }
  .half-b .room-desc {
    width: 750px;
    max-width: 100%;
    position: relative;
    padding: 80px 50px;
  }

.room-desc h4, .room-desc p {
  color: #fff;
  margin-bottom: 15px;
}
  .room-desc table tr td {
    width: 50%;
    padding: 8px 12px;
  }
  .room-desc table tr td p {
    margin: 0;
  }
  .flex-end-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  
.room-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.room-info-item {
  width: 33.33%;
  text-align: center;
}

.amenity-row {
  display: flex;
  flex-wrap: wrap;
}
.amenity-item {
  width: 50%;
  padding: 15px;
}
.amenity-item p {
  margin: 0;
}
.popupads .owl-stage-outer {
  width: 100%;
}
.popupads {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.popupads.active {
  display: flex !important;
  pointer-events: visible !important;
}
.popupads .popupoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
.popupads .popupbox {
  min-width: 400px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  z-index: 1;
}
.popupads .popupbox .popuphead {
  padding-bottom: 20px;
  border-bottom: 0 #f9f9f9 solid;
}
.popupads .popupbox .popupcontent {
   padding: 0 0;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    padding: 60px 30px;
    border-radius: 6px;
}
.room-gallery {
    position: relative;
}
.room-gallery .item  {
    position: relative;
    cursor: pointer;
    height: 400px;
}
.room-gallery .item img {
    height: 400px;
}
.contact-form .form {
    width: 60%;
}
.contact-form .form h2 {
    margin-bottom: 30px;
}
.contact-form .form form label {
    font-weight: 500;
    color: #222;
}
.contact-form .form form .input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #666 !important;
    margin-bottom: 15px;

    background: none;
    background-color: transparent;
    width: 100%;
    line-height: 40px;
    padding: 0 12px;
    color: #666;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Athiti', sans-serif;
}
.submit-button {
  display: block;
  cursor: pointer;
  width: 100%;
  color: #fff;
  background-color: #222;
  padding: 0.6em 2.5em 0.6em 2.5em;
  outline: 0;
  border: 0;
  font-weight: 500;
}
.submit-button:hover {
  color: #fff;
  background-color: #222;
}
.contact-form .contact-info {
    padding: 0 0 0 80px;
    width: 40%;
}

.info-card {
    border: 1px solid #333;
    padding: 3px;
}

.info-card .wrap {
    padding: 40px;
    border: 1px solid #333;
    background-color: #FCCF43;
    color: #333;
    text-align: center;
}
.social-card {
    text-align: center;
    color: #333;
}

ul.social-icon {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    padding: 0;
}
ul.social-icon li {
    margin: 0 8px 10px !important;
}
ul.social-icon li a {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 28px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0;
}

.attraction-wrap {
  display: flex;
  flex-wrap: wrap;
}
.attraction-card {
  width: 33.33%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  height: fit-content;
}
.attraction-card .img {
  position: relative;
  display: block;
  width: calc(100% - 60px);
  height: 250px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  }
  .attraction-card .img img{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
.attraction-card .desc {
  display: block;
  width: calc(100% - 60px);
  background: #fff;
  color: #222;
  padding: 30px;
  border-radius: 0 0 6px 6px;
  }
  .attraction-card .desc .header {
    margin-bottom: 15px;
    min-height: 56px;
    display: flex;
    justify-content: space-between;
  }
  .attraction-card .desc .header h4 {
    color: #F4A12A;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    width: 70%;
  }
  .attraction-card .desc .header span {
    display: block;
    text-align: center;
    padding: 5px 10px;
    height: 28px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #FCCF43;
    font-weight: 500;
  }
  .attraction-card .desc .text-body {
    height: 100px;
    overflow: auto;
  }
  /* width */
.attraction-card .desc .text-body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.attraction-card .desc .text-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.attraction-card .desc .text-body::-webkit-scrollbar-thumb {
  background: #F4A12A; 
}

  .attraction-card .desc .text-body p {
     font-size: 14px;
     line-height: 20px;
     margin: 0;
     padding-right: 5px;
  }
  .attraction-card .desc .text-body button {
     font-size: 14px;
     line-height: 20px;
     margin: 0;
     background: none;
     outline: none;
     border: none;
  }
  .attraction-card .attraction-btn {
        display: inline-block;
    display: -webkit-inline-box;
    cursor: pointer;
    margin-top: 15px;
    width: 60px;
    height: 60px;
    background-color: #FCCF43;
    padding: 5px;
    overflow: hidden;
  }
  .attraction-card .attraction-btn span {
    display: inline-box;
    display: -webkit-inline-box;
    width: 100px;
    height: 50px;
    transform: translateX(-50px);
    transition: transform .35s;
  }
  .attraction-card .attraction-btn span::before {
    content: "\f061";
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    font-size: 35px;
  }
  .attraction-card .attraction-btn span::after {
    content: "\f3c5";
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    font-size: 35px;
  }
  .attraction-card .attraction-btn:hover span {
    transform: translateX(0);
  }
  .attraction-card .attraction-btn p {
    width: calc(100% - 60px);
    margin-left: -40px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
  }
/*================================= FOOTER ===================================== */
footer.footer-style-2 {
  background-color: transparent !important;
  color: #fff; }
  footer.footer-style-2 a {
    color: #fff !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    footer.footer-style-2 a:hover {
      color: #FECF61 !important; }
  footer.footer-style-2 .footer_top {
    padding: 20px 40px !important;
    margin: 100px 0;
    background: url(../images/home-3/footer/news.png) no-repeat !important;
    position: relative;
    z-index: 2; }
    footer.footer-style-2 .footer_top .img-mail {
      max-width: 50px;
      height: auto;
      display: inline-block; }
    footer.footer-style-2 .footer_top .desc {
      vertical-align: bottom; }
    footer.footer-style-2 .footer_top .mailchimp-form .input-text::-webkit-input-placeholder {
      color: red; }
    footer.footer-style-2 .footer_top .mailchimp-form .input-text::-moz-placeholder {
      color: red; }
    footer.footer-style-2 .footer_top .mailchimp-form .input-text:-ms-input-placeholder {
      color: red; }
    footer.footer-style-2 .footer_top .mailchimp-form .input-text::placeholder {
      color: red; }
    footer.footer-style-2 .footer_top .content {
      position: relative;
      z-index: 2; }
      footer.footer-style-2 .footer_top .content h4 {
        color: #fff; }
  footer.footer-style-2 .footer_center {
    color: #fff !important;
    position: relative;
    z-index: 2;
    padding-bottom: 0 !important;
    padding-top: 10px; }
    footer.footer-style-2 .footer_center .content {
      position: relative;
      z-index: 1; }
    footer.footer-style-2 .footer_center .widget .widget-logo {
      padding-top: 0 !important; }
      footer.footer-style-2 .footer_center .widget .widget-logo .img {
        margin-right: 0 !important;
        max-width: 200px !important; }
        footer.footer-style-2 .footer_center .widget .widget-logo .img img {
          display: block;
          margin: 0 auto; }

footer.footer-style-3 {
  color: #fff; }
  footer.footer-style-3 a {
    color: #fff !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    footer.footer-style-3 a:hover {
      color: #FECF61 !important; }
  footer.footer-style-3 .footer_top {
    background: transparent !important;
    position: relative;
    z-index: 1; }
    footer.footer-style-3 .footer_top .ot-heading {
      z-index: 1; }
      footer.footer-style-3 .footer_top .ot-heading h2 {
        color: #fff; }

footer .bgr-footer {
  background: url(../images/home-3/footer/footer-center.png) no-repeat !important;
  background-size: cover !important;
  position: relative; }

footer .copyright {
  padding: 15px 0;
  position: relative;
  z-index: 2;
  border-top: 1px solid #30393f; }
  footer .copyright .social a i {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  footer .copyright .social a:hover i {
    color: #FECF41; }
  footer .copyright p {
    margin-bottom: 0; }
