#navigation-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  div.div-outer {
    width: auto;
  }

  div.div-inner {
    width: auto;
    padding: 0px 20px;
  }

  #wrapper {
  }

  #header,
  #header-top,
  #header-bottom {
    height: auto;
  }
  
  #social-media {
    text-align: center;
  }

  #header-left,
  #header-right {
    float: none;
    width: auto;
    padding: 0px;
    text-align: center;
  }

  a#link-home {
    display: block;
  }

  a#link-home img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

  #navigation {
    height: auto;
  }

  #navigation-mobile {
    display: block;
    text-align: right;
  }

  a#navigation-mobile-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    font-family: monospace, sans-serif;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #1A1A1A;
    border: 1px solid #474747;
    cursor: pointer;
  }

  a#navigation-mobile-link span:before {
    content:'\2261';
  }

  #navigation-main {
    display: none;
  }

  #navigation-main ul {
    display: block;
  }

  #navigation-main ul li {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
  }

  #navigation-main ul li a {
    height: auto;
    padding: 5px;
    line-height: normal;
  }

  #navigation-main ul li span.divider {
    display: block;
    width: auto;
    height: auto;
    padding: 0px;
    border-bottom: 1px solid #333333;
  }

  #navigation-main ul li ul,
  #navigation-main ul li ul ul,
  #navigation-main ul li ul ul ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px;
    padding: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px;
  }

  #navigation-main ul ul li {
    border-bottom: 1px solid #333333;
  }

  #navigation-main ul ul li a {
    padding: 5px;
    color: #FFFFFF;
  }

  #navigation-main ul ul {
    display: block;
    margin: 0px 0px 0px 30px;
  }

  #content-home-slider .bx-controls {
    display: none;
  }

  body.body-interior #content-outer {
    padding: 30px;
  }

  #left {
    float: none;
    width: 100%;
    margin: 0px;
  }

  #left-side {
    display: none;
  }

  #main,
  #left.no-modules #main {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    min-height: 0px;
  }

  #right {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 20px 0px;
  }

  #footer-container {
    width: auto;
    margin: 0px 20px;
  }

  #footer-left,
  #footer-right {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  div.div-outer {
    width: auto;
  }

  div.div-inner {
    width: auto;
    padding: 0px 20px;
  }

  #wrapper {
  }

  #header,
  #header-top,
  #header-bottom {
    height: auto;
  }

  #header-top-left,
  #header-top-right,
  #header-bottom-left,
  #header-bottom-right,
  #site-search,
  #top-links {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: center;
  }

  #site-search form {
    float: none;
    margin: 0px auto;
    max-width: 200px;
  }

  #navigation {
    float: none;
    height: auto;
    padding: 7px 0px;
  }

  #navigation ul li a {
    font-size: 14px;
  }

  #navigation-desktop {
    display: none;
  }

  #navigation-mobile {
    display: block;
  }

  #navigation-mobile select {
    width: 100%;
    font-size: 20px;
  }

  #content {
  }

	#content-home-slider div.slide-title {
		max-width: 180px;
	  font-size: 14px;
	  line-height: 22px;
	}

  body.body-interior #content-outer {
    padding: 20px;
  }

  #content-inner {
    padding: 20px;
  }

  #content-home {
    width: 100%;
    height: auto;
    text-align: center;
  }

  #content-home-inner {
    padding: 0px;
  }

  #footer-container {
    width: auto;
    margin: 0px 20px;
  }

  #footer-left,
  #footer-right {
    float: none;
    text-align: center;
  }

  div.form-column,
  div.form-column-left,
  div.form-column-right {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 320px) {
}
