/*was #61d2b4*/
/*was #33b391*/
/*
* Mate - Bootstrap 4 Template
* Build Date: December 2017
* Last updated: December 2017
* Version: 1.0
* Author: UIdeck
* Copyright (C) 2018 UIdeck
*/

/*
* ortdotme primary colours
*
* yellow: #ffeac8
* pink: #ffc5c9
* amber: #ffbd8d
* rose: #ff7d7d
* sage: #acc6a1
*
*/

/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
    -2.1 SECTION TITLE
    -2.2 BUTTONS
    -2.3 SOCIAL ICON
    -2.4 PRE LOADER
    -2.5 SCROLL TO UP
  3. HERO AREA 
  4. NAVBAR
  5. OUR STORY SECTION
  6. WEDDING SECTION
  7. VIDEO PROMO SECTION
  8. PORTFOLIO SECTION
  9. accom TABLE 
  10. COUNTER SECTION
  11. TESTIMONIAL AREA
  12. TEAM SECTION
  13. BLOG SECTION
  14. CONTACT SECTION
  15. FOOTER SECTION
    -15.1 COMING SOON PAGE
  16. TERMS OF USE
  17. FACILITIES TABLE
  18. PAYMENT DETAILS
  19. ACTIVITY LINKS
  20. UNAVAILABLE DATES
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
/* ==========================================================================
  2. GENERAL
  ========================================================================== */
body {
  font-family: "Poppins", sans-serif;
  /*font-family: "Orchide Regular";*/
  color: #333;
  font-size: 14px;
  font-weight: 400;
  /*background: #ffeac8;*/
  /*background-image: url("../img/otdotme/heart_wallpaper1_amber_1920_72ppi.png");*/
  overflow-x: hidden;
  /* stopped the page from scrolling*/
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  /*line-height: 26px;*/
}

a:hover, a:focus {
  color: #ff7d7d;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  /*font-family: "Orchide Regular";*/
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

/*h1, h2 {
  text-shadow: 1px 1px 1px #000000;
}*/

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #ff7d7d;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 0px 0;      
}

.section-header {
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
.section-header .section-title {
  font-family: "Poppins", sans-serif;
  /*font-family: "Orchide Regular";*/
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  position: relative;
}
.section-header .section-title span {
  color: #ff7d7d;
}
.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #ff7d7d;
  margin-top: 15px;
}
.section-header .greylines {
  margin: auto;
  width: 140px;
  position: relative;
  border-top: 2px solid #333;
  margin-top: 15px;
}

.section-header .us-subtitle {
  margin-top: 10px;
  color: #ffeac8;
  font-size: 20px;
  font-weight: 400;
  /*text-shadow: 1px 1px 1px #acc6a1;*/
  
}

.container {
  margin-top: 10px;
}

/* ==========================================================================
   2.2 Buttons.
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 1px solid #aab9cf;
  background: #ff7d7d;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
}
.btn-common:hover {
  color: #fff;
  background: #ffc5c9;
  border-color: #aab9cf;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}
.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #ff7d7d;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}
.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 40px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
2.4  Pre Loader
========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff7d7d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ========================================================================== 
 -2.5 Scroll To Up 
  ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  /* border-color: #292f35;
   border-width: 1px; */
  background-color: #ff7d7d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
  3. Hero Area
  ========================================================================== */
