a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body, html {
  height: 100%;


}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
* {
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}
#edit-slug-box{
  display: none;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url("Gotham Bold.otf");
}

@font-face {
  font-family: 'Gotham-Book';
  src: url("Gotham Book.otf");
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url("Gotham Medium.otf");
}

@font-face {
  font-family: 'Domaine Display-Bold';
  src: url("Domaine_Display_Bold.ttf");
}

@font-face {
  font-family: 'Avenir-Black';
  src: url("Avenir Black.otf");
}

@font-face {
  font-family: 'Avenir-Heavy';
  src: url("Avenir Heavy.otf");
}

.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(97, 97, 97, 0.7);
  border-radius: 5px;
}

a, a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

*::selection {
  background-color: rgba(74, 73, 73, 0.3);
}

body {
  margin: 0;
  background-color: #e9e5d9;
  color: #4a4949;
	min-width: 320px;
  min-height: 638px;
  /* position: relative; */
  font-family: Gotham-book, Verdana, Arial, sans-serif;;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.main-container {
  height: calc(100% - 25px);
  min-height: 613px;
  position: relative;
	box-sizing: border-box;
}

.main-content {
  height:100%;
  width: calc(100% - 342px);
  /* top: 89px; */
  overflow: auto;
  position: relative;
}

/* loading screen */

/* .loading-screen.exitAnimation{
  transition: opacity 0.9s ease-out;
} */


/* Main siebar */

.main-sidebar {
  width: 342px;
  height: 100%;
  float: left;
  border-right: rgba(2, 2, 2, 0.30) 1px solid;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background-color: #ded9cd;
}

.mobile-top-bar{
	display: none;
}

.mobile-menu-top{
  display: none;
}


/* LOGO ANIMATION SECTION */

.logo-container {
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%) scale(0.5);
}

.logobox {
  position: absolute;
  transition: all 0.6s ease-in-out;
  font-family: Avenir-Heavy;
}

.right-line {
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to right, #f7fcfe, #d0edfc);
  clip-path: polygon(100% 0, 100% 100%, 0% 99.2%, 0% 0.8%); //-webkit-clip-path: polygon(0 0, 100% 0, 99.2% 100%, 0.8% 100%);
  position: absolute;
  top: 0;
  right: 0;
}

.logo-container .shadow {
  position: absolute;
  height: 202px;
  width: 202px;
  background-image: url('../images/boxshadow.png');
  margin-left: -41px;
  margin-top: -24px;
  transition: all 0.6s ease-in-out;
}

.halfopacity {
  opacity: 0.5;
}

.logobox3.shadow {
  height: 126px;
  width: 126px;
  background-image: url('../images/boxshadowsmall.png');
  background-size: contain;
  margin-left: -41px;
  margin-top: -24px;
}

.logobox-text {
  color: white;
  font-size: 70px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

.logobox3 .logobox-text {
  font-size: 48px;
}

.logobox1 {
  /*left: 187px;
	  top: 149px;*/
  width: 152px;
  height: 152px;
}

.logobox2 {
  /*left: 263px;
	  top: 301px;*/
  width: 152px;
  height: 152px;
}

.logobox3 {
  /*left: 187px;
	  top: 376px;*/
  width: 77px;
  height: 77px;
}

.summer .logobox {
  background-color: #ee1d61;
}

.spring .logobox {
  background-color: #aecc58;
}

.winter .logobox {
  background-color: #00aeef;
}

.autumn .logobox {
  background-color: #f7941d;
}

.summer .logobox1 {
  transform: translate(187px, 150px);
  z-index: 30;
}

.summer .logobox2 {
  transform: translate(263px, 301px);
  z-index: 10;
}

.summer .logobox3 {
  transform: translate(187px, 301px);
  z-index: 20;
}

.spring .logobox1 {
  transform: translate(162px, 150px);
  z-index: 30;
}

.spring .logobox2 {
  transform: translate(288px, 301px);
  z-index: 10;
}

.spring .logobox3 {
  transform: translate(313px, 225px);
  z-index: 20;
}

.winter .logobox1 {
  transform: translate(187px, 149px);
  z-index: 20;
}

.winter .logobox2 {
  transform: translate(263px, 301px);
  z-index: 10;
}

.winter .logobox3 {
  transform: translate(187px, 376px);
  z-index: 30;
}

.autumn .logobox1 {
  transform: translate(263px, 149px);
  z-index: 30;
}

.autumn .logobox2 {
  transform: translate(263px, 301px);
  z-index: 10;
}

.autumn .logobox3 {
  transform: translate(187px, 263px);
  z-index: 20;
}


/* Flower elements */

.flower-elements img {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.47, 0.43, 0.42, 0.99), opacity 0.2s ease-out;
}

.flower-elements {
  position: absolute;
}


/* Winter Flowers */

#w-z-3, .winter #w-z-3.onload {
  transform: translate(107px, 68px) scale(0) rotate(-60deg);
  z-index: 3;
  opacity: 0;
}

#w-z-8, .winter #w-z-8.onload {
  transform: translate(178px, 298px) scale(0) rotate(-60deg);
  z-index: 8;
  opacity: 0;
}

#w-z-25, .winter #w-z-25.onload {
  transform: translate(99px, 251px) scale(0) rotate(-60deg);
  z-index: 25;
  opacity: 0;
}

#w-z-31, .winter #w-z-31.onload {
  transform: translate(260px, 54px) scale(0) rotate(-60deg);
  z-index: 31;
  opacity: 0;
}

#w-z-32, .winter #w-z-32.onload {
  transform: translate(139px, 338px) scale(0) rotate(-60deg);
  z-index: 32;
  opacity: 0;
}

#w-z-33, .winter #w-z-33.onload {
  transform: translate(318px, 252px) scale(0) rotate(-60deg);
  z-index: 33;
  opacity: 0;
}

#w-z-34, .winter #w-z-34.onload {
  transform: translate(191px, 409px) scale(0) rotate(-60deg);
  z-index: 34;
  opacity: 0;
}

.winter #w-z-3 {
  transform: translate(107px, 68px) scale(1) rotate(0);
  z-index: 3;
  opacity: 1;
}

.winter #w-z-8 {
  transform: translate(178px, 298px) scale(1) rotate(0);
  z-index: 8;
  opacity: 1;
}

.winter #w-z-25 {
  transform: translate(99px, 251px) scale(1) rotate(0);
  z-index: 25;
  opacity: 1;
}

.winter #w-z-31 {
  transform: translate(260px, 54px) scale(1) rotate(0);
  z-index: 31;
  opacity: 1;
}

.winter #w-z-32 {
  transform: translate(139px, 338px) scale(1) rotate(0);
  z-index: 32;
  opacity: 1;
}

.winter #w-z-33 {
  transform: translate(318px, 252px) scale(1) rotate(0);
  z-index: 33;
  opacity: 1;
}

.winter #w-z-34 {
  transform: translate(191px, 409px) scale(1) rotate(0);
  z-index: 34;
  opacity: 1;
}


/* Autumn flowers */

#a-z-3, .autumn #a-z-3.onload {
  transform: translate(240px, 297px) scale(0) rotate(-60deg);
  z-index: 3;
  opacity: 0;
}

#a-z-5, .autumn #a-z-5.onload {
  transform: translate(97px, 52px) scale(0) rotate(-60deg);
  z-index: 5;
  opacity: 0;
}

#a-z-8, .autumn #a-z-8.onload {
  transform: translate(93px, 255px) scale(0) rotate(-60deg);
  z-index: 8;
  opacity: 0;
}

#a-z-15, .autumn #a-z-15.onload {
  transform: translate(141px, 259px) scale(0) rotate(-60deg);
  z-index: 15;
  opacity: 0;
}

#a-z-25, .autumn #a-z-25.onload {
  transform: translate(225px, 151px) scale(0) rotate(-60deg);
  z-index: 25;
  opacity: 0;
}

#a-z-35, .autumn #a-z-35.onload {
  transform: translate(160px, 172px) scale(0) rotate(-60deg);
  z-index: 35;
  opacity: 0;
}

.autumn #a-z-3 {
  transform: translate(240px, 297px) scale(1) rotate(0);
  z-index: 3;
  opacity: 1;
}

.autumn #a-z-5 {
  transform: translate(97px, 52px) scale(1) rotate(0);
  z-index: 5;
  opacity: 1;
}

.autumn #a-z-8 {
  transform: translate(93px, 255px) scale(1) rotate(0);
  z-index: 8;
  opacity: 1;
}

.autumn #a-z-15 {
  transform: translate(141px, 259px) scale(1) rotate(0);
  z-index: 15;
  opacity: 1;
}

.autumn #a-z-25 {
  transform: translate(306px, 151px) scale(1) rotate(0);
  z-index: 25;
  opacity: 1;
}

.autumn #a-z-35 {
  transform: translate(160px, 172px) scale(1) rotate(0);
  z-index: 35;
  opacity: 1;
}


/* Summer flowers */

