
body {
  font-family: 'Open Sans', sans-serif;
}


img {
  max-width: 100%;
}

a, button {
  text-decoration: none !important;
  outline: none !important;
}

a, button {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.footer-logo-hub {
  max-width: 80px;
  margin: 25px 0px 0px;
}

.mobilenav {
  display: none;
}

p a {
  color: rgba(0, 204, 175, 1) !important;
}

/* Icon 1 */

#nav-icon2 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 40%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 40%;
  border-radius: 0 0px 0px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 0px 0 0 0px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span {
  width: 40%;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(40% - 2px);
  top: 7px
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 24px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(40% - 2px);
  top: 24px;
}

.main-logo {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-top: 0px;
  padding: 10px 0px;
}

.body-wrap {
  width: 100%;
  height: 100%;
  background-size: cover !importantf;
  background-attachment: fixed !important;
}

.navbar {
  border: none !important;
  margin: 0px;
  padding: 0px;
}

.navbar ul {
  margin: 0px;
  padding: 0px;
}

.hub-logo {
  max-width: 180px;
  display: table-cell;
  margin: auto;
  position: absolute;
  left: 50%;
  clear: both;
  margin-left: -90px;
  top: 160px;
  text-align: center;
  padding-top: 5px;
}

.main-content {
  padding: 200px 0px 100px;
}

.navbar ul li {
  display: inline-block;
  list-style:none;
}

.desktopnav {
  position: absolute;
  top: 32px;
  background: transparent !important;
  width: 100%;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  transition:all 1s ease;
}

.topnav li a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  color: #fff;
  margin: 0px 15px;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-top: 0px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.rightnav {
  text-align: center;
}

h1,h2, h3, h4, h5 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  text-transform: uppercase;
  color: #000;
  margin: 0px;
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
}


#fixedNav-alt.desktopnav {
  position: fixed;
  top: 32px;
  opacity: 0;
  z-index: 1000;
  visibility: visible;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  top: 0px;
}

#fixedNav.greynav.show-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#fixedNav-alt .main-logo {
  max-width: 100px;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-top: 14px;
}

#fixedNav-alt .topnav li a {
  padding-top: 0px;
  padding-bottom: 5px;
  color: #000;
  text-shadow: none !important;
}

#fixedNav-alt.desktopnav.show-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
  background: rgba(255,255,255,1) !important;
}

.greynav.sticky-top {
  opacity: 1;
  z-index: 999;
}

.sticky .main-logo {
  margin: 0px auto;
  padding: 10px;
  max-width: 85px;
}

.sticky .topnav li a {
  padding-top: 8px;
  margin-bottom: 8px;
}

.form-control {
  background: transparent;
  font-size: 15px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  border-radius: 0px !important;
  padding-left: 0px;
  padding-bottom: 12px;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  letter-spacing: 5px;
}

footer {
  padding: 50px 0px 35px;
  background: #fff;
}

.footer-logo {
  max-width: 100px;
}

.footer-logo-bottom {
  max-width: 180px;
  display: block;
  margin-top: 25px;
}

.copyright p, .copyright a {
  margin: 0px;
  padding: 0px;
  font-family: 'Georgia', sans-serif;
  color: #000 !important;
  font-size: 15px;
  letter-spacing: 2.5px;
}

footer ul li {
  list-style: none !important;
}

footer ul li a {
 font-family: Georgia, Times, 'Times New Roman', serif;
 padding-bottom: 10px;
 display: block;
 color: #000 !important; 
 letter-spacing: 2.5px;
}

.address {
  font-family: Georgia, Times, 'Times New Roman', serif;
  padding-bottom: 10px;
  display: block;
  color: #000 !important; 
  letter-spacing: 2.5px;
  margin-bottom: 0px;
  font-size: 15px;
}

.social-footer a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  margin: 5px 0px;
  margin-right: 5px;
  color: #000 !important;
}

.social-footer a:hover {
  color: #fff !important;
  background: #000;
}

.copyright {
  background: #d8d8d8;
  color: #fff !important;
  padding: 15px 0px;
}

.inputMaterial {
  font-size: 18px;
  padding: 5px 0px;
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.8);
  font-family: Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 2px;
  color: #fff;
}