#hero-area {
  /*background: url(../img/cottage_bed1.jpg) fixed no-repeat;*/
  /*background: url(../img/otdotme/ring1.jpg) fixed no-repeat;*/
  /*background: url("https://otdotme.s3.eu-west-1.amazonaws.com/images/orig_web_finger.jpg");*/
  /*background: url("https://otdotme.s3.eu-west-1.amazonaws.com/images/cut_web_beach2.jpg");*/
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
  /*background-position: 0px -620px;*/
  /*background-position: 0px -180px;*/
  /*was relative */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
}
#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ff7d7d;
  opacity: 0.9;
}
#hero-area .contents {
  /*padding: 200px 0 130px;*/
  padding: 5px 0 5px;
}
#hero-area .contents h1 {
  font-family: "Poppins", sans-serif;
  /*font-family: "Orchide Regular";*/
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}
#hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#hero-area .contents .btn {
  margin: 25px 25px 0px 0px;
  text-transform: uppercase;
}
#hero-area .banner_bottom_btn {
  margin-top: 40px;
}
#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#hero-area .banner_bottom_btn i:hover {
  color: #ff7d7d;
}

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}
.top-nav-collapse .navbar-brand {
  top: 0px;
}
.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #ff7d7d !important;
}
.top-nav-collapse .navbar-nav .nav-link.active {
  color: #fff !important;
}

.indigo {
  background: #fff;
  /*was transparent. now navbar is white */
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  /*padding: 0 22px;*/
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #ff7d7d;
}

.navbar .nav-link.active {
  color: #fff !important;
  background: #ff7d7d;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #ff7d7d;
}

.slicknav_menu .slicknav_icon-bar {
  background: #ff7d7d;
}

/* only small tablets */
/*@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}*/
.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

/*@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }

  .navbar-brand {
    position: absolute;
    padding: 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 70%;
  }

  #mobile-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .slicknav_nav .active a {
    background: #ff7d7d;
    color: #fff;
  }

  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #ff7d7d;
    background: #f8f9fa;
  }

  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #ff7d7d;
  }
}*/
/* ==========================================================================
  5. Our Story section
   ========================================================================== */
#ourstory {
  /*background-image: url("https://eu-west-1.console.aws.amazon.com/s3/object/otdotme?region=eu-west-1&bucketType=general&prefix=heart_wallpaper1_amber_1920_72ppi.png");*/
  background-image: url("../img/otdotme/heart_wallpaper1_rose2_1920_72ppi.png");  
  background-repeat: repeat;
  background-position: right top;
  background-attachment: fixed;
  /*background-color: #ffc5c9;*/
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 1px;
  padding-top: 120px;
}

.item-boxes {
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #f1f1f1;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*background: #ff7d7d;*/
}
.item-boxes .icon i {
  font-size: 26px;
  line-height: 60px;
  color: #ff7d7d;
}
.item-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.item-boxes:hover .icon {
  background: #ffc5c9;
}

.item-boxes:hover .icon i {
  color: #fff;
}

h2#big_date {
  color: #ffffff;
}

#rsvp_btn {
  font-size: 44px;
  border-color: #333;
  padding: 5px 20px 5px 20px;
  margin-top: 10px;
}

#rsvp_btn:hover {
  background-color: #ffbd8d;
}

/* ==========================================================================
 6  Wedding Section Style
  ========================================================================== */
#wedding {
  background-image: url("../img/otdotme/heart_wallpaper1_pink2_1920_72ppi.png");
  /*background: url(../img/ivybridge_street4_1600_opaque.jpg) fixed no-repeat;*/
  /*background: url("https://otdotme.s3.eu-west-1.amazonaws.com/images/orig_web_kiss.jpg");*/
  /*background-size: cover;*/
  color: #e01717;
  overflow: hidden;
  /*background-position: 0px -320px;*/
  /*was relative */
  opacity: 0.9;
  /*background-size: cover;*/
  /*color: #ffffff;
  overflow: hidden;*/
  background-position: 0px -620px;
  /*background-position: 0px -1020px;*/
  /*was relative */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  /*background-position: center;*/
  background-repeat: repeat;
  background-size: cover;
  /*height: 500px;*/
}
#wedding .section-title {
  color: #333;
}
#wedding .section-subtitle {
  color: #333;
  /*text-shadow: 1px 1px 1px #000000;*/
  font-size: 18px;
}
#wedding .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#wedding .box-item {
  padding: 15px 0;
}
#wedding .box-item .icon {
  border: 1px solid #feb9b9;
  /* was 1px solid $preset*/
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#wedding .box-item .icon i {
  color: #feb9b9;
  /* was $preset*/
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#wedding .box-item .text {
  padding-left: 80px;
}
#wedding .box-item .text h4 {
  color: #333;
  /* was $preset*/
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  /*text-shadow: 1px 1px 1px #ffffff;*/
}
#wedding .box-item .text p {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  /*text-shadow: 1px 1px 1px #ffffff;*/
  background-color: #ffeac8;
  opacity: 0.85;
  padding: 12px;
  margin: 5px;
  border-radius: 25px;
  border: 2px dotted #ffffff;
  background-clip: border-box;
}
#wedding .box-item .icon {
  background: #ff7d7d;
}
#wedding .box-item .icon i {
  color: #ffffff;
}
#wedding .show-box img {
  position: absolute;
  bottom: -50px;
}