#sm-z-3, .summer #sm-z-3.onload {
  transform: translate(283px, 283px) scale(0) rotate(-60deg);
  z-index: 3;
  opacity: 0;
}

#sm-z-5, .summer #sm-z-5.onload {
  transform: translate(94px, 251px) scale(0) rotate(-60deg);
  z-index: 5;
  opacity: 0;
}

#sm-z-8, .summer #sm-z-8.onload {
  transform: translate(148px, 74px) scale(0) rotate(-60deg);
  z-index: 8;
  opacity: 0;
}

#sm-z-31, .summer #sm-z-31.onload {
  transform: translate(171px, 355px) scale(0) rotate(-60deg);
  z-index: 31;
  opacity: 0;
}

#sm-z-32, .summer #sm-z-32.onload {
  transform: translate(185px, 267px) scale(0) rotate(-60deg);
  z-index: 32;
  opacity: 0;
}

#sm-z-33, .summer #sm-z-33.onload {
  transform: translate(244px, 416px) scale(0) rotate(-60deg);
  z-index: 33;
  opacity: 0;
}

#sm-z-34, .summer #sm-z-34.onload {
  transform: translate(294px, 230px) scale(0) rotate(-60deg);
  z-index: 34;
  opacity: 0;
}

#sm-z-35, .summer #sm-z-35.onload {
  transform: translate(210px, 109px) scale(0) rotate(-60deg);
  z-index: 35;
  opacity: 0;
}

.summer #sm-z-3 {
  transform: translate(283px, 283px) scale(1) rotate(0);
  z-index: 3;
  opacity: 1;
}

.summer #sm-z-5 {
  transform: translate(94px, 251px) scale(1) rotate(0);
  z-index: 5;
  opacity: 1;
}

.summer #sm-z-8 {
  transform: translate(148px, 74px) scale(1) rotate(0);
  z-index: 8;
  opacity: 1;
}

.summer #sm-z-31 {
  transform: translate(171px, 355px) scale(1) rotate(0);
  z-index: 31;
  opacity: 1;
}

.summer #sm-z-32 {
  transform: translate(185px, 267px) scale(1) rotate(0);
  z-index: 32;
  opacity: 1;
}

.summer #sm-z-33 {
  transform: translate(244px, 416px) scale(1) rotate(0);
  z-index: 33;
  opacity: 1;
}

.summer #sm-z-34 {
  transform: translate(294px, 230px) scale(1) rotate(0);
  z-index: 34;
  opacity: 1;
}

.summer #sm-z-35 {
  transform: translate(210px, 109px) scale(1) rotate(0);
  z-index: 35;
  opacity: 1;
}

#sp-z-3, .spring #sp-z-3.onload {
  transform: translate(89px, 204px) scale(0) rotate(-60deg);
  z-index: 3;
  opacity: 0;
}

#sp-z-5, .spring #sp-z-5.onload {
  transform: translate(193px, 25px) scale(0) rotate(-60deg);
  z-index: 5;
  opacity: 0;
}

#sp-z-8, .spring #sp-z-8.onload {
  transform: translate(189px, 72px) scale(0) rotate(-60deg);
  z-index: 8;
  opacity: 0;
}

#sp-z-13, .spring #sp-z-13.onload {
  transform: translate(315px, 218px) scale(0) rotate(-60deg);
  z-index: 13;
  opacity: 0;
}

#sp-z-18, .spring #sp-z-18.onload {
  transform: translate(213px, 385px) scale(0) rotate(-60deg);
  z-index: 18;
  opacity: 0;
}

#sp-z-33, .spring #sp-z-33.onload {
  transform: translate(131px, 231px) scale(0) rotate(-60deg);
  z-index: 33;
  opacity: 0;
}

#sp-z-35, .spring #sp-z-35.onload {
  transform: translate(270px, 107px) scale(0) rotate(-60deg);
  z-index: 35;
  opacity: 0;
}

.spring #sp-z-3 {
  transform: translate(89px, 204px) scale(1) rotate(0);
  z-index: 3;
  opacity: 1;
}

.spring #sp-z-5 {
  transform: translate(193px, 25px) scale(1) rotate(0);
  z-index: 5;
  opacity: 1;
}

.spring #sp-z-8 {
  transform: translate(189px, 72px) scale(1) rotate(0);
  z-index: 8;
  opacity: 1;
}

.spring #sp-z-13 {
  transform: translate(315px, 218px) scale(1) rotate(0);
  z-index: 13;
  opacity: 1;
}

.spring #sp-z-18 {
  transform: translate(213px, 385px) scale(1) rotate(0);
  z-index: 18;
  opacity: 1;
}

.spring #sp-z-33 {
  transform: translate(131px, 231px) scale(1) rotate(0);
  z-index: 33;
  opacity: 1;
}

.spring #sp-z-35 {
  transform: translate(222px, 107px) scale(1) rotate(0);
  z-index: 35;
  opacity: 1;
}

.flower-elements .opacity-delay {
  transition: all 0.6s cubic-bezier(0.47, 0.43, 0.42, 0.99), opacity 0.2s ease-out 0.2s;
}


/* LOGO ANIMATION SECTION END*/

.logo-section {
  height: 30%;
  min-height: 380px;
  position: relative;
  box-sizing: border-box;
  border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
	/* background-color: #e9e5d9; */
}

.logo-holder {
  text-transform: uppercase;
  text-align: center;
  /*transform: translateY(-50%);
	position: relative;
	top: 50%;*/
  color: #4a4949;
  position: relative;
  z-index: 1;
  height: 280px;
  width: 100%;
}

.logo-section a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.logo-holder img {}

.logo-section h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: Avenir-Black;
  font-size: 17px;
}

.logo-section h3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 8px;
  font-family: Avenir-Heavy;
  font-size: 10px;
}

.nav-section {
  box-sizing: border-box;
  border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
  /* background-color: #e9e5d9; */
  position: relative;
  z-index: 1;
}

.nav-section ul {
  padding: 72px 0;
  margin-left: 72px;
  width: 198px;
  font-family: Gotham-Book;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-section li {
  position: relative;
  padding: 13px 0;
}

.nav-section li a {
  padding: 10px 0;
  display: block;
}

.nav-section li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 16px;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.nav-section li:hover, .current-menu-item {
  font-family: Gotham-Bold;
}

.nav-section li:hover:after, .nav-section li.current-menu-item:after {
  width: 100%;
  background: #4a4949;
}

.mobile_home-link{
  display: none;
  font-family: Gotham-Book;
}

.mobile-menu-bottom{
  display: none;
}


.social-icons-holder {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: rgba(2, 2, 2, 0.30) 1px solid;
  background-color: #ded9cd;
  z-index: 10;
}

.social-icons-holder a{
  float:left;
}

.social-icons-holder img {
  width: 20px;
  height: 20px;
  padding: 20px;
  border-right: rgba(2, 2, 2, 0.30) 1px solid;
  background-color: #ded9cd;
  z-index: 50;
}
.social-icons-holder img:hover{
  background-color:#c7c3ba;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #191919;
  z-index: 10;
  font-family: Gotham-Medium;
  font-size: 9px;
  color: #575757;
  line-height: 25px;
  box-sizing: border-box;
  z-index: 9999;
}

footer span {
  padding-left: 12px;
}
.footer__fridaylink{
  transition: all 0.5s ease-in-out;
}
.footer__fridaylink:hover{
  color: white;
}

.terms-and-conditions{
  /* float: right; */
  padding-right: 14px;
  cursor: pointer;
}
.terms-and-conditions-container{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,calc(-50% - 12px));
  max-width: 768px;
  width: 90vw;
  height: 90vh;
  z-index: 9999;
  background-color: #ded9cd;
  border: #9c9890 1px solid;
  overflow-y: auto;
  padding: 60px;
  box-sizing: border-box;
  line-height: 1.2em;
}
.terms-and-conditions-container.open{
  display: block;
}
.terms-and-conditions-container h4{
  font-family: Gotham-Bold;
  margin: 16px 0 8px 0;
}
.terms-and-conditions-container h4:first-child{
  margin: 8px 0 8px 0;
  font-size: 1.25em;
}
.terms-and-conditions-container ul{
  margin: 10px 0;
}
.terms-and-conditions-container li{
  list-style: disc;
  margin: 10px 0 10px 4em;
}
.terms-and-conditions-close-btn{
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.terms-and-conditions-container a{
  font-family: Gotham-Medium;
  text-decoration: underline;
}


/* Hero Content  */

.frontpage-hero-cta{
  font-family: Gotham-Bold;
  position: relative;
}
.frontpage-hero-cta::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 0.1em;
  background-color: #4a4949;
  transition: all 0.3s ease-out;
}
.frontpage-hero-cta:hover::after{
  width: 100%;
}

.frontpage-mobile-logo-holder{
display: none;
}

.frontpage.main-content{
    height: 100%;
    overflow: hidden;
    top: 0;
	}

