/* fonts */
h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
  font-family: 'Lilita One';
}
body {
	font-family: 'Open Sans';
    font-size: 18px;
}


/* CSS ANIMATION FOR ON HOVER (tour tiles)*/
.hvr-glow {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

/* Header Navigation */
.genesis-nav-menu a{
    font-family: 'Open Sans' !important;
	padding: 27px 17px !important;
  	margin-top: 12px;
}
.genesis-nav-menu > .menu-item > a:hover {
	color: #F28631;
}
.genesis-nav-menu {
	width: 107% !important;
}
.genesis-nav-menu .current-menu-item > a {
	color: #F28631;
}
.dashicons dashicons-arrow-down {
	font-size: 20px;
}
/* Body CSS changes */
.first{
	text-align: center !important;
}
.caption{
	font-size: 45px;
}
h5 {
	text-align: left !important;
}
.site-title{
	margin-top: 12px;
  	margin-bottom: 12px;
}
.home-odd{
	padding: 183px 0 89px !important;
}
.home-even{
	padding: 61px 0 15px !important;
    background-color: #f28631 !important;
}
.imgtext{
	margin-top: -398px;
  	text-align: center;
  	padding-bottom: 300px;
  	font-weight: semi-bold;
}
.site-header{
	opacity: 0.8;
}
.parallax-home .site-inner{
	margin-top: 0px !important;
}
.align{
	margin-left: -120px;
}
a {
	color: #f28631;
}
a:hover{
	color: #000000;
}
.orange{
	height: 100%;
    width: 100%;
  	background-color: #f28631 !important;
}
.gallery-heading{
	color: #FFFFFF !important;
}
.gallery-item{
	line-height: 4.0 !important;
}
.gallerybutton{
	text-align:center;
  	width: 97%;
  	margin-top: 45px;
  	margin-left: -30px;
}
.gallerybutton:hover{
  	color: #F28631;
	background-color: #FFFFFF;
}
.gallerycustom{
	border: 15px solid #FFFFFF;
  	box-shadow: 0px 0px 20px #000000;
}
.gallery {
	padding-top: 15px;
}
img.alignnone, .alignnone{
	margin-bottom: -11px;
}
.lang-links {
  margin-top: -10px;
  margin-bottom: 10px;
  width: 100%;
}
.home-section-3{
	background-color: #F28631 !important;
}
.home-section-2{
	background-color: #FFFFFF !important;
}
.first{
  padding-right: 24px !important;
}
.one-third{
	padding-right: 24px !important;
}
h1 {
      color: #f28631 !important;
}
/*Footer CSS*/
.footer-widgets{
	font-size: 15px;
  	background-color: #EFEFEF !important;
  	color: #000000 !important;
}
.footer-widgets a{
	line-height: 200%;
}
.footer-widgets a:hover {
	color: #f28631 !important;
}
.footer-widgets button{
	border:3px solid #f28631 !important;
  	color: #f28631 !important;
}
.button:hover{
	background-color: #F28631;
}
.eway{
	max-height:80px; 
  	max-width:100%;
}
/*FAQ ANCHOR TAG*/
.anchor{
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}

/******************** Background video **********/
.home-section-1 {
	background-color: rgba(0, 0, 0, 0.0); !important;
}
.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}


@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('/wp-content/uploads/2016/01/Treetops-Adventure-Image-11.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
 	display: none;
  }
}
/*Mobile Devices */
@media only screen and (max-width: 768px){
  .responsive-menu-icon::before{
  	content:"MENU";
  }
  .aligncenter{
    padding-top:20px;
  }
  .home-odd{
  	padding: 25px 0 43px !important;
  }
  img.alignnone, .alignnone{
  	padding-bottom: 10px;
  }
  .gallerybutton{
  	width:100%;
    margin-left: 0px;
  }
  .facebook{
  	padding-top: 50px;
  }
  .eway{
  	padding-bottom: 50px;
    max-height: 128px;
  }
  .dashicons, .dashicons-before:before {
  	font-size: 0px !important;
  }
  .first{
  	padding-right: 0px !important;
  }
  .one-third{
  	padding-right: 0px !important;
  }
}
@media only screen and (max-width: 700px){
  table.tb-price {
      font-size: 14px;
  }
  table.tb-price td {
    vertical-align: top;
  }
}
@media only screen and (max-width: 500px){
  table.tb-price {
      font-size: 12px;
  }
}