@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Lato:400italic);
@import url(//fonts.googleapis.com/css?family=Ubuntu);
/*========================================================
                    Main layout styles
=========================================================*/
*, *::before, *::after {box-sizing: border-box;}
.text-center {text-align: center;}
body {
  font: 400 16px/20px "Lato", sans-serif;
  color: #686868;
  background: #a2aba2;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #d41a00;
}
img {
  max-width: 100%;
}
.div__relative {
  position: relative;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
#content h1 {
	font: 700 32px/80px "Lato", sans-serif;
	color:#323232;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
h2 {
  font: 700 24px/31px "Lato", sans-serif;
  color: #323232;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}
h3 {
  font: 900 30px/31px "Lato", sans-serif;
  color: #323232;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 979px) {
  h3 {
    font-size: 25px;
    letter-spacing: 0;
  }
}
h4 {
  font: italic 400 18px/31px "Lato", sans-serif;
  color: #ff9700;
}
h4 a:hover {
  color: #323232;
}
h5 {
  font: italic 400 21px/36px "Lato", sans-serif;
  color: #212121;
}
.heading1 {
  margin-bottom: 39px;
  margin-top: 83px;
}
.heading1.heading1__offset1 {
  margin-bottom: 40px;
}
/* ======= Buttons ======= */
.btn-simple {
  font: 700 14px/14px "Lato", sans-serif;
  color: #d41a00;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  text-align: center;
}
.btn-simple:hover {
  color: #323232;
}
.btn-default {
  font: 700 14px/14px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 18px 23px 17px 23px;
  background: #d41a00;
}
.btn-default:hover {
  background: #ff4d4a;
  color: #ffffff;
}
.btn-big {
  font: 700 14px/14px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  text-align: center;
  padding: 16px 68px 15px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #323232;
  color: #323232;
}
.btn-big:hover {
  background: #d41a00;
  border-color: #d41a00;
  color: #ffffff;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 90px 0 69px;
}
@media (max-width: 767px) {
  .wrapper1 {
    padding: 45px 0;
  }
}
.wrapper2 {
  padding: 90px 0;
}
.wrapper3 {
  padding-bottom: 44px;
}
.wrapper4 {
  padding-bottom: 60px;
}
.wrapper5 {
  padding-bottom: 39px;
}
.border-wrapper1 {
  border-bottom: 1px solid #c1c7c1;
}
.calendar-wrapper {
  margin-bottom: 90px;
}
/*========================================================
                    HEADER styles
=========================================================*/
/* ======= Banner 1 Welcome! ======= */
.banner1 {
  padding: 277px 0 260px;
  text-align: center;
}
.banner1 .slogan span {
  display: block;
  color: #ffffff;
}
.banner1 .slogan .main {
  font: italic 400 150px/150px "Lato", sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 13px;
}
.banner1 .slogan .secondary {
  font: italic 400 100px/100px "Lato", sans-serif;
  letter-spacing: -0.025em;
}
@media (max-width: 1199px) {
  .banner1 {
    padding: 100px 0;
  }
}
@media (max-width: 979px) {
  .banner1 {
    padding: 50px 0;
  }
  .banner1 .slogan .main {
    font-size: 50px;
    line-height: 50px;
  }
  .banner1 .slogan .secondary {
    font-size: 35px;
    line-height: 35px;
  }
}
/* ======= Header ======= */
#header {
  background: #ff9700;
  position: relative;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
}
header .isStuck .wrapper {padding: 0;}
header .isStuck .wrapper .search-block {display: none;}
header .isStuck .wrapper nav .sf-menu > li {margin-top: 10px;}
header .isStuck .wrapper nav .sf-menu > li.with-menu {padding-top: 10px;padding-bottom: 2px;margin-top: 0;}

header .isStuck .sf-menu > li > .sf-with-ul:after {position:static;padding-left:5px;}
header .isStuck .wrapper:after {content:'';clear:both;display:block;}
header .isStuck {background:#ff9700;}
header .isStuck h1 {float:left;width:200px;}
header .isStuck h1 a {padding:10px;}
header .isStuck nav {float:right;margin-top:0;margin-left:0;}
header .isStuck .sf-menu > li > a {font-size:18px;}

@media (max-width:979px){
	header .isStuck .sf-menu > li > a {font-size:14px;}
	header .isStuck .sf-menu > li + li {margin-right:10px;}
}

#header #stuck_container.isStuck .wrapper nav .sf-menu ul {
  top: 42px;
}
#header #stuck_container.isStuck .wrapper nav .sf-menu ul ul {
  top: -28px;
}
#header .search-block {
  display:none;
  position: relative;
  float: right;
}
#header .search-block .icon {
  margin-top: 42px;
  margin-right: 39px;
  text-align: center;
  display: block;
}
@media (max-width: 479px) {
  #header .search-block .icon {
    margin-right: 5px;
  }
}
#header .search-block .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}
#header .search-block .icon:hover {
  cursor: pointer;
}
#header .search-block .icon:hover i {
  color: #323232;
}
#header .search-block #search {
  position: absolute;
  right: 36px;
  bottom: -35px;
  display: none;
}
@media (max-width: 767px) {
  #header .search-block #search {
    left: -177px;
    bottom: -70px;
  }
}
/* ======= Logo ======= */
header h1 {
  float: left;
  display: inline-block;
  background: #d41a00;
}
header h1 a {
  display: block;
  padding: 13px 70px 37px 40px;
}
header h1 .main {
  color: #ffffff;
  display: block;
  font: 900 66px/31px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
header h1 .secondary {
  margin-left: 4px;
  font: 900 12px/31px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8em;
  color: #ffffff;
  display: block;
  margin-bottom: 2px;
}
@media (max-width: 1649px) {
  header h1 a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  header h1 {
    text-align: center;
    float: none;
    display: block;
  }
  header h1 .secondary {
    margin-left: 11px;
  }
}
@media (max-width: 479px) {
  header h1 a {
    padding-bottom: 10px;
  }
  header h1 .secondary {
    letter-spacing: 0.2em;
    line-height: 12px;
    margin-left: 5px;
  }
  header h1 .main {
    font-size: 38px;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
header nav {
  float: right;
  margin-right: 12px;
  margin-top: 18px;
}
@media (max-width: 1199px) {
  header nav {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-left: 39px;
  }
}
@media (max-width: 767px) {
  header nav {
    width: 70%;
  }
}
@media (max-width: 479px) {
  header nav {
    margin-left: 5px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu .more-indicator {display:none;}
.sf-menu > li {
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 24px;
}
.sf-menu > li.with-menu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0;
  padding: 24px 30px 41px 30px;
}
@media (max-width: 1649px) {
  .sf-menu > li.with-menu {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.sf-menu > li {
  margin-right: 30px;
}
@media (max-width: 1649px) {
  .sf-menu > li {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .sf-menu > li {
    margin-right: 15px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f078";
  color: #ffffff;
  bottom: 20px;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 24px/31px "Lato", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
@media (max-width: 1649px) {
  .sf-menu > li > a {
    font-size: 23px;
  }
}
@media (min-width: 1199px) AND (max-width:1349px) {
  .sf-menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 16px;
  }
}
.sf-menu > li > a:hover {
  color: #323232;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #323232;
}
.sf-menu .sfHover.with-menu {
  background: #3e3e3e;
}
.sf-menu .sfHover.with-menu a {
  color: #ffffff;
}
.sf-menu .sfHover.with-menu a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  color: #323232;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #323232;
}
.sf-menu > li.sfHover > a {
  color: #323232;
}
.sf-menu > li.sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.with-menu.sfHover:hover a:after {
  color: #ffffff;
}
.sf-menu > li.current.with-menu:hover a:after {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  display: none;
  min-width: 235px;
  font: 400 14px/37px "Lato", sans-serif;
  position: absolute;
  top: 96px;
  left: 0;
  background: #3e3e3e;
  text-align: left;
  padding: 18px 0 21px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  letter-spacing: 0;
  position: relative;
  display: block;
}
.sf-menu ul li:hover > a {
  background: #ff9700;
  color: #ffffff;
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f054";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  padding-left: 32px;
  display: block;
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul > .sfHover > a {
  background: #ff9700;
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  background: #ff9700;
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -18px;
  left: 235px;
  margin-left: 0;
  z-index: 4;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  header .isStuck h1 {
	  float:none;
	  width:100%;
  }
  header .isStuck h1 img {height:40px;}
  header .isStuck nav {display:block;float:none;margin:0 auto;}
  .sf-menu {
    display: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #d41a00;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Lato", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
@media only screen and (max-width:479px){
	header nav {float:none;display:block;margin:0 auto;}
	header .isStuck h1 img {height:35px;}
	header .isStuck nav .select-menu {font-size:16px;line-height:20px;}
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 2979px) {
  .isStuck {
    /* display: none !important; */
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
  padding-bottom:90px;
}
/* ======= Box 1 Morresse ======= */
.box1 h4 {
  margin-top: -8px;
  margin-bottom: 2px;
}
.box1 h3 {
  margin-bottom: 26px;
}
.box1 img {
  margin-bottom: 21px;
}
.box1 .btn-simple {
  margin-top: 39px;
}
.box1 .btn-default {
  margin-top: 57px;
}
.box1 address span {
  display: block;
  font: 400 18px/22px "Lato", sans-serif;
}
.box1 address.location {
  margin-top: -5px;
  margin-bottom: 21px;
}
@media (max-width: 979px) {
  .box1 .btn-default {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 60px;
  }
  .box1 img {
    margin-top: 20px;
  }
}
/* ======= Banner 2  Our menus ======= */
.banner2 {
  text-align: center;
  background: url(../images/page1_img4.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 155px 0 153px;
}
.banner2 p {
  font: italic 400 21px/36px "Lato", sans-serif;
  color: #212121;
}
.banner2 .btn-big {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .banner2 {
    padding: 50px 0;
  }
}
/* ======= Banner 3 newsletter form ======= */
.banner3 {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 91px;
  padding: 90px 0 89px;
  border-top: 1px solid #c1c7c1;
  border-bottom: 1px solid #c1c7c1;
}
/* ======= Banner 4 Gallery 1 ======= */
.banner4 {
  position: relative;
}
.banner4 .blockquote1 {
  position: absolute;
  bottom: 23px;
  right: 0;
}
@media (max-width: 1199px) {
  .banner4 .blockquote1 {
    position: relative;
    margin-top: 60px;
  }
}
@media (max-width: 979px) {
  .banner4 .blockquote1 {
    margin: 60px auto 0;
  }
}
@media (max-width: 979px) {
  .banner4 {
    text-align: center;
  }
  .banner4 .box2 {
    width: 50%;
    display: inline-block;
    margin: 0 auto 5px;
    float: none;
  }
}
@media (max-width: 767px) {
  .banner4 .box2 {
    width: 100%;
  }
}
/* ======= Blockquote 1 Morris Restaurant ======= */
.blockquote1 {
  width: 570px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .blockquote1 {
    width: 100%;
  }
}
.blockquote1 cite {
  padding-top: 21px;
  position: relative;
  display: block;
  font: italic 400 31px/37px "Lato", sans-serif;
  color: #949494;
}
.blockquote1 cite .highlighted {
  color: #d41a00;
}
.blockquote1 cite:before {
  content: '“';
  position: absolute;
  display: block;
  font-size: 94px;
  font-family: "Trebuchet MS", sans-serif;
  font-style: normal;
  color: #d41a00;
  top: 0;
  left: -5px;
}
.blockquote1 .btn-simple {
  margin-top: 40px;
}
/* ======= Box 2 Gallery 1 ======= */
.box2 {
  float: left;
  margin-bottom: 2px;
}
.box2 + .box2 {
  margin-left: 2px;
}
/* ======= Banner 5 Google map + schedule ======= */
.banner5 {
  padding-top: 91px;
  margin-top: 89px;
  border-top: 1px solid #c1c7c1;
}
.banner5 .google-map_main-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  height: 516px;
  border: 5px solid #bfba00;
  float: left;
  margin-right: .3%;
}
@media (max-width: 979px) {
  .banner5 .google-map_main-page {
    width: 65%;
  }
}
.banner5 .google-map_main-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .banner5 .google-map_main-page {
    float: none;
    width: 100%;
  }
}
.banner5 .content {
  padding-top: 90px;
  float: right;
  width: 24.7%;
  background: #bfba00;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 516px;
  color: #ffffff;
  padding-left: 28px;
  padding-right: 20px;
}
@media (max-width: 979px) {
  .banner5 .content {
    width: 34.7%;
  }
}
@media (max-width: 767px) {
  .banner5 .content {
    float: none;
    width: 100%;
    height: 200px;
    padding: 10px;
  }
}
.banner5 .content h3 {
  color: #ffffff;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .banner5 .content h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.banner5 .content address {
  margin-bottom: 19px;
  font: 400 16px/19px "Lato", sans-serif;
}
@media (max-width: 767px) {
  .banner5 .content address {
    margin-bottom: 0;
  }
}
.banner5 .content address span {
  display: block;
}
.banner5 .content address.phone {
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .banner5 .content address.phone {
    margin-bottom: 0;
  }
}
.banner5 .content .schedule .days {
  margin-top: 6px;
  float: left;
  font: 900 18px/27px "Lato", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner5 .content .schedule .days {
    font-size: 14px;
    line-height: 14px;
  }
}
.banner5 .content .schedule .days span {
  display: block;
}
@media (max-width: 1199px) {
  .banner5 .content .schedule .days {
    font-size: 13px;
  }
}
.banner5 .content .schedule .time {
  margin-right: 29px;
  margin-top: 5px;
  float: right;
  font: 400 18px/27px "Lato", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner5 .content .schedule .time {
    font-size: 14px;
    line-height: 14px;
    float: left;
    margin-left: 20px;
  }
}
.banner5 .content .schedule .time span {
  display: block;
}
@media (max-width: 1199px) {
  .banner5 .content .schedule .time {
    font-size: 13px;
  }
}
/* ======= Banner 6 images ======= */
.banner6 {
  border-top: 1px solid #c1c7c1;
  padding-top: 90px;
  margin-top: 90px;
  padding-bottom: 90px;
}
.banner6 .gallery_image-2 {
  float: left;
  width: 16.666666666666668%;
}
@media (max-width: 479px) {
  .banner6 .gallery_image-2 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* ======= Box 3 Receive great ======= */
.box3 {
  margin-bottom: -2px;
}
.box3 h3 {
  margin-top: -5px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .box3 .vimeo-video1 {
    margin-top: 20px;
  }
}
/* ======= Box 4 Our staff ======= */
.box4 {
  margin-bottom: 37px;
}
.box4 img {
  margin-bottom: 24px;
}
.box4 h5 {
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .box4 {
    margin-bottom: 50px;
  }
  .box4 img {
    width: 100%;
  }
}
/* ======= Box 5 Why choose us ======= */
.box5 {
  margin-bottom: 42px;
}
.box5 .label {
  display: block;
  margin: 1px auto 30px;
  text-align: center;
}
.box5 .label i {
  display: inline-block;
  height: 101px;
  width: 101px;
  font-size: 48px;
  color: #ffffff;
  line-height: 101px;
  border-radius: 200px;
}
.box5 .label i.fa-heart {
  background: #ff9700;
}
.box5 .label i.fa-cutlery {
  background: #d41a00;
}
.box5 .label i.fa-coffee {
  background: #bfba00;
}
.box5 .label i.fa-music {
  background: #a2aba2;
}
.box5 h4 {
  margin-bottom: 26px;
  line-height: 22px;
}
/* ======= Our history ======= */
#tabs {
  margin-top: 1px;
  margin-bottom: 87px;
  text-align: left;
}
#tabs .tabs-list-wrapper {
  margin-bottom: 23px;
}
#tabs .tabs-list {
  position: relative;
}
#tabs .tabs-list:after {
  z-index: 0;
  top: 8px;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c1c7c1;
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
  border: none;
}
#tabs .tabs-list .ui-tabs-active .tab:after {
  background: #d41a00;
}
#tabs .tabs-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.666666666666668%;
  outline: medium none !important;
  text-align: left;
  display: block;
  float: left;
  height: 64px;
}
@media (max-width: 479px) {
  #tabs .tabs-list li {
    padding-left: 10px;
  }
}
#tabs .tabs-list li a {
  outline: medium none !important;
}
#tabs .tab {
  display: inline-block;
  color: #d41a00;
  position: relative;
  margin-bottom: 100px;
  padding-top: 23px;
}
#tabs .tab:hover:after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #d41a00;
}
#tabs .tab:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #a2aba2;
}
@media (max-width: 479px) {
  #tabs .tab h4 {
    font-size: 13px;
  }
}
/* ======= Tabs Our history ======= */
.box6 img {
  margin-top: 8px;
}
.box6 h5 {
  margin-bottom: 9px;
  line-height: 30px;
}
.box6 p {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .box6 img {
    margin-bottom: 20px;
  }
}
/* ======= Post 1 Upcoming Events ======= */
.post1 {
  margin-top: 1px;
  margin-bottom: 46px;
}
.post1 .content {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 31px 10px 22px 180px;
}
.post1 .content time {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 146px;
  background: #d41a00;
  color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 5px 19px;
}
.post1 .content time span {
  display: block;
}
.post1 .content time span.month {
  font: 900 12px/12px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: -5px;
}
.post1 .content time span.day {
  font: 900 66px/66px "Lato", sans-serif;
  letter-spacing: -0.025em;
}
.post1 .content h5 {
  line-height: 30px;
}
.post1 .content h4 {
  margin-top: 1px;
}
@media (max-width: 479px) {
  .post1 .content {
    padding: 10px;
  }
  .post1 .content time {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Slogan Download menu ======= */
.slogan1 {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 76px;
}
.slogan1 .btn-default {
  margin-top: 52px;
}
.slogan1 .btn-default i {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: -2px;
  margin-left: 5px;
  font-size: 24px;
  line-height: 14px;
}
/* ======= Box 7 Menu ======= */
.box7 {
  margin-bottom: 37px;
}
.box7 .img-wrapper {
  position: relative;
  margin-bottom: 31px;
}
.box7 .img-wrapper .label {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 101px;
  height: 101px;
  border-radius: 200px;
  background: #d41a00;
  color: #ffffff;
  text-align: center;
}
.box7 .img-wrapper .label .info {
  margin-top: 17px;
}
.box7 .img-wrapper .label .secondary {
  font: 900 18px/31px "Lato", sans-serif;
  letter-spacing: -0.025em;
}
.box7 .img-wrapper .label .main {
  font: 900 66px/73px "Lato", sans-serif;
  letter-spacing: -0.025em;
}
.box7 h5 {
  line-height: 30px;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .box7 {
    margin-bottom: 60px;
  }
  .box7 img {
    width: 100%;
  }
}
/* ======= Box 8 Gallery 3 ======= */
.box8 {
  margin-bottom: 38px;
}
.box8 .gallery_image {
  margin-bottom: 32px;
}
.box8 h5 {
  line-height: 30px;
  float: left;
}
.box8 h4 {
  float: right;
}
/* ======= Box 9 Gallery 4 ======= */
.box9 {
  margin-bottom: 30px;
}
/* ======= Box 10 Privacy Policy ======= */
.box10 {
  text-align: center;
  margin-top: -7px;
  margin-bottom: 42px;
}
.box10 h5 {
  line-height: 30px;
  margin-bottom: 9px;
}
.box10 p {
  margin-bottom: 18px;
}
/* ======= Vimeo video  ======= */
.vimeo-video1 iframe {
  width: 100%;
  height: 430px;
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 256.8831168831169px;
  }
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 203.27272727272725px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 234.54545454545453px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 150.77922077922076px;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-bottom: 28px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 610px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.address-block {
  text-align: center;
  margin-bottom: 86px;
}
.address-block address.location {
  font: italic 400 21px/36px "Lato", sans-serif;
  color: #212121;
  margin-bottom: 20px;
}
.address-block address span {
  display: block;
}
.address-block address span a {
  color: #ff9700;
}
.address-block address span a:hover {
  color: #d41a00;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  font: italic 400 18px/31px "Lato", sans-serif;
  color: #ff9700;
}
.simple-link:hover {
  color: #323232;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 72px;
}
.socials1 li a {
  border-radius: 200px;
  display: block;
}
.socials1 li a i {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  text-align: center;
  font-size: 36px;
  display: block;
  width: 87px;
  height: 87px;
  line-height: 86px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  background: #d46056;
  color: #ffffff;
  border-color: #d46056;
}
@media (max-width: 479px) {
  .socials1 {
    text-align: center;
  }
  .socials1 li {
    display: block;
    margin-bottom: 10px;
  }
  .socials1 li i {
    margin: 0 auto;
  }
  .socials1 li + li {
    margin-left: 0;
  }
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  background: #d41a00;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a:hover .gallery_icon i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gallery_image a .gallery_icon i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -17px;
}
.gallery_image-2 a {
  display: block;
  position: relative;
}
.gallery_image-2 a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.47;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=47)";
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
.gallery_image-2 a:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
  color: #ffffff;
  background: #a2aba2;
}
#footer .slogan {
  border-bottom: 1px solid #ffffff;
  padding: 110px 270px 87px;
}
#footer .slogan .heading {
  display: block;
  font: 900 34px/34px "Lato", sans-serif;
  margin-bottom: 20px;
}
#footer .slogan p {
  display: block;
  font: 400 16px/22px "Lato", sans-serif;
  color: #ffffff;
}
#footer .slogan .socials1 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  #footer .slogan {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
#footer .privacy-block {
  padding: 50px 0;
  font: 400 14px/16px "Lato", sans-serif;
}
#footer .privacy-block .name {
  text-transform: uppercase;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #bec6be;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #323232;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/