#timer{
  padding: 5px;
  text-align: center;
  font-size: 30px;
  margin-top: 0px;
}

/* grab blog styling for wedding area */
#blog {
  background-image: url("../img/otdotme/heart_wallpaper1_pink2_1920_72ppi.png");
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 1px;
}

#wedding p {
  color: #000000;
}

#wedding .blog-item-wrapper {
  background: #fef6f6;
  border-radius: 25px;
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  padding: 15px;
  border-color: #ff7d7d;
  border-width: 3px;
  border-style: solid;
  margin-bottom: 5px;
}
#wedding .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#wedding .blog-item-img {
  position: relative;
}
#wedding .blog-item-img img {
  width: 100%;
}
#wedding .blog-item-text {
  padding: 20px 0;
}
#wedding .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#wedding .blog-item-text h3 a {
  color: #333;
}
#wedding .blog-item-text h3 a:hover {
  color: #ff7d7d;
}
#wedding .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}

#wedding .flex-container {
  display: flex;
  justify-content: space-around;
  background-color: #ffeac8;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 5px;
  border: 1px solid #333;
  border-radius: 25px;
  opacity: 0.85;
  }

#wedding .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #ff7d7d;
  margin-top: 15px;
}

/*	.rounded-box {
		border-radius: 25px;
		background: #73ad21;
		padding: 20px;
		width: 200px;
		height: 150px;
	}*/
	
/* ==========================================================================
 6b. cottSplash Section Style not in use
  ========================================================================== */
#cottSplash {
  background: url(../img/ivybridge_street4_1600_opaque.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  background-position: 0px -320px;
  /*was relative */
  opacity: 0.9;
}	
	
/* ==========================================================================
  7. Video promo Style.
   ========================================================================== */
.video-promo {
  /*background: #ff7d7d;*/
  background-image: url("../img/otdotme/heart_wallpaper1_rose2_1920_72ppi.png");
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 2px;
  /*was #61d2b4*/
  color: #fff;
  overflow: hidden;
  position: relative;
}
.video-promo .video-promo-content {
  color: #fff;
}
.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.video-promo .video-promo-content p {
  margin-bottom: 30px;
}
.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.video-promo .video-promo-content .video-popup i {
  line-height: 72px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ff7d7d;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* ==========================================================================
 8. Portfolio Section..
  ========================================================================== */
#travel {
  /*background-color: #ffbd8d;*/ 
  background-image: url("../img/otdotme/heart_wallpaper1_amber2_1920_72ppi.png"); 
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 1px;
}

.square-image {
  width: 50%;
  object-fit: cover; /* Required to prevent the image from stretching, use the object-position property to adjust the visible area */
  aspect-ratio: 1/1;
}

/*img {
  clip-path: polygon(80% 0%, 20% 0%, 20% 100%, 80% 100%);
}*/

