#wholeheader:after, #posterbg:after, #poster:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0; }

/* Mobile Menu Core Style */
@media screen and (max-width: 1000px) {
  /* Tablet view */
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; }

  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }

  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }

  .slicknav_menu .slicknav_no-text {
    margin: 0; }

  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

  .slicknav_nav {
    clear: both; }

  .slicknav_nav ul, .slicknav_nav li {
    display: block; }

  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }

  .slicknav_nav .slicknav_item {
    cursor: pointer; }

  .slicknav_nav .slicknav_row {
    display: block; }

  .slicknav_nav a {
    display: block; }

  .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    display: inline; }

  .slicknav_brand {
    float: left; }

  .slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table; }

  .slicknav_menu:after {
    clear: both; }

  .slicknav_menu {
    /* IE6/7 support */
    *zoom: 1; }

  /* Change the following styles to modify the appearance of the menu. */
  .slicknav_menu {
    /* Whole Menu */
    padding: 0px;
    font-size: 16px;
    padding-bottom: 30px; }

  .slicknav-isopen {
    background-image: -webkit-linear-gradient(270deg, black 0%, transparent 100%);
    background-image: -moz-linear-gradient(270deg, black 0%, transparent 100%);
    background-image: -o-linear-gradient(270deg, black 0%, transparent 100%);
    background-image: linear-gradient(180deg, black 0%, transparent 100%); }

  .slicknav_menu * {
    box-sizing: border-box; }

  .slicknav_btn {
    /* Button */
    margin: 25px 5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #FFF; }

  .slicknav_menu .slicknav_menutxt {
    /* Button Text */
    color: #FC0; }

  .slicknav_menu .slicknav_icon-bar {
    /* Button Lines */
    background-color: #FFF; }

  .slicknav_nav {
    /* Menu Links Whole */
    color: #fff;
    margin: 0px;
    padding: 10px;
    font-size: 1.2em;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.8); }

  .slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden; }

  .slicknav_nav ul {
    padding: 0px;
    margin: 0px; }

  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 0px; }

  .slicknav_nav a {
    padding: 8px 10px;
    margin: 2px 0px;
    text-decoration: none;
    color: #FFF; }

  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }

  .slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px; } }
#menu {
  display: none; }

@media screen and (min-width: 1000px) {
  .slicknav_menu {
    display: none; } }
@media screen and (max-width: 1000px) {
  .slicknav_menu {
    width: 100%;
    display: block;
    position: fixed;
    top: 0px;
    z-index: 2; }

  #navi {
    display: none; } }
@media screen and (max-width: 700px) {
  /* Mobile view */
  .slicknav_btn {
    /* Button */
    margin: 15px 5%; } }
html {
  height: 100%; }

body {
  margin: 0px;
  height: 100%;
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 18px;
  list-style-image: url(../cssMEDIA/YellowBullet.png); }

p, ul {
  margin: 10px 0px; }

h3 {
  margin: 0px 0px 10px 0px;
  font-weight: 600;
  font-size: 26px;
  color: #FC0;
  clear: both; }

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

a:hover {
  text-decoration: none;
  color: #FFF; }

#wholepage {
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  background-image: url(../cssMEDIA/TarmacBG.jpg); }

#wholeheader {
  width: 100%;
  height: auto;
  padding-top: 42px;
  background: url(../cssMEDIA/HeaderBG.jpg) center center repeat-x;
  background-size: cover;
  border-bottom: 4px solid #FC0;
  text-align: center;
  line-height: 100px;
  font-size: 26px;
  -webkit-box-shadow: 0px 0px 10px 3px black;
  box-shadow: 0px 0px 10px 3px black; }
  @media screen and (max-width: 1000px) {
    #wholeheader {
      line-height: 1;
      padding-bottom: 10px;
      background-size: cover;
      border-bottom: none; } }

#wholeheader a:link, #wholeheader a:visited, #wholeheader a:active {
  text-decoration: none;
  color: #FC0; }

#wholeheader a:hover {
  text-decoration: none;
  color: #FFF; }

#wholeheader #column1000 .pushleft {
  margin-left: 10px; }

#wholeheader #column1000 .pushright {
  margin-right: 10px; }

#navi {
  width: 1000px;
  height: 90px;
  text-align: center;
  margin: 0px auto;
  color: #FFF; }