.hero-content {
  text-align: center;
  color: #4a4949;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 880px;
  margin: 0 auto;
}

.hero-content h1 {
  font-family: Domaine Display-Bold;
  font-size: 116px;
  margin-bottom: 0.3em;
  transition: transform 0.3s ease-out 0.8s, opacity 0.5s ease-out 0.8s;
  transition: transform 0.3s ease-out 1.3s, opacity 0.5s ease-out 1.3s;
  line-height: 1.2;
}

.hero-content p {
  font-family: Gotham-Book;
  font-size: 17px;
  line-height: 1.4em;
  width: 82%;
  margin: 0 auto;
  transition: transform 0.3s ease-out 1.1s, opacity 0.5s ease-out 1.1s;
  transition: transform 0.3s ease-out 1.4s, opacity 0.5s ease-out 1.4s;
  transition: transform 0.3s ease-out 4.5s, opacity 0.5s ease-out 4.5s;
}

.hero-content img {
  position: absolute;
  bottom: -118px;
  left: 51%;
  margin-left: -30px;
  transition: transform 0.3s ease-out 1.3s, opacity 0.5s ease-out 1.3s;
  transition: transform 0.3s ease-out 2s, opacity 0.5s ease-out 2s;
  transition: opacity 0.5s ease-out 2s;
  transition: opacity 0.5s ease-out 4.5s;
}

.onload-animation {
  /* transform: translate3d(0,-50px,0);*/
  opacity: 0;
}


/* Flowers Section */

.top-left-flowers-container {
  width: 900px;
  height: 700px;
  transform-origin: 0% 0%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.bottom-right-flowers-container {
  width: 450px;
  height: 500px;
  transform-origin: 100% 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
    z-index: 99;

}

.halfsize {
  transform: scale(0.5);
}

.main-content .flower {
  position: absolute;
  transform: translate3d(0px, 0px, 0) rotate(0deg) scale(1);
  transition: all 1.2s ease-out;
  /*transition: none;*/
  /*pointer-events: none;*/
}

.main-content .flower::selection {
  background: none;
}

.top-left-flowers-container .flower {
  padding: 20%;
  margin-left: -20%;
  margin-top: -20%;
}

.bottom-right-flowers-container .flower {
  padding: 20%;
  margin-left: -20%;
  margin-top: -20%;
}

.bottom-right-flowers-container .grid {
  bottom: -2px;
  right: -3px;
  position: absolute;
}


/* Summer flower section */


/* Top left flowers section */

.summer-theme #tl-01 {
  top: -73px;
  left: 353px;
  transform-origin: 66% 33%;
}

.summer-theme #tl-02 {
  top: -70px;
  left: 430px;
  transform-origin: 66% 33%;
}

.summer-theme #tl-03 {
  top: -65px;
  left: 238px;
  transform-origin: 66% 40%;
}

.summer-theme #tl-04 {
  top: -73px;
  left: 142px;
  transform-origin: 50% 50%;
}

.summer-theme #tl-05 {
  top: 169px;
  left: -103px;
  transform-origin: 60% 30%;
}

.summer-theme #tl-06 {
  top: 320px;
  left: -178px;
  transform-origin: 60% 40%;
}

.summer-theme #tl-07 {
  top: -76px;
  left: 0px;
  transform-origin: 60% 35%;
}

.summer-theme #tl-08 {
  top: -37px;
  left: -183px;
  transform-origin: 55% 45%;
}

.summer-theme #tl-09 {
  top: 76px;
  left: -252px;
  transform-origin: 55% 45%;
}

.summer-theme #tl-10 {
  top: -74px;
  left: 588px;
  transform-origin: 45% 40%;
}

.summer-theme #tl-11 {
  top: -71px;
  left: 569px;
  transform-origin: 70% 40%;
}

.summer-theme #tl-12 {
  top: -75px;
  left: -184px;
  transform-origin: 60% 40%;
}

.summer-theme #tl-13 {
  top: 119px;
  left: -125px;
  transform-origin: 70% 40%;
}


/* Bottom Flowers section */

.summer-theme #br-01 {
  top: 291px;
  left: 20px;
  transform-origin: 90% 45%;
}

.summer-theme #br-02 {
  top: 16px;
  left: 224px;
  transform-origin: 70% 45%;
}

.summer-theme #br-03 {
  top: 166px;
  left: 217px;
  transform-origin: 85% 70%;
}

.summer-theme #br-04 {
  top: 305px;
  left: 235px;
  transform-origin: 70% 70%;
}

.summer-theme #br-05 {
  top: 323px;
  left: 197px;
  transform-origin: 66% 40%;
}


/* Spring flower section */


/* Top left flowers section */

.spring-theme #tl-01 {
  top: -72px;
  left: 520px;
  transform-origin: 25% 50%;
}

.spring-theme #tl-02 {
  top: 267px;
  left: -120px;
  transform-origin: 55% 45%;
}

.spring-theme #tl-03 {
  top: -73px;
  left: 504px;
  transform-origin: 66% 33%;
}

.spring-theme #tl-04 {
  top: -74px;
  left: 387px;
  transform-origin: 60% 33%;
}

.spring-theme #tl-05 {
  top: -75px;
  left: 64px;
  transform-origin: 45% 33%;
}

.spring-theme #tl-06 {
  top: -18px;
  left: 34px;
  transform-origin: 50% 33%;
}

.spring-theme #tl-07 {
  top: -69px;
  left: 50px;
  transform-origin: 70% 45%;
}

.spring-theme #tl-08 {
  top: -74px;
  left: 158px;
  transform-origin: 70% 40%;
}

.spring-theme #tl-10 {
  top: 152px;
  left: -334px;
  transform-origin: 70% 45%;
}

.spring-theme #tl-11 {
  top: 442px;
  left: -180px;
  transform-origin: 66% 40%;
}

.spring-theme #tl-12 {
  top: 223px;
  left: -166px;
  transform-origin: 70% 40%;
}

.spring-theme #tl-13 {
  top: 16px;
  left: 297px;
  transform-origin: 40% 20%;
  transition-delay: 2.5s;
}

.spring-theme #tl-14 {
  top: -75px;
  left: -190px;
  transform-origin: 50% 40%;
}

.spring-theme #tl-15 {
  top: 89px;
  left: -174px;
  transform-origin: 66% 40%;
}

.spring-theme #tl-16 {
  top: -30px;
  left: 228px;
  transform-origin: 66% 40%;
}


/* Bottom Flowers section */

.spring-theme #br-01 {
  top: 309px;
  left: -67px;
  transform-origin: 70% 60%;
}

.spring-theme #br-02 {
  top: 378px;
  left: 222px;
  transform-origin: 82% 75%;
}

.spring-theme #br-03 {
  top: 327px;
  left: -1px;
  transform-origin: 66% 75%;
}

.spring-theme #br-04 {
  top: 40px;
  left: 184px;
  transform-origin: 60% 70%;
  transition-delay: 2.1s;
}

.spring-theme #br-05 {
  top: 202px;
  left: 67px;
  transform-origin: 66% 66%;
}

.spring-theme #br-06 {
  top: 208px;
  left: 251px;
  transform-origin: 90% 40%;
}


/* Winter flower section */


/* Top left flowers section */

.winter-theme #tl-01 {
  top: 270px;
  left: -90px;
  transform-origin: 50% 50%;
}

.winter-theme #tl-02 {
  top: 552px;
  left: -138px;
  transform-origin: 75% 15%;
}

.winter-theme #tl-03 {
  top: 10px;
  left: 550px;
  transform-origin: 35% 15%;
  transition-delay: 2.5s;
}

.winter-theme #tl-04 {
  top: -75px;
  left: 374px;
  transform-origin: 85% 10%;
}

.winter-theme #tl-05 {
  top: 170px;
  left: -207px;
  transform-origin: 40% 20%;
}

.winter-theme #tl-06 {
  top: 6px;
  left: -258px;
  transform-origin: 40% 30%;
}

.winter-theme #tl-07 {
  top: -72px;
  left: -5px;
  transform-origin: 30% 20%;
}

.winter-theme #tl-08 {
  top: 145px;
  left: -3px;
  transform-origin: 45% 25%;
}

.winter-theme #tl-09 {
  top: -75px;
  left: -146px;
  transform-origin: 30% 25%;
}

.winter-theme #tl-10 {
  top: -70px;
  left: -170px;
  transform-origin: 60% 40%;
}

.winter-theme #tl-11 {
  top: 249px;
  left: -179px;
  transform-origin: 66% 40%;
}

.winter-theme #tl-12 {
  top: -73px;
  left: 197px;
  transform-origin: 66% 33%;
}

.winter-theme #tl-13 {
  top: -74px;
  left: 615px;
  transform-origin: 50% 25%;
}


/* Bottom Flowers section */

.winter-theme #br-01 {
  top: 88px;
  left: 201px;
  transform-origin: 70% 70%;
  transition-delay: 2.5s;
}

.winter-theme #br-02 {
  top: 181px;
  left: 73px;
  transform-origin: 85% 75%;
}