#portfolios {
  background-image: url("../img/otdotme/heart_wallpaper1_yellow2_1920_72ppi.png");
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 1px;
  /*.mixhide{
  padding: 10px; 
  }*/
}
#portfolios .mix {
  padding: 10px;
}
#portfolios .portfolio-item .shot-item {
  margin: 0px;
}

section#portfolios div.container p {
  font-size: 14px;
  color: #ff7d7d;
  font-weight: 700;
}

#portfolio .mix {
  display: none;
}

/*#portfolio .mixhide{
  display: none;
}*/
.controls {
  text-align: center;
  padding: 0px 0px 20px;
}
.controls .active {
  color: #ff7d7d !important;
  border-color: #ff7d7d;
  background: transparent;
}
.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}
.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-img img {
  width: 100%;
}

.shot-item {
  /*margin-right: 15px;*/
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.shot-item img {
  width: 100%;
}
.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #ff7d7d;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ff7d7d;
  border-radius: 50%;
}
.overlay .item-icon:hover {
  background: #ff7d7d;
  color: #fff;
}

.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
9. accom Table
========================================================================== */
#accom {
  border-top: 1px solid #ff7d7d;
  /*background-color: #acc6a1;*/
  background-image: url("../img/otdotme/heart_wallpaper1_sage2_1920_72ppi.png");
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 1px;
}

.accom_center {
  margin-left: auto;
  margin-right: auto;
}

/*.accom-tables {
  margin-left: auto;
  margin-right: auto;
}*/

.accom-table {
  padding: 0px 0px 40px 0px;
  /*margin: 0 auto;*/
  margin: 20px;
  /*margin-bottom: 5px;*/
  padding: 5px;
  border: transparent;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /*width: 100%;*/
}
.accom-table:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.accom-table .accom-details h2 {
  font-family: "Poppins", sans-serif;
  /*font-family: "Orchide Regular";*/
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: #f1f1f1;
  padding: 30px 0;
}
.accom-table .accom-details span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #ff7d7d;
  margin-bottom: 20px;
}
.accom-table .accom-details ul {
  margin-bottom: 35px;
}
.accom-table .accom-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px dotted #f1f1f1;
}

.table-left {
  margin-top: 20px;
}

/* centre datepicker.  */
#basic {
  /*can't centre this!. */
  width: 900px;
  margin: 0 auto;
}

/*	.wrap {
    height: 100%;
    background: #fff;
}*/
.lightbox-container {
  border: solid #ffff00 3px;
  width: 200px;
  background: #ff7d7d;
  margin: 5px;
  padding: 10px;
  position: absolute;
  display: none;
  z-index: 1000;
}

div.lightbox-container h1, div.lightbox-container h5 {
  color: #ffffff;
}

#save_logo {
  margin-left: 5px;
  margin-bottom: 3px;
}

h1 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  /*font-family: "Orchide Regular";*/
  color: #ff7d7d;
  margin: 10px 0;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button:hover {
  background: #06D85F;
}

.popoverlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.popoverlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333; 
  font-family: "Poppins", sans-serif;
  /*font-family: "Orchide Regular";*/
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

/*@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* ==========================================================================
 10. Counter Section Style
 ========================================================================== */
.counters {
  background: url(../img/sign1_1600_opaque.jpg) fixed;
  position: relative;
}
.counters .facts-item {
  text-align: center;
  color: #fff;
}
.counters .facts-item .icon {
  margin-bottom: 30px;
}
.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}
.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}
.counters .facts-item .fact-count h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

/* ==========================================================================
11. Testimonial Section Style.
 ========================================================================== */
#testimonial {
  padding-top: 30px;
  background-image: url("../img/otdotme/heart_wallpaper1_yellow2_1920_72ppi.png");
  /*background: url(../img/sign2_1800_opaque.jpg) fixed no-repeat;*/
  /*background: url("https://otdotme.s3.eu-west-1.amazonaws.com/images/cut_web_beach2.jpg");*/
  /*background-size: cover;*/
  color: #fff;
  overflow: hidden;
  /*background-position: 0px -320px;*/
  /*was relative */
  opacity: 0.9;
  /*background-size: cover;*/
  /*color: #ffffff;
  overflow: hidden;*/
  background-position: -1220, 0px;
  /*background-position: 0px -1220px;*/
  /*was relative */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  /*background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;*/
  height: 300px;
}