#navi span {
  height: 90px;
  line-height: 90px;
  margin: 0px 24px;
  clear: right; }

#navi span a:link, #navi span a:visited, #navi span a:active {
  text-decoration: none;
  font-weight: 600;
  font-size: 28px;
  color: #FFF; }

#navi span a:hover {
  text-decoration: none;
  color: #FC0; }

#posterbg {
  width: 100%;
  height: 272px;
  padding: 20px 0px 28px 0px;
  background-image: url(../cssMEDIA/YellowLine.png);
  margin-bottom: 10px;
  margin-top: -2px; }
  @media screen and (max-width: 1000px) {
    #posterbg {
      height: auto;
      background-size: 100% 100%; } }

#poster {
  width: 994px;
  height: 266px;
  border: 3px solid #FFF;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 15px rgba(161, 0, 0, 0.7);
  box-shadow: 0 4px 15px rgba(164, 0, 0, 0.7); }
  #poster img {
    width: 100%;
    height: auto;
    display: block; }
  #poster > div {
    position: absolute; }
    @media screen and (min-width: 1000px) {
      #poster > div {
        height: 266px; } }
  @media screen and (max-width: 1000px) {
    #poster {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      border-right: none;
      border-left: none; }
      #poster img {
        border-bottom: 3px solid #FFF; } }

#column1000 {
  width: 1000px;
  margin: 0px auto;
  color: #FFF; }
  @media screen and (max-width: 1000px) {
    #column1000 {
      box-sizing: border-box;
      width: 100%; } }

#bodysection {
  margin: 10px 0px;
  padding: 0px 30px 20px 30px;
  background: rgba(0, 0, 0, 0.4);
  overflow-x: hidden; }
  #bodysection::after {
    clear: both;
    content: "";
    display: table; }
  #bodysection h1, #bodysection h2 {
    margin: 0px 0px 30px 0px;
    margin-left: -30px;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 20px;
    width: calc(100% + 30px);
    font-weight: 600;
    font-size: 30px;
    background: url(../cssMEDIA/BodyHeadersBG.png) repeat-x center top;
    background-size: 100% 100%;
    min-height: 40px; }
  #bodysection img {
    margin: 5px 0px;
    -webkit-box-shadow: 0px 2px 8px 0px black;
    box-shadow: 0px 2px 8px 0px black; }
    @media screen and (max-width: 1000px) {
      #bodysection img {
        float: left;
        margin-right: 10px;
        max-width: 100%; } }

/*.fullbody {
	width: 1000px;
	float: right;
}*/
.mainbody {
  width: 680px;
  float: left;
  clear: none; }
  @media screen and (max-width: 1000px) {
    .mainbody {
      box-sizing: border-box;
      width: 100%; } }

.sidebar {
  width: 300px;
  float: right;
  clear: none; }
  @media screen and (max-width: 1000px) {
    .sidebar {
      box-sizing: border-box;
      width: 100%; } }

.halfbody {
  width: 490px;
  clear: none; }

#divider {
  width: 100%;
  border-bottom: 1px solid #FC0;
  margin: 30px 0px;
  clear: both; }

#halfs {
  width: 100%;
  float: left; }

#half {
  width: 50%;
  float: left;
  clear: none; }

#footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-top: 3px solid #FC0;
  border-bottom: 3px solid #FC0;
  text-align: center;
  padding: 30px 0px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  clear: both; }
  @media screen and (max-width: 1000px) {
    #footer {
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px; } }

#footer .pushright {
  margin: 2px 0px 3px 9px; }

#footer .pushright p {
  margin: 11px 0px 0px 0px;
  font-size: 22px;
  font-weight: 300; }

.footer--accreditations {
  float: left; }
  @media screen and (max-width: 700px) {
    .footer--accreditations {
      box-sizing: border-box;
      padding-right: 8px;
      padding-left: 8px;
      float: none; }
      .footer--accreditations img {
        max-width: 100%; } }

.footer--socialmedia div {
  float: right;
  margin: 2px 0 3px 9px; }
.footer--socialmedia p {
  margin: 11px 0 0 0;
  font-size: 22px;
  font-weight: 300; }
@media screen and (max-width: 700px) {
  .footer--socialmedia {
    margin-top: 12px;
    margin-bottom: -3px; }
    .footer--socialmedia div {
      float: none;
      display: inline-block; }
    .footer--socialmedia p {
      display: none; } }