.winter-theme #br-03 {
  top: 355px;
  left: -7px;
  transform-origin: 85% 50%;
}

.winter-theme #br-04 {
  top: 341px;
  left: 214px;
  transform-origin: 95% 95%;
}

.winter-theme #br-05 {
  top: 290px;
  left: 250px;
  transform-origin: 66% 45%;
}


/* Autumn flower section */


/* Top left flowers section */

.autumn-theme #tl-01 {
  top: -72px;
  left: 475px;
  transform-origin: 66% 33%;
}

.autumn-theme #tl-02 {
  top: -56px;
  left: 258px;
  transform-origin: 66% 33%;
}

.autumn-theme #tl-03 {
  top: -72px;
  left: 337px;
  transform-origin: 66% 40%;
}

.autumn-theme #tl-04 {
  top: 19px;
  left: 131px;
  transform-origin: 50% 50%;
}

.autumn-theme #tl-05 {
  top: -73px;
  left: 180px;
  transform-origin: 60% 30%;
}

.autumn-theme #tl-06 {
  top: -68px;
  left: 648px;
  transform-origin: 60% 40%;
}

.autumn-theme #tl-07 {
  top: 134px;
  left: -165px;
  transform-origin: 60% 35%;
  transition-delay: 2.5s;
}

.autumn-theme #tl-08 {
  top: -75px;
  left: 260px;
  transform-origin: 55% 45%;
}

.autumn-theme #tl-09 {
  top: -75px;
  left: -114px;
  transform-origin: 55% 45%;
}

.autumn-theme #tl-10 {
  top: -6px;
  left: -211px;
  transform-origin: 45% 40%;
}

.autumn-theme #tl-11 {
  top: 241px;
  left: -240px;
  transform-origin: 70% 40%;
}

.autumn-theme #tl-12 {
  top: -71px;
  left: 180px;
  transform-origin: 60% 40%;
}

.autumn-theme #tl-13 {
  top: -71px;
  left: 581px;
  transform-origin: 70% 40%;
}

.autumn-theme #tl-14 {
  top: 0px;
  left: 375px;
  ;
  transform-origin: 70% 40%;
}


/* Bottom Flowers section */

.autumn-theme #br-01 {
  top: 66px;
  left: 216px;
  transform-origin: 70% 70%;
  transition-delay: 2.2s;
}

.autumn-theme #br-02 {
  top: 195px;
  left: 142px;
  transform-origin: 95% 50%;
}

.autumn-theme #br-03 {
  top: 386px;
  left: 13px;
  transform-origin: 90% 50%;
  transition-delay: 2.5s;
}

.autumn-theme #br-04 {
  top: 356px;
  left: 69px;
  transform-origin: 90% 70%;
}

.autumn-theme #br-05 {
  top: 331px;
  left: 250px;
  transform-origin: 90% 80%;
}

.autumn-theme #br-06 {
  top: 376px;
  left: 152px;
  transform-origin: 70% 70%;
}

.flower.moving {
  transform: rotate(8deg) !important;
  pointer-events: none;
}

.no-delay {
  transition-delay: 0s !important;
  transition-duration: 0.8s !important;
  transition-timing-function: cubic-bezier(0.24, 0.71, 0.48, 1.38)!important;
  transition-timing-function: cubic-bezier(0.18, 0.69, 0.51, 1.4)!important;
  transition-timing-function: cubic-bezier(0.28, 0.71, 0.46, 1.46)!important;
}

  .mobile-title-logo{

    display: none;
  }

.title-div {
  border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
  box-sizing: border-box;
}
.season-year-span{
  text-transform: uppercase;
  position: absolute;
  left: 76px;
  top: 76px;
  font-size: 12px;
}

.title-div h1 {
  padding: 1.1em 1em 0.263em 76px;
  font-family: Domaine Display-Bold;
  font-size: 76px;
  line-height: 1.2;
}

.title-div p {
  padding: 1.333em 5.066em 3.74em 76px;
  max-width: 1240px;
  line-height: 1.5em;
  font-size: 15px;
}

.titlelogobar {
  position: relative;
  width: calc(100% - 342px);
  font-family: Gotham-Bold;
  padding: 24px 76px;
  z-index: 99;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
	background-color: #e9e5d9;
}

.titlelogobar img {
  display: inline-block;
  width: 42px;
  position: absolute;
  top: 16px;
}

.titlelogobar h4 {
  font-size: 12px;
  padding-top: 28px;
  display: inline-block;
  padding-left: 58px;
}

.bottom-border {
  border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
}

.mobile-page-bottom {
  display: none;
}


/*About Page*/

.about-person-div {
  width: 100%;
  position: relative;
  height: 596px;
}

.about-person-div:nth-child(even) {
    transform: translateX(-1px);
}

.apd-half {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
  border-bottom: #c5bcaf 1px solid;
}

.apd-half-img img {
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.apd-half-info {
  /padding: 80px;
  box-sizing: border-box;
  position: relative;
}

.apd-half-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 440px;
  box-sizing: border-box;
	display: table;
	width: 60%;
}

.apd-half-info h2 {
  font-size: 38px;
  font-family: Domaine Display-Bold;
}

.apd-half-info h3 {
  font-size: 11px;
  padding-top: 1.09em;
  font-family: Gotham-Bold;
  text-transform: uppercase;
	margin-bottom: 2.727em
}

.apd-half-info hr {
  width: 42%;
  height: 2px;
  background-color: #695e51;
  border: none;
	margin-left: 0;
}

.apd-half-info p {
  line-height: 1.5em;
  max-width: 440px;
  font-size: 13px;
	margin-top: 2.307em;
	margin-bottom: 2.307em;
}

.apd-contact-email {
  font-family: Gotham-bold;
  font-size: 10px;
  text-transform: uppercase;
}

.apd-half:nth-child(odd) {
  border-left: #c5bcaf 1px solid;
  box-sizing: border-box;
}

.float-left .apd-half {
  float: left;
}

.float-left .apd-half:nth-child(odd) {
  border-right: #c5bcaf 1px solid;
  border-left: none;
  box-sizing: border-box;
}


/* Services Page */

.service-section-holder {
  width: 100%;
  height: 580px;
  overflow: hidden;
  border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
  /* box-sizing: border-box; */
}

/*.service-section-holder.right:hover .service-section-container {
  transform: translateX(33.333%);
}

.service-section-holder.left:hover .service-section-container {
  transform: translateX(-33.333%);
}

.service-section-holder :hover .service-block-image img {
  transform: translate(-50%, -50%) scale(1);
}*/
/* .service-section-holder.right.active .service-section-container {
  transform: translateX(33.333%);
}

.service-section-holder.left.active .service-section-container {
  transform: translateX(-33.333%);
} */

/* .service-section-holder.active .service-block-image img {
  transform: translate(-50%, -50%) scale(1);
} */

.service-section-container {
  width: 100%;
  height: 100%;
  float: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.85, 1, 1);
}

.right .service-section-container {
  float: right;
}

.left .service-section-container {
  float: left;
}

.service-section-block {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.right .service-section-block {
  float: right;
}

.left .service-section-block {
  float: left;
}

.service-block-image {}

.service-block-image img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  transition: all 8s ease;
  object-fit: cover;
}
.service-section-holder:nth-child(2n+0) .service-block-image img {
left: calc(50% - 1px);
}

.right .service-block-image img {
  transform-origin: 100% 50%;
}

.left .service-block-image img {
  transform-origin: 0% 50%;
}

.service-section-block h3 {
  font-family: Domaine Display-Bold;
  font-size: 32px;
  padding-bottom: 0.44em;
}

.service-section-block h4 {
  font-family: Gotham-Bold;
  font-size: 14px;
  padding-bottom: 1.37em;
  text-transform: uppercase;
}

.service-section-block hr {
  width: 20%;
  height: 2px;
  background-color: #4a4949;
  border: none;
  float: left;
  margin: 6px 0;
}

.service-section-block .bottom-span {
  font-family: Gotham-Bold;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
	cursor: pointer;
	transition: all 0.15s ease-out;
}

