.clear {
  clear: both;
  width: 100%;
  height: 0px;
  font-size: 0;
}
* {
  box-sizing: border-box;
}
::-moz-selection {
  /* Code for Firefox */
  background-color: #a4ce4e;
  color: #ffffff;
}
::selection {
  background-color: #a4ce4e;
  color: #ffffff;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1 !important;
  color: #9E9E9E;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #9E9E9E;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: #9E9E9E;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #9E9E9E;
}
.button {
  -webkit-transition: all 0.35s  !important;
  -o-transition: all 0.35s !important;
  transition: all 0.35s !important;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border: 0;
  cursor: pointer;
  font-family: 'Cinzel', Arial, Helvetica, sans-serif !important;
  max-width: 265px;
  padding: 16px 13px 15px;
  color: #333740;
  font-size: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
  text-decoration: none;
}
.button:hover {
  background: #191919;
  color: white;
}
strong,
b,
.strong {
  font-weight: 700;
}
em,
i,
.em {
  font-style: italic;
}
p {
  padding: 0px;
  padding-bottom: 15px !important;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
  display: inline-block;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  line-height: 1;
}
.w-col {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333%;
}
.w-col-2 {
  width: 16.6667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.3333%;
}
.w-col-5 {
  width: 41.6667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.3333%;
}
.w-col-8 {
  width: 66.6667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.3333%;
}
.w-col-11 {
  width: 91.6667%;
}
.w-col-12 {
  width: 100%;
}
.w-col-push-1 {
  left: 8.33333%;
}
.w-col-push-2 {
  left: 16.6667%;
}
.w-col-push-3 {
  left: 25%;
}
.w-col-push-4 {
  left: 33.3333%;
}
.w-col-push-5 {
  left: 41.6667%;
}
.w-col-push-6 {
  left: 50%;
}
.w-col-push-7 {
  left: 58.3333%;
}
.w-col-push-8 {
  left: 66.6667%;
}
.w-col-push-9 {
  left: 75%;
}
.w-col-push-10 {
  left: 83.3333%;
}
.w-col-push-11 {
  left: 91.6667%;
}
.w-col-pull-1 {
  right: 8.33333%;
}
.w-col-pull-2 {
  right: 16.6667%;
}
.w-col-pull-3 {
  right: 25%;
}
.w-col-pull-4 {
  right: 33.3333%;
}
.w-col-pull-5 {
  right: 41.6667%;
}
.w-col-pull-6 {
  right: 50%;
}
.w-col-pull-7 {
  right: 58.3333%;
}
.w-col-pull-8 {
  right: 66.6667%;
}
.w-col-pull-9 {
  right: 75%;
}
.w-col-pull-10 {
  right: 83.3333%;
}
.w-col-pull-11 {
  right: 91.6667%;
}
.w-col-offset-1 {
  margin-left: 8.33333%;
}
.w-col-offset-2 {
  margin-left: 16.6667%;
}
.w-col-offset-3 {
  margin-left: 25%;
}
.w-col-offset-4 {
  margin-left: 33.3333%;
}
.w-col-offset-5 {
  margin-left: 41.6667%;
}
.w-col-offset-6 {
  margin-left: 50%;
}
.w-col-offset-7 {
  margin-left: 58.3333%;
}
.w-col-offset-8 {
  margin-left: 66.6667%;
}
.w-col-offset-9 {
  margin-left: 75%;
}
.w-col-offset-10 {
  margin-left: 83.3333%;
}
.w-col-offset-11 {
  margin-left: 91.6667%;
}
.w-hidden-main {
  display: none !important;
}
.w-row {
  margin: 0 -13px;
}
.no-js .region-header {
  display: inline-block;
}
body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Cinzel', Arial, Helvetica, sans-serif !important;
  cursor: default;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #333740;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
}
img {
  border: 0px solid;
  display: inline-block;
  vertical-align: middle;
  /* height: auto;   max-width: 100%;   */
}
ul.menu {
  padding-left: 0px;
  margin-bottom: 0;
}
ul.menu li a:hover {
  text-decoration: none;
}
#header {
  background: #191919;
  padding: 20px 15px;
}
#header img {
  height: 38px;
}
.index #main {
  background-size: cover;
  min-height: 700px;
}
@media (max-width: 1000px) {
  .index #main {
    min-height: 0px;
  }
}
.index #main .container {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.index #main .container > div {
  width: 100%;
}
.index #main #list-button {
  text-align: center;
}
@media (max-width: 1000px) {
  .index #main #list-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.index #main #list-button .button {
  margin: 20px;
  font-weight: bold;
  max-width: 320px;
}
@media (max-width: 1000px) {
  .index #main #list-button .button {
    margin: 10px auto;
  }
}
@media (min-width: 1000px) {
  .video #main .inline-YTPlayer {
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
  }
  .video #main .inline-YTPlayer .mb_YTPlayer {
    height: 100% !important;
    padding-bottom: 0 !important;
  }
}
#footer {
  text-align: center;
  background: #191919;
}
#footer .button {
  margin: 20px;
  font-size: 22px;
  font-weight: bold;
  max-width: 320px;
}
@media (max-width: 1000px) {
  #footer .button {
    font-size: 20px;
    margin: 10px auto;
  }
}
@media (max-width: 1000px) {
  #footer {
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
