/*--------------------------------------------------------------
# Theme Setup
/*------------------------------------------------------------------

Brew - Table of Contents
Version 1.0.1

1. Typography
2. Elements
3. Buttons
4. Forms
5. Header
6. Navigation
7. Content
8. Posts
9. Footer
10. Mobile
11. Misc

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# 1. Typography
-------------------------------------------------------------------*/
body {
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Amatic SC', cursive;
  line-height: 1.6;
  background-color: #ffffff;
  font-size: 26px;
  color: #3a3a3a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
p {
  font-weight: 400;
  font-family: 'Archivo Narrow', sans-serif;
  margin-bottom: 25px;
  font-size: 19px;
  margin-left: auto!important;
  margin-right: auto!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
h1 {
  font-size: 40px;
  color: #3a3a3a;
  font-family: 'Amatic SC', cursive;
  margin-top: 0;
  font-weight: normal;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
h2 {
  font-size: 26px;
  color: #ffffff;
  font-family: 'Amatic SC', cursive;
  margin-top: 0;
  font-weight: normal;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
h3 {
  font-size: 26px;
  color: #b72628;
  font-family: 'Amatic SC', cursive;
  margin-top: 0;
  font-weight: normal;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
h4 {
  font-size: 18px;
  color: #3a3a3a;
  font-family: 'Amatic SC', cursive;
  margin-top: 0;
  font-weight: normal;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
h5 {
  font-size: 13px;
  color: #3a3a3a;
  font-family: 'Amatic SC', cursive;
  margin-top: 0;
  font-weight: normal;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
/*------------------------------------------------------------------
# 2. Elements
-------------------------------------------------------------------*/
a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a:hover,
a:focus {
  color: #b72628;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a:focus {
  outline: 1px #eeeeee dotted;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.entry-content p > a {
  text-decoration: underline;
  font-weight: 600;
}
p {
  margin-top: 0;
}
img {
  max-width: 100%;
}
article,
aside {
  margin-bottom: 0;
  background: #ffffff;
  border: 1px #dddddd solid;
  -webkit-box-shadow: 0 4px 2px -3px;
  -moz-box-shadow: 0 4px 2px -3px;
  box-shadow: 0 4px 2px -3px;
}
/*------------------------------------------------------------------
# 3. Buttons
-------------------------------------------------------------------*/
.btn {
  padding: 8px 18px;
   font-size: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.btn[type="submit"] {
  padding: 9.5px 18px;
}
.btn-default {
  background-color: transparent;
  font-weight: 600;
  border-width: 2px;
  color: #222222;
  border-color: #222222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
  background-color: #b72628;
  border-color: #b72628;
  color: #ffffff;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.btn-white {
  vertical-align: middle;
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-white :hover {
  background-color: #ffffff;
  color: #3a3a3a;
}
.btn-centered {
  display: block;
  text-align: center;
  margin: 0 auto;
}
/*------------------------------------------------------------------
# 4. Forms
-------------------------------------------------------------------*/
.form-control {
  border-width: 2px;
  height: 43px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.form-control:focus {
  border-color: #b72628;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer-secondary .form-control {
  height: 43px;
}
/*------------------------------------------------------------------
# 5. Header
-------------------------------------------------------------------*/
.header-hero {
  position: relative;
  top: 25%;
}
.header-hero .content .subtitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #e8e8e8;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-hero .btn-hero {
  background-image: url('../img/btn-back.jpg');
  border: 3px #b72628 solid;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.header-hero .btn-hero:first-of-type {
  margin-right: 15px;
}
.header-hero .btn-hero:hover {
  background: #b72628;
  color: #ffffff;
}
.hero-wrap {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.hero-wrap::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
}


.hero-start {
  position: absolute;
  bottom: 50px;
  left: 50%;
  font-size: 50px;
  margin-left: -25px;
  color: #b3b3b3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  -vendor-animation-duration: 4s;
  -vendor-animation-iteration-count: infinite;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hero-start:hover,
.hero-start:active,
.hero-start:focus {
  color: #ffffff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.branding-wrapper {
  left: 50%;
  position: absolute;
  z-index: 19;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.branding-wrapper .branding-logo > img {


  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.page-title {
  color: #ffffff;
  padding: 135px 0 0 0;
  text-transform: uppercase;
  text-align: center;
}
.page-title > span {
  position: relative;
  border-bottom: 2px #b72628 solid;
  text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
}
.topbar-left {
  float: left;
  text-align: left;
}
.topbar-right {
  float: right;
  text-align: right;
}
.page .header-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 475px;
  position: relative;
}
.page .header-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-content .title {
  margin-top: 0;
  font-size: 46px;
  border-bottom: 3px #b72628 solid;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
}
.header-content .post-meta,
.header-content .post-meta a {
  color: #eeeeee;
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-page .content .subtitle {
  font-size: 20px;
  margin-bottom: 0;
  color: #e6e6e6;
}
.home .nav-wrapper {
  margin: 140px 0;
  padding: 30px 75px;
  background-image: url('../img/navi-back.jpg');
  border-top: solid 3px #b72628;
  border-bottom: solid 3px #b72628;
  margin-bottom: 0;
}
.page .nav-wrapper {
  margin: 140px 0;
  padding: 30px 75px;
  background-image: url('../img/navi-back.jpg');
  border-top: solid 3px #b72628;
  border-bottom: solid 3px #b72628;
  margin-bottom: 0;
}
.toggle-panel {
  display: block;
  background-color: #ffffff;
  background-image: url('../img/btn-back.jpg');
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.toggle-panel > i {
  vertical-align: middle;
}
.toggle-panel:hover {
  background: #b72628;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.home .toggle-panel {
  background-image: url('../img/btn-back.jpg');
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.home .toggle-panel:hover {
  background: #b72628;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/*------------------------------------------------------------------
# 6. Navigation
-------------------------------------------------------------------*/
.main-navigation {
  text-transform: uppercase;
}
.main-navigation > ul {
  margin-bottom: 0;
}
.main-navigation > ul > li:last-child {
  padding-right: 0;
}
.main-navigation > ul > li {
  padding: 0 15px;
}
.main-navigation > ul > li.has-child > a {
  position: relative;
}
.main-navigation > ul > li > a {
  display: block;
  position: relative;
}
.main-navigation ul:not(.submenu) > li:not(.has-child) > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #b72628;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.main-navigation ul > li:not(.has-child) > a:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.main-navigation ul > li.current:not(.has-child) > a::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.main-navigation > ul .submenu li > a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navigation > ul .submenu li > a:hover {
  color: #b72628;
}
.main-navigation > ul .submenu li > a::after {
  display: none;
}
.main-navigation .submenu-default {
  list-style: none;
  max-width: 250px;
  min-width: 174px;
  float: none;
  position: absolute;
  z-index: 9999;
  left: auto;
  background-color: rgba(67, 67, 67, 0.49);
  color: #444444;
  padding: 10px 25px;
  text-align: left;
  pointer-events: none;
  margin-top: 15px;
  border: 2px #b72628 solid;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: 0 4px 2px -3px;
  -moz-box-shadow: 0 4px 2px -3px;
  box-shadow: 0 4px 2px -3px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.main-navigation .submenu-default .active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.main-navigation .submenu-default.active {
  pointer-events: inherit;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hero-wrap .topbar-hero .main-navigation .submenu-default {
  margin-top: 10px;
}
.hero-wrap .topbar-page .main-navigation .submenu-default {
  margin-top: 32px;
}
.topbar-page {
  background-color: #ffffff;
}
.topbar-page .main-navigation > ul > li > a {
  color: #3a3a3a;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.topbar-page .main-navigation li.has-child > a::after {
  top: 40px;
}
.topbar-page .main-navigation > ul .submenu {
  margin-top: 32px;
}
.submenu::before {
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  top: -37px;
  left: 0;
  width: 65%;
}
.topbar-hero .topbar a {
  color: #ffffff;
}
.topbar-hero .main-navigation > ul > li > a {
  font-size: 27px;
  color: #ffffff;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.topbar-hero i,
.topbar-hero .branding-logo {
  color: #ffffff;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
li.has-child:hover a::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.post-nav-wrapper {
  margin-top: 30px;
}
.post-nav a {
  padding: 25px 50px;
  color: #3a3a3a;
  background: #ffffff;
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  border: 2px transparent solid;
  -webkit-box-shadow: 0 4px 2px -3px;
  -moz-box-shadow: 0 4px 2px -3px;
  box-shadow: 0 4px 2px -3px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.post-nav a:hover {
  border: 2px #b72628 solid;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.post-nav .nav-previous,
.post-nav .nav-next {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.post-nav .nav-previous,
.post-nav .nav-next,
.post-nav .nav-title {
  margin-right: 10px;
}
.post-nav .post-nav-previous {
  text-align: left;
}
.post-nav .post-nav-previous::before {
  content: "\f104";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 15px;
  font-size: 45px;
  line-height: 1;
}
.post-nav .post-nav-next {
  text-align: right;
}
.post-nav .post-nav-next::before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  right: 15px;
  font-size: 45px;
  line-height: 1;
}
.page-breadcrumbs {
  color: #3a3a3a;
  background-image: url('../img/bg-main-famax.jpg');
  background-color: #f2f2f2;
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px #000000 dotted;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-breadcrumbs ol {
  margin-bottom: 0;
}
.page-breadcrumbs ol > li {
  padding: 0;
}
.page-breadcrumbs ol > li::after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0 10px;
  color: #3a3a3a;
}
.page-breadcrumbs ol > li:last-of-type::after {
  display: none;
  visibility: hidden;
}
.page-breadcrumbs ol > li > a {
  font-weight: 600;
  text-decoration: underline;
}
.sidebar-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  background-color: #222222;
  padding: 45px 0;
}
.mobile-toggle > a {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 199;
  cursor: pointer;
}
.mobile-navigation > ul > li.has-child.active > a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-navigation > ul > li > a {
  color: #ffffff;
  padding: 15px 25px;
  display: block;
  font-size: 26px;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-navigation > ul > li > a:hover {
  background-color: #b72628;
}
.mobile-navigation > ul > li > .submenu {
  display: none;
  background: #2c2c2c;
}
.mobile-navigation > ul > li > .submenu > li > a {
  color: #ffffff;
  padding: 15px 25px 15px 50px;
  display: block;
  font-size: 18px;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-navigation > ul > li > .submenu > li > a:hover {
  background-color: #444444;
}
.mobile-navigation li.has-child > a::after {
  content: "\f0da";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.close-sidebar {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 33px;
  color: #ffffff;
  text-decoration: none;
}
.close-sidebar:hover {
  color: #ffffff;
  text-decoration: none;
}
/*------------------------------------------------------------------
# 7. Pages
-------------------------------------------------------------------*/
.load-more-wrapper {
  margin: 0 auto;
  text-align: center;
}
.load-more-wrapper > a {
  color: #222222;
  font-weight: 600;
  text-decoration: none;
}
.load-more-wrapper > a > i {
  margin-right: 5px;
}
.page .load-more-wrapper {
  margin: 25px 0 0 0;
}
.page-section {
  position: relative;
  padding: 30px 0;
}
.page-section:first-of-type::before {
  content: "";
}
.page-section:nth-of-type(even) {
  background-color: #f2f2f2;
}
.page-section:nth-of-type(odd) {
  background-image: url('../img/bg-main-sonst.jpg');
  background-color: #f2f2f2;
}
.section-heading {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.section-heading > span {
  font-size: 1.6em;
  position: relative;
}
.section-heading > span::before {
  content: url("../img/deco-heading.png");
  display: inline-block;
  margin-right: 10px;
}
.section-heading > span::after {
  content: url("../img/deco-heading.png");
  display: inline-block;
  margin-left: 10px;
}
.section-title {
  font-weight: 600;
  border-bottom: 1px #d6d6d6 dashed;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 28px;
  margin-top: 0;
}
.page:not(.blog) .entry-content .row {
  margin-bottom: 30px;
}
.page:not(.blog) .entry-content .row:last-of-type {
  margin-bottom: 0;
}
.page:not(.blog) .entry-content .isotope-wrapper.row {
  margin-bottom: 0;
}
.contact-details {
  margin-bottom: 15px;
  padding: 25px;
  background: #f2f2f2;
  border: 2px #dddddd solid;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-details a {
  text-decoration: underline;
}
.contact-address > li:last-of-type {
  margin-top: 10px;
}
.job-item {
  margin-bottom: 50px;
}
.job-item h3 {
  border-bottom: #dddddd 2px solid;
}
.job-item:last-of-type {
  margin-bottom: 0;
}
.events-wrapper img {
  margin-bottom: 15px;
}
.events-wrapper .event-meta {
  padding: 5px 0;
  border-top: 1px #aaaaaa solid;
  border-bottom: 1px #aaaaaa solid;
  font-size: 13px;
  color: #222222;
  font-weight: 600;
}
.events-wrapper .event-meta > li:first-of-type {
  padding-left: 0;
}
.events-wrapper .event-meta > li:last-of-type {
  padding-right: 0;
}
.events-wrapper .event-meta > li::before {
  padding-right: 10px;
  color: #3a3a3a;
}
.events-wrapper .event-meta > li::after {
  content: "|";
  display: inline-block;
  position: relative;
  left: 7px;
  color: #aaaaaa;
}
.events-wrapper .event-meta > li:last-of-type::after {
  display: none;
}
.event-title {
  margin-bottom: 10px;
}
.event-modal-meta li::before {
  width: 25px;
}
.event-time::before {
  font-family: "FontAwesome";
  content: "\f017";
  display: inline-block;
}
.event-location::before {
  font-family: "FontAwesome";
  content: "\f041";
  display: inline-block;
}
.event-date::before {
  font-family: "FontAwesome";
  content: "\f073";
  display: inline-block;
}
.event-modal-meta {
  background: #f2f2f2;
  font-size: 14px;
  padding: 10px;
  height: 225px;
  border: 2px #dddddd solid;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-event-title {
  border-bottom: 2px #dddddd solid;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.modal-event .tab-content {
  margin: 15px 0;
}
.modal-event .tab-content img {
  margin-bottom: 15px;
}
.modal-beers table {
  font-size: 13px;
}
/*------------------------------------------------------------------
# 8. Homepage
-------------------------------------------------------------------*/


.home-section:nth-of-type(even) {
	background-image: url('../img/navi-back.jpg');
  background-color: #ffffff;
}

.home-section:nth-of-type(odd) {
	background-image: url('../img/bg-main-famax.jpg');
  background-color: #f2f2f2;
}
.home .page-section,
.home .section-padding {
  padding: 28px 0;
}
.award-title {
  text-align: center;
  margin-top: 20px;
}
.features-grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.features-grid figure {
  position: relative;
  float: left;
  margin: 0;
  overflow: hidden;
  text-align: center;
  cursor: cell;
  min-height: 320px;
  max-height: 470px;
}
.features-grid figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.features-grid figure:hover figcaption h2::before {
  border-bottom: 2px #ffffff solid;
}
.features-grid figure:hover figcaption p {
  margin-top: 15px;
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.features-grid figure:hover::before {
  background-color: transparent;
  background-color: rgba(183, 38, 40, 0.9);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.features-grid figure figcaption::before,
.features-grid figure figcaption::after {
  pointer-events: none;
}
.features-grid figcaption {
  color: #ffffff;
  padding: 50px 50px;
  text-align: left;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.features-grid figcaption p {
  opacity: 0;
  font-weight: 400;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.features-grid figcaption h2 {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-size: 30px;
}
.features-grid figcaption h2::before {
  content: "";
  border-bottom: none;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -10px;
}
.features-grid img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.features-grid figure figcaption * {
  color: #ffffff;
}
.features-grid figure figcaption,
.features-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------------
# 9. Posts
-------------------------------------------------------------------*/
.blog .page-section {
  background-color: #f2f2f2;
}
.blog .page-breadcrumbs {
  background-color: #ffffff;
}
.blog .entry-content .btn {
  padding: 5px 10px;
}
.page.blog .footer-secondary {
  background-color: #ffffff;
}
.news-single .page-section {
  background-color: #f1f1f1;
}
.post-title {
  font-size: 27px;
  font-family: 'Amatic SC', cursive;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.post-title:hover {
  color: #b72628;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.blog-single .post-title {
  font-size: 30px;
}
.blog-single .post-title:hover {
  color: #3a3a3a;
}
.post-content {
  padding: 10px 20px 20px 20px;
  margin-bottom: 0;
}
.post-content footer > .post-meta {
  margin-bottom: 0;
}
.read-more {
  margin-bottom: 15px;
}
.post-meta {
  color: #222222;
  padding: 5px 0;
  border-top: 1px #aaaaaa solid;
  border-bottom: 1px #aaaaaa solid;
  margin-bottom: 15px;
}
.post-meta ul {
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1.6;
}
.post-meta > ul {
  font-weight: 600;
}
.post-meta > ul > li {
  font-size: 14px;
}
.post-meta > ul > li .heart-post {
  text-decoration: none;
  color: #b72628;
}
.post-meta > ul > li > a {
  text-decoration: none;
  color: #222222;
  font-size: 13px;
}
.post-meta > ul > li > a:hover {
  color: #b72628;
}
.post-meta li {
  padding-left: 0;
  padding-right: 0;
}
.post-meta li::before {
  color: #222222;
}
.post-meta li::after {
  content: "/";
  display: inline-block;
  margin: 0 0 0 5px;
  color: #aaaaaa;
}
.post-meta li:last-of-type::after {
  content: "";
  margin-right: 0;
}
.post-meta .meta-tag {
  margin-right: 5px;
}
.post-meta .meta-tag:last-of-type {
  margin-right: 0;
}
.post-meta .meta-tag::before {
  content: "\f02b";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}
.post-meta .meta-category {
  margin-right: 5px;
}
.post-meta .meta-category::before {
  content: "\f114";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}
.post-meta .meta-category:last-of-type {
  margin-right: 0;
}
.post-meta .meta-heart::before {
  content: "\f08a";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  color: red;
}
.post-meta .meta-heart.liked::before {
  content: "\f004";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  color: red;
}
.post-meta .meta-user::before {
  content: "\f007";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}
.post-meta .meta-views span {
  cursor: help;
}
.post-meta .meta-views::before {
  content: "\f06e";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}
.post-meta .meta-comment::before {
  content: "\f0e5";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}
.post-meta .meta-date::before {
  content: "\f073";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}
article p:last-of-type {
  margin-bottom: 20px;
}
.format-video iframe {
  width: 100%;
  height: 100%;
}
.format-aside p:last-of-type {
  margin-bottom: 0;
}
.format-quote blockquote {
  border-left: none;
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 65px;
  font-style: italic;
  font-size: 26px;
  margin-bottom: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.format-quote .quote-author {
  color: #f1f1f1;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
}
.format-quote .quote-author::before {
  content: "\2014 \00A0";
}
.format-quote .quote-content {
  margin-bottom: 15px;
  position: relative;
}
.format-quote .quote-content::before {
  font-family: "FontAwesome";
  content: "\f10d";
  display: inline-block;
  margin-right: 10px;
  font-size: 26px;
  vertical-align: baseline;
}
.format-quote .quote-content::after {
  font-family: "FontAwesome";
  content: "\f10e";
  display: inline-block;
  margin-left: 10px;
  font-size: 26px;
  vertical-align: baseline;
}
.format-gallery .slick-dots {
  bottom: 0;
  background-color: #3a3a3a;
  z-index: 12;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.format-gallery .slick-dots li button:before {
  color: #ffffff;
  font-size: 26px;
}
.format-gallery .slick-dots li button:before {
  color: #ffffff;
}
.format-gallery::after {
  margin-top: -18.5px;
}
.format-gallery .gallery-item {
  max-height: 374px;
  overflow: hidden;
}
.format-gallery:hover .slick-dots {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.format-gallery.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.format-gallery .gallery-item > a::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgba(183, 38, 40, 0.8);
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.format-gallery .gallery-item > a:hover::before {
  z-index: 11;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
article .post-audio audio {
  width: 100%;
}
.post-calendar {
  max-width: 100%;
  width: 100%;
}
.post-calendar caption {
  padding: 8px;
  background-color: #3a3a3a;
  color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-calendar td,
.post-calendar th {
  text-align: center;
  border: 1px #dddddd solid;
  padding: 2.5px 5px;
}
.post-calendar tfoot td {
  border: none;
  text-align: left;
}
.widget-title {
  font-size: 26px;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: 1px #b72628 solid;
}
.widget-area ul > li > a {
  font-size: 26px;
}
.comment-author {
  text-align: center;
  text-decoration: none;
}
.comment-author > a {
  font-family: 'Amatic SC', cursive;
  font-size: 18px;
  margin: 0 0 5px 0;
  display: inline-block;
  font-weight: 300;
  line-height: 1;
}
.comment-author > img {
  display: block;
  margin: 0 auto 15px;
  width: 80px;
  height: auto;
  border: 2px #aaaaaa solid;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.comment-author time {
  font-size: 13px;
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}
.comment-author::after {
  content: "";
  border: 1px #b72628 solid;
  width: 35%;
  display: block;
  text-align: center;
  margin: 5px auto 10px;
}
.reply {
  font-weight: 600;
  font-size: 13px;
  text-align: right;
}
.comments-title {
  margin: 30px 0 20px 0;
}
.comments-title::before {
  content: "\f0e6";
  font-family: "FontAwesome";
  font-size: 30px;
  display: inline-block;
  margin-right: 15px;
}
.comment-child {
  list-style: none;
}
.comment-content p:last-of-type {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #dddddd solid;
}
.comment-metadata time::before {
  content: "\f073";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}
.comment-reply-link {
  text-decoration: none;
}
.comment-reply-link::before {
  content: "\f112";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}
/*------------------------------------------------------------------
# 10. Footer
-------------------------------------------------------------------*/
.footer-wrapper {
  position: relative;
}
.footer-wrapper .footer-nav-title {
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.footer-wrapper .footer-nav-title > span {
  border-bottom: 1px #ffffff dashed;
  padding-bottom: 5px;
}
.footer-secondary {
  padding: 15px 0;
  color: #ffffff;
}
.footer-secondary p {
  margin-bottom: 0;
  color: #ffffff;
}
.footer-secondary .footer-secondary-right {
  text-align: right;
}
.footer-secondary .footer-secondary-nav {
  text-align: right;
}
.footer-secondary .social-icons {
  margin: 0;
  margin-right:50px;
  padding: 12px;
  line-height: 1;
  font-size: 27px;
}
.footer-secondary .social-icons > li > a {
  text-decoration: none;
  color: #ffffff;
  font-size: 27px;
}
.footer-secondary .social-icons > li > a:hover {
  color: #ffffff;
   font-size: 27px;
}
.footer-secondary .social-icons > li:first-child {
  padding-left: 0;
}
.footer-secondary .social-icons li:last-child {
  padding-right: 0;
}
.footer-secondary ul li:first-of-type {
  padding-left: 0;
}
.footer-secondary ul {
  margin: 0;
}
.footer-secondary ul li:last-of-type {
  padding-right: 0;
}
.footer-secondary ul > li > a {
  color: #b72628;
  position: relative;
  text-decoration: none;
  font-size: 27px;
}
.footer-secondary small {
  color: #ffffff;
}
.home .footer-secondary {
	background-image: url('../img/navi-back.jpg');
  background-color: #f2f2f2;
}
.page .footer-secondary {
  background-image: url('../img/navi-back.jpg');
  background-color: #f2f2f2;
}
.footer-newsletter .btn-default {
  background-color: #b72628;
  border-color: #b72628;
  color: #ffffff;
}
.footer-newsletter .btn-default:hover {
  background-color: #b72628;
  border-color: transparent;
}
/*------------------------------------------------------------------
# 11. Plugins
-------------------------------------------------------------------*/
.theme-light.gifLoader .gifLoaderInner {
  background-color: #f2f2f2;
  background-size: 64px;
}
.remodal {
  text-align: left;
}
.remodal .table > tbody > tr > td {
  border: 2px #dddddd solid;
  width: 50%;
}
.remodal h3 {
  border-bottom: 2px #dddddd solid;
  text-transform: uppercase;
}
.remodal p {
  margin-bottom: 15px;
}
.remodal .item-modal-image {
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.remodal .item-modal-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  background-color: rgba(183, 38, 40, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.remodal .item-modal-image::after {
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 24px;
  content: "\f00e";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11.5px;
  margin-top: -19px;
  opacity: 0;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.remodal .item-modal-image:hover::after {
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 24px;
  content: "\f00e";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11.5px;
  margin-top: -19px;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.remodal .item-modal-image:hover::before {
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.isotope::after {
  content: "";
  display: block;
  clear: both;
}
.grid-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.grid-item.col-lg-3 figure,
.grid-item.col-md-3 figure,
.grid-item.col-sm-3 figure {
  max-width: 100.4%;
  width: 100.4%;
}
.grid-item.col-lg-6.height2 .grid-content,
.grid-item.col-lg-8.height2 .grid-content,
.grid-item.col-lg-12.height2 .grid-content {
  padding: 25px;
  text-align: left;
  color: #ffffff;
}
.grid-item.col-lg-6.height2 .grid-content h5,
.grid-item.col-lg-8.height2 .grid-content h5,
.grid-item.col-lg-12.height2 .grid-content h5 {
  color: #ffffff;
  font-size: 25px;
}
.grid-item:last-of-type {
  margin-bottom: 0;
}
.grid-item figure {
  width: 100%;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grid-item figure:hover .grid-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.grid-item figure:hover .grid-content::before {
  z-index: 11;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.grid-item figure:not(.post-image) {
  height: 333.88px;
  /* Base figure height */
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.grid-item figure:not(.format-video)::before {
  content: "";
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgba(183, 38, 40, 0.8);
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.grid-item figure:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.grid-item a > img {
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.grid-item:hover a > img {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.home .grid-item {
  position: relative;
  margin-bottom: 30px;
}
.home .grid-item a {
  background-color: #efefef;
  -webkit-box-shadow: 0 4px 2px -3px;
  -moz-box-shadow: 0 4px 2px -3px;
  box-shadow: 0 4px 2px -3px;
}
.page:not(.blog) .grid-item a {
  background-color: transparent;
}
.gutter .grid-item.height2 figure:not(.post-image) {
  /* Add 30px (1 row) spacing for the gutter */
  height: calc(697.76px);
}
.gutter .grid-item.height3 figure:not(.post-image) {
  /* Add 60px (2 row) spacing for the gutter */
  height: calc(1061.64px);
}
.no-gutter .grid-item.height2 figure:not(.post-image) {
  height: calc(667.76px);
}
.no-gutter .grid-item.height3 figure:not(.post-image) {
  height: calc(1001.64px);
}
.grid-content {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: -35px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 12;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.grid-content {
  color: #ffffff;
}
.grid-content p {
  font-size: 14px;
  font-weight: 300;
}
.grid-content .grid-title {
  font-family: 'Amatic SC', cursive;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.grid-content .grid-title > span {
  position: relative;
  display: inline-block;
  border-top: 2px #f7f7f7 solid;
  border-bottom: 2px #f7f7f7 solid;
  padding: 10px 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.isotope-filters .btn {
  background-color: transparent;
  font-weight: 600;
  margin-right: 10px;
  border: none;
  color: #222222;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.isotope-filters .btn:hover,
.isotope-filters .btn:focus,
.isotope-filters .btn:active {
  outline: none;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  color: #b72628;
  text-decoration: underline;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.isotope-filters .btn:focus,
.isotope-filters .btn:active {
  outline: 0;
}
.isotope-filters .btn :last-of-type {
  margin-right: 0;
}
.isotope-filters .btn.is-checked {
  text-decoration: underline;
  color: #b72628;
}
.isotope-beers.no-gutter {
  margin-bottom: 30px;
}
.isotope-beers .grid-item a {
  background-color: #efefef;
}
.no-gutter .grid-item {
  margin-bottom: 0;
}
.isotope-filters {
  text-align: center;
  margin: 0 0 25px 0;
}
.grid-wrapper > a {
  display: block;
  cursor: cell;
}
.featherlight-previous,
.featherlight-next {
  position: absolute;
  top: 50%;
  background: #b72628;
  width: 55px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.featherlight-previous:hover,
.featherlight-next:hover {
  background: #b72628;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.image-lightbox {
  display: block;
}
.featherlight-previous {
  left: 35px;
}
.featherlight-next {
  right: 35px;
}
figure:not(.format-video)::after,
.format-gallery::after,
.lightbox-image figure::after {
  position: absolute;
  font-family: "FontAwesome";
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #ffffff;
  color: #3a3a3a;
  top: 50px;
  right: 25px;
  margin-top: -24px;
  z-index: 12;
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.format-gallery::after,
.post-image::after,
.lightbox-image figure:after {
  content: "\f065";
}
figure:not(.format-video):hover::after,
.format-gallery:hover::after,
.lightbox-image figure:hover::after {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slick-dots {
  padding: 5px;
}
.slick-dots li.slick-active button:before {
  color: #b72628;
}
.slick-dots li button:before {
  font-size: 15px;
  color: #b72628;
}
.slick-slide:focus {
  outline: 0;
}
.about-slider a {
  width: 100%;
  height: auto;
  max-height: 350px;
}
.about-slider .slick-dots {
  position: static;
  padding: 0;
}
.about-slider .slick-dots li > a {
  display: block;
  position: relative;
}
.about-slider .slick-dots li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.about-slider .slick-dots li > a:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.about-slider .slick-dots .slick-active > a::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.about-slider .slick-dots li {
  width: 25%;
  margin: 0;
  padding: 0;
  height: auto;
}
.about-slider .slick-list {
  margin: 0 0 15px;
}
.about-slider .slick-next,
.about-slider .slick-prev {
  z-index: 11;
  top: 50%;
  width: 37px;
  height: 54px;
  line-height: 60px;
  background: #b72628;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.about-slider .slick-next:hover,
.about-slider .slick-prev:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.about-slider .slick-next {
  right: 10px;
}
.about-slider .slick-next::before {
  content: "\f105";
}
.about-slider .slick-prev {
  left: 10px;
}
.about-slider .slick-prev:before {
  content: "\f104";
}
.about-slider .slick-next::before,
.about-slider .slick-prev::before {
  display: block;
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 27px;
  line-height: 54px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.about-slider .slick-next:hover::before,
.about-slider .slick-prev:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.about-single-gallery {
  cursor: zoom-in;
  position: relative;
}
.about-single-gallery img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.about-single-gallery::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgba(58, 58, 58, 0.5);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.about-single-gallery:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.about-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.clients-carousel a {
  display: block;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.clients-carousel a:hover,
.clients-carousel a:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  outline: 0;
}
.clients-carousel a > img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.page-section:nth-of-type(even) .testimonial-item blockquote::before {
  border-color: transparent #f2f2f2 transparent transparent;
}
.page-section:nth-of-type(even) .testimonial-item blockquote > p {
  background-color: #f2f2f2;
}
.tooltipster-noir {
  background: rgba(35, 35, 35, 0.9);
  color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.tooltipster-noir .tooltipster-content {
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 10px;
}
.home-gmap {
  width: 100%;
  height: 380px;
  color: #444444;
  position: relative;
}
.home-gmap a {
  text-decoration: underline;
}
.contact-gmap {
  width: 360px;
  max-width: 100%;
  height: 300px;
  color: #444444;
  position: relative;
}
.contact-gmap a {
  text-decoration: underline;
}
.event-gmap {
  width: 100%;
  height: 380px;
  color: #444444;
  position: relative;
}
.event-gmap a {
  text-decoration: underline;
}
.selectric .label {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.selectric .button,
.selectric-hover .button,
.selectric-hover .selectric .button:after {
  background: #b72628;
  border-top-color: #ffffff;
}
.selectric .button:hover,
.selectric-hover .button:hover,
.selectric-hover .selectric .button:after:hover {
  background: #b72628;
  border-top-color: #ffffff;
}
.parsley-errors-list {
  padding: 0;
  list-style: none;
  color: red;
  min-height: 22px;
  display: block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.parsley-error {
  border: 2px red solid;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.parsley-success {
  border: 2px green solid;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form-control.parsley-error:focus {
  border: 2px red solid;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form-control.parsley-success:focus {
  border: 2px green solid;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.jssocials-shares {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------------------------------------------------
# 12. Mobile
-------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .features-grid figure {
    min-height: 274px;
    max-height: 274px;
  }
}
@media (max-width: 1199px) {
  .entry-content [class*="col-"],
  .footer-primary [class*="col-"] {
    margin-bottom: 25px;
  }
  .entry-content [class*="col-"]:last-of-type,
  .footer-primary [class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
  .entry-content .no-margin [class*="col-"] {
    margin-bottom: 0!important;
  }
  .entry-content [class*="col-"]:last-child,
  .footer-secondary [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  [class*="col-"] .row:last-of-type {
    margin-bottom: 0;
  }
  .isotope.no-gutter [class*="col-"] {
    margin-bottom: 0;
  }
  .isotope-filters button {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .page-section .row:last-of-type {
    margin-bottom: 0;
  }
  .section-services .row {
    margin-bottom: 50px;
  }
  .topbar-hero .branding-logo {
    margin: 0 auto 50px;
  }
  .features-grid figure {
    min-height: 267px;
    max-height: 267px;
  }
  .modal-beers .image-lightbox {
    margin-bottom: 30px;
  }
  .load-more-wrapper {
    margin: 0;
  }
  .entry-content .row:last-of-type {
    margin-bottom: 0!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	
		.branding-logo > img {
  max-width: 370px;
  margin: 30px 30px 0 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
  .grid figure {
    min-height: 221px;
    max-height: 221px;
  }
  .post-calendar td,
  .post-calendar th {
    padding: 0;
  }
  .page .nav-wrapper {
    padding: 30px 5px;
  }
}
@media (max-width: 991px) {
	
		.branding-logo > img {
  max-width: 220px;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
  .topbar-right {
    padding: 8px 0;
  }
  .topbar {
    padding: 5px 30px;
  }
  .topbar .main-navigation > ul > li {
    padding-right: 0;
  }
  .event-modal-meta {
    height: auto;
    margin-bottom: 10px;
  }
  .header-hero {
    position: relative;
    top: 30%;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-title {
    color: #ffffff;
    padding: 170px 0 0 0;
  }
  .header-hero .content .subtitle {
    font-size: 1.1em;
  }
  .form-inline .form-group {
    display: block;
    text-align: left;
  }
  .form-inline .form-group .form-control {
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 258px;
  }
  .contact-map {
    width: 100%;
    max-width: 100%;
  }
  .contact-details {
    text-align: left;
  }
}
@media (max-width: 767px) {
	
		.branding-logo > img {
  max-width: 220px;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
  .form-inline .form-group {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .form-inline .form-group .form-control {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 258px;
  }
  /* Row re-order fix for bootstrap
    * http://stackoverflow.com/a/25715035 */
  .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
    /* Fix the horizontal alignment */
  }
  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
    /* Fix the horizontal alignment */
  }
  .header-content {
    padding: 30px;
  }
  .header .content h1 {
    font-size: 34px;
  }
  .footer-secondary ul li:first-of-type {
    padding-left: 0;
  }
  .footer-secondary ul li:last-of-type {
    padding-right: 0;
  }
  .footer-wrapper .social-icons {
    margin: 10px auto 0;
    text-align: center;
	font-size: 27px;
  }
  .testimonial-item {
    margin: 35px;
  }
  .testimonial-item blockquote::before {
    display: none;
  }
  .section-title {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 480px) {
	
	.branding-logo > img {
  max-width: 220px;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
  .topbar-hero .branding-logo {
  
    font-size: 31px;
  }
  .entry-content .btn {
    display: block;
  }
  .btn-centered {
    margin: 25px auto 0;
  }
}
/*------------------------------------------------------------------
# 13. Helper Classes
-------------------------------------------------------------------*/
.no-margin {
  margin: 0!important;
}
.list-inline {
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.list-unstyled {
  margin-bottom: 0;
}
.no-padding {
  padding: 0!important;
}
.no-padding-bottom {
  padding-bottom: 0!important;
}
.image-centered {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.padded-container {
  padding: 20px;
  margin-bottom: 15px;
}
.external-link::after {
  content: "\f08e";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
}
/*------------------------------------------------------------------
# 14. Other
-------------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background-color: #b72628;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate3d(75px, 0px, 0px);
  -moz-transform: translate3d(75px, 0px, 0px);
  -ms-transform: translate3d(75px, 0px, 0px);
  -o-transform: translate3d(75px, 0px, 0px);
  transform: translate3d(75px, 0px, 0px);
}
.back-to-top.active {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.back-to-top:hover,
.back-to-top:focus {
  color: #ffffff;
  text-decoration: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.social-icons-wrapper {
  text-decoration: none;
  text-align: right;
}
/*------------------------------------------------------------------
# 15. Mixins
-------------------------------------------------------------------*/
.shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.smoothing-subpixel {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.smoothing-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}



/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

form {
    font-size: 1.2rem;
    font-weight: 100;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top
  /* 2 */
}


/* Forms
================================================================ */
form {
  font-size: 1.2rem;
  font-weight: 100;
}
form .form-element {
  position: relative;
}
form .form-element input:focus,
form .form-element textarea:focus {
  outline: 0;
  box-shadow: none;
}
form .form-element input:focus ~ label,
form .form-element textarea:focus ~ label {
  background: #b72628;
  color: white;
  display: inline;
  left: auto;
  padding: 0 0.2em;
  right: -0.025em;
  top: 0;
  z-index: 2;
  margin-right: 0;
  margin-left: 2em;
  display: block !important;
}
form .form-element input:focus:invalid ~ label,
form .form-element textarea:focus:invalid ~ label {
  background: #C23A2C;
}
form .form-element input:focus:valid ~ label,
form .form-element textarea:focus:valid ~ label {
  background: #2DCC70;
}
form .box {
  width: 100%;
  border: 1px dotted #b72628;
  transition: 0.4s;
  padding: 0.75em;
  background: rgba(0, 0, 0, 0.075);
}
form .box:focus, form .box:hover {
  border-color: #b72628;
}
form .box:focus {
  background: white;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form fieldset .form-element {
  margin-bottom: 1em;
}
form label {
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 50%;
  font-size: 26px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  margin-right: 2em;
  margin-left: 0;
}
form input:focus:invalid,
form textarea:focus:invalid {
  border-color: #C23A2C;
}
form input:focus:valid,
form textarea:focus:valid {
  border-color: #2DCC70;
}
form input {
  display: block;
  transition: 0.4s;
}
form input[type="checkbox"], form input[type="radio"] {
  display: inline;
}
form input[type="submit"], form input button {
  background: #b72628;
  border: none;
  color: white;
  padding: 0.5em 1em;
  display: inline-block;
  width: 100%;
}
form input:required {
  box-shadow: none;
}
form textarea {
  height: 200px;
  margin-bottom: 1em;
  box-shadow: none;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.5);
}
form select {
  color: #111111;
}
form select.box {
  padding: 0.44em;
}
@media (min-width: 460px) {
  form fieldset .form-element {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  form fieldset .form-element:nth-child(odd) {
    margin-left: 0;
  }
  form textarea {
    margin-bottom: 2%;
  }
}
@media (min-width: 940px) {
  form label,
  form textarea {
    font-size: 26px;
  }
  form input[type="submit"], form input button {
    width: auto;
  }
}

.input-toggle {
  position: relative;
}
.input-toggle input {
  position: absolute;
  opacity: 0;
}
.input-toggle input + label {
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 30px;
  width: 50px;
  border-radius: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
}
.input-toggle input + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
  transition: .25s ease-in-out;
}
.input-toggle input + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0px;
  border-radius: 15px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: .25s ease-in-out;
}
.input-toggle input:checked + label:before {
  width: 50px;
  background: #b72628;
}
.input-toggle input:checked + label:after {
  left: 20px;
  box-shadow: inset 0 0 0 1px #b72628;
}

form,
input,
textarea,
label {
   font-family: 'Amatic SC', cursive;
   font-size: 26px;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: lighter;
  transition: 0.4s;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: lighter;
  transition: 0.4s;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: lighter;
  transition: 0.4s;
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: lighter;
  transition: 0.4s;
}



	.error_message {		
		text-align:center;		
		margin-bottom:30px;
		font-size:26px;		
		color:#e93735;		
		font-weight:bold;		
	}
	
	#success_page {		
		text-align:center;		
	}	
	
	#success_page p {		
		color:#999999;		
		margin-top:20px;		
	}
	
	#message fieldset {		
		border:none;		
	}

	#map_canvas {
		width:100%;
		height:0px;
		z-index:0;
		position:relative;	
	}
	
	.button.full-width {
  width: 100%;
  text-align: center;
  padding: 0.4em;
  font-size: 26px;
}


#map_canvas {
    width: 100%;
    height: 400px;
    z-index: 0;
    position: relative;
}

.google-maps {
        position: relative;
        padding-bottom: 0; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: relative;
        top: 0;
        left: 0;
		margin-bottom:-11px;
        width: 100% !important;
        height: 450px;
    }