.email-icon-before::before {
  content: "";
  display: inline-block;
  background-image: url(../images/social/Email.png);
  width: 16px;
  height: 16px;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.download-icon-before::before {
    content: "";
    display: inline-block;
    background-image: url(../images/download-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    background-size: contain;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.slide1, .slide3 {
  z-index: 10;
  background-color: #e9e5d9;
}
.slide1{
	cursor: pointer;
}
.slide1:hover{
	cursor: pointer;
}

.slide1:hover .bottom-span {
	transform: translateX(6px);
}


.service-section-container .slide1 .bottom-span {
  margin-top: 2em;
}

.slide1 .inner-text {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
}

.slide3 .inner-text {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
}

.slide3 .inner-text h3 {
  padding-bottom: 0.8em;
}

.slide3 .inner-text h4 {
  padding-bottom: 0.5em;
}

.slide3 .inner-text p {
  font-size: 13px;
  line-height: 1.5em;
  padding-top: 0.333em;
  padding-bottom: 0.333em;
}

.slide3 .inner-text-bottom {
  /* width: 70%; */
  /* position: absolute; */
  /* left: 15%; */
  display: table;
  bottom: 72px;
}

.slide3 .inner-text-bottom span {
  padding-top: 10px;
}

/* Gallery page */

.gallery-image-div{
    padding: 42px 76px 10px 76px;
    max-width: 1288px;
    margin: 0 auto 0 0;
}
.gallery-image-div:last-child{
    padding-bottom: 40px;

}

.gallery-image-div h2 {
    padding-top: 16px;
    padding-bottom: 13px;
    font-family: Gotham-Bold;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
}

.gallery-image-div h2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 72px;
    background: #3f372e;
    transition: all .3s ease;
    z-index: 1;
}

/*.gallery-image-div:hover h2:after {
    width: 33%;
    background: #3f372e;
}*/

.gallery-image-div p {
    padding-top: 12px;
    font-family: Gotham-Book;
    font-size: 12px;
    line-height: 1.4em;
}

.gallery-image-div img {
    width: 100%;
    max-height: 800px;
    object-fit: contain;
    object-position: left;
}


/* News Page */
  .news-articles-holder{
    margin: 0 76px 0 76px;
    display: table;
    padding-top: 24px;

  }

    .margin-auto{
      margin: 0 auto;
    }


  .news-articles-holder .column{
    display: inline-block;
    vertical-align: top;
    /* margin-right: 69px; */
    overflow: hidden;
    width: 192px;
  }

  .news-articles-holder .column:last-child{
    margin-right: 0px;
  }

  .news-articles-holder .column .article-preview{
    width: 192px;
    min-height: 300px;
    margin-bottom: 32px;
    font-family: Gotham-Book;
    transition: all 0.4s ease-out;
    transform: translateX(0%);
    cursor: pointer;
  }
  .news-articles-holder .column .article-preview.onload{
    transform: translateX(-100%);
  }

  .column .article-preview img{
    width: 100%;
    cursor: pointer;
    object-fit: cover;
    margin-bottom: 14px;
  }

  .column .article-preview span{
    text-transform: uppercase;
    display: block;
  }

  .column .article-preview .category-span{
    font-size: 8px;
    margin:15px 0 4px 0;
  }

  .column .article-preview h3{
    font-family: Domaine Display-Bold;
    font-size: 25px;
    line-height: 1.35em;
    margin-top: 8px;

  }

  .column .article-preview .date-span{
    font-size: 8px;
    margin-top: 10px;
  }

  .column .article-preview p{
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5em;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4em;
    max-height: 4.2em;
  }

  .column .article-preview .readmore-span{
    font-family: Gotham-Bold;
    font-size: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }

  .column .article-preview .readmore-span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .3s ease, background-color .3s ease;
}

.column .article-preview:hover .readmore-span:after {
    width: 100%;
    background: #4a4949;
}

  .column .article-preview hr{
    border: none;
    background-color: black;
    height: 1px;
    margin: 0;
  }

  .news-sticky-article-holder{
    max-width: 906px;
    margin: 34px auto 0px auto;
    border-bottom: #aca89f 1px solid;
    padding-bottom: 16px;
    cursor: pointer;
  }

  .news-sticky-article-holder .news-sticky-img{
    float: left;
    width: calc(50% - 23px);
    cursor: pointer;
  }

  .news-sticky-article-holder .news-sticky-text{
    float: right;
    width: calc(50% - 23px);
  }

  .news-sticky-article-holder span{
    text-transform: uppercase;
    display: block;
  }

  .news-sticky-article-holder .category-span{
    font-size: 8px;
    margin:4px 0 4px 0;
  }

  .news-sticky-article-holder h2{
    font-family: Domaine Display-Bold;
    font-size: 34px;
    line-height: 1.35em;
    margin-top: 6px;

  }

  .news-sticky-article-holder .date-span{
    font-size: 8px;
    margin-top: 10px;
  }

  .news-sticky-article-holder p{
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.4em;
  }

  .news-sticky-article-holder .readmore-span{
    font-family: Gotham-Bold;
    font-size: 8px;
    margin-top: 34px;
    margin-bottom: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
  }

  .news-sticky-article-holder .readmore-span:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -5px;
      height: 2px;
      width: 0;
      background: transparent;
      transition: width .3s ease, background-color .3s ease;
  }

  .news-sticky-article-holder:hover .readmore-span:after {
      width: 100%;
      background: #4a4949;
  }



  .news-sticky-article-holder hr{
    border: none;
    background-color: black;
    height: 1px;
    margin: 0;
  }

  /* news modal */
  .news-article-background{
    position: fixed;
    top: 0;
    left: 342px;
    width: calc(100% - 342px);
    height: 100%;
    z-index: 99;
    background-color: #e9e5d9;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease, width 0s ease, width 0s, left 0s;
    overflow: auto;
    padding-bottom: 30px;
    box-sizing: border-box;
  }

  .news-article-background.active{
    visibility: visible;
    opacity: 1;
  }

  .news-article-container.loading{
    overflow: hidden;
  }

  .news-article-container{
    z-index: 100;
    /* position: absolute;
    top: 0; */
    /* top: calc(50% - 12.5px);
    left: 50%;
    transform: translate(-50%, calc( -50% + 80px));*/
    /* max-height: calc(100vh - 60px );  */
    max-width: 768px;
    background-color: #e9e5d9;
    box-sizing: border-box;
    padding: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    margin:0 auto;
    position: relative;
    margin-top: 60px;

  }
  .news-article-container.active{
    visibility: visible;
    opacity: 1;
    /* transform: translate(-50%, -50%); */
  }
  .news-article-category{
    text-transform: uppercase;
    font-family: Gotham-Medium;
    font-size: 12px;
    position: relative;
    top: -6px;
  }
  .news-article-container hr{
    border: none;
    background-color: #4a4949;
    height: 1px;
  }
  .news-article-container h2{
    font-family: Domaine Display-Bold;
    font-size: 40px;
    max-width: 85%;
    margin-top: 8px;
    margin-bottom: 16px;

  }
  .news-article-date{
    text-transform: uppercase;
    font-size: 11px;
    font-family: Gotham-Medium;
    display: block;
  }
  .news-article-image{
    width: 100%;
    max-height: 380px;
    margin-top: 30px;
    object-fit: cover;
  }
  .news-article-container p{
    line-height: 1.5em;
    margin-top: 12px;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .news-article-bottom-span{
    height: 2px;
    width: 100%;
    margin-left: 0px;
  }


  .news-article-close-btn{
    position: absolute;
    right: 41px;
    top: 30px;
    padding: 10px;
    cursor: pointer;
  }

  .news-article-next-btn{
    text-transform: uppercase;
    font-family: Gotham-Bold;
    font-size: 12px;
    display: block;
    cursor: pointer;
    margin-top: 8px;
    float: right;
    padding-left:30px;
  }
  .mobile-backtonews-bottom{
    display: none;
  }

  .delay0-5{
    transition-delay: 0.5s;
  }

  .news-category-span{
    display: block;
    padding:8px 0;
    font-size: 0.75em;
    cursor: pointer;
  }
  .news-category-span.active{
    font-family: Gotham-Bold;
  }
  .news-categories-div{
    padding-bottom: 18px;
    margin-bottom: 18px;
    position: relative;
  }
  .news-categories-div:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #4a4949;
  }
  /* contact page  */

  .contact-divs-container{
    width: 50%;
    float: left;
  }

  .contact-div{
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-bottom: rgba(2, 2, 2, 0.30) 1px solid;

  }

  .inner-contact-div{
    margin: 0 auto 0 96px;
  }
  .contact-border-right{
    border-right: rgba(2, 2, 2, 0.30) 1px solid;
  }

  .contact-address-div{
    font-size: 14px;
    line-height: 1.5em;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
  }
  .contact-address-div::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 50%;
    height: 50vh;
    width: 1px;
    background-color: #aca89f;
  }

  .border-right-below:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 50%;
    height: 50vh;
    width: 1px;
    background-color: rgb(172, 168, 159);
  }

  .contact-divs-container .contact-address-div p{
    font-size: 14px;
    line-height: 1.5em;
    margin: 56px 96px;
  }

  .contact-divs-container h2{
    font-family: Domaine Display-Bold;
    font-size: 48px;
    margin-bottom: 0.555em;
    margin-top: 1.575em;
  }

  .contact-divs-container p{
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 3.66em;
  }

  .bold-text{
    font-family: Gotham-Bold;
  }
  .contact-border-bottom-none{
    border-bottom:none;
  }

  .contact-content-top{
    /* border-bottom: rgba(2, 2, 2, 0.30) 1px solid; */
  }

  .contact-form-div{
    width: 50%;
    float: right;
    height: 100%;
  }
  .contact-form-container{
    max-width: 640px;
    width: 80%;
    margin: 56px auto 0 auto;
    position: relative;
  }
  .contact-form-container:after{
    content:"*COMPULSARY FIELDS";
    display: block;
    position: absolute;
    bottom:20px;
    right: 0px;
    font-size: 10px;
    color: #837e73;
  }
  .contact-form-container h2 {
    font-family: Domaine Display-Bold;
    font-size: 48px;
    margin-bottom: 0.555em;
  }
  .contact-form-container input,
  .contact-form-container textarea{
    border: none;
    background-color: #dbd7cc;
    padding: 8px 10px;
    font-family: Gotham-Book;
    color: #4a4949;
    font-size: 12px;
  }
  .contact-form-container input.error{
    border: 1px #cc9696 solid;
  }

  #contact-form-fName{
    box-sizing: border-box;
    width: calc(50% - 5px);
    float: left;
    margin-right:10px;
  }
  #contact-form-lName{
    box-sizing: border-box;
    width: calc(50% - 5px);
    float: right;
  }
  #contact-form-email{
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
  }
  #contact-form-message{
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    resize: vertical;
    max-height: 376px;
    min-height: 154px;
  }

  #contact-form-sendBtn{
    background-color: #837e73;
    color: white;
    font-family: Gotham-Medium;
    font-size: 11px;
    margin-top: 6px;
    cursor: pointer;
    -webkit-appearance: none;