#serosensa {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  clear: both; }

#serosensa img {
  vertical-align: middle;
  margin: 0px 4px 4px 0px; }

#serosensa div {
  height: 67px;
  line-height: 67px;
  clear: right;
  display: inline-block; }

#serosensa div p {
  margin: 0px; }

.pushleft {
  float: left; }

.pushright {
  float: right; }

.central {
  margin: 0 auto;
  margin: 0 auto; }

.yellowtext {
  color: #FC0; }

.whitetext {
  color: #FFF; }

.logo-main {
  max-width: 100%; }
  @media screen and (max-width: 1000px) {
    .logo-main {
      margin-top: 15px; } }

@media screen and (max-width: 900px) {
  .img-wide {
    width: 900px; } }

.gallery-outer {
  margin-left: auto;
  margin-right: auto; }
  .gallery-outer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1000px) {
    .gallery-outer {
      width: 470px; } }
  .gallery-outer #thumb {
    width: 215px;
    margin: 10px;
    float: left;
    clear: right; }
    .gallery-outer #thumb img {
      width: 100%; }
    @media screen and (max-width: 1000px) {
      .gallery-outer #thumb {
        width: 46%; } }
    @media screen and (max-width: 700px) {
      .gallery-outer #thumb {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (max-width: 1000px) {
    .gallery-outer {
      width: 100%; } }

#video {
  text-align: center; }

.gallery-video {
  width: 920px;
  height: 518px;
  margin: 10px; }
  @media screen and (min-width: 250px) {
    .gallery-video {
      width: 220px;
      height: 124.2937853107px; } }
  @media screen and (min-width: 350px) {
    .gallery-video {
      width: 320px;
      height: 180.790960452px; } }
  @media screen and (min-width: 450px) {
    .gallery-video {
      width: 420px;
      height: 237.2881355932px; } }
  @media screen and (min-width: 550px) {
    .gallery-video {
      width: 520px;
      height: 293.7853107345px; } }
  @media screen and (min-width: 650px) {
    .gallery-video {
      width: 620px;
      height: 350.2824858757px; } }
  @media screen and (min-width: 750px) {
    .gallery-video {
      width: 720px;
      height: 406.7796610169px; } }
  @media screen and (min-width: 850px) {
    .gallery-video {
      width: 820px;
      height: 463.2768361582px; } }

.con-email,
.con-phone {
  border-radius: 5px;
  padding: 6px 10px;
  line-height: 1;
  margin-top: 36px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s; }
  .con-email:hover,
  .con-phone:hover {
    background-color: #FFA500;
    box-shadow: inset -1px -2px 15px 1px #b38f00;
    border: 1px solid black;
    -webkit-transition: all 0.7s, border 2s;
    -moz-transition: all 0.7s, border 2s;
    transition: all 0.7s, border 2s; }
    #wholeheader .con-email:hover a, #wholeheader
    .con-phone:hover a {
      color: white; }
  @media screen and (max-width: 1000px) {
    .con-email,
    .con-phone {
      display: none; } }

.mob-contacts {
  margin-bottom: 30px; }
  .mob-contacts div {
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
    width: 30%;
    max-width: 150px;
    margin-left: 2px;
    margin-right: 2px; }
  @media screen and (min-width: 1000px) {
    .mob-contacts {
      display: none; } }

@media screen and (max-width: 700px) {
  .mob-hide {
    display: none; } }

@media screen and (max-width: 1000px) {
  .tab-hide {
    display: none; } }

.formContact {
  margin-block-end: 0; }

