@import "lightslider.css";
img,
html,
body,
header,
footer,
div {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::selection {
  background: #6c8336;
  color: #fff;
}
::-moz-selection {
  background: #6c8336;
  color: #fff;
}
a:active,
a:focus {
  outline: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.six {
  height: 6px;
}
.ten {
  height: 10px;
}
.twenty {
  height: 20px;
}
.fifty {
  height: 50px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.col {
  height: auto;
  min-height: 50px;
  float: left;
  box-sizing: border-box;
  width: 49%;
  padding: 20px;
}
.col.rtline {
  border-right: 1px solid #f1f1f1;
}
.wid-1-2 {
  width: 50%;
}
.wid-1-4 {
  width: 25%;
}
.wid-3-4 {
  width: 75%;
}
.wid-2-3 {
  width: 66%;
}
.wid-1-3 {
  width: 33%;
}
.pdd {
  padding: 55px 70px 55px 70px;
  box-sizing: border-box;
}
.pdd.over_txt {
  padding-top: 20px;
}
.pdd_02 {
  padding: 55px 50px 55px 50px;
  box-sizing: border-box;
}
.trans2 {
  transition: all 0.2s ease;
}
html {
  height: 100%;
  width: 100%;
}
body {
  background: #fff;
  height: auto;
  min-height: 100%;
  width: 100%;
  font-family: 'Gotham Book';
  color: #4c4c4c;
}
.loader {
  background: url("/gfx/loader.gif") no-repeat center center;
}
hr {
  color: none;
  background-color: none;
  border: 1px solid #d5e0e3;
  border-style: none none solid;
}
.fancybox-lock,
.fancybox-overlay {
  overflow: visible !important;
}
#loading:before,
.loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 998;
  top: 0;
  left: 0;
}
#loading:after,
.loading:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: #6c8336;
  animation: spinner 0.9s linear infinite;
  z-index: 999;
}
#loading:before,
.loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 998;
  top: 0;
  left: 0;
}
#loading:after,
.loading:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: #6c8336;
  animation: spinner 0.9s linear infinite;
  z-index: 999;
}
.error {
  color: red;
}
.ok {
  color: #4f8032;
}
.frame_error,
.frame_ok,
.frame_attention {
  background: rgba(255, 0, 0, 0.1);
  padding: 10px;
  color: red;
  margin: 10px 0 10px 0;
  text-align: center;
}
.frame_ok {
  background: rgba(83, 240, 9, 0.2);
  background-position: 13px center;
  color: green;
}
::-webkit-input-placeholder {
  color: #c0c0c0;
  text-transform: uppercase;
}
:-moz-placeholder {
  color: #c0c0c0;
  text-transform: uppercase;
}
::-moz-placeholder {
  color: #c0c0c0;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #c0c0c0;
  text-transform: uppercase;
}
.invis {
  display: none;
}
.it {
  font-style: italic;
}
.looo {
  height: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  box-sizing: border-box;
}
.ctr {
  text-align: center;
}
.tr {
  text-align: right;
}
.icons {
  background: url('/gfx/sprite.png') no-repeat;
  background-size: 160px 40px;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
/* inputs */
input,
select,
textarea {
  border: 1px solid #d2d2d2;
  padding: 6px;
  color: #4c4c4c;
  margin: 0;
  background: #fff;
}
input[type=checkbox] {
  float: left;
  border: 0;
  background: none;
  margin: 3px 0 0 0;
}
input[type=radio] {
  float: left;
  border: 0;
  background: none;
}
input.in_short {
  display: inline-block;
  margin: 0;
  width: 70px;
}
input.in_long {
  display: inline-block;
  width: 300px;
  margin: 0;
}
input.inline {
  display: inline-block;
  margin: 2px 2px 2px 0;
}
input[type=submit],
input[type=button] {
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  color: #fff;
  background: #6c8336;
  text-transform: uppercase;
  border: 0;
}
input[type=submit]:hover,
input[type=button]:hover {
  text-decoration: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  color: #fff;
  border: 0;
}
textarea {
  display: block;
  margin: 10px auto 10px 0;
  width: 80%;
  min-height: 100px;
  resize: none;
}
input .error,
textarea .error {
  border: 1px solid red;
}
label.error {
  color: red;
  font-size: 9pt;
  display: block;
  margin-bottom: 3px;
}
@media all and (max-width: 960px) {
  body {
    margin-top: 125px;
  }
}
@media all and (max-width: 600px) {
  body {
    margin-top: 85px;
  }
}
.header__top {
  height: 165px;
  position: relative;
  background: #fff;
  max-width: 100%;
}
.header__top .looo {
  height: 100%;
}
@media all and (max-width: 1200px) {
  .header__top {
    padding: 0 20px;
  }
}
@media all and (max-width: 960px) {
  .header__top {
    position: fixed;
    top: 0;
    left: 0;
    height: 125px;
    z-index: 800;
  }
}
@media all and (max-width: 600px) {
  .header__top {
    height: 85px;
  }
}
.header__menu {
  height: 72px;
  background: #e0e0e0;
  position: sticky;
  top: 0;
  transition: all 200ms linear;
  z-index: 1000;
}
@media all and (max-width: 960px) {
  .header__menu {
    position: fixed;
    left: -100%;
    width: 100%;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .header__menu:after {
    content: '×';
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header__menu.show {
    left: 0;
  }
}
.header__gfx {
  width: 83px;
  height: 83px;
  position: absolute;
  right: 10px;
  bottom: -4px;
}
.header__gfx svg {
  fill: #e0e0e0;
}
@media all and (max-width: 960px) {
  .header__gfx {
    right: 30%;
  }
}
@media all and (max-width: 500px) {
  .header__gfx {
    display: none;
  }
}
.menu__top {
  position: absolute;
  top: 20px;
  right: 0;
  text-transform: uppercase;
}
@media all and (max-width: 960px) {
  .menu__top {
    display: none;
  }
}
.menu__top a {
  display: inline-block;
  padding: 5px 0;
  margin: 0 10px;
  color: #4c4c4c;
  position: relative;
}
.menu__top a:hover,
.menu__top a.selected {
  color: #6c8336;
  text-decoration: none;
}
.menu__top a:hover:after,
.menu__top a.selected:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #6c8336;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 72px;
  background: #e0e0e0;
}
@media all and (max-width: 960px) {
  .menu__main {
    display: block;
    max-width: 100%;
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: scroll;
  }
}
.menu__main a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6f6f6f;
  font-family: 'Fiesta';
  font-size: 18px;
  padding: 0 10px;
  max-width: 13%;
  text-align: center;
  box-sizing: border-box;
}
.menu__main a.selected {
  background: #dbdbdb;
  color: #6c8336;
}
.menu__main a:hover {
  background: #dbdbdb;
  text-decoration: none;
}
.menu__main a.mobile {
  display: none;
}
@media all and (max-width: 960px) {
  .menu__main a {
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
  }
  .menu__main a.mobile {
    display: block;
    background: #fff;
  }
}
@media all and (max-width: 600px) {
  .menu__main a {
    font-size: 16px;
  }
}
.menu-trigger {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 50%;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.menu-trigger span {
  width: 100%;
  height: 4px;
  background: #6c8336;
  display: block;
  margin: 3px 0;
}
@media all and (max-width: 960px) {
  .menu-trigger {
    display: flex;
  }
}
@media all and (max-width: 600px) {
  .menu-trigger {
    right: 0;
  }
}
.logo {
  display: flex;
  flex-direction: row;
  color: #6c8336;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.logo:before {
  content: '';
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -125px;
  left: -80px;
  z-index: 90;
}
.logo__img {
  position: relative;
  z-index: 110;
}
.logo__img img {
  margin-top: 15px;
  display: block;
}
.logo__txt {
  font-size: 26px;
  font-family: 'Fiesta';
  text-align: left;
  z-index: 120;
  width: 0;
  overflow: visible;
  margin-left: 20px;
}
.logo:hover {
  text-decoration: none;
}
@media all and (max-width: 960px) {
  .logo {
    left: -20px;
    transform: translateY(-50%) scale(0.8);
    -webkit-transform: translateY(-50%) scale(0.8);
  }
}
@media all and (max-width: 600px) {
  .logo {
    left: -50px;
    transform: translateY(-50%) scale(0.5);
    -webkit-transform: translateY(-50%) scale(0.5);
  }
}
.slider {
  background: #153200;
  border-top: 4px solid #fff;
}
.slider__wrapper {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
.slider__line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.slider__line--top {
  border-bottom: 4px solid #fff;
}
.slider__item {
  width: 40vw;
  height: 470px;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media all and (max-width: 1605px) {
  .slider__item {
    height: 29vw;
  }
}
@media all and (max-width: 600px) {
  .slider__item {
    width: 50vw;
    height: 37vw;
  }
}
.slider__item--narrow {
  width: 20vw;
}
@media all and (max-width: 600px) {
  .slider__item--narrow {
    display: none;
  }
}
.slider__item--1 {
  background: url('/slider/slider-01.jpg') no-repeat center;
  background-size: cover;
}
.slider__item--2 {
  background: url('/slider/slider-02.jpg') no-repeat center;
  background-size: cover;
}
.slider__item--3 {
  background: url('/slider/slider-03.jpg') no-repeat center;
  background-size: cover;
}
.slider__item--4 {
  background: url('/slider/slider-04.jpg') no-repeat center;
  background-size: cover;
}
.slider__item--5 {
  background: url('/slider/slider-05.jpg') no-repeat center;
  background-size: cover;
}
.slider__item--6 {
  background: url('/slider/slider-06.jpg') no-repeat center;
  background-size: cover;
}
.content {
  min-height: 300px;
  padding: 20px 0;
  overflow: hidden;
}
.content__title {
  width: 100%;
  display: block;
  font-size: 30px;
  color: #6c8336;
  font-family: 'Fiesta';
  font-weight: normal;
  position: relative;
  z-index: -1;
}
.content__title span {
  background: #fff;
  padding: 0 20px;
  display: inline-block;
  z-index: 111;
  position: relative;
}
.content__title:after {
  content: '';
  width: 100vw;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.content__wrapper {
  line-height: 140%;
  padding: 0 20px;
}
.content__wrapper p {
  font-size: 16px;
}
@media all and (max-width: 600px) {
  .content__wrapper p {
    font-size: 14px;
  }
}
.content__wrapper a {
  color: #6c8336;
}
.content__wrapper img {
  max-width: 100%;
}
.content__sidephoto {
  float: right;
  border: 1px solid #dadada;
}
@media all and (max-width: 500px) {
  .content__sidephoto {
    float: none;
    display: block;
    max-width: 100%;
    margin-top: 20px;
  }
}
.content__map {
  height: 400px;
  width: 100%;
}
footer {
  background: #e0e0e0;
}
footer .looo {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
@media all and (max-width: 1200px) {
  footer {
    padding: 0 20px;
  }
}
.to-top {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  right: 0;
  top: -20px;
  background: #fff;
  z-index: 100;
}
.to-top:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #4c4c4c;
  border-left: 2px solid #4c4c4c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 3px;
}
.gallery {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media all and (max-width: 960px) {
  .gallery {
    justify-content: space-between;
  }
}
.gallery a {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  width: 20%;
  border: 1px solid #dadada;
  text-align: center;
  margin: 2%;
}
.gallery a img {
  max-width: 100%;
  display: inline-block;
}
.gallery a.thumb_a {
  padding: 0;
  height: 200px;
  width: 200px;
  display: inline-block;
  margin: 10px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
@media all and (max-width: 960px) {
  .gallery a.thumb_a {
    width: 26vw;
    height: 26vw;
  }
}
.gallery a.thumb_a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.gallery a:hover {
  border-color: #6c8336;
}
.contact-form {
  position: relative;
}
.contact-form.loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 998;
  top: 0;
  left: 0;
}
.contact-form.loading:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: #6c8336;
  animation: spinner 0.9s linear infinite;
  z-index: 999;
}
.contact-form.loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 998;
  top: 0;
  left: 0;
}
.contact-form.loading:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: #6c8336;
  animation: spinner 0.9s linear infinite;
  z-index: 999;
}
table.table_form {
  max-width: 100%;
  width: 600px;
  margin: 30px auto 30px auto;
}
table.table_form .req,
table.table_form .red {
  color: #ff0000;
}
table.table_form td,
table.table_form th {
  padding: 10px;
  border: 0;
}
table.table_form th {
  text-align: right;
}
@media all and (max-width: 960px) {
  table.table_form th {
    font-size: 12px;
  }
}
table.table_form textarea,
table.table_form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-family: 'GothamLight', sans-serif;
  color: #7e7e7e;
}
table.table_form textarea.error,
table.table_form input[type=text].error {
  border-color: #ff0000;
}
table.table_form input[type=submit] {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  background: #6c8336;
  color: #fff;
  font-size: 20px;
  margin: 10px 0 20px 0;
}
table.table_form input[type=submit]:hover {
  text-decoration: none;
  background: #6c8336;
}
table.table_form input[type=checkbox] {
  display: none;
}
table.table_form input[type=checkbox] + label {
  background: none;
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 18px;
  color: #999;
  margin-bottom: 5px;
}
table.table_form input[type=checkbox] + label a {
  color: #999;
}
table.table_form input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #c0c0c0;
  background: #fff;
}
table.table_form input[type=checkbox]:checked + label:after {
  content: '';
  width: 12px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 5px;
  display: block;
  border-bottom: 3px solid #6c8336;
  border-left: 3px solid #6c8336;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  zoom: 1;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/gfx/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/gfx/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/gfx/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8040;
  background: url('/gfx/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Popup Open button */
.open-button{
  color:#FFF;
  background:#0066CC;
  padding:10px;
  text-decoration:none;
  border:1px solid #0157ad;
  border-radius:3px;
}

.open-button:hover{
  background:#01478e;
}

.popup {
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.75);
  width:100%;
  height:100%;
  display:none;
  z-index: 10001;
}

/* Popup inner div */
.popup-content {
  width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
  margin-top: 100px;
  box-shadow: 0px 2px 6px rgba(0,0,0,1);
  border-radius: 3px;
  background: #fff;
  position: relative;
}

/* Popup close button */
.close-button {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 20px;
  background: rgba(0,0,0,0.8);
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration:none;
}

.close-button:hover {
  background: rgba(0,0,0,1);
}

@media screen and (max-width: 720px) {
  .popup-content {
    width: 90%;
  }
}