border-radius: 0;
  }
  #contact-form-status-span{
    font-size: 12px;
    padding-left: 8px;
  }
  .contact-form-container input:focus,
  .contact-form-container textarea:focus {
    outline: none !important;
    box-shadow: 0 0 3px rgba(74, 73, 73, 0.51);
  }
  .facebook-share{
    font-family: Gotham-Medium;
    text-transform: uppercase;
    font-size: 10px;
  }
  .facebook-share img{
    margin-top: 4px;
  }
  .news-article-close-btn-bottom{
    text-transform: uppercase;
    font-family: Gotham-Bold;
    font-size: 12px;
    display: block;
    cursor: pointer;
    margin-top: 8px;
    float: right;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    padding-right: 30px;
    border-right: #4a4949 1px solid;
  }


.terms-and-conditions-page-container{
    max-width: 768px;
    margin: 0 auto;
    z-index: 9999;
    background-color: #ded9cd;
    padding: 60px;
    box-sizing: border-box;
    line-height: 1.2em;
}

.terms-and-conditions-page-container h4{
  font-family: Gotham-Bold;
  margin: 16px 0 8px 0;
}
.terms-and-conditions-page-container h4:first-child{
  margin: 8px 0 8px 0;
  font-size: 1.25em;
}
.terms-and-conditions-page-container ul{
  margin: 10px 0;
}
.terms-and-conditions-page-container li{
  list-style: disc;
  margin: 10px 0 10px 4em;
}
.terms-and-conditions-page-container a{
  font-family: Gotham-Medium;
  text-decoration: underline;
}

/*##################### RESPONSIVE DESIGN START ######################*/


/* Responsive design 1080 -  */

@media only screen and (max-width: 1920px) {
  /* Main content */
  .main-content {
    width: calc(100% - 280px);
  }
  .hero-content {
    width: 702px;
  }
  .hero-content h1 {
    font-family: Domaine Display-Bold;
    font-size: 92px;
  }
  .hero-content p {
    font-size: 13px;
  }
  /* Main sidebar */
  .main-sidebar {
    width: 280px;
  }
  .news-article-background {
    left: 280px;
    width: calc(100% - 280px);
  }
  .logo-section {
    min-height: 324px
  }
  .logo-container {
    transform: translate(-50%, -50%) scale(0.4);
  }
  .logo-holder {
    height: 220px;
  }
  .logo-section h2 {
    font-size: 15px;
  }
  .logo-section h3 {
    margin-top: 8px;
    font-size: 8px;
  }
  .nav-section ul {
    padding: 34px 0;
    margin-left: 48px;
    width: 182px;
    font-size: 14px;
  }
  .nav-section li {
    padding: 8px 0;
  }
  .nav-section li:after {
    bottom: 11px;
  }
  .news-categories-div {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .social-icons-holder img {
    padding: 14px;
  }
  .titlelogobar {
    width: calc(100% - 280px);
  }



	/* About Page */

	.about-person-div {
	  height: 596px;
	}


	.apd-half-text {
	  max-width: 440px;
	}

	.apd-half-info h2 {
	  font-size: 32px;
	}

	.apd-half-info h3 {
	  font-size: 10px;
	}


	.apd-half-info p {
	  max-width: 340px;
	  font-size: 12px;
	}

	.apd-contact-email {
	  font-family: Gotham-bold;
	  font-size: 9px;
	  text-transform: uppercase;
	}

	.apd-half:nth-child(odd) {
	  border-left: #c5bcaf 1px solid;
	  box-sizing: border-box;
	}

	.float-left .apd-half {
	  float: left;
	}

	.float-left .apd-half:nth-child(odd) {
	  border-right: #c5bcaf 1px solid;
	  border-left: none;
	  box-sizing: border-box;
	}

  /* Services Page */

  .service-section-holder {
    height: 460px;
  }
  .service-section-block h3 {
    /* font-size: 27px; */
  }
  .service-section-block h4 {
    /* font-size: 12px; */
  }
  .service-section-block .bottom-span {
    /* font-size: 8px; */
  }
  .service-section-block .inner-text p {
    /* font-size: 12px; */
  }
  .slide3 .inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
  }
  .slide3 .inner-text-bottom span {
    padding-top: 6px;
  }
  .slide3 .inner-text-bottom {
    bottom: 32px;
  }
  .email-icon-before::before {
    width: 12px;
    height: 12px;
    top: 3px;
    margin-right: 8px;
  }

  /* contact page */
  .contact-address-div{
    font-size: 12px;

  }

  .contact-divs-container h2{
    font-size: 36px;
  }

  .contact-divs-container p{
    font-size: 18px;

  }
  .contact-form-container h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1400px) {
  /* Main content */
  .main-content {
    width: calc(100% - 240px);
  }
  .hero-content {
    width: 524px;
  }
  .hero-content h1 {
    font-family: Domaine Display-Bold;
    font-size: 68px;
  }
  .hero-content p {
    /* font-size: 12px; */
  }
  .hero-content img {
    bottom: -80px;
    width: 40px;
    margin-left: -20px;
  }
  /* Main sidebar */
  .main-sidebar {
    width: 240px;
  }
  .news-article-background {
    left: 240px;
    width: calc(100% - 240px);
  }
  .logo-section {
    min-height: 264px;
  }
  .logo-container {
    transform: translate(-50%, -50%) scale(0.35);
  }
  .logo-holder {
    height: 186px;
  }
  /*.logo-holder img{
    	width: 65%;
	}*/
  .logo-section h2 {
    font-size: 15px;
  }
  .logo-section h3 {
    margin-top: 8px;
    font-size: 8px;
  }
  .nav-section ul {
    padding: 34px 0;
    margin-left: 48px;
    width: 144px;
    font-size: 12px;
  }
  .nav-section li {
    padding: 2px 0;
  }
  .nav-section li:after {
    bottom: 7px;
  }
  .news-categories-div {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .social-icons-holder img {
    width: 16px;
    height: 16px;
    padding: 12px;
    font-family: Gotham-Bold;
  }
  .titlelogobar {
    width: calc(100% - 240px);
  }
  /* Title Div */
  .title-div h1 {
    font-size: 57px;
  }
  .title-div p {
    font-size: 14px;
  }
  .season-year-span{

    top: 52px;
    font-size: 11px;
  }

  /* Services Page */
  .service-section-holder {
    height: 380px;
  }
  .service-section-block h3 {
    font-size: 20px;
  }
  .service-section-block h4 {
    font-size: 10px;
  }
  .service-section-block .bottom-span {
    font-size: 8px;
  }
  .service-section-block .inner-text p {
    /* font-size: 12px; */
  }
  .slide3 .inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
  }
  .slide3 .inner-text-bottom span {
    padding-top: 6px;
  }
  .slide3 .inner-text-bottom {
    bottom: 32px;
  }
  .email-icon-before::before {
    width: 12px;
    height: 12px;
    top: 3px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-content{
    /* width: 450px; */
  }
  .hero-content h1 {
    font-family: Domaine Display-Bold;
    /* font-size: 56px; */
  }
  .hero-content p {
    /* font-size: 10px; */
  }
  .hero-content img {
    bottom: -72px;
    width: 40px;
    margin-left: -20px;
  }


	/* About Page */

	.about-person-div {
	  height: auto;
	}


	.apd-half {
	  width: 100%;
	}

	.apd-half-img {
	  border-bottom: none;

	}

	.apd-half-img img {
		height: 320px;
    position: relative;
		top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
		padding: 40px 0 40px 0;
	}
	.apd-half-text {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    max-width: none;
    display: table;
		width: 100%;
		padding: 28px 8% 40px 8%;
		text-align: left;
    box-sizing: border-box;
    border-top: rgba(2, 2, 2, 0.30) 1px solid;


}

.apd-half-info h2 {
    display: inline;
}

	.apd-half-info h3 {
	  font-size: 10px;
    display: inline;
    margin-left: 8px;
	}


	.apd-half-info p {
	  max-width: none;
	  font-size: 14px;
	}
	.apd-half-info hr {
    display: none;
    width: 56%;
    height: 2px;
    margin-left: 22%;
}

	.apd-contact-email {
	  font-size: 8px;
	}

	.apd-half:nth-child(odd) {
	  border-left: none;
	}

	.float-left .apd-half {
	  float: left;
	}

	.float-left .apd-half:nth-child(odd) {
	  border-right: none;
	  border-left: none;
	}

  /* Services Page */
  .service-section-holder {
    height: 380px;
  }
  .service-section-block h3 {
    font-size: 20px;
  }
  .service-section-block h4 {
    font-size: 10px;
  }
  .service-section-block .bottom-span {
    font-size: 8px;
  }
  .service-section-block .inner-text p {
    font-size: 12px;
  }
  .slide3 .inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
  }
  .slide3 .inner-text-bottom span {
    padding-top: 6px;
  }
  .slide3 .inner-text-bottom {
    bottom: 32px;
  }
  .email-icon-before::before {
    width: 12px;
    height: 12px;
    top: 3px;
    margin-right: 8px;
  }

  /* Gallery page */
  .gallery-image-div {
    padding: 46px 32px 12px 32px;
  }

  /* Contact page */

  .contact-divs-container {
    width: 100%;
  }
  .contact-form-div {
    width: 100%;
  }
  .contact-address-div::after {

    display: none;

  }
  .contact-divs-container .contact-address-div p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 56px 96px;
  }
  .contact-form-container {
    max-width: 640px;
    width: 80%;
    margin-bottom:72px;
    position: relative;
  }
  .contact-border-right{
    border-right: none;
  }
  .border-right-below:after{
    display: none;

  }

}