.inputMaterial:focus {
  outline: none;
}

label {
  color: #fff;
  font-size: 16px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 5px;
  opacity: 0.9;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label {
  top: -20px;
  font-size: 12px;
  color: #fff;
  
}

.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:1px; 
  width:0;
  bottom:1px;
  opacity: 1; 
  position:absolute;
  background: #fff; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width:50%;
}

.welcome-block {
  padding: 40px 50px;
  background: rgba(80,85,90, 0.85);
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.welcome-block h1 {
  color: #fff;
  letter-spacing: 5px;
  font-size: 25px;
  line-height: 1.6em;
}

.title-underline {
  display: block;
  height: 4px;
  width: 150px;
  margin: 20px auto;
  background: #00d5b7;
}

.welcome-block p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}

.text-button {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  font-style: italic;
  color: #01d4b6 !important;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
}

.welcome-btns {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.btn-green {
  background: #00ccaf;
  color: #fff !important;
  display: block;
  padding: 8px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  letter-spacing: 0.8px;
}

.btn-green.hvr-bounce-to-right:before {
  background: #009782 !important
}

.green1 {
  background: #00BBA0;
}

.green1.hvr-bounce-to-right:before {
  background: #008673 !important;
}

.green2 {
  background: #00957f;
}

.green2.hvr-bounce-to-right:before {
  background: #005246 !important;
}

.image-block {
  min-height: 350px;
  position: relative;
  width: 100%;
  background: #666;
  color: #fff;
  background-size: cover !important;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.image-block p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}

.image-block h2 {
  color: #fff;
  font-style: italic;
  letter-spacing: 5px;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: none !important;
}

.image-block .text-button {
  padding-left: 0px;
}

.image-block-wrap {
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.image-block:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(rgba(80,80,80,0), rgba(80,80,80,0.8));
  background: -webkit-radial-gradient(rgba(80,80,80,0), rgba(80,80,80,0.8));
  background: -o-radial-gradient(rgba(80,80,80,0), rgba(80,80,80,0.8));
  background: -moz-radial-gradient(rgba(80,80,80,0), rgba(80,80,80,0.5));
  opacity: 1;
}

.mBot0 {
  margin-bottom: 0px !important;
}

.image-block.food {
  min-height: 393px;
  margin-top: 25px;
  background: radial-gradient(rgba(80,80,80,0), rgba(80,80,80,0.8));
  background: -webkit-radial-gradient(rgba(80,80,80,0), rgba(80,80,80,0.8));
  background: -o-radial-gradient(rgba(80,80,80,0), rgba(80,80,80,0.8));
  background: -moz-radial-gradient(rgba(80,80,80,0), rgba(80,80,80,0.8));
}

.newsletter .btn-green {
  font-size: 12px;
}

#block1, #block2, #block3, #block4 {
  opacity: 0;
}

body, #-alt {
  opacity: 0;
}

.subpage-block {
  margin-top: 0px !important;
  min-height: 350px !important;
  height: 350px !important;
}

.menu-content .btn-outline-dark {
  color: #fff !important;
}

.success {
  font-family: Georgia;
  letter-spacing: 2px;
}

.subpage-hero {
  display: table;
  position: relative;
  width: 100%;
  height: 330px;
  background-position: center center !important;
}

.subpage-hero h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  letter-spacing: 5px;
  font-size: 25px;
}

.hero-btns {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 60%;
  left: 20%;
}

.hero-btns a {
  text-align: center !important;
}

.subpage-content h3 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px;
}

.subpage-content .title-underline {
  margin-left: 0px;
}

.subpage-content {
  background: rgba(80,85,90, 0.85);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  margin-bottom: 40px;
  color: #fff !important;
  padding: 40px 0px 25px;
  font-family: 'Open Sans', sans-serif;
}

.menu-content {
  background: rgba(80,85,90, 0.85);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  color: #fff;
  padding: 40px 25px;
}

.btn-outline-dark {
  background: #00ccaf;
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
  border: none !important;
  font-family: Georgia;
  border-radius: 0px !important;
  padding: 10px 40px;
  margin-top: 25px;
}

.btn-outline-dark:hover {
  background: #00bba0;
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
  border: none !important;
  border-radius: 0px !important;
}

.menu-header {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
}

