/*
Theme Name: 11 Hamilton Place
Author: Cskills
Version: 1
*/
#page-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.screen1 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 6;
  top: 0px;
  left: 0px;
}

.outerBox {
  position: fixed;
  display: block;
  opacity: 0;
  z-index: 1;
  width: calc(100% - 140px);
  height: calc(100% - 140px);
  top: 70px;
  left: 70px;
  background: linear-gradient(to right, #FFE4A0 0%, #FFE4A0 100%), linear-gradient(to top, #FFE4A0 50%, transparent 50%), linear-gradient(to top, #FFE4A0 50%, transparent 50%), linear-gradient(to right, #FFE4A0 0%, #FFE4A0 100%), linear-gradient(to left, #FFE4A0 0%, #FFE4A0 100%);
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  /* transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out; */
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.2s, 0.4s;
  -webkit-animation: appearbox 5s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: appearbox 5s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: appearbox 5s ease-in-out forwards;
  /* Opera 12+ */
  animation: appearbox 5s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 3s;
}

@-webkit-keyframes appearbox {
  0% {
    opacity: 0;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  }

  20%,
  70% {
    opacity: 1;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  }

  100% {
    opacity: 1;
    background-position: 50% 100%, 0% 100%, 100% 100%, calc(100% + 6.3vw) 0%, -6.3vw 0%
  }
}

@keyframes appearbox {
  0% {
    opacity: 0;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  }

  20%,
  70% {
    opacity: 1;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  }

  100% {
    opacity: 1;
    background-position: 50% 100%, 0% 100%, 100% 100%, calc(100% + 6.3vw) 0%, -6.3vw 0%
  }
}



.contenWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 140px);
  height: calc(100% - 140px);
  top: 70px;
  left: 70px;
}

.linebox {
  position: absolute;
  display: block;
  width: 256px;
  height: 256px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.linebox span {
  width: 10px;
  background-color: #FFE4A0;
  height: 60vh;
  display: inline-block;
  position: absolute;
}

.linebox span:nth-child(1) {
  top: 70vh;
  left: 57px;
}

.linebox span:nth-child(2) {
  bottom: 70vh;
  left: 118px;
  -webkit-animation: line2 2s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: line2 2s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: line2 2s ease-in-out forwards;
  /* Opera 12+ */
  animation: line2 2s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 0.5s;
}

.linebox span:nth-child(3) {
  top: 70vh;
  left: 151px;
}

.linebox span:nth-child(1),
.linebox span:nth-child(3) {
  -webkit-animation: line13 2s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: line13 2s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: line13 2s ease-in-out forwards;
  /* Opera 12+ */
  animation: line13 2s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 0.5s;
}

@-webkit-keyframes line2 {
  0% {
    bottom: 70vh;
    height: 60vh;
    opacity: 1;
  }

  50% {
    bottom: 63px;
    height: 60vh;
    opacity: 1;
  }

  95% {
    bottom: 63px;
    height: 13.5vh;
    opacity: 1;
  }

  100% {
    bottom: 63px;
    height: 13.5vh;
    opacity: 0;
  }
}

@keyframes line2 {
  0% {
    bottom: 70vh;
    height: 60vh;
    opacity: 1;
  }

  50% {
    bottom: 63px;
    height: 60vh;
    opacity: 1;
  }

  95% {
    bottom: 63px;
    height: 13.5vh;
    opacity: 1;
  }

  100% {
    bottom: 63px;
    height: 13.5vh;
    opacity: 0;
  }
}

@-webkit-keyframes line13 {
  0% {
    top: 70vh;
    height: 60vh;
    opacity: 1;
  }

  50% {
    top: 63px;
    height: 60vh;
    opacity: 1;
  }

  95% {
    top: 63px;
    height: 13.5vh;
    opacity: 1;
  }

  100% {
    top: 63px;
    height: 13.5vh;
    opacity: 0;
  }
}

@keyframes line13 {
  0% {
    top: 70vh;
    height: 60vh;
    opacity: 1;
  }

  50% {
    top: 63px;
    height: 60vh;
    opacity: 1;
  }

  95% {
    top: 63px;
    height: 13.5vh;
    opacity: 1;
  }

  100% {
    top: 63px;
    height: 13.5vh;
    opacity: 0;
  }
}


#hp-logo {
  opacity: 0;
  -webkit-animation: appearelogo 1s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: appearelogo 1s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: appearelogo 1s ease-in-out forwards;
  /* Opera 12+ */
  animation: appearelogo 1s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 1.92s;
}