@media only screen and (max-width: 768px) {
  body{
    min-height: 500px;
  }
	.mobile-top-bar{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		z-index: 100;
		border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
		box-sizing: border-box;
		background-color: #e9e5d9;
	}

  footer{
    display: none;
  }


	.mobile-top-bar .hamburger-menu{
		font-size: 30px;
		line-height: 40px;
		width: 40px;
		height: 40px;
		float: left;
    cursor: pointer;
	}
  .mobile-menu-top{
    display: block;
  }
	.mobile-top-bar a img{
	margin: 0;
		float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 10px;
	}

	.main-container{
		padding-top:40px;
    overflow-y: hidden;
    height: 100%;
    min-height: 460px;
    position: inherit;
	}
  /* iOS momentum scroll cut off fix */
  .browser-iphone	.main-container{
    height: auto;
  }


	.main-content{
		width: 100%;
		height: calc(100%);;
		top: 0;
		overflow-x: hidden;
	}
	.titlelogobar{
		display: none;
	}
	.main-sidebar{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		box-sizing: border-box;
		/* padding-top: 40px; */
		transform: translateX(-100vw);
		border-right: none;
		transition: all 0.5s ease-in-out;
		z-index:  101;
	}
	.main-sidebar.open{
		transform: translateX(0);
	}
	.logo-section{
		display: none;
	}
	.social-icons-holder{
		display: none;
	}
	.nav-section{
		height: 100%;
		width:100%;
    background-color: #626161;
    color: #e9e5d9;

	}
  .nav-section li:hover:after, .nav-section li.current-menu-item:after {
    background: #e9e5d9;
}
	.nav-section ul {
    padding: 0 0 34px 0;
    margin-left: 32px;
    min-width: 170px;
    font-size: 36px;
    font-family: Domaine Display-Bold;
    text-transform: capitalize;
	}
  .nav-section li:hover, .current-menu-item {
    font-family: Domaine Display-Bold;
  }
.email-icon-before::before {
    width: 15px;
    height: 15px;

  }

  .mobile_home-link{
    display: block;
    margin-left: 32px;
    margin-top: 72px;
    width: 170px;
    font-size: 36px;
    font-family: Domaine Display-Bold;
  }

  .mobile-menu-top{
    height: 40px;
    width: 100%;
    border-bottom: rgba(233, 229, 217, 0.3) 1px solid;
  }

  .mobile-menu-bottom{
    display: block;
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #626161;
  }
    .mobile-menu-bottom img{
      margin-left: 30px;
    }

    .mobile-menu-top img{
      padding: 10px;
      margin-left: 22px;
      cursor: pointer;
    }
    .mobile-page-bottom{
      border-top: rgba(2, 2, 2, 0.30) 1px solid;
      display: block;
    }
    .frontpage .mobile-page-bottom{
      display: none;
    }
    .mobile-page-bottom img{
      margin: 12px 8%;
      height: 36px;
    }

  /* Title Div */
  .mobile-title-logo{
    width: 28px;
    margin: 10px 0 0 8%;
    display: block;
  }
  .title-div h1 {
    font-size: 26px;
    padding: 0;
    padding: 34px 8% 5px 8%;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .title-div p {
    font-size: 12px;
		text-align: left;
		padding: 0;
		padding: 18px 8% 24px 8%;
		width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  /* front page */
  .hero-content p{
    font-size: 11px;
  }

	/* About page */
	.apd-half-info h3 {
	  font-size: 8px;
	  padding-top: 1.09em;
	  font-family: Gotham-Bold;
	  text-transform: uppercase;
		margin-bottom: 1.727em
	}


	.apd-half-info p {
	  line-height: 1.5em;
	  max-width: none;
	  font-size: 12px;
		margin-top: 1.307em;
		margin-bottom: 1.307em;
	}
  .apd-contact-email {
    font-size: 9px;
}

  .about-person-div:last-child {
    background-color: blue;
  }
    /* services page */
    .service-section-holder {
      height: auto;
      border-bottom: none;
    }
    .service-section-block {
      width: 100%;
      height: auto;
    }
    .service-section-block.service-block-image{
      min-height: 60vw;
    }
    .no-bottom-border{
      border-bottom: none;
    }
    .no-top-border{
      border-top: none;
    }
    .slide3 .inner-text {
      position: relative;
      top: 0%;
      left: 0%;
      transform: translate(0%, 0%);
      /* padding: 28px 8% 40px 8%; */
      max-width: none;
    }
    .inner-text hr{
      display: none;
    }
    .service-section-block h4 {
      font-family: Gotham-Bold;
      font-size: 14px;
      padding-bottom: 1.37em;
      text-transform: none;
    }
    .slide3 .inner-text h3 {
      padding: 18px 8% 18px 8%;
      border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
    }
    .slide3 .inner-text h4 {
      padding-bottom: 0px;
      padding: 20px 8% 2px 8%;
    }
    .service-section-block .inner-text p {
      padding: 0 8% 0 8%;
    }
    .slide3 .inner-text-bottom {
      padding:8px 8% 36px 8%;
      display: block;
    }
    .service-section-block .bottom-span {
      font-size: 10px;
    }

  /* Gallery page */
  .gallery-image-div {
    padding: 46px 20px 12px 20px;
  }
  /* News */

  .news-articles-holder{
    margin: 0;
    padding:0;
    box-sizing: border-box;
  }
  .article-preview{
    padding: 24px 8%;
    border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
    position: relative;
    cursor: pointer;
  }
  .article-preview img{
    height: 120px;
    width: 120px;
    object-fit: cover;
    float: left;

  }
  .article-preview .mobile-article-text{
    width: calc(100% - 144px);
    float: right;
  }
  .article-preview .mobile-article-text h3{
    font-family: Gotham-Bold;
    line-height: 1.3em;
  }
  .article-preview .mobile-article-text span{
    font-size: 10px;
  }
  .article-preview .mobile-article-text p{
    font-size: 14px;
    line-height: 1.4em;
    height: 4.2em;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news-article-container{
    height: calc(100vh);
    position: absolute;
    top: 0;
    left:0;
    transform: translate(0%,0%);
    padding: 0;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction: column;
    max-height: none;

  }
  .news-article-image{
    order: 1;
    -webkit-order: 1;
    margin-top: 44px;
  }
  h2.news-article-title{
    order: 2;
    -webkit-order: 2;
    padding: 32px 8% 12px 8%;
    font-size: 24px;
    margin: 0;
  }
  .news-article-date{
    order: 3;
    -webkit-order: 3;
    padding: 0 8%;
    font-size: 9px;
  }
  .news-article-container p.news-article-paragraph{
    order: 4;
    -webkit-order: 4;
    padding: 5px 8% 12px 8%;
    margin: 0;
  }
  .news-article-container p {
    margin-bottom: 18px;
}
  .news-article-close-btn{
    left: 3px;
    top: 5px;
  }
  .news-article-close-btn-bottom{
    left: 0;
    top: 0;
    order: 5;
    -webkit-order:5;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8%;
    border-top: rgba(2, 2, 2, 0.30) 1px solid;;
    border-right: none;
    text-align: right;
  }
  .news-categories-div{
    display: none;
  }
  .season-year-span {
    left: 30px;
    top: 18px;
  }
  .facebook-share{
    display: none;
  }
  .news-article-next-btn{
    display: none;
  }
  .news-article-category{
    display: none;
  }
  .news-article-top-span{
    display: none;
  }
  .news-article-bottom-span{
    display: none;
  }
  .news-article-container.active{

    transform: translate(0%,0%);
  }
  .news-article-background {
    /* display: none; */
    left:0;
    width: 100%;
  }
  .news-article-container {
    margin-top: 42px;
  }
  .mobile-backtonews-bottom{
    display: block;
    order: 5;
    -webkit-order: 5;
    padding: 20px 8%;
    border-top: rgba(2, 2, 2, 0.30) 1px solid;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Gotham-Medium;
  }

  /* Contact page */
  .contact-div {
    width: 100%;
    float: none;
    box-sizing: border-box;
    border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
  }
  .contact-border-right{
    border-right: none;
  }
  .contact-divs-container h2 {
      font-size: 28px;
      margin-top: 1em;
  }
  .contact-divs-container .contact-div p {
    font-size: 16px;
    font-family: Gotham-Bold;
    line-height: 1.7em;
    margin-bottom: 2.1em;
  }
  .inner-contact-div {
    margin: 0;
    padding: 0 8%;
  }
  .contact-address-div {
    margin: 0;
    padding: 24px 8%;
  }
  .contact-address-div p{
    max-width: 132px;
  }
  .contact-divs-container .contact-address-div p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0px;
  }
  #contact-form-fName{
    width: 100%;
  }
  #contact-form-lName{
    width: 100%;
    margin-top: 10px;
  }

}
@media only screen and (max-width: 560px) {
  /* .main-container{
    height: 100vh;
  } */
  /* Front page */
  .frontpage.main-content{
    overflow: auto;
    overflow-x: hidden;
  }

  .frontpage .mobile-page-bottom{
    display: block;
  }

  .frontpage-mobile-logo-holder{
    display: block;
    height: 320px;
    position: relative;
  }

  .top-left-flowers-container{
    display: none;
  }
  .bottom-right-flowers-container{
    display: none;
  }
  .hero-content{
    top:0;
    transform: translateY(0);
    width: 100%;
    box-sizing: border-box;
    padding:25px 8%;
    border-top: rgba(74, 73, 73,0.5) solid 1px;
    /* border-bottom: rgba(74, 73, 73,0.5)solid 1px; */
  }
  .title-div p{
    /* font-size: 11px; */
  }
  .position-abs-bot-0{
    /* position: absolute;
    bottom: 1px; */
    width: 100vw;
  }

  .hero-content h1{
    font-size: 30px;
    text-align: left;
  }
  .hero-content p{
    margin-top: 23px;
    font-size: 11px;
    transition-delay: 2.4s;
    text-align: left;
    width: auto;

  }

  .hero-content img{
    display: none;
  }
  .frontpage-mobile-logo-holder .logo-container{
    transform: translate(-50%, -50%) scale(0.6);
  }

  /* services page */
  .service-section-holder {
    height: auto;
    border-bottom: none;
  }
  .service-section-block {
    width: 100%;
    height: auto;
  }
  .service-section-block.service-block-image{
    min-height: 60vw;
  }
  .no-bottom-border{
    border-bottom: none;
  }
  .slide3 .inner-text {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    /* padding: 28px 8% 40px 8%; */
    max-width: none;
  }
  .inner-text hr{
    display: none;
  }
  .service-section-block h4 {
    font-family: Gotham-Bold;
    font-size: 14px;
    padding-bottom: 1.37em;
    text-transform: none;
  }
  .slide3 .inner-text h3 {
    padding: 18px 8% 18px 8%;
    border-bottom: rgba(2, 2, 2, 0.30) 1px solid;
  }
  .slide3 .inner-text h4 {
    padding-bottom: 0px;
    padding: 20px 8% 2px 8%;
  }
  .service-section-block .inner-text p {
    padding: 0 8% 0 8%;
  }
  .slide3 .inner-text-bottom {
    padding:8px 8% 36px 8%;
    display: block;
  }
  .service-section-block .bottom-span {
    font-size: 10px;
  }

  /* Gallery page */
  .gallery-image-div {
    padding: 36px 0px 12px 0px;
  }
  .gallery-image-div:first-child {
    padding-top: 0px;
  }
  .gallery-image-div img {
   width: 100%;
   min-height: 60vw;
   object-fit: cover;
  }
  .title-div p.padding-bottom-0{
    padding-bottom: 0;
  }
  .gallery-image-div h2 {
   padding: 16px 8% 5px 8%;
  }
  .gallery-image-div h2:after {
    display: none;
  }
  .gallery-image-div p {
  padding: 0 8%;
  }
}
.icon{
  display: block;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.47, 0.43, 0.42, 0.99), opacity 0.2s ease-out;
}

