input.toggle {
  width: 0;
  height: 0;
  visibility: hidden;
  -webkit-appearance: none;
  opacity: 0;
  position: absolute;
}
@media only screen and (max-width: 1000px) {
  * {
    box-sizing: border-box;
  }
}
body {
  min-width: 1000px;
}
@media only screen and (max-width: 1000px) {
  body {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  h1 {
    padding: 30px 0 25px 0px;
  }
}
@media only screen and (max-width: 1000px) {
  h2 {
    font-size: 23px;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 20px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 25px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  h4 {
    font-size: 17px;
    padding: 20px 0px 12px 0px;
  }
}
@media only screen and (max-width: 600px) {
  p {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .main {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .main .wrapper {
    width: 93%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  .main .wrapper .wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .indent {
    padding: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .box {
    width: 100%;
    padding: 0;
    background: none;
    border: 10px solid #141414;
    min-height: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .box {
    border-width: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .box .slideShow {
    width: 100%;
    float: none;
    position: relative;
    height: auto;
  }
  .box .slideShow:before {
    content: '';
    display: block;
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 1000px) {
  .box .slideShow .slides {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .box .slideShow .slides .slide {
    width: 100% !important;
    left: 0;
    top: 0;
    position: absolute;
    height: 100% !important;
  }
}
@media only screen and (max-width: 1000px) {
  .box .slideShow .slides .slide .fright {
    float: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 12px;
    line-height: normal;
    background: rgba(255, 150, 0, 0.8);
    font-size: 15px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 600px) {
  .box .slideShow .slides .slide .fright {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .box .slideShow .slides .slide .fright {
    font-size: 11px;
  }
}
@media only screen and (max-width: 600px) {
  .box .slideShow .slides .slide .fright a {
    width: 85px;
    padding: 8px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .box .slideShow .slides .slide .fright a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .box .slideShow .slides .slide .fright span {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .box .slideShow .slides .slide .fright strong {
    padding-bottom: 10px;
  }
  .box .slideShow .slides .slide .fright strong canvas {
    display: none !important;
  }
  .box .slideShow .slides .slide .fright strong * {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-indent: 0 !important;
  }
}
@media only screen and (max-width: 1000px) {
  .box .slideShow .slides .slide img {
    width: 100%;
    float: none;
    height: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #page1 header {
    height: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .extra {
    background: none;
  }
}
@media only screen and (max-width: 1000px) {
  .img-indent {
    float: none;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .img-indent {
    max-width: 75%;
  }
}
@media only screen and (max-width: 1000px) {
  .img-indent + .text {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .bot {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .bot {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  header {
    background: #eaeaea;
    padding-top: 80px;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  header {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  header > .main {
    height: 80px;
    background: #eaeaea;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.34);
  }
}
@media only screen and (max-width: 600px) {
  header > .main {
    height: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  header .toggle:checked + .inputtoggleTarget {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  header nav {
    display: none;
    position: absolute;
    top: 100%;
    background: #eaeaea;
    left: 0;
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1000px) {
  header nav.open {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  header nav ul {
    border-top: 1px solid #dcdcdc;
    padding-top: 0;
    float: none;
  }
}
@media only screen and (max-width: 1000px) {
  header nav li {
    background: none;
    float: none;
    text-align: center;
    padding-left: 0;
    border-bottom: 1px dotted #c7c7c7;
    margin: 0px 15px;
  }
  header nav li:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1000px) {
  header nav li a {
    display: block;
    padding: 15px 0;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  header h1 {
    padding: 9px 0px 0px 0px;
  }
}
@media only screen and (max-width: 600px) {
  header h1 {
    padding: 3px 0px 0px 0px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1000px) {
  header h1 a {
    height: 38px;
    width: 165px;
    background-size: contain;
  }
}
@media only screen and (max-width: 600px) {
  header h1 a {
    height: 31px;
    width: 135px;
  }
}
@media only screen and (max-width: 1000px) {
  header #SearchForm {
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  header #SearchForm {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  header .wrapper {
    position: relative;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1000px) {
  header .sliders {
    height: auto;
    background: none;
  }
}
@media only screen and (max-width: 1000px) {
  header .sliders .wrapper {
    width: 100%;
    padding: 0;
  }
}
.navTrigger {
  width: 30px;
  float: left;
  padding: 20px 0;
  margin-right: 15px;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .navTrigger {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .navTrigger {
    padding: 10px 0;
  }
}
.navTrigger i {
  height: 3px;
  background-color: #333;
  display: block;
  margin-bottom: 5px;
}
.navTrigger i:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  #content .main {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #content .row .main {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #page1 .col-1,
  #page2 .col-1 {
    float: none;
    width: auto;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  #page1 .col-2,
  #page2 .col-2 {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .width {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    height: auto;
    text-align: center;
    background: none;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  footer span {
    float: none;
    padding: 8px 0px;
  }
}
@media only screen and (max-width: 600px) {
  footer .menu {
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  footer .wrapper p {
    float: none;
  }
}
@media only screen and (max-width: 1000px) {
  .footer {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .list {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .col-1 {
    width: auto !important;
    float: none;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .toggle:checked + .list {
    display: block;
  }
}
.footer .col-1 label {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .footer h4 {
    padding: 10px 0px;
    font-size: 15px;
  }
  .footer h4:after {
    content: "^";
    display: inline-block;
    vertical-align: top;
    font-family: monospace, Arial, Helvetica, sans-serif;
    font-size: 2em;
    transform: rotate(180deg);
    transform-origin: center;
    position: relative;
    top: -0.11em;
    padding: 0px 7px;
  }
  .footer h4 canvas {
    display: none !important;
  }
  .footer h4 * {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-indent: 0 !important;
  }
  .footer h4.open:after {
    transform: rotate(0deg);
    top: 0.15em;
  }
  .footer h4.open + ul {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .footer h4 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer #icons {
    padding: 10px 0;
    float: none;
  }
  .footer #icons li {
    padding: 0 5px 0 0px;
  }
}
.footer .wrapper > div:last-child h4:after {
  display: none;
}