@-webkit-keyframes appearelogo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appearelogo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.drawcircle {
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-dasharray: 785px;
  stroke-dashoffset: 785px;
  -webkit-animation: drawcircle 1s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: drawcircle 1s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: drawcircle 1s ease-in-out forwards;
  /* Opera 12+ */
  animation: drawcircle 1s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 2.5s;
}

@-webkit-keyframes drawcircle {
  0% {
    stroke-dasharray: 785px;
    stroke-dashoffset: 785px;
  }

  100% {
    stroke-dasharray: 785px;
    stroke-dashoffset: 0px;
  }
}

@keyframes drawcircle {
  0% {
    stroke-dasharray: 787px;
    stroke-dashoffset: 787px;
  }

  100% {
    stroke-dasharray: 787px;
    stroke-dashoffset: 0px;
  }
}

/* ========================slick slider css start here============= */
.OverlayContent {
  position: fixed;
  z-index: 2;
  left: 0px;
  top: 0px;
  padding: 70px;
  width: 100%;
  height: 100%;
  opacity: 0;

  -webkit-animation: AppearElement 1s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: AppearElement 1s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: AppearElement 1s ease-in-out forwards;
  /* Opera 12+ */
  animation: AppearElement 1s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 5s;
}

@-webkit-keyframes AppearElement {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes AppearElement {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bgImage {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-animation: AppearElement 1s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: AppearElement 1s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: AppearElement 1s ease-in-out forwards;
  /* Opera 12+ */
  animation: AppearElement 1s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 4s;
}

.logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 256px;
  height: 256px;
  margin-top: -128px;
  margin-left: -128px;
  transition: all 3s ease-out;
  transform-origin: top center;
  /* transform: translate(-50%, -50%) scale(1);; */
  -webkit-animation: movelogo 3s ease-out forwards;
  /* Safari 4+ */
  -moz-animation: movelogo 3s ease-out forwards;
  /* Fx 5+ */
  -o-animation: movelogo 3s ease-out forwards;
  /* Opera 12+ */
  animation: movelogo 3s ease-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 5s;
  border-radius: 100%;
}

@-webkit-keyframes movelogo {
  0% {
    width: 256px;
    height: 256px;
    margin-top: -128px;
    margin-left: -128px;
    top: 50%;
  }

  20%,
  80% {
    width: 130px;
    height: 130px;
    margin-top: -100px;
    margin-left: -65px;
    top: 50%;
  }

  100% {
    width: 65px;
    height: 65px;
    margin-top: -32px;
    top: 100%;
    margin-left: -32.5px;
  }
}

@keyframes movelogo {
  0% {
    width: 256px;
    height: 256px;
    margin-top: -128px;
    margin-left: -128px;
    top: 50%;
  }

  20%,
  80% {
    width: 130px;
    height: 130px;
    margin-top: -100px;
    margin-left: -65px;
    top: 50%;
  }

  100% {
    width: 65px;
    height: 65px;
    margin-top: -32px;
    top: 100%;
    margin-left: -32.5px;
  }
}

.footerLogo {
  display: none;
  position: fixed;
  background-color: #303B33;
  width: 65px;
  height: 65px;
  margin-top: -102px;
  top: 100%;
  margin-left: -32.5px;
  z-index: 8;
  left: 50%;
  border-radius: 100%;
}

.footerLogo.active {

  display: inline-block;
}

.screenContact.active~.footerLogo {
  display: inline-block !important;
}

.mainTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  max-width: 75%;
  transform: translate(-50%, 60%);
  -webkit-animation: mainTitle 4s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: mainTitle 4s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: mainTitle 4s ease-in-out forwards;
  /* Opera 12+ */
  animation: mainTitle 4s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 4.5s;
}