.icon-au1 {
  background-image: url(logosprites.png);
  background-position: -297px -615px;
  width: 264px;
  height: 218px;
}
.icon-au2 {
  background-image: url(logosprites.png);
  background-position: -781px 0px;
  width: 296px;
  height: 306px;
}
.icon-au3 {
  background-image: url(logosprites.png);
  background-position: -781px -306px;
  width: 225px;
  height: 266px;
}
.icon-au4 {
  background-image: url(logosprites.png);
  background-position: -1285px -429px;
  width: 157px;
  height: 171px;
}
.icon-au5 {
  background-image: url(logosprites.png);
  background-position: 0px -1101px;
  width: 201px;
  height: 232px;
}
.icon-au6 {
  background-image: url(logosprites.png);
  background-position: -1285px -939px;
  width: 143px;
  height: 161px;
}
.icon-sp1 {
  background-image: url(logosprites.png);
  background-position: 0px 0px;
  width: 439px;
  height: 323px;
}
.icon-sp2 {
  background-image: url(logosprites.png);
  background-position: 0px -323px;
  width: 324px;
  height: 292px;
}
.icon-sp3 {
  background-image: url(logosprites.png);
  background-position: -217px -844px;
  width: 234px;
  height: 229px;
}
.icon-sp4 {
  background-image: url(logosprites.png);
  background-position: -561px -615px;
  width: 145px;
  height: 150px;
}
.icon-sp5 {
  background-image: url(logosprites.png);
  background-position: -451px -844px;
  width: 117px;
  height: 114px;
}
.icon-sp6 {
  background-image: url(logosprites.png);
  background-position: 0px -844px;
  width: 217px;
  height: 257px;
}
.icon-sp7 {
  background-image: url(logosprites.png);
  background-position: -1285px -600px;
  width: 166px;
  height: 152px;
}
.icon-sm1 {
  background-image: url(logosprites.png);
  background-position: -1285px 0px;
  width: 194px;
  height: 252px;
}
.icon-sm2 {
  background-image: url(logosprites.png);
  background-position: -1077px -281px;
  width: 192px;
  height: 281px;
}
.icon-sm3 {
  background-image: url(logosprites.png);
  background-position: -439px 0px;
  width: 342px;
  height: 299px;
}
.icon-sm4 {
  background-image: url(logosprites.png);
  background-position: -1285px -752px;
  width: 131px;
  height: 187px;
}
.icon-sm5 {
  background-image: url(logosprites.png);
  background-position: -1285px -252px;
  width: 169px;
  height: 177px;
}
.icon-sm6 {
  background-image: url(logosprites.png);
  background-position: -669px -425px;
  width: 101px;
  height: 100px;
}
.icon-sm7 {
  background-image: url(logosprites.png);
  background-position: -706px -615px;
  width: 146px;
  height: 144px;
}
.icon-sm8 {
  background-image: url(logosprites.png);
  background-position: -669px -323px;
  width: 104px;
  height: 102px;
}
.icon-wn1 {
  background-image: url(logosprites.png);
  background-position: -324px -323px;
  width: 345px;
  height: 256px;
}
.icon-wn2 {
  background-image: url(logosprites.png);
  background-position: 0px -615px;
  width: 297px;
  height: 229px;
}
.icon-wn3 {
  background-image: url(logosprites.png);
  background-position: -1077px -562px;
  width: 195px;
  height: 263px;
}
.icon-wn4 {
  background-image: url(logosprites.png);
  background-position: -1077px 0px;
  width: 208px;
  height: 281px;
}
.icon-wn5 {
  background-image: url(logosprites.png);
  background-position: -568px -844px;
  width: 77px;
  height: 93px;
}
.icon-wn6 {
  background-image: url(logosprites.png);
  background-position: -852px -615px;
  width: 123px;
  height: 124px;
}
.icon-wn7 {
  background-image: url(logosprites.png);
  background-position: -975px -615px;
  width: 96px;
  height: 96px;
}