.testimonial-item {
  text-align: center;
}
.testimonial-item img {
  width: 80px;
  border: 3px solid #fff;
  height: 80px;
  border-radius: 50%;
}
.testimonial-item .testimonial-text h3 {
  font-size: 15px;
  font-weight: 800;
  color: #ff7d7d;
}
.testimonial-item .testimonial-text span {
  font-size: 15px;
  color: #fff;
  color: #fee4e4;
}
.testimonial-item .testimonial-text p {
  font-size: 20px;
  font-weight: 800;
  padding: 36px 10px 30px 10px;
  margin: 0;
  line-height: 20px;
  color: #ff7d7d;
}

.owl-theme .owl-controls .owl-page span {
  background: #feb9b9;
  /* was $preset */
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

/* ==========================================================================
 12. Team Section
  ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background: #ff7d7d;
  overflow: hidden;
}
.single-team img {
  width: 100%;
}
.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-team .team-details {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px;
  background: #f1f1f1;
  padding: 15px;
}
.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.single-team .team-details p {
  color: #333;
}
.single-team .social-list li {
  display: inline-block;
}
.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  margin: 2px;
  color: #ff7d7d;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}
.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}
.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}
.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

/* ==========================================================================
  13. Blog 
   ========================================================================== */
#blog {
  background-image: url("../img/otdotme/heart_wallpaper1_pink2_1920_72ppi.png");
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 1px;
}

#blog .blog-item-wrapper {
  background: #fef6f6;
  border-radius: 25px;
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  padding: 15px;
  border-color: #ff7d7d;
  border-width: 3px;
  border-style: solid;
  margin-bottom: 5px;
}
#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#blog .blog-item-img {
  position: relative;
}
#blog .blog-item-img img {
  width: 100%;
}
#blog .blog-item-text {
  padding: 20px 0;
}
#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#blog .blog-item-text h3 a {
  color: #333;
}
#blog .blog-item-text h3 a:hover {
  color: #ff7d7d;
}
#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}

.meta-tags {
  margin-bottom: 20px;
}
.meta-tags span {
  color: #999;
  margin-right: 10px;
}
.meta-tags span i {
  margin-right: 5px;
}
.meta-tags span a {
  color: #999;
}
.meta-tags span a:hover {
  color: #ff7d7d;
}

#pynes_rounded {
  align-self: center;
}

/*====================================================
Extra: Info Pages - City, Villages, Direction
=====================================================*/
section#city_accom {
  padding: 70px 0px 10px 0px;
}

/* ==========================================================================
  14. Contact Us.
  ========================================================================== */
.contact-us h3 {
  font-family: "Poppins", sans-serif;
  /*font-family: "Orchide Regular";*/
  font-size: 30px;
  margin-bottom: 20px;
  color: #333;
  /*text-shadow: 1px 1px 1px #000;*/
}
.contact-us p span {
  color: #ffffff;
  /*was $preset ~*/
  padding-left: 10px;
}

#contact {
  /*background: #ff7d7d;*/
  background-image: url("../img/otdotme/heart_wallpaper1_rose2_1920_72ppi.png");
  border-style: solid;
  border-color: #ff7d7d;
  border-width: 1px;
  /* was #343a40 */
  color: #333;
  position: relative;
  border-top-color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  /*border-bottom-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;*/
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #333;
  border-radius: 0px;
  color: #333;
  background: #ffe8c8;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  box-shadow: none;
  color: #333;
  border-color: #ff7d7d;
  background: #ffbd8d;
  outline: none;
}

