html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background-color: #333;
  color: #FFF;
}

::-moz-selection {
  background-color: #333333;
  color: #FFF;
}

@viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  clear: both;
  width: 100%;
  overflow: auto;
}

.columns {
  float: left;
  text-align: center;
  padding: 0 1em;
  margin: 0;
}

.columns.one {
  width: 100%;
}

.columns.two {
  width: 100%;
}

.columns.three {
  width: 100%;
}

.columns.four {
  width: 100%;
}

.columns.five {
  width: 100%;
}

.columns.six {
  width: 100%;
}

.columns.seven {
  width: 100%;
}

.columns.eight {
  width: 100%;
}

.columns.nine {
  width: 100%;
}

.columns.ten {
  width: 100%;
}

.columns.eleven {
  width: 100%;
}

.columns.twelve {
  width: 100%;
}

.columns.thirteen {
  width: 100%;
}

.columns.fourteen {
  width: 100%;
}

.columns.fifteen {
  width: 100%;
}

.columns.sixteen {
  width: 100%;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 30px 0 30px;
  background: #fff;
  border: 2px solid #b60000;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 35px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #d20000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: 10px;
}

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 1;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
  color: rgba(210, 0, 0, 0.5);
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
p, ul li, dd, dt, th, td {
  font-family: 'Sintony', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4em;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #b60000;
}

.footer_content a {
  text-decoration: none;
  line-height: 2em;
  color: #000;
}

.footer_content a:hover {
  color: #FFF;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  line-height: 2.5em;
  padding-top: 25px;
  margin-bottom: 0px;
  color: #b60000;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  line-height: 1em;
  padding-top: 25px;
  padding-bottom: 20px;
  color: #b60000;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  text-align: center;
  line-height: 2em;
  color: #000;
  margin-top: 20px;
}

body {
  min-width: 1px;
  background: url("../images/bg.jpg");
  background-repeat: repeat;
}

#header {
  position: relative;
}

#menubutton {
  display: none;
}

#logo {
  background: url("../images/logo_mobile.png");
  background-repeat: no-repeat;
  width: 150px;
  height: 51px;
}

#menu li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  text-align: center;
  line-height: 2em;
  text-transform: uppercase;
}

.stickynav #m_bar {
  background: #cecece;
  padding: 10px;
}

.stickynav #logo {
  background: url("../images/logo_mobile.png");
  background-repeat: no-repeat;
  width: 150px;
  height: 51px;
}

.stickynav #menubutton {
  display: block;
  position: absolute;
  top: 25px;
  right: 15px;
  background: url(../images/mobile_menu.png);
  width: 36px;
  height: 22px;
  z-index: 1;
  cursor: pointer;
}

.stickynav #menu {
  display: none;
  padding-top: 15px;
}

.stickynav #menu li {
  list-style-type: none;
  text-align: center;
}

.stickynav #menu li a {
  display: block;
  text-transform: uppercase;
  margin: 1px 0px;
  padding: 6px 0 6px;
  text-decoration: none;
  color: #FFF;
  line-height: 2em;
  background: #919191;
}

.stickynav #menu li a:hover {
  background: #b60000;
}

.red {
  color: #b60000;
}

.footer_bg {
  background: rgba(182, 0, 0, 0.8);
  margin-top: 95px;
  border-top: 1px solid #000;
}

.footer_content {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
}

#map-canvas {
  width: 100%;
  height: 400px;
  border: 1px solid #000;
}

.clearing {
  clear: both;
}

dt {
  text-align: left;
  float: left;
  width: 50px;
  color: #000;
  clear: both;
}

dd {
  text-align: right;
  padding-left: 50px;
  min-width: 100px;
  color: #b60000;
  margin-bottom: 1em;
}

dl {
  margin-bottom: 75px;
}

.twentyfourseven {
  width: 210px;
  font-size: 5em;
  text-align: center;
  color: #b60000;
  padding: 10px;
  border: 5px double #b60000;
  margin: 0 auto 75px auto;
}

.tables {
  width: 390px;
  margin: 37px auto 25px auto;
}

.tableslong {
  width: 100%;
  margin: 37px 0;
}

th, td {
  text-align: center;
  border: 1px solid #000;
}

th {
  padding: 15px 0 15px 0;
  background: #cecece;
}

td {
  background: rgba(182, 0, 0, 0.5);
  padding: 5px 0;
}

.center {
  text-align: center;
}

.right {
  text-align: center;
}

.left {
  text-align: center;
}

.slides img {
  width: 100%;
  height: 270px;
}

@media only screen and (min-width: 910px) {
  body {
    min-width: 850px;
  }

  #logo {
    float: left;
  }

  #nav {
    float: left;
  }

  .content {
    max-width: 960px;
    margin: 0 auto;
  }

  .columns {
    text-align: left;
  }

  .columns.one {
    width: 6.25%;
  }

  .columns.two {
    width: 12.5%;
  }

  .columns.three {
    width: 18.75%;
  }

  .columns.four {
    width: 25%;
  }

  .columns.five {
    width: 33.25%;
  }

  .columns.six {
    width: 37.5%;
  }

  .columns.seven {
    width: 43.75%;
  }

  .columns.eight {
    width: 50%;
  }

  .columns.nine {
    width: 56.25%;
  }

  .columns.ten {
    width: 62.5%;
  }

  .columns.eleven {
    width: 68.75%;
  }

  .columns.twelve {
    width: 75%;
  }

  .columns.thirteen {
    width: 81.25%;
  }

  .columns.fourteen {
    width: 87.5%;
  }

  .columns.fifteen {
    width: 93.75%;
  }

  .columns.sixteen {
    width: 100%;
  }

  .slogan {
    margin-top: 115px;
  }

  .right {
    text-align: right;
  }

  .left {
    text-align: left;
  }

  h1, h3, p, a {
    text-align: left;
  }

  h2 {
    font-size: 1.7em;
    line-height: 1.7em;
    text-align: left;
  }

  .stickynav #menubutton {
    display: none;
  }

  .stickynav #m_bar {
    background: none;
    border-top: 5px solid #b60000;
  }

  .stickynav #m_bar_center {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
  }

  .stickynav #menu {
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 3;
  }

  .stickynav #menu li {
    display: block;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-transform: uppercase;
    font-weight: bold;
  }

  .stickynav #menu li a {
    display: block;
    color: #000;
    background: none;
    letter-spacing: .1em;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 5.5em;
    padding-left: 20px;
  }

  .stickynav #menu li a:hover {
    color: #b60000;
    background: none;
    transition: 0.5s ease 0s;
  }

  .stickynav #menu li a.menu_active {
    color: #b60000;
  }

  .stickynav #logo {
    background: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 338px;
    height: 115px;
    margin-top: 25px;
  }
}
