
/**
 * Prodo v1.2
 * Onepage HTML template
 * http://axminenko.com
 *
 * Copyright 2014 Alexander Axminenko
 **/
@charset "UTF-8";
/*** Variables ***/
/*** Import Fonts ***/
/*** Mixins ***/
/*** General and Typography ***/
* {
	box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Pitch", "courier-std", serif;
  font-size: 14px;
  line-height: 2em;
  color: #492D1F;
  background: #F4EFE5;
  -webkit-font-smoothing: antialiased;
}
p {
    font-family: "Pitch", "courier-std", serif;
    color: #492D1F;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.01em;
    word-spacing: -5px;
}

.broken_link, a.broken_link{
	text-decoration: none !important;
}

header {
  color: #492D1F;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Pitch", "courier-std", serif;
  line-height: 1.5em;
  display: inline;
  color: #492D1F;
}
h1.colored,
.h1.colored,
h2.colored,
.h2.colored,
h3.colored,
.h3.colored,
h4.colored,
.h4.colored,
h5.colored,
.h5.colored,
h6.colored,
.h6.colored {
  color: #00A566;
}
i.fa {
  color: #492D1F;
}
hr {
  margin: 0;
  border-color: #f1f1f1;
}
a {
  color: #00A566;
}
.para-mobile img{width: 100%;}
a:hover,
a:focus {
  color: #00A566;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.normal {
  color: #696f6f !important;
  text-decoration: none !important;
}
.text-semibold {
  font-weight: 500;
}
.text-light {
  font-weight: 300;
}
.text-white {
  color: #F4EFE5 !important;
}
.img-rounded,
.rounded {
  border-radius: 3px;
}
.opacity8 {
  opacity: 0.8;
}
.opacity9 {
  opacity: 0.9;
}
input,
input:hover,
input:focus,
button,
button:hover,
button:focus,
textarea,
textarea:focus,
textarea:active {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
::-webkit-input-placeholder {
  opacity: .8;
  color: rgba(245, 240, 250, 0.6);
}
::-moz-placeholder {
  opacity: .8;
  color: rgba(245, 240, 230, 0.6)/* #a6a6a6 */;
}
::-ms-input-placeholder {
  opacity: .8;
  color: rgba(245, 240, 230, 0.6)/* #a6a6a6 */;
}
/*** Animations ***/
.csstransitions.csstransforms.no-touch .animation[class*="animation-"] {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.csstransitions.csstransforms.no-touch .animation[class*="animation-"].animation-grow {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.csstransitions.csstransforms.no-touch .animation[class*="animation-"].animation-from-left {
  left: -30px;
}
.csstransitions.csstransforms.no-touch .animation[class*="animation-"].animation-from-right {
  left: 30px;
}
.csstransitions.csstransforms.no-touch .animation[class*="animation-"].animation-from-bottom {
  top: 30px;
}
.csstransitions.csstransforms.no-touch .animation[class*="animation-"].animation-from-top {
  top: -30px;
}
.csstransitions.csstransforms.no-touch .animation[class*="animation-"].active {
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*** Offsets ***/
.offsetTop {
  padding-top: 60px;
}
.offsetBottom {
  padding-bottom: 60px;
}
.offsetTopX {
  padding-top: 120px;
}
.offsetBottomX {
  padding-bottom: 120px;
}
.offsetTopL {
  padding-top: 80px;
}
.offsetBottomL {
  padding-bottom: 80px;
}
.offsetTopS {
  padding-top: 20px;
}
.offsetBottomS {
  padding-bottom: 20px;
}
.offsetTopClear {
  padding-top: 0;
  margin-top: 0;
}
.offsetBottomClear {
  padding-bottom: 0;
  margin-bottom: 0;
}
/*** Loader ***/
.page-loader {
  background-color: #F4EFE5;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  /*** Animations ***/
}
.page-loader .content {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 50%;
  line-height: 1;
  margin-top: -2px;
}
.page-loader .content .line {
  display: none;
  line-height: 0;
  position: relative;
  width: 100px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  border-radius: 3px;
}
.page-loader .content .line .progress {
  line-height: 0;
  height: 100%;
  position: relative;
  background-color: #00A566;
  width: 30px;
  left: 35px;
  top: 0;
  border-radius: 3px;
  -webkit-animation: page-loader 1.5s infinite linear;
  animation: page-loader 1.5s infinite linear;
}
.page-loader .content .text {
  display: none;
  font-family: "Pitch", "courier-std", serif;
  color: #492D1F;
  font-weight: 500;
}
@-webkit-keyframes page-loader {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 70px;
    opacity: 0;
  }
}
@keyframes page-loader {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 70px;
    opacity: 0;
  }
}
.csstransitions .page-loader .content .line {
  display: block;
}
.no-csstransitions .page-loader .content .text {
  display: block;
}
/*** Sections ***/
.section {
  background-color: #F4EFE5;
  /*** Headers ***/
  /*** Parallax ***/
  /*** Video Background ***/
}

.anchor {
    position: absolute;
    top: -70px;
}
.section {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.section h2 {
	text-transform: uppercase;
	font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.15em;
}
.menu-section h2,
.contact-section h2 {
	color: #F4EFE5;
}

.about-section { background-image: url('../img/new/wood-bg.jpg');}
.menu-section {
	color: #F4EFE5;
	background-image: url('../img/menu-bg.png');
	background-size: contain;
	background-color: #573A2C;
	background-position: center top;
	min-height: 900px;
	overflow: hidden;
}

.reservations-section {
	background-image: url('../img/new/grapes-bg.jpg');
	background-color: #70D491;
}

.gift-section {
	background-image: url('../img/new/fish-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#blog {
	background-image: url('../img/blog-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #8fc997;	
}

.contact-section {
	background-image: url('../img/new/contact-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #573A2C;
}

.contact-section td {
    line-height: 1.5em;
    padding: 0 20px 0 0;
}

.contact-section header {
    border-bottom: 2px solid rgba(245,240,230,0.3);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.contact-section h4 {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.reservations-section header, .gift-section header, #blog header, .about-section header, #private header {
    border-bottom: 2px solid rgba(140,89,83,0.3);
    margin-bottom: 30px;
    padding-bottom: 15px;
}





@media screen and (min-width: 992px) {
/*
	#menu {
		background-size: cover;
		min-height: 800px;
	}
*/
}


.print, .print:active, .print:focus {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(244, 239, 229, 0.5);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    float: right;
    display: inline-block;

    text-decoration: none;
    padding: 8px 12px;
}

.print:hover {
	background:#96d49e;
	border-color: #96d49e;
	color: #7d504a;
	text-decoration: none;
	font-weight: bold;
}

.menu-section p {
line-height: 1.5;
	padding: 4px 0;
	margin: 0;
}

.menu-section .nav-tabs > li > a {
    font-size: 16px;
	padding: 5px 25px 5px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.menu-section h2, .menu-section h3, .menu-section h4, .menu-section h5, .menu-section p, .menu-section ul li, .menu-section li a, .menu-section div, 
.contact-section h2, .contact-section h3, .contact-section h4, .contact-section h5, .contact-section p, .contact-section ul li, .contact-section li a, .contact-section div {
	color: #F4EFE5;
}






.reservations-section a {
    color: #fff;
}

.reservations-section a:hover {
	color: #8c5953;
}

.menu-section strong {
	font-style:normal;
	color: #00A566;
}

.menu-section h4 {
	font-size: 23px;
	display: block;
	color: rgba(244,239,229,0.5);
	margin-top: 20px;
}

.menu-section h5 {
    clear: left;
    color: #96d49e;
    display: block;
    font-size: 18px;
    letter-spacing: 0.06em;
    margin: 20px 0 0;
    line-height: 1.2;
}

/*
.menu-section h5:before {
    content: "--";
    display: block;
}
*/

.menu-section h5:after {
    content: "--";
    display: block;
}

.menu-section span {
font-weight: bold;
/* color: #bea8a5; */
}

#menu-tabs {
    border-bottom: 1px solid rgba(244,239,229,0.5);
    border-top: 1px solid rgba(244,239,229,0.5);
    padding: 30px 0;
}

.menu-section .tab-content {
	margin-top: 30px;
}

#menu-tabs a {
color: #f4efe5;
font-family: "Pitch", "courier-std", serif;
}

.about-section header {
    margin-bottom: 25px;
}

.about-1 {
    float: left;
    width: 51%;
}


    
.about-2, .about-3 {
	width: 47%;
	float: right;
}

.about-3 {
	margin-top: 8px;
}

.pd-photo-1 {
	width: 44%;
	float: left;
}

.pd-photo-2 {
    width: 52%;
}




.axe {
    left: 125px;
    position: absolute;
    top: 0;
    width: 220px;
}

.arrow {
    position: absolute;
    right: 100px;
    top: -640px;
    width: 150px;
    z-index: 1;
}

.screw {
    position: absolute;
    right: 45px;
    top: -80px;
}

.honey {
   	left: 290px;
    position: absolute;
    top: -80px;
    z-index: 1000;
}

.hook {
    left: 214px;
    position: absolute;
    top: -22px;
    width: 60px;
}

.etabs { margin: 0; padding: 0; }


.section.alt-background {
  background: rgba(139,89,82,0.1);
}
.section header h1:last-of-type,
.section header h2:last-of-type,
.section header h3:last-of-type,
.section header h4:last-of-type,
.section header h5:last-of-type,
.section header h6:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section header .icon i {
  cursor: default;
}
.section header .icon + h1,
.section header .icon + h2,
.section header .icon + h3 {
  margin-top: 10px;
}
.section header .icon i {
  font-size: 22px;
}
.section header .icon.close i {
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.section header .icon.close i:hover {
  opacity: 0.85;
}
.section header .icon.large i {
  font-size: 50px;
}
.section header .icon.largest i {
  font-size: 130px;
}
.section header .icon.colored i {
  color: #00A566;
}
.section.parallax{
  color: #F4EFE5;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.section.parallax .parallax-container{
  position: relative;
}
.section.parallax .parallax-overlay,
.section.video .parallax-overlay,
.section.parallax .video-overlay,
.section.video .video-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section.parallax .parallax-overlay.colored,
.section.video .parallax-overlay.colored,
.section.parallax .video-overlay.colored,
.section.video .video-overlay.colored {
  background-color: rgba(70, 202, 215, 0.85);
}
.section.parallax .video-control,
.section.video .video-control {
  width: 70px;
  margin: 0 auto 30px;
  cursor: pointer !important;
}
.section.parallax .video-control i,
.section.video .video-control i {
  cursor: pointer !important;
  font-size: 18px;
  line-height: 64px;
  width: 70px;
  border: 3px solid #F4EFE5;
  border-radius: 50%;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section.parallax .video-control i.fa-play,
.section.video .video-control i.fa-play {
  text-indent: 4px;
}
.section.parallax .video-control:hover i,
.section.video .video-control:hover i {
  background-color: #F4EFE5;
  color: #492D1F;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.section.parallax header,
.section.video header,
.section.parallax i.fa,
.section.video i.fa,
.section.parallax h1,
.section.video h1,
.section.parallax .h1,
.section.video .h1,
.section.parallax h2,
.section.video h2,
.section.parallax .h2,
.section.video .h2,
.section.parallax h3,
.section.video h3,
.section.parallax .h3,
.section.video .h3,
.section.parallax h4,
.section.video h4,
.section.parallax .h4,
.section.video .h4,
.section.parallax h5,
.section.video h5,
.section.parallax .h5,
.section.video .h5,
.section.parallax h6,
.section.video h6,
.section.parallax .h6,
.section.video .h6 {
  color: #F4EFE5;
}
.section.parallax a:hover,
.section.video a:hover,
.section.parallax a:focus,
.section.video a:focus {
  text-decoration: none;
}
.section.parallax i.fa,
.section.video i.fa {
  cursor: default;
}
.section.parallax a i.fa,
.section.video a i.fa {
  cursor: pointer;
}
.section.video {
  position: relative;
}
.section.video .video-responsive {
  top: -40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section.video .video-responsive {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.video .video-responsive {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.section.video .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*** Navigation ***/
.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  height: auto;
  min-height: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: fixed;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  z-index: 20;
  width: 100%;
  -webkit-backface-visibility: hidden;
  /*** Dropdown Menu ***/
  /*** Styles ***/
  /*** Floating ***/
}
.navbar .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}
.navbar .navbar-nav > li a {
  cursor: pointer;
  color: #F4EFE5;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.navbar .navbar-nav > li a:hover,
.navbar .navbar-nav > li a:focus {
  background: none;
  color: #f4efe5 !important;
}
.navbar .navbar-nav > li.active > a {
  color: #f4efe5 !important;
}
.navbar .navbar-nav > li > a {
  font-family: "Pitch", "courier-std", serif;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  line-height: 1;
/*   position: relative; */
}
.navbar .navbar-brand img {
  position: absolute;
  /* width: 125px; */
  margin-top: -12px;
  
}
.navbar .navbar-collapse {
  /* padding:10px 0 15px; */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-collapse.collapse.in, 
.navbar .navbar-collapse.collapsing {
    background: #8FC997;
    border-top: 1px solid #a7e1af;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
    padding: 20px 30px !important;
    margin: 30px 0 0 0;
}
.navbar .navbar-collapse.collapse.in .navbar-nav > li a,
.navbar .navbar-collapse.collapsing .navbar-nav > li a {
  color: #492D1F;
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 21px;
    padding-top: 10px;
}
.navbar .navbar-toggle {
  background: transparent;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar .navbar-toggle .icon-bar {
  height: 2px;
  background-color: #F4EFE5;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.navbar .navbar-toggle:hover .icon-bar {
  background-color: #00A566;
}
.navbar .social {
  display: none;
  float: right;
  line-height: 1;
  margin-left: 50px;
  cursor: default;
}
.navbar .social a {
  padding: 5px;
}
.navbar .social i {
  color: #F4EFE5;
  line-height: inherit;
  font-size: 16px;
  opacity: 1;
}
.navbar .navbar-collapse:not(.in):not(.collapsing) .navbar-nav > li.dropdown.open > a {
  color: #00A566;
}
.navbar .navbar-nav > li > .dropdown-menu {
  top: 40px;
  border-radius: 3px;
  border: none;
  background-color: #F4EFE5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-nav > li > .dropdown-menu > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #492D1F;
  font-family: "Pitch", "courier-std", serif;
  font-size: 13px;
  text-transform: none;
  background-color: transparent !important;
}
.navbar .navbar-nav > li > .dropdown-menu li.active a {
  color: #00A566;
}
.navbar.floating .navbar-nav > li > .dropdown-menu {
  border-radius: 0 0 3px 3px;
  top: 45px;
}
.navbar.three .navbar-nav > li > a:after,
.navbar.four .navbar-nav > li > a:after,
.navbar.six .navbar-nav > li > a:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 1px;
  background: #00A566;
  content: "";
  opacity: 0;
  -webkit-transition: height .3s ease 0s, opacity .3s ease 0s, transform .3s ease 0s;
  -moz-transition: height .3s ease 0s, opacity .3s ease 0s, transform .3s ease 0s;
  -o-transition: height .3s ease 0s, opacity .3s ease 0s, transform .3s ease 0s;
  transition: height .3s ease 0s, opacity .3s ease 0s, transform .3s ease 0s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.navbar.three .navbar-nav > li > a:hover:after,
.navbar.four .navbar-nav > li > a:hover:after,
.navbar.six .navbar-nav > li > a:hover:after,
.navbar.three .navbar-nav > li > a:focus:after,
.navbar.four .navbar-nav > li > a:focus:after,
.navbar.six .navbar-nav > li > a:focus:after,
.navbar.three .navbar-nav > li.dropdown.open > a:after,
.navbar.four .navbar-nav > li.dropdown.open > a:after,
.navbar.six .navbar-nav > li.dropdown.open > a:after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.navbar.seven .navbar-nav > li.active > a:after,
.navbar.eight .navbar-nav > li.active > a:after,
.navbar.nine .navbar-nav > li.active > a:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 23px auto 0;
  width: 80%;
  height: 2px;
  background: #00A566;
  content: "";
}
.navbar.seven:not(.floating) .navbar-nav > li.active > a:after,
.navbar.eight:not(.floating) .navbar-nav > li.active > a:after,
.navbar.nine:not(.floating) .navbar-nav > li.active > a:after {
  margin-top: 15px;
}
.navbar.two .social,
.navbar.four .social,
.navbar.nine .social {
  display: block;
}
@media (min-width: 768px) {
  .navbar.five .navbar-nav,
  .navbar.six .navbar-nav,
  .navbar.seven .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none !important;
  }
}
.navbar.floating {
  background: #8FC997 /* url('../img/light-bg-pattern.png') */ repeat;  
  display: block;
  position: fixed;
  padding-top: 40px;
  padding-bottom: /* 25px */ 40px;
  -webkit-transform: translateY(-110px);
  -moz-transform: translateY(-110px);
  -o-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  transform: translateY(-110px);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.navbar.floating.positive {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform .5s ease;
}
.navbar.floating.negative {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform .5s ease;
}
.navbar.floating .nav > li a {
  color: #492D1F;
}
.navbar.floating .navbar-toggle .icon-bar {
  background-color: #492D1F;
}
.navbar.floating .social i {
  color: #492D1F;
}

.navbar.floating .social i:hover {
	color: #f4efe5;
}
/*** Slider ***/
.slider {
  width: 100%;
  height: 700px;
  position: absolute;
  z-index: -1;
  background-color: black;
}
.slider.fullscreen {
  height: 100%;
}
.slider .image {
  position: absolute;
  width: inherit;
  height: inherit;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
/*** Intro ***/
.intro {
  height: 100%;
  color: #F4EFE5;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
-ms-flex-direction: column;
flex-direction: column;


-ms-flex-pack: center;
justify-content: center;
  
  /*** Content ***/
  /*** Animate Effect on Load Slide ***/
  /*** Magic Mouse ***/
  /*** Animations ***/
}
.intro a,
.intro p,
.intro h1,
.intro .h1,
.intro h2,
.intro .h2,
.intro h3,
.intro .h3,
.intro h4,
.intro .h4,
.intro h5,
.intro .h5,
.intro h6,
.intro .h6 {
  color: #F4EFE5;
}
.intro .images-list {
  display: none;
}

.intro img {
	max-width: 100%;
}

.intro h3 {
	display: block;
    letter-spacing: 0.12em;
    line-height: 1.2;
}

.intro .content {
  color: #F4EFE5;
}
.intro .content i {
  color: inherit;
}
.intro .content header {
  color: #F4EFE5;
  text-align: center;
}
.intro .content header i {
  font-size: 18px;
  padding: 0 5px;
}
.intro .content header h2,
.intro .content header .h2,
.intro .content header h3,
.intro .content header .h3 {
  margin-top: 40px;
}
.intro .content .icon.close i {
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.intro .content .icon.close i:hover {
  opacity: 0.85;
}
.intro .content .video-control {
  width: 70px;
  margin: 0 auto 30px;
  cursor: pointer;
}
.intro .content .video-control i {
  font-size: 18px;
  line-height: 64px;
  width: 70px;
  border: 3px solid #F4EFE5;
  border-radius: 50%;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.intro .content .video-control i.fa-play {
  text-indent: 4px;
}
.intro .content .video-control:hover i {
  background-color: #F4EFE5;
  color: #492D1F;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.intro .content .video-preview {
  margin-top: 40px;
  padding: 4px;
  background-color: #F4EFE5;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.intro .content .video-preview img {
  width: 210px;
}
.intro .content .video-preview .video-control {
  position: absolute;
  margin: -28px auto 0;
  left: 0;
  right: 0;
  top: 50%;
}
.intro .content .video-preview .video-control i {
  line-height: 50px;
  width: 56px;
  background-color: #00A566;
  color: #F4EFE5;
}
.intro .content .video-container {
  margin-top: 10px;
  display: inline-block;
  width: 47.86324786324786%;
  min-width: 150px;
  padding: 4px;
  background-color: #F4EFE5;
  border-radius: 3px;
  line-height: 0;
}
.intro .btn.btn-link {
  color: #F4EFE5 !important;
  opacity: .8;
}
.intro .btn.btn-link:hover {
  opacity: 1;
}
.intro .animate {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intro .animate.complete {
  opacity: 1;
}
.intro .mouse {
  position: relative;
  width: 30px;
  height: 44px;
  border: 2px solid #F4EFE5;
  border-radius: 15px;
  background: transparent;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.intro .mouse .wheel {
  width: 6px;
  height: 6px;
  background-color: #F4EFE5;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  left: 0;
  right: 0;
  -webkit-animation: magic-mouse 1.7s infinite ease;
  animation: magic-mouse 1.7s infinite ease;
}
@keyframes magic-mouse {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}
@-webkit-keyframes magic-mouse {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}
/*** Arrows ***/
.arrows {
  font-size: 0;
  margin-top: 35px;
}
.arrows .arrow {
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #F4EFE5 !important;
}
.arrows .arrow.left {
  margin-right: 12px;
}
.arrows .arrow i.fa {
  padding: 5px;
  color: inherit;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.arrows .arrow i.fa:hover {
  color: #00A566 !important;
}
/*** Services ***/
.services [class*=col] {
  padding-left: 2.564102564102564%;
  padding-right: 2.564102564102564%;
  border-right: 1px solid #f1f1f1;
}
.services [class*=col] i.fa {
  font-size: 80px;
  margin-bottom: 5.405405405405406%;
  cursor: default;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.services [class*=col] header {
  margin-bottom: 8.108108108108109%;
}
.services [class*=col]:hover i.fa {
  color: #00A566;
}
.services [class*=col]:last-child {
  border-right-width: 0;
}
/*** Services (Alternative) **/
.services-alt {
  text-align: center;
}
.services-alt [class*=col] i.fa {
  cursor: default;
  font-size: 60px;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.services-alt [class*=col]:hover i.fa {
  color: #00A566;
}
.services-alt.no-hover [class*=col] i.fa {
  color: inherit !important;
}
/*** Buttons ***/
.btn {
  border-radius: 3px;
  font-family: "Pitch", "courier-std", serif;
  padding: 18px 25%;
  line-height: 1;
  font-weight: 500;
  border-width: 0;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.btn i.fa {
  color: inherit;
  padding-right: 5px;
}
.btn.btn-default {
  background-color: #f4efe5;
  color: #7d504a;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: #00A566;
}
.btn.btn-link {
  color: #00A566;
  text-decoration: none !important;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  color: #63d2dd;
}
.btn.btn-inverse {
  background-color: transparent !important;
  color: #00A566;
  border: 2px solid;
  padding: 16px 28px;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  border-color: #63d2dd;
  color: #63d2dd;
  background-color: transparent;
}
.btn.btn-rounded {
  border-radius: 30px;
}
.btn.btn-small {
  padding: 13px 20px 14px;
}
.btn.btn-small i.fa {
  font-size: 12px;
  padding-right: 3px;
}
.btn.btn-small.btn-inverse {
  padding: 11px 18px 12px;
}
.btn.btn-white {
  color: #F4EFE5 !important;
}
.btn.btn-white.btn-inverse {
  border-color: rgba(255, 255, 255, 0.6);
}
.btn.btn-white.btn-inverse:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.btn[disabled] {
  opacity: 1;
}
/*** Inputs, Textareas ***/
input,
textarea {
  line-height: 1;
  padding: 17px;
  color: #f4efe5;
  border-radius: 3px;
  border: 1px solid #00A566;
  background-color: #00A566;
  -webkit-transition: border-color 0.15s ease-in;
  -moz-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
input:focus,
textarea:focus {
  border-color: #96d49e;
}
input[disabled],
textarea[disabled] {
  background-color: #F4EFE5;
  border-color: #f1f1f1;
  color: #f4efe5;
}
textarea {
  line-height: 1.5;
}
input.notice,
textarea.notice {
  border-color: #00A566 !important;
}
/*** Videos ***/
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
iframe {
  border: 0;
}
/*** Portfolio Filters ***/
.portfolio-filters {
  cursor: default;
}
.portfolio-filters a {
  display: inline-block;
  text-decoration: none !important;
  color: #696f6f;
  border-radius: 3px;
  padding: 12px 15px;
  line-height: 1;
  margin-right: 8px;
  margin-top: 8px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.portfolio-filters a:last-child {
  margin-right: 0;
}
.portfolio-filters a:hover {
  color: #00A566;
}
.portfolio-filters a.active {
  background-color: #00A566 !important;
  color: #F4EFE5;
}
/*** Portfolio Projects ***/
#portfolio-details {
  display: none;
  border-bottom: 1px solid #f1f1f1;
}
.portfolio-item:hover .overlay,
.portfolio-item.active .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}
.portfolio-item:hover .details,
.portfolio-item.active .details {
  opacity: 0.9;
}
.portfolio-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.portfolio-item img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.portfolio-item .overlay {
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.portfolio-item .details {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #F4EFE5;
  opacity: 0;
  font-family: "Pitch", "courier-std", serif;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.portfolio-item a {
  z-index: 3;
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
}
.portfolio-item .loading {
  z-index: 4;
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #00A566;
}
/*** Info Box ***/
.info-box {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafa;
}
.info-box h1,
.info-box .h1,
.info-box h2,
.info-box .h2,
.info-box h3,
.info-box .h3,
.info-box h4,
.info-box .h4,
.info-box h5,
.info-box .h5,
.info-box h6,
.info-box .h6 {
  margin-top: 0.2em;
}
.info-box input[type="email"],
.info-box input[type="text"] {
  font-family: "Pitch", "courier-std", serif;
  font-size: 24px;
  color: #492D1F;
  line-height: 1;
  padding: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  margin-top: 0.4em;
  font-weight: 500;
}
.info-box ::-webkit-input-placeholder {
  opacity: 1;
  color: #492D1F;
}
.info-box ::-moz-placeholder {
  opacity: 1;
  color: #492D1F;
}
.info-box ::-ms-input-placeholder {
  opacity: 1;
  color: #492D1F;
}
/*** Our Team ***/
.team [class*=col] {
  padding-left: 35px;
  padding-right: 35px;
}
.team [class*=col] h1,
.team [class*=col] .h1,
.team [class*=col] h2,
.team [class*=col] .h2,
.team [class*=col] h3,
.team [class*=col] .h3,
.team [class*=col] h4,
.team [class*=col] .h4,
.team [class*=col] h5,
.team [class*=col] .h5,
.team [class*=col] h6,
.team [class*=col] .h6 {
  margin-bottom: 5px;
}
.team [class*=col] .photo {
  padding-bottom: 15px;
}
.team [class*=col] .details {
  float: left;
}
.team [class*=col] .details span {
  color: #a6a6a6;
}
.team [class*=col] .social {
  float: right;
  margin-top: 10px;
  cursor: default;
}
.team [class*=col] .social a {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  line-height: 1;
}
.team [class*=col] .social a:last-child {
  margin-right: 0;
}
.team [class*=col] .social a:hover i.fa {
  color: #492D1F;
}
.team [class*=col] .social a i.fa {
  cursor: pointer;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
/*** Animated Bars ***/
.no-canvas .circular-bars {
  display: none;
}
.circular-bars input {
  color: #492D1F !important;
  font: 500 22px/1 "Roboto", sans-serif !important;
}
.circular-bars h1,
.circular-bars .h1,
.circular-bars h2,
.circular-bars .h2,
.circular-bars h3,
.circular-bars .h3,
.circular-bars h4,
.circular-bars .h4,
.circular-bars h5,
.circular-bars .h5,
.circular-bars h6,
.circular-bars .h6 {
  margin-top: 15px;
}
/*** Twitter Widget ***/
.twitter .twitter-feed ul {
  list-style: none;
  padding: 0;
}
.twitter .twitter-feed ul .tweet_time,
.twitter .twitter-feed ul .tweet_join,
.twitter .twitter-feed ul .tweet_text {
  font-family: "Pitch", "courier-std", serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.twitter .twitter-author {
  opacity: .6;
  color: #F4EFE5 !important;
}
/*** Contact Information and Form ***/
.large-info {
  font-family: "Pitch", "courier-std", serif;
  font-size: 50px;
  line-height: 1;
  padding: 24px 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  display: inline-block;
  color: #F4EFE5 !important;
  font-weight: 500;
}
.large-info i {
  padding-right: 10px;
}
.contact-icon {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
}
.contact-info {
  opacity: .6;
  color: #F4EFE5 !important;
}
.contact-info a {
  color: #F4EFE5 !important;
}
/*
.contact-form .field {
  width: 98.24561403508772%;
  margin-bottom: 15px;
  position: relative;
}
*/
.contact-form .field:last-child {
  /* margin-bottom: 40px; */
}
.contact-form .field input,
.contact-form .field textarea {
  width: 100%;
}
.contact-form .field textarea {
  height: 210px;
}
.contact-form .field .error {
  display: none;
  position: absolute;
  top: 17px;
  right: 15px;
  line-height: 1;
  cursor: default;
}
.contact-form .field .error i.fa {
  font-size: 14px;
  cursor: inherit;
  color: #a6a6a6;
}
.contact-form-result {
  display: none;
}
/*** Google Maps ***/
.map {
  position: relative;
  overflow: hidden;
}
.map > i {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.map > i.shadow-top {
  top: -5px;
  height: 5px;
}
.map > i.shadow-bottom {
  bottom: -5px;
  height: 5px;
}

#google-map {
	color: rgba(245,240,230,0.72);
}

#google-map img {
max-width: none;
}

.map #google-map {
  height: 300px;
}
.map #map-info {
  display: none;
}
/*** Footer ***/

.footer {
	background: #573A2C;
	color: #F4EFE5;
	padding-bottom: 135px;
}

.footer .to-top {
  display: inline-block;
  border-radius: 3px;
  background-color: #F4EFE5;
  line-height: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.footer .to-top:hover {
  background-color: rgba(245,240,230,0.5);
}
.footer .to-top i.fa {
  cursor: inherit;
  color: #7d504a;
  font-size: 20px;
  margin-top: 4px;
}

.footer .social {
  cursor: default;
  line-height: 1;
  margin-top: 5px;
  text-align: right;
}
.footer .social a {
  padding: 5px;
}
.footer .social a i.fa, .contact-section .social a i.fa {
  font-size: 16px;
  color: #F4EFE5;
}

.footer .social a i.fa:hover, .contact-section .social a i.fa:hover {
color:#00A566; 
}

.footer .social a:last-child {
  margin-right: 0;
}
/*** Accordion ***/
.panel-group .panel {
  margin-top: 10px;
}
.panel-group .panel:first-child {
  margin-top: 0;
}
.panel-group .panel-heading {
  background-color: #fafafa;
  border-radius: 3px;
  padding: 4px 20px;
}
.panel-group .panel-title a {
  color: #492D1F;
  text-decoration: none !important;
}
.panel-group .panel-body {
  padding: 10px 20px;
}
/*** Tabs ***/
.nav-tabs {
  /* border-bottom-color: #f1f1f1; */
}
.nav-tabs > li > a {
  font-family: "Pitch", "courier-std", serif;
  color: #492D1F;
  font-weight: 500;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  /* border-color: #f1f1f1 #f1f1f1 transparent; */
  color: #00A566 !important;
  font-weight: bold;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.tab-pane {
  /* padding: 10px 10px 0; */
}
/*** Alert Messages ***/
.alert {
  border: 0 !important;
  padding: 14px 30px;
}
.alert p {
  color: #696f6f;
}
.alert.alert-success {
  background-color: #f6fff1;
}
.alert.alert-success h1,
.alert.alert-success .h1,
.alert.alert-success h2,
.alert.alert-success .h2,
.alert.alert-success h3,
.alert.alert-success .h3,
.alert.alert-success h4,
.alert.alert-success .h4,
.alert.alert-success h5,
.alert.alert-success .h5,
.alert.alert-success h6,
.alert.alert-success .h6 {
  color: #88d661;
}
.alert.alert-info {
  background-color: #f4f8fa;
}
.alert.alert-info h1,
.alert.alert-info .h1,
.alert.alert-info h2,
.alert.alert-info .h2,
.alert.alert-info h3,
.alert.alert-info .h3,
.alert.alert-info h4,
.alert.alert-info .h4,
.alert.alert-info h5,
.alert.alert-info .h5,
.alert.alert-info h6,
.alert.alert-info .h6 {
  color: #5bc0de;
}
.alert.alert-warning {
  background-color: #fcf8f2;
}
.alert.alert-warning h1,
.alert.alert-warning .h1,
.alert.alert-warning h2,
.alert.alert-warning .h2,
.alert.alert-warning h3,
.alert.alert-warning .h3,
.alert.alert-warning h4,
.alert.alert-warning .h4,
.alert.alert-warning h5,
.alert.alert-warning .h5,
.alert.alert-warning h6,
.alert.alert-warning .h6 {
  color: #f0ad4e;
}
.alert.alert-danger {
  background-color: #fdf7f7;
}
.alert.alert-danger h1,
.alert.alert-danger .h1,
.alert.alert-danger h2,
.alert.alert-danger .h2,
.alert.alert-danger h3,
.alert.alert-danger .h3,
.alert.alert-danger h4,
.alert.alert-danger .h4,
.alert.alert-danger h5,
.alert.alert-danger .h5,
.alert.alert-danger h6,
.alert.alert-danger .h6 {
  color: #d9534f;
}
/*** Progress Bars ***/
.bar {
  clear: both;
}
.progress {
  height: 7px;
  background-color: #fafafa;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  width: 0;
  background-color: #00A566;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.progress-heading {
  overflow: hidden;
  margin-bottom: 10px;
}
.progress-heading .progress-title {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
}
.progress-heading .progress-value {
  font-family: "Pitch", "courier-std", serif;
  color: #492D1F;
  text-align: right;
  margin-top: -0.22em;
  padding-right: 10px;
  font-weight: 500;
}
/*** Blockquote ***/
blockquote {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 3px solid #f1f1f1;
  padding: 15px 30px 18px;
}
blockquote footer {
  font-size: 14px;
}
blockquote footer:before {
  padding-right: 5px;
}
/*** Custom Lists ***/
.fa-ul.details {
  margin-left: 1.3em;
}
.fa-ul.details li {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.fa-ul.details li:last-child {
  border-bottom: 0;
}
.fa-ul.details li strong {
  color: #492D1F;
  display: inline-block;
  margin-right: 6px;
}
.fa-ul.details li .fa-li {
  top: 0.95em;
}
.fa-li {
  top: .5em;
}
.fa-li.colored {
  color: #00A566;
}
/*** Tables ***/
.table-bordered,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: #f1f1f1 !important;
}
/*** Images Slider ***/
.image-slider div {
  display: none;
}
.image-slider div.arrows {
  display: block;
}
.image-slider div:first-child {
  display: block;
}
.image-slider .arrows {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  bottom: 5px;
  right: 27px;
  z-index: 999;
}
.image-slider .arrows.large {
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  margin-top: -0.5em;
  margin-right: 0 !important;
}
.image-slider .arrows.large .arrow {
  position: absolute;
  display: block;
}
.image-slider .arrows.large .arrow i {
  opacity: .2;
  color: #492D1F !important;
  font-size: 16px;
}
.image-slider .arrows.large .arrow:hover i {
  opacity: 1;
}
.image-slider .arrows.large .arrow.left {
  left: -40px;
}
.image-slider .arrows.large .arrow.right {
  right: -40px;
}
/*** Dropcaps ***/
.dropcap {
  font-family: "Pitch", "courier-std", serif;
  font-size: 50px;
  color: #00A566;
  line-height: 1;
  margin-right: 10px;
  float: left;
  font-weight: 500;
}
.dropcap.alt {
  background-color: #00A566;
  color: #F4EFE5;
  border-radius: 3px;
  padding: 1px 8px 4px;
}
/*** Tagline Boxes ***/
.promotion-box {
  padding: 14px 30px;
  background-color: #fafafa;
  border-left: 3px solid #00A566;
  margin-bottom: 20px;
}
.promotion-box.line-top {
  border-top: 3px solid #00A566;
  border-left: none;
}
.promotion-box.line-grey {
  border-color: #f1f1f1;
}
/*** Highlights ***/
.highlight,
.highlight-dark {
  display: inline-block;
  color: #F4EFE5;
  background-color: #00A566;
  padding: 0 7px;
  border-radius: 3px;
}
.highlight-dark {
  background-color: #492D1F;
}
/*** Pricing Tables ***/
.pricing-tables .plan {
  text-align: center;
  border: 3px solid #f1f1f1;
  border-radius: 3px;
  padding: 0 15px 22px;
  margin: 0 15px 20px;
}
.pricing-tables .plan header {
  margin-top: 30px;
  margin-bottom: 25px;
}
.pricing-tables .plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-tables .plan ul li {
  border-bottom: 1px solid #f1f1f1;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.pricing-tables .plan ul li:first-child {
  border-top: 1px solid #f1f1f1;
}
.pricing-tables .plan .btn {
  margin-top: 5px;
}
.pricing-tables .plan .btn:first-of-type {
  margin-top: 20px;
}
.pricing-tables [class*="col"]:last-child .plan {
  margin-bottom: 0;
}
/*** Stickers ***/
.sticker {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #F4EFE5;
  background-color: #492D1F;
  border-radius: 3px;
  line-height: 1.8;
  padding: 0 7px;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  margin: 0 3px 0 5px;
  cursor: default;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.sticker:hover {
  background-color: #424242;
}
.sticker.green {
  background-color: #88d661;
}
.sticker.green:hover {
  background-color: #a6e189;
}
.sticker.blue {
  background-color: #5bc0de;
}
.sticker.blue:hover {
  background-color: #85d0e7;
}
.sticker.orange {
  background-color: #f0ad4e;
}
.sticker.orange:hover {
  background-color: #f4c37d;
}
.sticker.red {
  background-color: #d9534f;
}
.sticker.red:hover {
  background-color: #e27c79;
}
.sticker.default {
  background-color: #00A566;
}
.sticker.default:hover {
  background-color: #70d6e0;
}
.sticker-icon {
  position: relative;
}
.sticker-icon .sticker {
  position: absolute;
  top: -2px;
  right: -2px;
  margin: 0;
}
h1 .sticker,
.h1 .sticker,
h2 .sticker,
.h2 .sticker,
h3 .sticker,
.h3 .sticker {
  margin-top: -3px;
}
h4 .sticker,
.h4 .sticker,
h5 .sticker,
.h5 .sticker,
h6 .sticker,
.h6 .sticker {
  margin-top: -1px;
}
/*** Font-Awesome Icons and Stickers Demo ***/
.icons-demo,
.stickers-demo {
  cursor: default;
}
.icons-demo.colored i.fa,
.stickers-demo.colored i.fa {
  color: #00A566;
}
.icons-demo i.fa,
.stickers-demo i.fa {
  font-size: 20px;
  width: 30px;
  padding-bottom: 15px;
  cursor: default;
  text-align: center;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.icons-demo i.fa:hover,
.stickers-demo i.fa:hover {
  opacity: 0.7;
}
.stickers-demo i.fa {
  font-size: 46px;
  width: 70px;
}
/*** Blog Posts ***/
.blog-post header h1 a,
.blog-post header .h1 a,
.blog-post header h2 a,
.blog-post header .h2 a,
.blog-post header h3 a,
.blog-post header .h3 a,
.blog-post header h4 a,
.blog-post header .h4 a,
.blog-post header h5 a,
.blog-post header .h5 a,
.blog-post header h6 a,
.blog-post header .h6 a {
  color: inherit;
  text-decoration: none !important;
}
.blog-post header .info {
  margin-top: 10px;
  color: #a6a6a6;
}
.blog-post header .info span::after {
  /* content: '•';
display: inline-block;
  padding: 0 4px 0 7px;
*/
}
.blog-post header .info span:last-child::after {
  content: '';
}
.blog-post header + p {
  margin-top: 20px;
}
.blog-post header + img,
.blog-post header + img + p,
.blog-post header + .video-responsive,
.blog-post header + .video-responsive + p,
.blog-post header + .image-slider,
.blog-post header + .image-slider + p {
  margin-top: 30px;
}
.blog-post .image-slider div {
  padding: 0 !important;
}
.blog-post .image-slider .arrows {
  right: 12px;
}
.blog-post .btn {
  margin-top: 20px;
  padding: 16px 28px;
}
/*** Masonry Blog ***/
.blog-masonry.blog-masonry-four header h3 {
  font-size: 18px;
}
.blog-masonry .blog-post.masonry {
  padding-left: 25px;
  padding-right: 25px;
  /* background-color: #F4EFE5; */
}
.blog-masonry .btn {
  padding: 14px 24px;
}
/*** Sidebars ***/
.sidebar {
  padding-left: 20px;
  margin-top: 40px;
  /*** Navigations ***/
  /*** Subscribe for Newsletter ***/
  /*** Tag Cloud ***/
}
.sidebar header {
  margin-bottom: 30px;
}
.sidebar ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul.menu li {
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 10px;
}
.sidebar ul.menu li:first-child {
  border-top: 1px solid #f1f1f1;
}
.sidebar ul.menu li a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li a:focus {
  color: #00A566;
}
.sidebar ul.links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul.links li {
  padding: 4px 0;
}
.sidebar ul.links li a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.sidebar ul.links li a:hover,
.sidebar ul.links li a:focus {
  color: #00A566;
}
.sidebar .newsletter-form input[type="email"],
.sidebar .newsletter-form input[type="text"] {
  padding: 12px 16px;
  margin-top: 10px;
  margin-right: 8px;
  width: 220px;
  margin-bottom: 15px;
}
.sidebar .newsletter-form .btn {
  padding: 14px 22px 13px;
  margin-top: -2px;
  display: inline-block;
}
.sidebar .tags {
  overflow: hidden;
}
.sidebar .tags .tag {
  display: block;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 13px;
  background-color: #00A566;
  color: #F4EFE5;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sidebar .tags .tag:hover,
.sidebar .tags .tag:focus {
  background-color: #63d2dd;
}
/*** Pagination ***/
.pages-navigation a {
  font-family: "Pitch", "courier-std", serif;
  font-size: 16px;
  color: #492D1F;
  border: none;
  border-radius: 0;
  background-color: transparent !important;
  padding: 0;
  opacity: 1;
  text-decoration: none !important;
  font-weight: 500;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.pages-navigation a:hover,
.pages-navigation a:focus {
  color: #00A566;
}
/*** Leave a Comment ***/
.comment-form .field {
  margin-bottom: 20px;
}
.comment-form .field input {
  width: 99.4%;
}
.comment-form .field textarea {
  height: 130px;
  width: 100%;
}
/*** Comments ***/
.user-comment {
  margin-bottom: 50px;
}
.user-comment:last-child {
  margin-bottom: 0;
}
.user-comment .image {
  float: left;
  width: 80px;
  margin-right: 30px;
  margin-top: 5px;
}
.user-comment .details {
  margin-left: 110px;
}
.user-comment .details .info {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.user-comment .details .info .author {
  display: inline-block;
  float: left;
  font-family: "Pitch", "courier-std", serif;
  font-size: 18px;
  color: #00A566;
  font-weight: 500;
}
.user-comment .details .info .date {
  display: inline-block;
  float: right;
  color: #a6a6a6;
}
.user-comment .details .reply a {
  color: #a6a6a6;
  text-decoration: none !important;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.user-comment .details .reply a:hover,
.user-comment .details .reply a:focus {
  color: #00A566;
}
.user-comment .user-comment {
  margin-top: 50px;
  margin-left: 5%;
}
/*** Error Page ***/
#error-page {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
/*** Share Panel ***/
.share-panel {
  margin-top: 20px;
  line-height: 1;
}
/*
.share-panel span {
  display: inline-block;
  margin-right: 25px;
  color: #492D1F;
  font-family: "Pitch", "courier-std", serif;
  font-weight: 500;
}
*/
.share-panel .social {
  display: inline-block;
  cursor: default;
}
.share-panel a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
}
.share-panel a:last-of-type {
  margin-right: 0;
}
/*
.share-panel a:hover i.fa {
  color: #492D1F;
}
*/
.share-panel i.fa {
  cursor: pointer;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
/*** Milestone Counters ***/
.milestone {
  background-color: #fafafa;
  border-radius: 3px;
  text-align: center;
  color: #492D1F;
  font-family: "Pitch", "courier-std", serif;
  padding: 20px 5px;
}
.milestone .counter {
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
}
.milestone .description {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
  color: #696f6f;
}
/*** How it looks (iMacs Preview) ***/
.imacs {
  position: relative;
}
.imacs .item.center {
  margin-top: 35px;
}
.imacs .item.center img {
  position: relative;
}
.imacs .item.left {
  left: 90px;
  opacity: 1;
}
.imacs .item.right {
  right: 90px;
}
.imacs .item.right.complete {
  right: 90px;
  opacity: 1;
}
.imacs .item.left,
.imacs .item.right {
  position: absolute;
  top: -35px;
  opacity: 1;
}
.csstransitions .imacs .item.left,
.csstransitions .imacs .item.right {
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.csstransitions .imacs .item.left {
  left: 0;
}
.csstransitions .imacs .item.left.complete {
  left: 90px;
  opacity: 1;
}
.csstransitions .imacs .item.right {
  right: 0;
}
.csstransitions .imacs .item.right.complete {
  right: 90px;
  opacity: 1;
}



/* OpenTable
********************************************************/

.otw-widget-title,
.powered-by-open-table,
.otw-input-wrap > label { display: none; }

.otw-wrapper { position: relative;}

.otw-input-wrap {
    display: inline-block;
    margin-bottom: 15px;
    background: #00A566;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    float: left;
    display: block;
    padding-left: 35px;
}

.otw-date-wrap {
    width: 100%;
}

.otw-time-wrap {
    width: 60%;
    margin-right: 4%;
}

.otw-party-size-wrap {
    width: calc(100% - 64%);
}

.otw-input-wrap input {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    width: 100%;
    font-size: 18px;
}

.otw-input-wrap:before {
    font-family: "FontAwesome";
	content: "\f073";
	color: #f4efe5;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: 15px;
	left: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.otw-time-wrap::before {
	font-size: 23px;
}

.otw-party-size-wrap:before {
    content: "\f007";
    font-family: "FontAwesome";
}

.otw-time-wrap:before {
    content: "\f017";
    font-family: "FontAwesome";
}

.otw-date-wrap input:before {
    content: "\f073";
    font-family: "FontAwesome";
}

.otw-input-wrap select {
    background: none;
    border: 0;
    border-radius: 3px;
    color: #f4efe5;
    cursor: pointer;
    display: inline-block;
    margin: 12px 19px;
    font-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
    
}
.otw-input-wrap select option {
    color: #000;
    background: #fff;
}

.otw-input-wrap select option {
    padding: 5px;
    text-align: center;
}

.otw-input-wrap select:focus > option:checked,
.otw-input-wrap select:focus > optgroup > option:checked
.otw-input-wrap option:checked {
    background-color: #492D1F !important;
}

.otw-submit {
    float: left;
    clear: both;
    margin-top: 5px;
    background: #F4EFE5;
    color: #573A2C;
    border-radius: 4px;
    padding: 15px 25px;
    line-height: 1;
    border: none;
    word-spacing: -2px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Pitch' ,serif;
}

.otw-submit:hover {
	background: #573A2C;
	color: #F4EFE5;
}

/* datepicker */
div.open-table-widget-datepicker {
    border: 0 none !important;
    box-shadow: none !important;
    padding: 15px;
}

.home .open-table-widget-datepicker .datepicker-panel > ul > li.picked, 
.home .open-table-widget-datepicker .datepicker-panel > ul > li.picked:hover {
    color: #F4EFE5;
    background: #573A2C;
}

.home .open-table-widget-datepicker.datepicker-top-left::before, 
.home .open-table-widget-datepicker.datepicker-top-right::before {
    border-bottom: none;
}


/* MAP
********************************************************/

#bodyContent p {
    color: #573A2C;
    font-family: "ff-tisa-web-pro",serif;
    line-height: 1.4;
    text-align: center;
}

/* BLOG
********************************************************/

#blog h2{
	color: #fff;
}

#blog header {
	border-bottom: 2px solid rgba(250,250,250,0.3);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.thumb {
    margin-bottom: 20px;
	max-height: 160px;
    overflow: hidden;
}

.thumb img {
    width: 100%;
}

#blog .date {
	font-family: "courier-std", Courier, serif;
	font-style: normal;
	color: #fff;
	font-size: 15px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.excerpt {
	color: #fff;	
}

#blog .excerpt h2 {
	margin: 0;
}

.excerpt h2 a {
	color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.excerpt p {
	color: #fff;
	line-height: 1.6;
}

.view-article {
	display: none;
}

/* CONTACt
********************************************************/

.c-div {
	width: 50%;
	float: left;
}



/* BLOG SEPARATE PAGE
********************************************************/


#blog-header h2 {
	text-shadow: 0px 0px 7px rgba(0,0,0,.5);
	font-size: 40px;
}

#blog-header p {
	font-size: 15px;
    margin: 10px auto 0;
    width: 70%;
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0,0,0,.5);
}

.blog-post h3 a {
	color: #492D1F;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.blog-post h3 a:hover {
	text-decoration: none;
	color: #8FC997;
}

.blog-post h3 {
	display: inline-block;
    line-height: 0.9em;
    margin: 0 0 10px;
}

.blog-post p {
	font-style: normal;
}

.blog-post .date {
    margin: 0 0 15px;
}

.blog-post .date {
	font-size: 14px;
    font-family: "ff-tisa-web-pro",serif;
    margin: 0;
}



.blog-post .comment a:hover {
	text-decoration: none;
}


.blog-single h2 {
	display: inline-block;
    font-size: 50px;
    line-height: 1em;
    margin-top: 15px;
}

.blog-post .btn {
	background: #492D1F;
	color: #fff;
	margin-top: 10px;
}




.info span {
    display: inline-block;
    color: #492D1F;
	font-family: "ff-tisa-web-pro",serif;
	font-style: italic;
	font-size: 14px;
	margin-right: 12px;
}

.info span a {
	color: #492D1F;
	text-decoration: none;
}

#share-image {
	margin-bottom: 20px;
	max-width: 725px;
}

.share-panel {
	background: none repeat scroll 0 0 #492D1F;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.09em;
    margin-top: 10px;
    padding: 12px 22px;
    text-transform: uppercase;
}

.share-panel span {
	color: #fff;
	margin-right: 15px;
}

.share-panel .social a i{
	color: #fff;
}

.share-panel .social a i:hover {
	color: #8FC997;
}

#recent-posts ul {
    list-style: none outside none;
    padding: 0;
    margin-bottom: 40px;
}

#recent-posts a {
	color: #492D1F;

}

#recent-posts h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 20px;
}

#recent-posts h3 i {
    background: none repeat scroll 0 0 #492D1F;
    border-radius: 5px;
    color: #f4efe5;
    font-size: 15px;
    padding: 9px;
}


     
     
/*  COMMENT FORM
***************************************************************/

.form-allowed-tags {
	display: none;
}

#commentform .form-submit > input {
    border-radius: 5px;
    margin: 0 auto;
    font-style: normal;
    background-color: rgba(139, 89, 82, 1);
    font-family: Courier New, Courier, "ff-tisa-web-pro",serif;
    width: 140px;
    color: #f4efe5;
}

#commentform .form-submit > input:hover {

	background:#8FC997;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
	
}

.comment-form-author, .comment-form-email {
	margin: 0;
}

#commentform label {
    display: inline-block;
    font-family: Courier New, Courier, "ff-tisa-web-pro",serif;
    font-style: normal;
    font-weight: normal;
}

#commentform input, #commentform textarea {
	background: rgba(139,89,82,0.1);
	color: rgba(139, 89, 82, 1);
	border-radius: 5px;
	border: 2px solid rgba(139,89,82,0);
}

#commentform input:focus , #commentform textarea:focus {
	border: 2px solid rgba(139,89,82,0.5);
}

.comments {
    border-top: 1px solid rgba(139, 89, 82, 0.3);
    padding-top: 45px;
    margin-top: 35px;
}

.comments li {
	list-style: none;
}

.comments ul {
	padding: 0;
}

.comment-body {
    margin: 30px 0;
}

.comments ul.children {
    padding-left: 25px;
}

#respond {
	border-top: 1px solid rgba(139, 89, 82, 0.3);
    padding-top: 45px;
    margin-top: 35px;
}


.avatar {
	display: none;
}

.comment-meta.commentmetadata a{
    font-family: "ff-tisa-web-pro",serif;
    font-style: italic;
    color: #492D1F;
}

.comment-reply-link {
    background: none repeat scroll 0 0 #00A566;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 17px;
}

.comment-reply-link:hover {
	background: #492D1F;
	color: #fff;
	 text-decoration: none;
}

.comment-author {
    color: #492D1F;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

#cancel-comment-reply-link {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.para-mobile {
	background: rgba(139,89,82,0.1);
}

.para-mobile header h2 {
	margin: 15px;
	display: block;
}

/*-----------------MAILING LIST MAILCHIMP---------------*/

/*
.mc4wp-alert {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}

.mc4wp-alert.mc4wp-error {
	background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}

.mc4wp-alert.mc4wp-notice {
    background-color: #e0a45a;
    border-color: #e0a45a;
}

.mc4wp-alert.mc4wp-success {
	background: #8FC997;
}
*/

.contact-form-area input, .contact-form-area textarea {
    border: none;
    border-radius: 3px;
    color: #f5f0e6;
    background: #573A2C;
    border: 2px solid #573A2C;
}

.contact-form-area input:focus {
	outline:0;
	border:2px solid #00A566;
}

#contact-submit {
	border-color: #F4EBE2;
}
#contact-submit:hover {
	border-color: #00A566; 
	color: #F4EBE2;
}





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

@media all and (max-width: 1200px) and (min-width: 980px){
  
  	.axe {
	    right: 15px;
	    width: 45%;
	}
    
    .about-1 {
	    width: 51%; 
	    margin-left: 0;
    }
    
    .about-2, .about-3 {
    	width: 47%;
    }
    

}


@media all and (max-width: 992px) and (min-width: 768px){
  
  
  	.navbar .social a {
	    padding: 2px;
	}
  	
  	.navbar .social {
  		margin-left: 22px;
  	}
  
  	/*--ABOUT--*/
  	
  	.axe {
	    right: 0;
	    width: 55%;
	}
	
	.about-1 {
	width: 100%;}
    
    .about-2, .about-3 {
	    display: none;
    }
    
    
    /*--MENU--*/
    
    .arrow {
    	display: none;
    }
    
    /*--Blog--*/
    
    .honey {
	    left: 240px;

	    width: 32%;

	}
	
	/*--Contact--*/
	
	.c-div {
	width: 100%;
	}
	
	.btn {
		padding: 18px 10%;
	}
	
/*
	#contact, .gift-section, #private, #menu, #about, .reservations-section {
		background-size: contain;
	}
*/


  
}

@media all and (max-width: 768px) and (min-width: 450px){
  
  
	.navbar-nav {
		margin: 0 -15px;
	}  
	
	.navbar.two .social, .navbar.four .social, .navbar.nine .social {
	display: none;
	}
  
  	.axe {
	    left: 120px;
		right: 0;
		top: -10px;
	}
    
    .about-1 {
    	margin-left: 0;
    	width: 100%;
    }
    
    .about-2, .about-3 {
    	display: none;
    }
    
    /*--MENU--*/
    
    .arrow {
    	display: none;
    }
    
    .print, .print:active, .print:focus {
	float: left;
	margin-top: 34px;
}
    
    
    /*--RESERVATIONS--*/
    
    .screw {
    	display: none;
    }
    
    /*--Blog--*/
    
    .honey {
	    left: 240px;
	    width: 35%;
	}
	
	#recent-posts {
		display: none;
	}
	
	/*--Contact--*/
	
	.btn {
	    padding: 18px 0;
	    width: 98%;
	}
	
	#otw_widget-3 .btn.dropdown-toggle.btn-default {
		padding: 18px 42% !important;
		width: auto !important;
	}

	
	.para-mobile img {
		max-width:100%;
		background-size: contain;
	}
	
	
	
/*
	#contact, .gift-section, #private, #menu, #about {
		background-size: contain;
	}
*/


	
	
	

  
}

@media all and (max-width: 450px) and (min-width: 300px){
  
  	/*--Home--*/
  	
  	.navbar {
  		
  		padding-top: 35px;
  	}
  	
  	.navbar-nav {
		margin: 25.5px -15px;
	}  
	
	.navbar.two .social, .navbar.four .social, .navbar.nine .social {
	display: none;
	}
  	
  	/*--About--*/
  
  	.axe {
	    left: 120px;
		right: 0;
		top: -2px;
		width: 55%;
	}
	
	.about-1 {
    	margin-left: 0;
    	width: 50%;
    }
    
    .about-2, .about-3 {
    	width: 46%;
    }
    
    /*--MENU--*/
    
    .menu-section .nav-tabs > li > a {
    font-size: 17px;
    padding: 5px 30px 5px 0;
}
    
    .arrow {
    	display: none;
    }
    
    .print, .print:active, .print:focus {
	float: left;
	margin-top: 34px;
}
    
    /*--RESERVATIONS--*/
    
    .screw {
    	display: none;
    }
    
    /*--Blog--*/
    
    .honey {
	    display: none;
	}
	
	#recent-posts {
		display: none;
	}
	
    
    /*--Contact--*/
	
/*
	#contact, .gift-section, #private, #menu, #about, .reservations-section {
		background-size: contain;
	}
*/
	
	.map #google-map {
	  height: 200px;
	}
	
	.btn {
	    padding: 18px 0;
	    width: 98%;
	}
	
	#otw_widget-3 .btn.dropdown-toggle.btn-default {
		padding: 18px 25% !important;
		width: auto !important;
	}
	
	.para-mobile img {
		max-width:100%;
		background-size: contain;
	}
	


      
}