#form-toggle {
  border: 1px solid #ffe8c8;
  margin-left: 0px;
  margin-right: 0px;
}

#partner-form-toggle {
  border: 1px solid #ffe8c8;
  margin-left: 0px;
  margin-right: 0px;
}

button[type=submit] {
  font-size: 16px;
  font-weight: 700;
  background-color: #ffe8c8;
  border: 1px solid #333;
  /*border-radius: 25px;*/
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

select[class=selectRadio] {
  font-size: 16px;
  font-weight: 500;
  background-color: #ffe8c8;
  /*border: 1px solid #333;
  border-radius: 25px;*/
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

label[class=attendance] {
  font-size: 16px;
  font-weight: 500;
  background-color: #ffe8c8;
  border: 1px solid #333;
  /*border-radius: 25px;*/
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  /*margin-left: 10px;*/
  cursor: pointer;
}

input[type=checkbox] {
    transform: scale(2.5);
}

/*#contact .row {
  display: flex;
  justify-content: center;
}*/

/*#contact .icon {
  /*width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}*/

/*#contact .icon {
  border: 1px solid #feb9b9;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#contact .icon i {
  color: #feb9b9;
  font-size: 240px;
  line-height: 300px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}*/

/*#giftSpan {
   
  font-size: 200px;
  line-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center; 
  color: #acc6a1;
  padding: 50px;
}

div > #giftSpan {
  margin: 80px;
  width: 400px

}

#giftIcon {
  width: 100px;
  height: 100px; 
  color: #acc6a1;
  
}

.fa-gift {
  padding-left: 100px;
  padding-top: 200px;
  
    
  }
*/

/*styling for prezola */
#prezola_outer {
  position: relative;
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;*/
    width:200%;
    height:400px;
    margin:20px auto 20px;
    clear:both;
}

  #prezola_div {
    /*text-align: center; */
    /*position: absolute;*/ 
    /*top: 50%; 
    left: 50%;
    transform: translate(-10%, -50%);*/
    /*width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin 0 auto;*/
    /*margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;*/
  /*margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;*/
  width: 60px;
  height: 60px;
  min-width: 400px;
  max-width: 800px;
  padding-left: 175px;


  }

  .gift-container {
    position: relative;
    display: inline-block;

  }

  p.gift-container {
    /*font-size: 2rem;*/
    margin: auto;
    display: inline-block;
    font-size: 15rem;
    color: #acc6a1;
    vertical-align: middle;
  /*line-height: 100px;
  display: flex;*/
  justify-content: center;
  align-items: center; 
  /*color: #acc6a1;
  padding: 50px;*/
  }

  p.gift-container > a {
    color: #ff7d7d;
  }
  p.gift-container > a:hover {
    color: #acc6a1;
  }

  .fa-gift {
    position: relative;
  /*padding-left: 100px;
  padding-top: 200px;*/
  }

  .overlay-prezola {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-130%, -65%);
    width:13%;
    height: auto;
    pointer-events: none;
    font-size: 60px;
  }

  span.overlay-prezola > img {
    width: 250%;
    height: auto; 
  }

  .circle-icon {
    background: #ffc0c0;
    padding:50px;
    border-radius: 50%;
    border-color: #ffe8c8;
    border-width: 2px;
    border-style: solid;
}
  .circle-icon:hover {
    border-color: #ff7d7d;
  }
/*End styling for prezola */

/*styling for prezola_rsvp */
.overlay-prezola2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-210%, -55%);
    width:13%;
    height: auto;
    pointer-events: none;
    font-size: 60px;
  }

#prezola_rsvp_div {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 10px;
  /*width: 50px;
  height: auto;*/
}

#prezola_rsvp_div .gift-container {
    position: relative;
    display: inline-block;

  }

#prezola_rsvp_div p.gift-container {
  font-size: 7rem;
}

#prezola_rsvp_div .overlay-prezola {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-130%, -65%);
    width:13%;
    height: auto;
    pointer-events: none;
  }