.menu-header h3 {
  padding: 60px 0px;
  color: #fff !important;
  text-align: center;
  letter-spacing: 8px;
}

.accordion-content p strong {
  font-weight: 400;
  font-family: 'Georgia', serif;
  letter-spacing: 1.5px;
  font-size: 20px;
}

.btn-newsletter {
  display: block;
  width: 100%;
}

#newsletterBlock {
  min-height: 255px;
  display: table;
  width: 100%;
  position: absolute;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}

#newsletterBlock.show-div { 
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

#block4.newsletter {
  position: relative;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#block4.newsletter.hide-div {
  opacity: 0;
}

#newsletterBlock h1 {
  font-size: 20px;
  display: none;
}

.home-news-block-wrap {
  position: relative;
}

.news-wrap {
  display: table-cell;
  vertical-align: middle;
}

#newsletter_form {
  margin-top: 40px;
}

#newsletterBlock button {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion {
  padding-top: 25px;
  padding-bottom: 25px;
}

.careerhero {
  height: 460px;
}

.careerhero h1 {
  position: relative;
  top: -100px;
}

.accordion-btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #fff !important;
  font-family: 'Georgia', serif;
  font-size: 20px;
  letter-spacing: 3px;
}

.grey1 {
  background: rgba(0, 204, 175, 0.8);
  opacity: 0.95;
}

.grey2 {
  background: rgba(0, 187, 160, 0.8);
  opacity: 0.95;
}

.grey3 {
  background: rgba(0, 149, 127, 0.8);
  opacity: 0.95;
}

.editor-content a {
  text-decoration: underline !important;
  color: rgba(0, 204, 175, 1) !important;
}

.editor-content strong {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: normal;
}

.blog-content-wrap h1, .blog-content-wrap h2, .blog-content-wrap h3, .blog-content-wrap h4, .blog-content-wrap h5, .blog-content-wrap strong, .blog-content-wrap b {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: normal;
}

.editor-content img {
  max-width: 250px;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

.food-block-new {
  margin-bottom: 25px;
  min-height: 410px;
}

.image-block.food {
  min-height: 320px;
  background-position: center center !important;
}

.accordion-content {
  padding: 20px;
  display: none;
  color: #fff;
  background: rgba(80,85,90, 0.95);
}

.blog-item-block {
  margin: 25px 0px !important;
  display: block;
  display: table;
  width: 100%;
  text-align: center;
}

.blog-item-block .image-block-wrap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0px 25px;
}

.blog-item-block:before {
  background: -webkit-radial-gradient(rgba(0,0,0,0.6), rgba(60,60,60,0.8));
}

.blog-date {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  background: rgba(0, 204, 175, 1);
  padding: 25px 25px;
  font-family: Georgia;
  letter-spacing: 3px;
}

.sidebar h3 {
  text-transform: none !important;
}

.sidebar-date {
  display: block;
  width: 100%;
  color: rgba(0, 187, 160, 1) !important;
  font-family: 'Georgia', serif;
  letter-spacing: 3px;
  font-size: 13px;
  padding-bottom: 5px;
}

.contact-form .group {
  margin-bottom: 34px;
  position: relative;
}

.contact-form label {
  left: 0px;
}


#map {
  width: 100%;
  height: 400px;
}

.sidebar-link {
  display: block;
  border-bottom: 1px solid rgba(0, 187, 160, 1);
  padding-bottom: 10px;
  padding-top: 10px;
}


.sidebar-title {
  display: block;
  width: 100%;
  color: #fff !important;
  font-family: 'Georgia', serif;
  letter-spacing: 2px;
  font-size: 18px;
  padding-bottom: 5px;
}

.contact-form .btn-outline-dark {
  margin-top: 0px !important;
}

/** TWITTER **/

.twitter-wrap {
  background: rgba(80,85,90, 0.85);
  padding: 60px 0px;
  text-align: center;
  color: #fff;
}

.twitter-wrap a.twitter-icon {
  color: #fff;
  text-align: center;
  display: inline-block;
}

.twitter-wrap a.twitter-icon i {
  font-size: 80px;
  padding-bottom: 12px;
}

