/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #000000;
  background: #3e765d;
  margin: 0px;
  padding: 0;
  position: relative;
  background: url(../-Images/-Structure/WoodBackground.jpg?V1) top center;
}
#masthead {
  padding: 0px;
  margin: 0;
}
.addressbar {
  color: #3e765d;
  margin: 0px 0px 2px 0px;
  padding: 2px 5px 2px 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #3e765d;
  background-color: #d0ebdf;
}
#wrapper {
  width: 980px;
  margin: 0 auto;
}
#column_wrapper {
  background-image: url(img/clm02_middle2.gif);
  background-repeat: repeat-y;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
#right {
  width: 780px;
  float: left;
}
#left {
  width: 200px;
  float: left;
}
#left .content {
  padding: 24px 14px 24px 8px;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #3e765d;
  line-height: 16px;
}
#right .content {
  padding: 14px;
  font-size: 0.8em;
  line-height: 1.65em;
}
.pig {
  font-weight: bold;
  font-size: 14px;
  color: #3e765d;
  padding: 3px 10px 0px 15px;
}
#footer .content {
  padding: 12px 24px;
}
#footer {
  color: #EEE;
  background-color: rgba(18, 34, 2, 1);
  padding: 0px;
  margin: 0;
  font-size: 0.7em;
  clear: both;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.4);
}
.menulist {
  margin: 6px 0 12px 0;
  padding: 0;
  list-style-type: none;
}
#right a:link {
  color: #3e765d;
  font-weight: bold;
}
#right a:visited {
  color: #3e765d;
  font-weight: bold;
}
#right a:hover {
  color: #000000;
  font-weight: bold;
}
#footer a:link, #footer a:visited {
  color: #EEE;
  transition: width .5s;
  -webkit-transition: all .5s;
}
#footer a:hover {
  color: #888;
}
h1 {
  font-size: 2.25em;
  margin: 0;
  line-height: 1.1em;
  font-family: "Literata", serif;
}
h2 {
  font-size: 2em;
  margin: 40px 0 0 0;
  font-family: "Literata", serif;
}
h3 {
  font-size: 1.75em;
  margin: 40px 0 0 0;
  font-family: "Literata", serif;
}
.subhead {
  font-size: .8em;
  color: rgba(51, 67, 28, 1.00) !important;
}
.nomargintop {
  margin-top: 0;
}
.content p {
  margin: 12px 0;
}
.overlay {
  text-align: center;
  position: absolute;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 10% auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  max-width: 900px;
  position: relative;
  transition: all 5s ease-in-out;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
}
.popup iframe {
  display: block;
  margin: 0 auto;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  overflow: auto;
}
#right .content img {
  border-radius: 15px;
}
#KW_17364 {
  border-radius: 15px;
  overflow: hidden;
}
.afloatright {
  float: right;
  padding: 0;
  margin: 8px 0px 8px 20px;
}
.floatleft {
  float: left;
  padding: 0;
  margin: 8px 20px 8px 0px;
}
.button {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 5px;
  color: #fff !important;
  text-decoration: none;
  padding: 9px 15px;
  text-align: center;
  background-color: #3E765D;
  -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 64%), 0 7px 8px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0 2px 2px rgb(0 0 0 / 64%), 0 7px 8px rgb(0 0 0 / 24%);
  box-shadow: 0 2px 2px rgb(0 0 0 / 64%), 0 7px 8px rgb(0 0 0 / 24%);
  transition: width .5s;
  -webkit-transition: all .5s;
}
.button:hover {
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  background-color: #003300;
}
.switch a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #3A5899;
  padding: 5px;
  text-decoration: none;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  transition: width .5s;
  -webkit-transition: all .5s;
}
.switch a:hover {
  background-color: #003366;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.clear {
  padding-top: 10px;
  clear: both !important;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.nowrap {
  overflow: auto;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  border: 0px !important;
}
.ui-dialog .ui-dialog-title {
  font-size: 12px;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  border: 0px;
  background: none;
}
.ui-widget-overlay {
  background: #000000 !important;
  opacity: .50 !important;
  filter: Alpha(Opacity=50) !important;
}
.smallersidebar {
  font-size: .8em;
}
.hoursbox {
  background: rgb(255 244 155);
  color: #000;
  margin-left: -8px;
  width: 100%;
  padding: 9px;
  text-align: center;
  border-right: #000 double 4px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.masks {
  background: rgba(177, 0, 2, 1.00);
  color: #FFF;
  margin-left: -8px;
  width: 100%;
  padding: 9px;
  font-size: 1.3em;
  text-align: center;
  border-right: #000 double 4px;
}
.slidelogo {
  width: 250px;
  height: auto;
  display: block;
  margin: 60px auto 10px;
}
.slidevideo {
  width: 45%;
  height: auto;
  float: right;
  border: #000 solid 9px;
}
.slideimages {
  width: calc(33.3% - 12px);
  border: #000 solid 9px;
  border-right: 0;
  height: auto;
  float: left;
}
.slideimages:first-child {
  clear:
    both;
}
.slideimages.lastimage {
  border-right: 9px solid #000;
}
.sliderules {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.textcenter {
  text-align: center;
}
.admissioncontainer {
  padding: 30px;
  background: url("../-Images/-Structure/HoursSignTop.jpg"), url("../-Images/-Structure/HoursSignBottom.png"), url("../-Images/-Structure/HoursSignBackground.jpg");
  background-size: 100% auto;
  background-position: top left, bottom left, top left;
  background-repeat: no-repeat, no-repeat, repeat;
  margin-left: -15px;
  width: calc(100% + -31px);
}
.admission {
  text-align: center;
  color: #fff;
  padding: 60px 20px;
}
.admission h2, .admission h3 {
  color: rgba(251, 227, 28, 1.00);
  font-size: 2em;
  font-family: 'Noto Serif', serif;
}
.admission h3 {
  font-size: 1.8em;
  margin-top: 30px;
}
.hoursbox h3 {
  margin: 0;
  font-size: 1.3em;
}
.nopets {
  display: block;
  text-align: center;
  background: rgba(184, 72, 32, 1.00);
  color: #fff;
  padding: 5px 0;
  text-transform: uppercase;
  width: calc(100% + 19px);
  margin-left: -9px !important;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
/* ---------PRINT MEDIA--------*/
@media print {
  masthead, left, footer {
    display: none;
  }
  @page {
    margin: 0.5cm;
  }
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 14pt;
    margin-top: 25px;
  }
  aside h2 {
    font-size: 18pt;
  }
  .ccards {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 10px;
    letter-spacing: 0px;
    text-align: center;
    color: #333;
  }
  .form {
    margin-left: -50px !important;
    width: 800px;
  }
  .races {
    text-align: center !important;
  }
}