@-webkit-keyframes mainTitle {
  0% {
    opacity: 0;
  }

  35%,
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mainTitle {
  0% {
    opacity: 0;
  }

  35%,
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.MainMenuBar {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 7;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: MainMenuBar 1s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: MainMenuBar 1s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: MainMenuBar 1s ease-in-out forwards;
  /* Opera 12+ */
  animation: MainMenuBar 1s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 5s;
}

@-webkit-keyframes MainMenuBar {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes MainMenuBar {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

.mainMenu {
  padding: 0px;
  margin: 0px;
  display: flex;
  list-style: none;
  justify-content: center;
}

.mainMenu li {
  margin: 15px 10px;
}

.mainMenu li a {
  color: #FFEDDB;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-family: 'gilroysemibold';
  text-decoration: none;
}

.mainMenu li a:hover {
  color: #FFE4A0;
}

.IntroText {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  -webkit-animation: AppearElement 1s ease-in-out forwards;
  /* Safari 4+ */
  -moz-animation: AppearElement 1s ease-in-out forwards;
  /* Fx 5+ */
  -o-animation: AppearElement 1s ease-in-out forwards;
  /* Opera 12+ */
  animation: AppearElement 1s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 8s;
}

.IntroText h1 {
  font-size:88px;
  line-height:88px;
  letter-spacing: -3.78px;
  margin-bottom: 50px;
}

.IntroText h4 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 1.032px;
  font-family: 'gilroysemibold';
  margin: 0px;
  padding: 0px;
}

.screenLocation,
.screenGallery,
.screenContact {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all 1s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all 1s cubic-bezier(.16, .84, .44, 1);
  transition: all 1s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  /* top: 50px;
 left: 50px; */
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 7;
  overflow: hidden !important;
}

.screenLocation.active,
.screenGallery.active,
.screenContact.active {
  opacity: 1;
  visibility: visible;
}

.close,
.closelegacy {
  position: absolute;
  z-index: 5;
  display: block;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: url('images/close.svg');
  background-color: rgb(255 228 160 / 0%) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  cursor: pointer;
  -webkit-transition: all .6s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .6s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .6s cubic-bezier(.16, .84, .44, 1);
  transition: all .6s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.close:hover,
.closelegacy:hover {
  background-color: rgb(255 228 160 / 100%) !important;
}

.gallerySlider,
.mapWrapper,
.contactWrapper,
.legacyContent {
  position: absolute;
  background-color: #303B33;
  /* width: calc(100vw - 144px) !important;
    height:calc(100vh - 144px) !important; */
  left: 0px;
  width: calc(100% - 2px) !important;
  height: calc(100% - 2px) !important;
}

.legacyContent {
  width: calc(100% - 4px) !important;
  height: calc(100% - 4px) !important;
}

.galleryBlock {
  height: 100%;
}

.galleryBlock img {
  width: 100%;
  height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  width: 100%;
  height: 100%;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  /* display: none; */
  float: left;
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 1px;
  left: 0 !important;
  position: absolute !important;
}

.slick-slide>div {
  height: 100%;
  width: 100%;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}


.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  cursor: default;
  opacity: 0.3;
}

.slick-arrow {
  display: none;
  width: 30px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  border: 0px;
  position: absolute;
  font-size: 0px;
  z-index: 5;
  box-shadow: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-transition: all .6s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .6s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .6s cubic-bezier(.16, .84, .44, 1);
  transition: all .6s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.slick-arrow:hover {
  background-color: rgb(255 228 160 / 100%) !important;
}

.slick-prev.slick-arrow {
  left: 20px;
  background: url('images/arrow-previous.svg');
  background-color: rgb(255 228 160 / 0%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-next.slick-arrow {
  right: 20px;
  background: url('images/arrow-next.svg');
  background-color: rgb(255 228 160 / 0%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}



.slick-dots {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  list-style: none;
  padding: 0px 0px;
}

.slick-dots li {
  /* padding: 5px; */
  border-radius: 100%;
  width: 20px;
  height: 20px;
  min-height: 20px;
padding: 0px;
  font-size: 0px;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;

}

.slick-dots li button {
  width: 10px;
  height: 10px;
  min-width: auto;
  background: transparent;
  border: 1px solid #303B33;
  font-size: 0px;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  padding: 0px;
}

.slick-dots li.slick-active {

  cursor: default;
}

.slick-dots li.slick-active button {
  cursor: default;
  background-color: #303B33;

}


/* ========================slick slider css end here============= */

.screenLocation img{
  max-width: 100%;
  height: auto;
}


.zoomingIcon {
  position: absolute;
  left: 20px;
  top: 20px;
  text-align: center;
  z-index: 9;
}

.is-mobile .zoomingIcon {
  display: none !important
}

.zoomingIcon a {
  display: block;
  border: 1px solid #303B33;
  padding: 5px;
  margin: 5px 0px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.zoomingIcon svg {
  width: 25px;
  height: 25px;
}

.contactWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.contactWrapper>div,
.legacyContent>div {
  overflow: auto;
  width: 100%;
  max-height: 100%;

}

.contactWrapper strong,
.contactWrapper a {
  margin-bottom: 5px;
  display: inline-block;
}

.contactWrapper h1 {
  font-size: 58px ;
  line-height:66px;
  letter-spacing: -2.49;
  margin-bottom: 40px;
}

.screenContact .close,
.legacyContent .closelegacy {
  background: url('images/close-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.screenContact .close:hover,
.legacyContent .closelegacy:hover {
  background: url('images/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.downloadlink {
  border: 1px solid #FFEDDB;
  font-family: 'gilroysemibold';
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.downloadlink:hover {
  border: 1px solid #FFE4A0;
  background-color: #FFE4A0;
  color: #303B33
}

.footerMenuBar {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.footerMenuBar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.footerMenuBar ul li {
  padding: 0px;
  margin: 0px;
}

.footerMenuBar ul li a {
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: 'gilroysemibold';
}

.legacyContent {
  visibility: hidden;
  opacity: 0;
  padding: 50px 0px 50px 50px;
  z-index: 8;
  left: 2px;
  top: 2px;
}
.contentBlock
{
  padding-right: 20px;
}

.legacyContent.active {
  opacity: 1;
  visibility: visible;
}
.cky-btn{
  padding: 3px !important
}
.cky-notice .cky-title,
.cky-prefrence-btn-wrapper+div {
  display: none !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn
{
  text-decoration: underline!important;
  font-family: 'gilroybold'!important;
  color: #303B33 !important;
}
.cky-consent-container
{
  max-width: 350px;
}
.cky-modal
{
  max-width: 85% !important;
}

.cky-notice-des P:last-child,
.cky-preference-content-wrapper p:last-child,
.cky-cookie-des-table li div:last-child p:last-child,
.cky-gpc-wrapper .cky-gpc-desc p:last-child {
  padding: 0px !important
}


a.cky-banner-element
{
  cursor: pointer;
  font-family: 'gilroybold';
  color: #303B33;
background-color: #FFEDDB;
padding: 10px;
display: inline-block;
}

a.cky-banner-element:hover
{
  background-color: #FFE4A0 ;

}

.cky-notice-des a{
  color: #303B33 !important;
  text-decoration: underline;
}