/* SF Styles */
#content article,
#content aside {padding-top:30px;}
article:after {content:'';display:block;clear:both;}
.contact-content {float:left;width:48%;}
.contact-address {margin-top:1.5em;}
.business-name {font-size:18px;font-weight:bold;}
.contact-form {float:right;width:48%;}
.contact-form label {display:block;}
.contact-form input[type=text],
.contact-form textarea {display:block;box-sizing:border-box;width:100%;padding:0 15px;font-family:inherit;font-size:18px;line-height:2;margin-bottom:10px;border:1px solid #ccc;}
.contact-form textarea {height:100px;line-height:24px;}
.contact-form input[type=submit] {
	display: block;
	margin: 20px auto;
	width: auto;
	background: #ff9700;
	border: 0;
	padding: 1em 3em;
	color: #fff;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 18px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	cursor: pointer;
	transition:all .3s;
}
.contact-form input[type=submit]:hover {background:#3e3e3e;}
#content article ul,
#content article ol {margin-bottom:1em;}
#content article ul li {list-style:disc;margin-left:25px;}
#content article ol li {list-style:decimal;margin-left:25px;}

.content-interior h4 {margin-bottom:5px;}
.content-interior p {margin-bottom:1em;}
.content-interior img {height:auto !important;}

.leftnav li a {
	display:block;
	margin-bottom:5px;
	padding:5px 0;
	border-bottom:1px solid #ff9700;}