.twitter-user {
  display: block;
  width: 100%;
  margin-top: 0px;
  text-align: center;
  color: #fff !important;
  font-family: 'Georgia';
  letter-spacing: 7px;
  font-size: 24px;
}

#twitter-list, .twitter_widget {
  list-style: none !important;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}

#twitter-list {
  opacity: 0 !important;
}

#twitter-list.owl-theme {
  opacity: 1 !important;
}

.tweet-date {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  font-family: 'Georgia';
  font-style: italic;
}

#twitter-list li {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.6em;
  padding: 10px 60px;
  font-size: 20px !important;
}

#twitter-list li a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

#twitter-list .owl-controls {
  display: none !important;
}

.promo-section p {
  margin: 0px !important;
  line-height: 2.6em;
  font-size: 18px;
  color: #fff !important;
}

.btn-promo {
	margin-top: 5px;
}

.promo-section {
  background: rgba(80,85,90, 0.85);
  padding: 15px 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  display: table;
  width: 100%;
  
}

.promo-center {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}


/**** MEDIA QUERIES ****/

@media screen and (max-width: 1199px) {
  .topnav li a {
    margin: 0px 6px;
    padding-top: 27px;
  }
  
  .menu-header {
    background-attachment: scroll !important;
  }
  
  .topgap {
    height: 500px;
  }
  
  .sticky .topnav li a {
    padding-top: 30px;
  }
  
  #fixedNav-alt .topnav li a {
    padding-top: 20px;
  }
  
}

@media screen and (max-width: 991px) {
  .topnav li a {
    margin: 0px 6px;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-top: 40px;
  }
  
  .careerhero {
    height: 330px;
  }
  
  .careerhero h1 {
    position: static;
  } 
  
  input, textarea {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
  }
  
  .hero-btns {
    width: 100%;
    max-width: 100%;
    left: 0px;
    text-align: center;
  }
  
  .main-content {
    padding-top: 150px;
  }
  
  .subpage-content {
    padding: 40px 20px 25px;
    margin-bottom: 25px;
  }
  
  .subpage-block {
    margin-bottom: 25px;
  }
  
  .body-wrap {
    background-attachment: scroll !important;
  }
  
  .main-logo {
    max-width: 140px;
  }
  
  .sticky .topnav li a {
    padding-top: 28px;
  }
  
  .topnav li a {
    padding-top: 20px;
  }
  
  .feature-image {
    height: 180px;
  }
  
  footer .col-xs-6 {
    width: 100% !important;
  }
  
  .feature-content {
    padding-bottom: 60px;
  }
  
  footer .col-xs-6 img {
    max-width: 160px !important;
  }

}