.contact-form {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  margin: 0px 0px 10px 0px;
  border-radius: 5px; }
  .contact-form h6 {
    text-align: left !important;
    margin-bottom: 7px !important; }
  .contact-form input,
  .contact-form textarea {
    color: #8b8b8b;
    padding: 8px;
    box-sizing: border-box;
    font-size: 13px;
    border: 1px #cccccc solid; }
  .contact-form input[name=name] {
    width: 100%;
    margin-bottom: 10px; }
  .contact-form input[name=email] {
    width: calc(50% - 5px);
    margin-bottom: 10px; }
  .contact-form input[name=phone] {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-left: 7px; }
  .contact-form .email-opt-in {
    font-size: 16px;
    color: black;
    padding: 4px;
    display: block;
    margin: 10px 0 10px; }
    .contact-form .email-opt-in input {
      width: auto; }
  .contact-form textarea {
    width: 100%;
    height: 56px; }
  .contact-form .button-submit {
    box-sizing: border-box;
    width: 100%;
    background-color: #FFB900;
    border-bottom: 3px solid #cc9400;
    padding: 14px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    margin: 0 auto 10px;
    transition: all 2s;
    cursor: pointer;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px; }
    .contact-form .button-submit:hover {
      background-color: #ffd633;
      border-bottom: 3px solid #FC0;
      transition: all 2s;
      cursor: pointer;
      transform: scale(1.01); }
  .contact-form .form-messageSuccess, .contact-form .form-messageFail {
    color: black;
    text-align: center;
    margin-top: 7px; }
  .contact-form .form-messageFail {
    color: red; }
  .contact-form .form-invalid {
    border-color: red; }

.contact-form {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  margin: 0px 0px 10px 0px;
  border-radius: 5px; }
  .contact-form h6 {
    text-align: left !important;
    margin-bottom: 7px !important; }
  .contact-form input,
  .contact-form textarea {
    color: #8b8b8b;
    padding: 8px;
    box-sizing: border-box;
    font-size: 13px;
    border: 1px #cccccc solid; }
  .contact-form input[name=name] {
    width: 100%;
    margin-bottom: 10px; }
  .contact-form input[name=email] {
    width: calc(50% - 5px);
    margin-bottom: 10px; }
  .contact-form input[name=phone] {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-left: 7px; }
  .contact-form .email-opt-in {
    font-size: 16px;
    color: black;
    padding: 4px;
    display: block;
    margin: 10px 0 10px; }
    .contact-form .email-opt-in input {
      width: auto; }
  .contact-form textarea {
    width: 100%;
    height: 56px; }
  .contact-form .button-submit {
    box-sizing: border-box;
    width: 100%;
    background-color: #FFB900;
    border-bottom: 3px solid #cc9400;
    padding: 14px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    margin: 0 auto 10px;
    transition: all 2s;
    cursor: pointer;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px; }
    .contact-form .button-submit:hover {
      background-color: #ffd633;
      border-bottom: 3px solid #FC0;
      transition: all 2s;
      cursor: pointer;
      transform: scale(1.01); }
  .contact-form .form-messageSuccess, .contact-form .form-messageFail {
    color: black;
    text-align: center;
    margin-top: 7px; }
  .contact-form .form-messageFail {
    color: red; }
  .contact-form .form-invalid {
    border-color: red; }

#contactForm {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  margin: 0px 0px 10px 0px;
  border-radius: 5px; }
  #contactForm h6 {
    text-align: left !important;
    margin-bottom: 7px !important; }
  #contactForm input,
  #contactForm textarea {
    color: #8b8b8b;
    padding: 8px;
    box-sizing: border-box;
    font-size: 13px;
    border: 1px #cccccc solid; }
  #contactForm input[name=name] {
    width: 100%;
    margin-bottom: 10px; }
  #contactForm input[name=email] {
    width: calc(50% - 5px);
    margin-bottom: 10px; }
  #contactForm input[name=phone] {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-left: 7px; }
  #contactForm .email-opt-in {
    font-size: 16px;
    color: black;
    padding: 4px;
    display: block;
    margin: 10px 0 10px; }
    #contactForm .email-opt-in input {
      width: auto; }
  #contactForm textarea {
    width: 100%;
    height: 56px; }
  #contactForm .button-send {
    box-sizing: border-box;
    width: 100%;
    background-color: #FFB900;
    border-bottom: 3px solid #cc9400;
    padding: 14px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    margin: 0 auto 10px;
    transition: all 2s;
    cursor: pointer;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px; }
    #contactForm .button-send:hover {
      background-color: #ffd633;
      border-bottom: 3px solid #FC0;
      transition: all 2s;
      cursor: pointer;
      transform: scale(1.01); }
  #contactForm .message-success, #contactForm .message-fail {
    color: black;
    text-align: center;
    margin-top: 7px;
    display: none; }
  #contactForm .message-fail {
    color: red; }
  #contactForm .form-invalid {
    border-color: red; }