/*End styling for prezola_rsvp */

/*styling for prezola_rsvp 2 */
#prezola_rsvp_div2 {
  margin-left: 130px;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 10px;
  
  /*width: 50px;
  height: auto;*/
}

#prezola_rsvp_div2 .gift-container {
    position: relative;
    display: inline-block;

  }

#prezola_rsvp_div2 p.gift-container {
  font-size: 7rem;
}

/*#prezola_rsvp_div2 .overlay-prezola {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-130%, -65%);
    width:13%;
    height: auto;
    pointer-events: none;
  }*/

/*End styling for prezola_rsvp 2*/

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.text-danger2{color:#ffbd8d}
.text-danger2:hover{color:#ffeac8}
.text-success2{color:#acc6a1}
.text-success2:hover{color:#ffc5c9}

.list-unstyled li {
  color: #d9534f;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  background: #feb9b9;
  /* was #292f35 */
  padding: 20px 0;
}

.footer-links {
  line-height: 48px;
}
.footer-links li {
  float: left;
}
.footer-links li a {
  color: #292f35;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.footer-links li a:hover {
  color: #ff7d7d;
}

.copyright {
  margin-top: 10px;
  float: right;
}
.copyright p {
  color: #292f35;
}
.copyright p a {
  color: #292f35;
}
.copyright p a:hover {
  color: #ff7d7d;
}

/* ==========================================================================
16. Terms of Use
 ========================================================================== */
.capsule {
  color: #ff0000;
  font-size: 18px;
  font-weight: 400;
}

/* ==========================================================================
17. Facilities Table.
 ========================================================================== */
#cott_facilities .row_head, #payment_table .row_head, #golf_table .row_head, #link_table .row_head {
  color: #ffffff;
  background-color: #ff7d7d;
}
#cott_facilities th, #payment_table th, #golf_table th, #link_table th {
  padding: 2px;
  text-align: center;
  border-color: #ff7d7d;
  border-style: solid;
  border-width: 2px;
}
#cott_facilities .row_intro, #payment_table .row_intro, #golf_table .row_intro, #link_table .row_intro {
  color: #ff7d7d;
}
#cott_facilities .row_intro td, #payment_table .row_intro td, #golf_table .row_intro td, #link_table .row_intro td {
  border-color: #ff7d7d;
  border-style: solid;
  border-width: 2px;
  padding: 2px;
  text-align: center;
  font-weight: 800;
}
#cott_facilities td, #payment_table td, #golf_table td, #link_table td {
  border-color: #ff7d7d;
  border-style: solid;
  border-width: 2px;
  padding: 10px;
  text-align: center;
}

.asterisk {
  font-size: 10px;
  line-height: 16px;
}

.returntohome {
  color: #ffffff !important;
  background: #ff7d7d;
}

.table_caption {
  caption-side: top;
  font-size: 36px;
}

/* ==========================================================================
18. Payment Details..
 ========================================================================== */
/* ==========================================================================
19. Activity Details..
 ========================================================================== */
#golf_table tr {
  padding: 10px;
}
#golf_table .h4centre {
  font-size: 18px;
}

/* ==========================================================================
20. Unavailable Dates.
 ========================================================================== */
#run_date, #sat_price {
  display: none !important;
}

/*----------------------------------------------
21. Addanother js form test
--------------------------------------*/
.formwrapper{
  text-align:center;
}
input{
  padding:3px;
  margin-bottom:5px;
  display:inline-block;
}

/*Add # space before sourceMap to activate scss mapping link */
/* sourceMappingURL=main.css.map */

/*test format in village */
#panel-1,
#panel-2 {
  overflow-y: auto;
  max-height: 30vh;
  height: 30vh;
}

#panel-1 {
  background: #CCFF00;
}

#panel-2 {
  background: #00FFCC;
  
}

#panel-3 {
  background: #FFCC00;
}