@media screen and (max-width: 767px) {
	.desktopnav {
  	display: none;
	}
	
	footer {
  	padding: 35px 0px;
	}
	
	.welcome-btns .btn-green {
  	width: 100%;
  	margin-bottom: 5px;
	}
	
	.pull-right {
  	float: none !important;
	}
	
	.contact-form {
  	margin-bottom: 25px;
	}
	
	.navbar-collapse {
  	position: fixed;
  	width: 100%;
  	top: 0px;
  	background: rgba(103, 143, 143, 0.95);
  	height: 100vh;
  	max-height: 20000px !important;
  	z-index: 9999;
	}
	
	#navbar {
  	visibility: hidden;
  	opacity: 0;
  	z-index: -99999999999;
	}
	
	#navbar.visible {
  	visibility: visible;
  	opacity: 1;
  	z-index: 9999;
	}
	
  #nav-icon2.open {
    
    z-index: 9999999999;
  }
  
  .grey-section {
    padding-bottom: 0px;
  }
  
  .btn-outline {
    margin-top: 20px;
  }
  
  #nav-icon2.open span {
    
    background: #fff !important;
  }
	
	.greynav {
  	display: none;
	}
	
	.navbar {
  	background: #fff !important;
  	min-height: 80px;
	}
	
	.topgap {
  	height: 80px;
	}
	
	.navbar-brand {
  	padding: 0px;
  	padding-left: 15px;
	}
	
	.main-logo {
  	max-width: 140px;
  	margin-top: 10px;
	}
	
	.hero {
  	height: 300px !important;
	}
	
	.navbar {
  	min-height: 70px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  	border: none !important;
	}
	
	.footer-logo-bottom {
  	max-width: 80% !important;
	}
	
	.footer-logo {
  	max-width: 100px !important;
	}
	
	#nav-icon2 {
  	background: transparent;
  	border: none !important;
  	position: relative;
  	right: 15px;
  	top: 28px;
	}
	
	.mobilenav {
  	display: block;
  	top: 0px !important;
  	box-shadow: 0 0 15px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    background: rgba(133,220,58,0) !important;
	}
	
	.navbar-nav {
  	height: 100vh;
  	display: table;
  	width: 100%;
	}
	
	.navbar-nav li {
  	display: block;
  	width: 100%;
	}
	
	.link-centre {
  	display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 100vh;
	}
	
	.navbar-nav li a {
  	display: block;
  	width: 100%;
  	text-align: center;
  	color: #fff !important;
  	line-height: 2em;
    font-family: Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 4px;
    font-size: 18px;
	}
	
	.footer-logo-bottom {
  	margin-bottom: 40px;
  	max-width: 70px;
	}
	
	footer ul {
  	margin-top: 30px;
  	padding: 0px;
	}
	
	.copyright .text-right {
  	text-align: left !important;
  	margin-top: 5px;
	}
	
	.mobilenav {
  	top: 33px;
	}
	
	.mob-callout {
  	background: #ffffff;
  	width: 100%;
  	position: fixed;
  	top: 0px;
  	z-index: 999;
  	display: block;
  	box-sizing: border-box;
  	padding: 4px 15px;
	}
	
	.mob-callout p {
  	margin: 0px;
  	color: #fff;
  	font-family: Georgia, Times, 'Times New Roman', serif;
	}
	
	.mob-callout a {
  	text-align: right;
  	font-family: Georgia, Times, 'Times New Roman', serif;
  	color: #fff;
  	float: right;
	}
	
	.navbar-collapse {
    background: rgba(6,6,6, 0.85) !important;
	}
	
	#nav-icon2 {
  	top: 22px;
	}
	
	.mobilenav {
  	background: #00957f !important;
	}
	
	.main-logo {
  	margin-top: 5px;
	}
	
	.main-content {
  	padding: 90px 0px 40px;
  	background: #89cccc !important;
	}
	
	.welcome-block, .image-block, .image-block.food {
  	margin-bottom: 25px !important;
  	min-height: 1px;
  	height: auto !important;
  	position: relative;
	}
	
	footer {
  	border-top: 5px solid #00957f;
	}
	
	.image-block-wrap {
  	padding: 50px 25px;
	}
	
	.image-block-wrap {
  	left: 0px !important;
	}
	
	.welcome-block {
  	background: rgba(80,85,90, 1);
	}
	
	.welcome-btns, .image-block-wrap, .image-block {
  	position: relative;
	}
	
	.image-block:before {
  	background: linear-gradient(rgba(0,0,0, 0.2), rgba(100,100,100, 0.5));
	}
}

@media screen and (max-width: 675px) {

  
}


@media screen and (max-width: 500px) {

  .footer-logo-bottom {
    margin-bottom: 0px;
  }
  
  .twitter-wrap a.twitter-icon i {
    font-size: 40px;
  }
  
  .twitter-user {
    font-size: 18px;
    letter-spacing: 4px;
  }
  
  #twitter-list li {
    font-size: 14px !important;
    padding: 10px 30px !important;
  }
  
  .hero-btns {
    display: none !important;
  }
  
  .subpage-hero {
    height: 200px;
  }
  
  .form-control {
    letter-spacing: 2px;
  }
  
  .footer-logo-bottom {
    max-width: 100%;
  }

}

@media screen and (max-width: 360px) {

  .navbar-nav li a {
    font-size: 15px;
  }

  label {
    font-size: 15px;
    letter-spacing: 2px;
  }

}

@media screen and (min-width:1400px) {

  .main-content {
    padding: 280px 0px 150px;
  }
}

@media screen and (max-height: 800px) {

}

    .lowercase-title {
  text-transform: none !important;
  font-size: 24px !important;
  color: #fff;
}

.events-title h3 {
  color: #fff;
  font-style: italic;
  letter-spacing: 5px;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: none !important;
 
}
.events-title:hover {
    color: #fff;
}