/*----------------------------------
Mold Discover Template
Screen Stylesheet
Date:      	23/03/13
Author:		Mold Themes
----------------------------------*/
/*----------------------------------
TABLE OF CONTENTS:
------------------------------------
1.0 Base
	1.1 Normalize
	1.2 Utilities

2.0 Modules
	2.1  Preloadomg
	2.2  Navigation
	2.3  Main Image/Video Banner
	2.4  Bootstrap Carousel
	2.5  Page Header
	2.6  Section
	2.7  Headline
	2.8  Banner
	2.9  Counter Number Banner

	2.10 Button
	2.11 Badge
	2.12 Form Elemets
	2.13 Table
	2.14 Breadcrumb
	2.15 Modal
	2.16 Tabs
	2.17 Accordion
	2.18 Blockquote
	2.19 Pagination

	2.20 Social Media Icons
	2.21 Sort Bar
	2.22 Steps And Timeline
	2.23 Feature List
	2.24 Waypoint
	2.25 Testimonial
	2.26 Reviews
	2.27 Supported By list
	2.28 Search Bar
	2.20 Sidebar
	2.30 Team
	2.31 Image Gallery
	2.32 Location
	2.33 Footer
	
3.0 Partial UI
	3.1 Trip Showcase
	3.2 Trip Grid
	3.3 Trip List
	3.4 Trip Detail
	3.5 Login and Signup
	3.5 404 Page
	3.6 Comming Soon Page
	3.7 Cart and Checkout Page
	3.8 Blog Page
	3.9 Contact Page

4.0 Thrid party Vendors
	4.1 Owlcarousel
	4.2 Lightbox
	4.3 Button Effect

5.0 Presentaional css
	5.1 Mold Discover Logo
	5.2 Iconfont Page
	5.3 Color Page

-----------------------------------
TABLE OF CONTENTS:
----------------------------------*/
/* Google font Import */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800|Raleway:400,400i,500,500i,600,600i,700,700i,800';
/*---------- 1.0 Base ----------*/
/*---------- 1.1 Normalize ----------*/
@import 'https://fonts.googleapis.com/css?family=Caveat';
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
html {
  min-height: 100%;
  font-size: 14px;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #F1F2F8;
  color: #4b4b4b;
  font-size: 14px;
  overflow-x: hidden;
}
body.bg-img {
  background: url('../img/bg.png') repeat left top;
}
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.nav-bar,
.nav-bar a {
  font-family: 'Raleway', sans-serif;
}
h1 {
  font-size: 3.998em;
}
h2 {
  font-size: 2.827em;
}
h3 {
  font-size: 1.999em;
}
h4 {
  font-size: 1.414em;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 0.707em;
}
main {
  padding: 60px 0px;
}
*:focus {
  outline: 0;
}
a {
  color: #558B2F;
  cursor: pointer;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
p {
  line-height: 1.6;
}
pre {
  margin: 15px 0;
}
hr {
  margin: 20px auto;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
  hr {
    margin: 20px auto;
  }
}
/*---------- 1.2 Utilities ----------*/
html.full-height {
  height: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.inner-container {
  margin-left: 30px;
  margin-right: 30px;
}
hr.dark {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.pull-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tooltip-inner {
  border-radius: 2px;
}
.italic {
  font-style: italic;
}
.no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dot {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  color: transparent;
  background: #bbbbbb;
  vertical-align: middle;
}
.equal-height {
  position: relative;
}
.full-image {
  height: 100%;
  overflow: hidden;
}
.full-image img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------- 1.3 Layout ----------*/
.flex-row {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-col {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-12 {
  -webkit-box-flex: 0 0 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100%;
  /* Chrome */
  -ms-flex: 0 0 100%;
  /* IE 10 */
  flex: 0 0 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-11 {
  -webkit-box-flex: 0 0 91.66%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 91.66%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 91.66%;
  /* Chrome */
  -ms-flex: 0 0 91.66%;
  /* IE 10 */
  flex: 0 0 91.66%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-10 {
  -webkit-box-flex: 0 0 83.33%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 83.33%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 83.33%;
  /* Chrome */
  -ms-flex: 0 0 83.33%;
  /* IE 10 */
  flex: 0 0 83.33%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-9 {
  -webkit-box-flex: 0 0 75%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 75%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 75%;
  /* Chrome */
  -ms-flex: 0 0 75%;
  /* IE 10 */
  flex: 0 0 75%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-8 {
  -webkit-box-flex: 0 0 66.66%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 66.66%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 66.66%;
  /* Chrome */
  -ms-flex: 0 0 66.66%;
  /* IE 10 */
  flex: 0 0 66.66%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-7 {
  -webkit-box-flex: 0 0 58.33%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 58.33%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 58.33%;
  /* Chrome */
  -ms-flex: 0 0 58.33%;
  /* IE 10 */
  flex: 0 0 58.33%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-6 {
  -webkit-box-flex: 0 0 50%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 50%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 50%;
  /* Chrome */
  -ms-flex: 0 0 50%;
  /* IE 10 */
  flex: 0 0 50%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-5 {
  -webkit-box-flex: 0 0 41.66%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 41.66%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 41.66%;
  /* Chrome */
  -ms-flex: 0 0 41.66%;
  /* IE 10 */
  flex: 0 0 41.66%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-4 {
  -webkit-box-flex: 0 0 33.33%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 33.33%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 33.33%;
  /* Chrome */
  -ms-flex: 0 0 33.33%;
  /* IE 10 */
  flex: 0 0 33.33%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-3 {
  -webkit-box-flex: 0 0 25%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 25%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 25%;
  /* Chrome */
  -ms-flex: 0 0 25%;
  /* IE 10 */
  flex: 0 0 25%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-2 {
  -webkit-box-flex: 0 0 16.66%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 16.66%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 16.66%;
  /* Chrome */
  -ms-flex: 0 0 16.66%;
  /* IE 10 */
  flex: 0 0 16.66%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-col-1 {
  -webkit-box-flex: 0 0 8.33%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 8.33%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 8.33%;
  /* Chrome */
  -ms-flex: 0 0 8.33%;
  /* IE 10 */
  flex: 0 0 8.33%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-60 {
  padding: 60px;
}
.padding-70 {
  padding: 70px;
}
.padding-80 {
  padding: 80px;
}
.padding-90 {
  padding: 90px;
}
.padding-100 {
  padding: 100px;
}
.padding-110 {
  padding: 110px;
}
.padding-120 {
  padding: 120px;
}
.padding-130 {
  padding: 130px;
}
.padding-140 {
  padding: 140px;
}
.padding-150 {
  padding: 150px;
}
.padding-160 {
  padding: 160px;
}
.padding-170 {
  padding: 170px;
}
.padding-180 {
  padding: 180px;
}
.padding-190 {
  padding: 190px;
}
.padding-200 {
  padding: 200px;
}
.cover-bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .padding-10 {
    padding: 5px;
  }
  .padding-20 {
    padding: 10px;
  }
  .padding-30 {
    padding: 15px;
  }
  .padding-40 {
    padding: 20px;
  }
  .padding-50 {
    padding: 25px;
  }
  .padding-60 {
    padding: 30px;
  }
  .padding-70 {
    padding: 35px;
  }
  .padding-80 {
    padding: 40px;
  }
  .padding-90 {
    padding: 45px;
  }
  .padding-100 {
    padding: 50px;
  }
  .padding-110 {
    padding: 55px;
  }
  .padding-120 {
    padding: 60px;
  }
  .padding-130 {
    padding: 65px;
  }
  .padding-140 {
    padding: 70px;
  }
  .padding-150 {
    padding: 75px;
  }
  .padding-160 {
    padding: 80px;
  }
  .padding-170 {
    padding: 85px;
  }
  .padding-180 {
    padding: 90px;
  }
  .padding-190 {
    padding: 95px;
  }
  .padding-200 {
    padding: 100px;
  }
}
@media screen and (max-width: 768px) {
  .flex-row {
    display: block;
  }
  .flex-col-12,
  .flex-col-11,
  .flex-col-10,
  .flex-col-9,
  .flex-col-8,
  .flex-col-7,
  .flex-col-6,
  .flex-col-5,
  .flex-col-4,
  .flex-col-3,
  .flex-col-2,
  .flex-col-1 {
    -webkit-box-flex: none;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: none;
    /* OLD - Firefox 19- */
    -webkit-flex: none;
    /* Chrome */
    -ms-flex: none;
    /* IE 10 */
    flex: none;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}
/*---------- 2.0 Modules ----------*/
/*---------- 2.1 Preloadomg ----------*/
.pre-loader {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  top: 0;
  left: 0;
}
.pre-loader .loading-img {
  /*circular loading*/
  border-top: 8px solid rgba(255, 255, 255, 0.2);
  border-right: 8px solid rgba(255, 255, 255, 0.2);
  border-bottom: 8px solid rgba(255, 255, 255, 0.2);
  border-left: 8px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 50px;
  width: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  -webkit-animation: loading 2s infinite linear;
  -moz-animation: loading 2s infinite linear;
  -ms-animation: loading 2s infinite linear;
  -o-animation: loading 2s infinite linear;
  animation: loading 2s infinite linear;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*---------- 2.2 Navigation ----------*/
.nav-menu {
  border: 0;
  z-index: 999;
  position: relative;
}
.nav-menu .icon-bar {
  top: 0;
  background: #ffffff;
}
.nav-menu [class^='icon-'],
.nav-menu .fa,
.nav-menu .glyphicon {
  font-size: 20px;
  line-height: 1em;
  position: relative;
  top: 2px;
  color: #fff;
}
.nav-menu .badge {
  margin-left: -5px;
}
.nav-menu .navbar {
  border: 0;
  margin-bottom: 0px;
  background: #111111;
}
.nav-menu .navbar .navbar-brand {
  padding: 0;
  margin-left: 0px;
  position: relative;
  height: 120px;
  line-height: 120px;
  font-size: 1.8em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
}
.nav-menu .navbar .navbar-brand > img {
  display: inline-block;
}
.nav-menu .navbar.transparent {
  background: transparent;
}
.nav-menu .nav {
  float: right;
  font-family: 'Open Sans', sans-serif;
}
.nav-menu .nav .nav-arrow {
  font-size: 10px;
  top: -1px;
  margin: 0 3px;
}
.nav-menu .nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav-menu .nav > li > a {
  height: 119px;
  line-height: 119px;
  font-size: 1rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 10px;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #fff;
}
.nav-menu .nav > li > a:focus,
.nav-menu .nav > li > a:hover {
  border-bottom: 5px solid #558B2F;
  background: transparent;
}
.nav-menu .nav > li.open > a,
.nav-menu .nav > li.open > a.dropdown-toggle,
.nav-menu .nav > li.open > a:focus,
.nav-menu .nav > li.open > a:hover,
.nav-menu .nav > li.open *[class^="icon"] {
  border-bottom: 5px solid #558B2F;
  background: transparent;
}
.nav-menu .nav > li.open [class^='icon-'],
.nav-menu .nav > li.open .fa,
.nav-menu .nav > li.open .glyphicon {
  border-bottom: 0;
}
.nav-menu .nav > li .dropdown-menu {
  padding: 0;
  margin-top: -1px;
  border: none;
  background: #1e1e1e;
  color: #558B2F;
  letter-spacing: .06em;
  font-size: .9em;
  box-shadow: none;
  border-radius: 0px;
  width: 300px;
}
.nav-menu .nav > li .dropdown-menu .nav-arrow {
  top: 0px;
}
.nav-menu .nav > li .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}
.nav-menu .nav > li .dropdown-menu li a {
  position: relative;
  display: block;
  white-space: normal !important;
  color: #fff;
  text-transform: none;
  padding: 8px 15px !important;
}
.nav-menu .nav > li .dropdown-menu li a:hover {
  color: #558B2F;
  background: transparent;
}
.nav-menu .nav > li .dropdown-menu li:hover {
  background: #111111;
}
.nav-menu .nav > li .dropdown-menu li:hover > ul {
  display: block;
}
.nav-menu .nav > li .dropdown-menu li.open > a,
.nav-menu .nav > li .dropdown-menu li.open > a:hover,
.nav-menu .nav > li .dropdown-menu li.open > a:focus {
  background: none;
}
.nav-menu .nav > li .dropdown-menu li.hor-line {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.nav-menu .nav > li .dropdown-menu li.hor-line:after {
  content: '';
  height: 2px;
  width: 20px;
  background: rgba(85, 139, 47, 0.3);
  position: absolute;
  bottom: 2px;
  left: 0;
}
.nav-menu .nav > li .dropdown-menu li:last-child {
  border-bottom: 0px;
}
.nav-menu .nav > li .dropdown-menu li > ul {
  display: none;
  background: #111111;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 330px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 300px;
}
.nav-menu .nav > li .dropdown-menu img {
  width: 100%;
  margin-bottom: 15px;
}
.nav-menu .nav > li .dropdown-menu.cart-menu {
  list-style: none;
  width: 280px;
  position: absolute;
  right: 0;
  background: #1e1e1e;
  color: #ffffff;
  z-index: 99999999;
  padding: 0;
  margin: 0;
}
.nav-menu .nav > li .dropdown-menu.cart-menu li {
  display: block;
  padding: 5px 10px;
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-menu .nav > li .dropdown-menu.cart-menu li:last-child {
  border-bottom: none;
}
.nav-menu .nav > li .dropdown-menu.cart-menu li [class^='icon-'],
.nav-menu .nav > li .dropdown-menu.cart-menu li .fa,
.nav-menu .nav > li .dropdown-menu.cart-menu li .glyphicon {
  line-height: 120px;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-menu .nav > li .dropdown-menu.cart-menu li [class^='icon-']:hover,
.nav-menu .nav > li .dropdown-menu.cart-menu li .fa:hover,
.nav-menu .nav > li .dropdown-menu.cart-menu li .glyphicon:hover {
  color: #558B2F;
}
.nav-menu .nav > li .dropdown-menu.cart-menu li img {
  height: 40px;
  width: 40px;
  margin-top: 10px;
  float: left;
  margin-bottom: 0;
}
.nav-menu .nav > li .dropdown-menu.cart-menu li .text {
  margin-left: 55px;
  margin-right: 50px;
  margin-top: 15px;
  font-size: .9em;
  line-height: 1.2em;
}
.nav-menu .nav > li .dropdown-menu.cart-menu li .delete {
  float: right;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}
.nav-menu .nav > li .dropdown-menu.cart-menu li .delete:hover {
  color: #558B2F;
}
.nav-menu .nav > li.megamenu {
  position: static;
}
.nav-menu .nav > li.megamenu .dropdown-menu {
  padding: 15px 0 10px;
  width: 100%;
  right: 0;
  left: 0;
  border: none;
  border-radius: 0px;
}
.nav-menu .nav > li.megamenu .dropdown-menu ul {
  position: relative;
  left: 0;
  border-left: 0;
  background: none;
  width: 100%;
}
.nav-menu .nav > li.megamenu .dropdown-menu ul li {
  border-bottom: 0px;
}
.nav-menu .nav > li.megamenu .dropdown-menu ul a {
  padding: 3px 0 !important;
}
.nav-menu.fixed {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0px;
  z-index: 999;
}
.nav-menu.fixed + *:not(.stick-top) {
  margin-top: 120px;
}
.nav-menu.shrink {
  height: 70px;
  width: 100%;
  background: #111111;
  position: fixed;
  top: 0px;
  z-index: 999;
}
.nav-menu.shrink .navbar .navbar-brand {
  height: 70px;
  line-height: 70px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-menu.shrink .navbar .navbar-brand > img {
  height: 40px;
}
.nav-menu.shrink .nav > li > a {
  height: 70px;
  line-height: 70px;
  font-size: .9em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-menu.shrink .cart-menu [class^='icon-'],
.nav-menu.shrink .cart-menu .fa,
.nav-menu.shrink .cart-menu .glyphicon {
  line-height: 70px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-boxed {
  margin-bottom: -150px;
  margin-top: 30px;
}
.nav-boxed .navbar .navbar-brand {
  margin-left: 15px;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .nav-menu {
    height: 50px;
    border-bottom: 0px;
    height: auto;
  }
  .nav-menu .navbar-toggle {
    margin: 20px 5px;
  }
  .nav-menu .navbar > .container-fluid .navbar-brand {
    margin-top: 8px;
    margin-left: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border-right: 0;
  }
  .nav-menu .nav {
    display: block;
    float: none;
    margin: 0;
    background: #111111;
  }
  .nav-menu .nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    /*infinity sub-nav*/
  }
  .nav-menu .nav > li a:hover,
  .nav-menu .nav > li a:focus,
  .nav-menu .nav > li.open a {
    border-bottom: 0 !important;
  }
  .nav-menu .nav > li > a {
    height: auto;
    line-height: 1;
    padding: 15px;
  }
  .nav-menu .nav > li.megamenu {
    position: relative;
    overflow: hidden;
  }
  .nav-menu .nav > li.megamenu .dropdown-menu ul {
    display: none;
  }
  .nav-menu .nav > li.megamenu .dropdown-menu .head {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 1em;
    line-height: 20px;
    cursor: pointer;
  }
  .nav-menu .nav > li.megamenu .dropdown-menu .head.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .nav-menu .nav > li.megamenu .dropdown-menu .open + ul {
    display: block;
  }
  .nav-menu .nav > li .dropdown-menu {
    width: auto;
  }
  .nav-menu .nav > li .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .nav-menu .nav > li .dropdown-menu li ul {
    display: block;
    position: relative !important;
    box-shadow: none;
    margin-left: 0px;
    padding-left: 30px;
    width: auto;
    left: 0 !important;
    top: 0;
  }
  .nav-menu .nav > li .dropdown-menu li ul.show {
    display: block;
  }
  .nav-menu.fixed .navbar-toggle {
    margin: 15px;
  }
  .nav-menu.fixed .navbar-toggle .icon-bar {
    background-color: #558B2F;
  }
  .nav-menu.fixed .nav > li > a {
    color: #fff;
  }
  .nav-menu.fixed .nav > li > a:focus {
    color: #fff;
  }
  .nav-menu.fixed .nav > li > a:hover {
    color: #fff;
  }
  .navbar .navbar-header {
    display: block;
  }
  .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse li:last-child {
    border-bottom: 0px;
  }
  .navbar-collapse li li {
    border-bottom: 0px;
  }
  .nav-boxed {
    margin-top: 0px;
  }
}
/*---------- 2.3  Main Image ----------*/
@-webkit-keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-moz-keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-ms-keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-o-keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.panning {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ffffff;
  -webkit-animation: panning 80s infinite ease-in;
  -o-animation: panning 80s infinite ease-in;
  animation: panning 80s infinite ease-in;
  -webkit-animation: panning 80s infinite ease-in 300ms 0 ease;
  -moz-animation: panning 80s infinite ease-in 300ms 0 ease;
  -ms-animation: panning 80s infinite ease-in 300ms 0 ease;
  -o-animation: panning 80s infinite ease-in 300ms 0 ease;
  animation: panning 80s infinite ease-in 300ms 0 ease;
}
@-webkit-keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.zooming {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: zooming 30s infinite ease-in;
  -o-animation: zooming 30s infinite ease-in;
  animation: zooming 30s infinite ease-in;
  -webkit-animation: zooming 30s infinite ease-in 300ms 0 ease;
  -moz-animation: zooming 30s infinite ease-in 300ms 0 ease;
  -ms-animation: zooming 30s infinite ease-in 300ms 0 ease;
  -o-animation: zooming 30s infinite ease-in 300ms 0 ease;
  animation: zooming 30s infinite ease-in 300ms 0 ease;
}
.main-img {
  min-height: 800px;
  width: 100%;
  margin: 0px;
  padding-top: 0px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.main-img.boxed .main-image-txt {
  margin-top: 0px;
}
.with-overlay:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.main-video {
  max-height: 800px;
  margin: 0px;
  padding-top: 0px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-video.with-overlay:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: -webkit-linear-gradient(top, rgba(29, 48, 16, 0.8) 0%, #000 100%);
  background-image: -o-linear-gradient(top, rgba(29, 48, 16, 0.8) 0%, #000 100%);
  background-image: linear-gradient(to bottom, rgba(29, 48, 16, 0.8) 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1d3010', endColorstr='#ff000000', GradientType=0);
  opacity: 0.8;
  z-index: 9;
}
.main-video video {
  width: 100%;
}
.main-video img {
  display: none;
}
.main-image-txt,
.carousel-caption {
  width: 800px;
  color: #fff;
  text-align: center;
  position: absolute;
  margin-left: -400px;
  top: 50%;
  bottom: auto;
  margin-top: -120px;
  padding: 0;
  left: 50%;
  z-index: 10;
}
.main-image-txt .main-header,
.carousel-caption .main-header {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
}
.main-image-txt hr,
.carousel-caption hr {
  display: table;
  width: 80px;
  margin: 20px auto;
  border-color: #558B2F;
}
.main-image-txt .sub-header,
.carousel-caption .sub-header {
  margin: 10px auto 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  max-width: 600px;
  font-weight: 200;
}
.full-height .main-image-txt,
.carousel-caption {
  margin-top: 0;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .panning,
  .zooming {
    background-size: auto 100%;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-animation: none 300ms 0 ease;
    -moz-animation: none 300ms 0 ease;
    -ms-animation: none 300ms 0 ease;
    -o-animation: none 300ms 0 ease;
    animation: none 300ms 0 ease;
  }
  .main-video img {
    display: block;
    height: 420px;
  }
  .main-video video {
    height: 500px;
    width: auto;
  }
  .main-image-txt,
  .carousel-caption {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    left: 0;
  }
  .main-image-txt .main-header,
  .carousel-caption .main-header {
    font-size: 2.8em;
  }
  .boxed header.nav-menu {
    margin-top: -94px;
  }
  .boxed {
    margin-top: 94px;
  }
  .boxed .main-image-txt {
    margin: 0 auto;
    top: 10%;
  }
}
/*---------- 2.4  Carousel ----------*/
.carousel .carousel-inner {
  height: 100%;
  position: absolute;
}
.carousel .item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel .carousel-control {
  width: 80px;
  height: 80px;
  text-align: left;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  margin-top: -40px;
}
.carousel .carousel-control [class^='icon-'],
.carousel .carousel-control .fa,
.carousel .carousel-control .glyphicon {
  display: inline-block;
  font-size: 20px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  position: static;
  left: 0;
  top: 0;
  margin: 0;
}
.carousel .carousel-control.circle {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.carousel .carousel-control.left {
  left: 15px;
}
.carousel .carousel-control.left:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel .carousel-control.left.bottom {
  top: auto;
  margin: 0;
  bottom: 15px;
}
.carousel .carousel-control.left.bottom-right {
  top: auto;
  margin: 0;
  bottom: 15px;
  left: auto;
  right: 95px;
}
.carousel .carousel-control.left.bottom-left {
  top: auto;
  margin: 0;
  bottom: 15px;
}
.carousel .carousel-control.right {
  right: 15px;
}
.carousel .carousel-control.right:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel .carousel-control.right.bottom {
  top: auto;
  margin: 0;
  bottom: 15px;
}
.carousel .carousel-control.right.bottom-right {
  top: auto;
  margin: 0;
  bottom: 15px;
}
.carousel .carousel-control.right.bottom-left {
  top: auto;
  margin: 0;
  bottom: 15px;
  right: auto;
  left: 95px;
}
.carousel .carousel-indicators {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.carousel .carousel-indicators li {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border: none;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.carousel .carousel-indicators li.active {
  height: 10px;
  width: 10px;
  background: #558B2F;
}
.carousel .carousel-indicators.circle li {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.carousel .carousel-indicators.dashed li {
  height: 4px;
  width: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.main-img {
  min-height: 600px;
  width: 100%;
  margin: 0px;
  padding-top: 0px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-img.boxed .main-image-txt {
  margin-top: 0px;
}
.with-overlay:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.main-image-txt,
.carousel-caption {
  width: 800px;
  color: #fff;
  text-align: center;
  position: absolute;
  margin-left: -400px;
  margin-top: -50px;
  top: 50%;
  bottom: auto;
  padding: 0;
  left: 50%;
  right: auto;
  z-index: 10;
  padding: 30px;
}
.main-image-txt .main-header,
.carousel-caption .main-header {
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
}
.main-image-txt hr,
.carousel-caption hr {
  display: table;
  width: 80px;
  margin: 20px auto;
}
.main-image-txt .sub-header,
.carousel-caption .sub-header {
  margin: 10px auto 30px;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  max-width: 600px;
  font-weight: 200;
}
.main-image-txt.full-width,
.carousel-caption.full-width {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.with-text-box .main-image-txt,
.with-text-box .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  border: 4px double rgba(255, 255, 255, 0.1);
}
.full-height .main-image-txt,
.full-height .carousel-caption {
  margin-top: 0;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .main-video img {
    display: block;
    height: 420px;
  }
  .main-video video {
    height: 500px;
    width: auto;
  }
  .main-image-txt,
  .carousel-caption {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    left: 0;
  }
  .main-image-txt .main-header,
  .carousel-caption .main-header {
    font-size: 2.8em;
  }
  .with-text-box .main-image-txt,
  .with-text-box .carousel-caption {
    width: 80%;
    left: 0;
    margin-left: 10%;
    margin-right: 10%;
  }
  .carousel .carousel-control {
    display: none;
  }
  .carousel .carousel-control [class^='icon-'],
  .carousel .carousel-control .fa,
  .carousel .carousel-control .glyphicon {
    font-size: 20px;
  }
  .carousel-caption .main-header {
    font-size: 2.4em;
  }
}
/*---------- 2.5  Page Header ----------*/
.page-img {
  margin: 0;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #558B2F;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.page-img:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: -webkit-linear-gradient(left, #000 0%, rgba(57, 93, 32, 0.6) 100%);
  background-image: -o-linear-gradient(left, #000 0%, rgba(57, 93, 32, 0.6) 100%);
  background-image: linear-gradient(to right, #000 0%, rgba(57, 93, 32, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#99395d20', GradientType=1);
  opacity: .8;
}
.page-img .main-title h1,
.page-img .main-title h2,
.page-img .main-title h3,
.page-img .main-title h4,
.page-img .main-title h5,
.page-img .main-title h6 {
  text-transform: uppercase;
}
.page-img .main-head {
  font-family: 'Raleway', sans-serif;
  font-size: 3.6em;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.page-img .sub-head {
  color: #e6e6e6;
  font-family: 'Open Sans', sans-serif;
}
.page-img .breadcrumb {
  margin-top: 40px;
}
.page-img .breadcrumb a {
  color: #fff;
}
.page-img > div {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 992px) {
  .page-img {
    padding: 60px 0;
  }
  .page-img .main-head {
    font-size: 2.6em;
    margin: 10px 0;
  }
}
/*---------- 2.6  Section ----------*/
header + section {
  padding-top: 140px;
}
.bg-white {
  background: #fff;
  color: #4b4b4b;
}
.bg-base {
  background: #111111;
  color: rgba(255, 255, 255, 0.7);
}
.bg-primary {
  background: #558B2F;
  color: #fff;
}
.bg-gray {
  background: #e6e6e6;
  color: #4b4b4b;
}
section,
.section {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.base .section-title,
.section.base .section-title {
  color: #ffffff;
}
section.base .section-title h3:after,
.section.base .section-title h3:after {
  border-top: 5px solid #ffffff;
}
section.clear-btm,
.section.clear-btm {
  padding-bottom: 0px;
}
main.white {
  background: #fff;
  color: #4b4b4b;
}
main.base {
  background: #111111;
  color: rgba(255, 255, 255, 0.7);
}
main.primary {
  background: #558B2F;
  color: #fff;
}
main.gray {
  background: #e6e6e6;
  color: #4b4b4b;
}
.border-box {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 30px;
  margin-bottom: 30px;
}
.border-box .box-title {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 20px 15px;
  margin: 0px -15px 30px;
  text-transform: uppercase;
  color: #4b4b4b;
  font-size: 1rem;
  letter-spacing: 2px;
}
.border-box .box-title h1,
.border-box .box-title h2,
.border-box .box-title h3,
.border-box .box-title h4,
.border-box .box-title h5,
.border-box .box-title h6 {
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  header + section {
    padding-top: 20px;
  }
  section,
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*---------- 2.7  Headline ----------*/
.main-title {
  text-align: center;
  max-width: 500px;
  margin: 0px auto 30px;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
}
.main-title h1,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6 {
  position: relative;
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.main-title h1:after,
.main-title h2:after,
.main-title h3:after,
.main-title h4:after,
.main-title h5:after,
.main-title h6:after {
  width: 200px;
  content: "";
  border-top: 1px solid #558B2F;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -100px;
}
.main-title p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.main-title.left {
  max-width: 100%;
  display: block;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.main-title.left h1:after,
.main-title.left h2:after,
.main-title.left h3:after,
.main-title.left h4:after,
.main-title.left h5:after,
.main-title.left h6:after {
  left: 0;
  margin-left: 0;
}
.main-title.right {
  max-width: 100%;
  display: block;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}
.main-title.right h1:after,
.main-title.right h2:after,
.main-title.right h3:after,
.main-title.right h4:after,
.main-title.right h5:after,
.main-title.right h6:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.main-title.right:after {
  content: '';
  clear: both;
}
.section-title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e6e6e6;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  position: relative;
  margin: 0px 0px 45px;
  width: auto;
  box-sizing: content-box;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-bottom: 1px solid #558B2F;
  margin: 0 0 1px;
  box-sizing: content-box;
  vertical-align: middle;
}
.section-title.left {
  text-align: left;
}
.section-title.right {
  text-align: right;
}
.section-title.center h1,
.section-title.center h2,
.section-title.center h3,
.section-title.center h4,
.section-title.center h5,
.section-title.center h6 {
  line-height: 60px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .main-title {
    margin: 0 auto 20px;
  }
  .section-title {
    text-align: center;
  }
  .section-title.left h1,
  .section-title.right h1,
  .section-title.center h1,
  .section-title.left h2,
  .section-title.right h2,
  .section-title.center h2,
  .section-title.left h3,
  .section-title.right h3,
  .section-title.center h3,
  .section-title.left h4,
  .section-title.right h4,
  .section-title.center h4,
  .section-title.left h5,
  .section-title.right h5,
  .section-title.center h5,
  .section-title.left h6,
  .section-title.right h6,
  .section-title.center h6 {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
/*---------- 2.8  Banner ----------*/
.banner {
  padding: 60px 0;
  overflow: hidden;
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.banner .line-box {
  text-align: center;
  border: 2px solid rgba(85, 139, 47, 0.8);
  padding: 0 30px 30px;
}
.banner .line-box .line-title {
  background: #F1F2F8;
  display: table;
  margin: -15px auto 30px;
  padding: 0 30px;
  letter-spacing: 1px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.banner.white {
  background: #fff;
  color: #4b4b4b;
}
.banner.base {
  background: #111111;
  color: #fff;
}
.banner.base .line-title {
  background: #111111;
}
.banner.primary {
  background: #558B2F;
  color: #fff;
}
.banner.primary .line-box {
  border: 2px solid rgba(17, 17, 17, 0.3);
}
.banner.primary .line-title {
  background: #558B2F;
}
.banner.gray {
  background: #e6e6e6;
  color: #4b4b4b;
}
.banner.gray .line-box {
  border: 2px solid rgba(85, 139, 47, 0.3);
}
.banner.gray .line-title {
  background: #e6e6e6;
}
.container .line-box {
  margin: 0 60px;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 30px 0;
  }
  .container .line-box {
    margin: 0 10px;
  }
}
/*---------- 2.9 Counter Number ----------*/
.counter-div {
  text-align: center;
  color: #558B2F;
  /*variations*/
}
.counter-div [class^='col-'] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.counter-div p {
  letter-spacing: 1px;
  font-weight: none;
}
.counter-div .icon-font {
  font-size: 4em;
  display: block;
  color: #558B2F;
}
.counter-div .counter {
  font-size: 4em;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
.counter-div.white {
  background: #fff;
  color: #4b4b4b;
}
.counter-div.white .icon-font {
  color: #558B2F;
}
.counter-div.white .counter {
  color: #4b4b4b;
}
.counter-div.base {
  background: #111111;
  color: rgba(255, 255, 255, 0.8);
}
.counter-div.base .icon-font {
  color: #558B2F;
}
.counter-div.base .counter {
  color: #fff;
}
.counter-div.primary {
  background: #558B2F;
  color: #1d3010;
}
.counter-div.primary .icon-font {
  color: #1d3010;
}
.counter-div.primary .counter {
  color: #fff;
}
.counter-div.gray {
  background: #e6e6e6;
  color: #696969;
}
.counter-div.gray .icon-font {
  color: #558B2F;
}
.counter-div.gray .counter {
  color: #4b4b4b;
}
.counter-div.boxed [class^='col-'].dark {
  background: rgba(0, 0, 0, 0.1);
}
.counter-div.boxed [class^='col-'].light {
  background: rgba(0, 0, 0, 0.03);
}
.counter-div.base.boxed [class^='col-'].light {
  background: rgba(255, 255, 255, 0.1);
}
.counter-div.base.boxed [class^='col-'].dark {
  background: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 992px) {
  .counter-div {
    font-size: .8em;
  }
  .counter-div.boxed {
    margin-top: 0;
  }
  .counter-div.boxed [class^='col-']:nth-child(1) {
    background: rgba(0, 0, 0, 0.02);
  }
  .counter-div.boxed [class^='col-']:nth-child(2) {
    background: rgba(0, 0, 0, 0.03);
  }
  .counter-div.boxed [class^='col-']:nth-child(3) {
    background: rgba(0, 0, 0, 0.06);
  }
  .counter-div.boxed [class^='col-']:nth-child(4) {
    background: rgba(0, 0, 0, 0.09);
  }
  .counter-div.boxed [class^='col-']:nth-child(5) {
    background: rgba(0, 0, 0, 0.12);
  }
  .counter-div.boxed [class^='col-']:nth-child(6) {
    background: rgba(0, 0, 0, 0.15);
  }
  .counter-div.base.boxed [class^='col-']:nth-child(1) {
    background: rgba(255, 255, 255, 0.02);
  }
  .counter-div.base.boxed [class^='col-']:nth-child(2) {
    background: rgba(255, 255, 255, 0.03);
  }
  .counter-div.base.boxed [class^='col-']:nth-child(3) {
    background: rgba(255, 255, 255, 0.06);
  }
  .counter-div.base.boxed [class^='col-']:nth-child(4) {
    background: rgba(255, 255, 255, 0.09);
  }
  .counter-div.base.boxed [class^='col-']:nth-child(5) {
    background: rgba(255, 255, 255, 0.12);
  }
  .counter-div.base.boxed [class^='col-']:nth-child(6) {
    background: rgba(255, 255, 255, 0.15);
  }
}
/*---------- 2.10 Button ----------*/
.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 7px 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .icon {
  font-size: 12px;
}
.btn.btn-md {
  font-size: 1.3em;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: content-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn.btn-lg {
  font-size: 1.6em;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  box-sizing: content-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn.pull-right {
  margin-left: 15px;
}
.btn.pull-left {
  margin-right: 15px;
}
.btn-primary {
  background: #558B2F;
}
.btn-primary:hover {
  background: #395d20;
}
.btn-base {
  background: #111111;
}
.btn-base:hover {
  background: #000000;
}
.btn-default {
  background: #888;
}
.btn-default:hover {
  background: #6f6f6f;
}
.btn-info {
  background: #5bc0de;
}
.btn-info:hover {
  background: #31b0d5;
}
.btn-success {
  background: #5cb85c;
}
.btn-success:hover {
  background: #449d44;
}
.btn-warning {
  background: #f0ad4e;
}
.btn-warning:hover {
  background: #ec971f;
}
.btn-danger {
  background: #d9534f;
}
.btn-danger:hover {
  background: #c9302c;
}
.btn-white {
  background: #ffffff;
  color: #558B2F;
}
.btn-white:hover {
  border-color: #e6e6e6;
}
.btn-contrast {
  background: #ffffff;
}
.btn-contrast:hover {
  background: #e6e6e6;
}
.btn-line {
  background: transparent;
  border-style: solid;
  border-width: 3px;
}
.btn-line:hover {
  background: transparent;
}
.btn-line.btn-primary {
  color: #558B2F;
  border-color: #558B2F;
}
.btn-line.btn-primary:hover {
  color: #3e6522;
  border-color: #3e6522;
}
.btn-line.btn-base {
  color: #111111;
  border-color: #111111;
}
.btn-line.btn-base:hover {
  color: #000000;
  border-color: #000000;
}
.btn-line.btn-default {
  color: #888;
  border-color: #888;
}
.btn-line.btn-default:hover {
  color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-line.btn-info {
  color: #5bc0de;
  border-color: #5bc0de;
}
.btn-line.btn-info:hover {
  color: #31b0d5;
  border-color: #31b0d5;
}
.btn-line.btn-success {
  color: #5cb85c;
  border-color: #5cb85c;
}
.btn-line.btn-success:hover {
  color: #449d44;
  border-color: #449d44;
}
.btn-line.btn-warning {
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-line.btn-warning:hover {
  color: #ec971f;
  border-color: #ec971f;
}
.btn-line.btn-danger {
  color: #d9534f;
  border-color: #d9534f;
}
.btn-line.btn-danger:hover {
  color: #c9302c;
  border-color: #c9302c;
}
.btn-line.btn-white {
  color: #fff;
  border-color: #fff;
}
.btn-line.btn-white:hover {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-line.btn-contrast {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-line.btn-contrast:hover {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.input-group-btn .btn {
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  vertical-align: top;
}
/*---------- 2.11 Badge ----------*/
.badge.badge-success {
  background: #5cb85c;
  color: #fff;
}
.badge.badge-info {
  background: #5bc0de;
  color: #fff;
}
.badge.badge-warning {
  background: #f0ad4e;
  color: #fff;
}
.badge.badge-danger {
  background: #d9534f;
  color: #fff;
}
/*---------- 2.12 Form Elemets ----------*/
label {
  margin-bottom: 3px;
  font-size: .9em;
  font-weight: normal;
}
.required {
  color: #d9534f;
}
.form-control {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
}
.form-control:focus {
  border-color: rgba(85, 139, 47, 0.5);
  box-shadow: none;
  outline: 0 none;
}
textarea.form-control {
  min-height: 105px;
}
select.form-control {
  border: 0;
  outline: none;
  background-color: white;
  position: relative;
  border: 1px solid #e6e6e6;
}
select.form-control:focus {
  border: 0;
  outline: 1px solid #e6e6e6;
  background-color: white;
}
select.form-control option {
  position: absolute;
  bottom: 0;
  left: 0;
}
.radio label,
.checkbox label {
  line-height: 20px;
}
.input-group .input-group-addon {
  font-size: 20px;
  border-radius: 0px;
  color: #558B2F;
  padding: 0 12px;
}
.input-group .input-group-btn .btn {
  margin-bottom: 0;
}
.datepicker.form-control[readonly],
.datepicker.form-control[disabled],
input.datepicker {
  background: url('../img/calendar.png') no-repeat center right 5px;
  background-color: #fff;
}
/*---------- 2.13 Table ----------*/
.table-responsive-wrap {
  display: block;
  overflow-y: auto;
}
.table-responsive-wrap.show-arr {
  padding-bottom: 29px;
}
.table-responsive-wrap table {
  border: 0px;
  margin-bottom: 5px;
  width: 100%;
}
.table-responsive-wrap table td,
.table-responsive-wrap table th {
  padding: 0 12px;
}
.table thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #cfcfcf;
}
.table tr td {
  border-top: 1px solid #cfcfcf;
}
.table.table-boxed {
  border: 1px solid #cfcfcf;
}
.table.table-boxed thead tr th {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-bottom: none;
}
.table-btn-wrap {
  margin-bottom: 20px;
  position: relative;
}
.table-btn-wrap #table-right,
.table-btn-wrap #table-left {
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  width: 30px;
  background: #558B2F;
  border: 1px solid #558B2F;
  text-align: center;
  position: absolute;
  bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.table-btn-wrap #table-left {
  left: 0px;
}
.table-btn-wrap #table-right {
  right: 0px;
}
/*---------- 2.14 Breadcrumb ----------*/
.breadcrumb {
  display: inline-block;
  margin: 15px 20px 0;
  padding: 0;
  background: none;
  float: right;
  position: relative;
}
.breadcrumb li {
  height: 30px;
  line-height: 30px;
  float: left;
  display: inline-block;
}
.breadcrumb li a .icon-home {
  font-size: 20px;
}
.breadcrumb li a:hover {
  color: #558B2F;
}
.breadcrumb.boxed {
  background: rgba(17, 17, 17, 0.1);
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.breadcrumb.boxed > li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    float: left;
    padding: 15px;
    margin: 0;
  }
}
/*---------- 2.15 Modal ----------*/
/*bootstrap modal overwrite*/
.modal-header .close {
  font-size: 35px;
}
/*jqueryui dialog overwrite*/
.modal-dialog {
  margin: 95px auto;
}
.modal-footer .btn {
  margin-bottom: 0;
}
.modal-book-now .modal-body {
  background: #F1F2F8;
}
.modal-book-now .preview-wrap {
  height: 100%;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.modal-book-now .preview-wrap .preview-img {
  height: 100%;
  width: 60%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-book-now .preview-wrap .form-wrap {
  margin-left: 60%;
  padding: 30px;
  width: 40%;
  background: #fff;
}
.modal-book-now .preview-wrap .form-wrap .btn {
  width: 100%;
  padding: 15px;
}
@media screen and (max-width: 992px) {
  .modal-book-now .preview-wrap .preview-img {
    width: 40%;
  }
  .modal-book-now .preview-wrap .form-wrap {
    margin-left: 40%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .modal-book-now .preview-wrap .preview-img {
    height: 200px;
    width: 100%;
    position: relative;
  }
  .modal-book-now .preview-wrap .form-wrap {
    margin-left: 0;
    width: 100%;
  }
}
/*---------- 2.16 Tabs ----------*/
.nav-tabs > li > a {
  padding: 15px 25px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #fff;
}
.tab-content {
  background: #fff;
  padding: 30px 15px;
  border: 1px solid #cfcfcf;
  border-top: 0;
}
/*---------- 2.17 Accordion ----------*/
.panel {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
}
.panel > .panel-heading {
  background-color: #fff;
  border-bottom: medium none;
  border-radius: 0;
  padding: 18px 20px;
  text-transform: uppercase;
  position: relative;
}
.panel-title {
  font-size: 1rem;
}
.panel-title > a {
  color: #4b4b4b;
  display: block;
  letter-spacing: 2px;
  padding: 0 55px 0 0;
}
.panel-title > a::before {
  border-left: 1px solid #e6e6e6;
  color: #888;
  content: "\f068";
  font-family: FontAwesome;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  height: 100%;
  margin-top: 0;
  padding: 16px 20px 14px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.panel-title > a.collapsed::before {
  border-left: 1px solid #e6e6e6;
  color: #888;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin-top: 0;
  padding: 16px 20px 14px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e6e6e6;
  padding: 18px 23px;
}
.panel-base .panel-title > a::before {
  color: #fff;
  background: #111111;
}
.panel-base .panel-title > a.collapsed::before {
  color: #fff;
  background: #111111;
}
/*---------- 2.18 Blockquote ----------*/
blockquote {
  font-size: 1em;
  margin: 20px 0;
  padding: 20px;
  background: transparent;
  border: 5px double #e6e6e6;
  clear: both;
}
blockquote footer {
  margin-top: 5px;
  color: #477427;
}
blockquote.with-icon {
  margin-top: 30px;
  border: 5px double #e6e6e6;
  outline: none;
  position: relative;
}
blockquote.with-icon:after {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #888;
  position: absolute;
  top: -18px;
  left: 20px;
}
/*---------- 2.19 Pagination ----------*/
.pagination-wrap {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 30px;
}
.pagination-wrap .pagination {
  float: right;
}
.pagination {
  margin: 0;
}
.pagination li a,
.pagination li span {
  margin-right: 5px;
  padding: 8px 15px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  margin-right: 0;
}
.pagination.circle li a,
.pagination.circle li span {
  border-radius: 80px;
}
.total {
  line-height: 38px;
}
@media screen and (max-width: 440px) {
  .pagination-wrap .pagination {
    float: none;
  }
}
/*---------- 2.20 Social Media Icons ----------*/
.social {
  margin-bottom: 15px;
}
.social .icon {
  height: 36px;
  line-height: 36px;
  width: 36px;
  border-radius: 36px;
  display: inline-block;
  background: #558B2F;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
}
.social .icon:hover,
.social .icon:focus {
  text-decoration: none;
  background: #477427;
}
.social-icon-list {
  list-style: none;
  margin: 0px;
  padding: 0;
  position: relative;
}
.social-icon-list li {
  display: inline-block;
  margin: 0 5px;
}
.social-icon-list li:first-child {
  margin-left: 0;
}
.social-icon-list li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background: #558B2F;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
.social-icon-list li a:hover {
  background: #477427;
}
/*----------  2.21 Sort Bar ----------*/
.sort-wrap {
  border: 1px solid #e6e6e6;
  background: #fff;
  display: block;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: content-box;
}
.sort-wrap .sort-title {
  color: #4b4b4b;
  font-size: 1.2em;
  letter-spacing: 2px;
  display: inline-block;
  margin: 20px 0;
}
.sort-wrap label {
  color: #888;
}
.sort-wrap .form-control {
  display: inline-block;
}
.sort-wrap .form-group {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.sort-wrap .form-group.form-group-sm {
  width: 60px;
  min-width: 60px;
}
.sort-wrap .form-group.form-group-sm .form-control {
  height: 34px;
}
.sort-wrap .btn {
  margin-bottom: 0px;
}
.toogle-view {
  float: right;
  margin-top: 20px;
}
.toogle-view .icon {
  display: inline-block;
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: 5px;
  text-align: center;
  background: #fff;
  color: #888;
  border: 1px solid #e6e6e6;
}
.toogle-view .icon:hover,
.toogle-view .icon.active {
  background: #558B2F;
  border: 1px solid #558B2F;
  color: #fff;
}
.toogle-view .icon:first-child {
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .toogle-view {
    float: none;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sort-wrap .form-group,
  .sort-wrap .form-group.form-group-sm {
    width: 100%;
  }
}
/*---------- 2.22 Steps And Timeline ----------*/
/*used in itenary*/
ul.itenary-steps {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
ul.itenary-steps li {
  padding-bottom: 10px;
  position: relative;
  min-height: 60px;
}
ul.itenary-steps li [class^='icon-'],
ul.itenary-steps li .fa,
ul.itenary-steps li .glyphicon {
  height: 50px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #a7a7a7;
  background: #fff;
  color: #558B2F;
  font-size: 24px;
  float: left;
  z-index: 1;
  position: relative;
}
ul.itenary-steps li [class^="icon-none"] {
  background: transparent !important;
  border-color: transparent !important;
}
ul.itenary-steps li .day-number {
  float: left;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  margin: 10px 20px 0 10px;
  padding: 5px 10px;
  font-size: .9em;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
ul.itenary-steps li .detail {
  margin-left: 136px;
  padding-top: 12.5px;
}
ul.itenary-steps li:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  border-left: 2px solid #bbbbbb;
  position: absolute;
  top: 0;
  left: 23px;
  z-index: 0;
}
ul.itenary-steps li:last-child:after {
  display: none;
}
ul.itenary-steps.primary [class^='icon-'],
ul.itenary-steps.primary .fa,
ul.itenary-steps.primary .glyphicon {
  background: #558B2F;
  border-color: #1d3010;
  color: #fff;
}
ul.itenary-steps.base [class^='icon-'],
ul.itenary-steps.base .fa,
ul.itenary-steps.base .glyphicon {
  background: #111111;
  border-color: #6f6f6f;
  color: #558B2F;
}
.steps .index [class^='icon-'],
.timeline .index [class^='icon-'],
.steps .index .fa,
.timeline .index .fa,
.steps .index .glyphicon,
.timeline .index .glyphicon {
  font-size: 40px;
}
.steps {
  text-align: center;
}
.steps .step-module {
  position: relative;
}
.steps .step-module .index {
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  margin: 0px auto 30px;
  font-size: 40px;
  color: #fff;
  background: #558B2F;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.steps .step-module:before {
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  border-bottom: 5px dotted #e6e6e6;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: -1;
}
.steps .step-module:after {
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  border-bottom: 5px dotted #e6e6e6;
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: -1;
}
.steps .step-module.first:before {
  display: none;
}
.steps .step-module.last:after {
  display: none;
}
/*timeline*/
.timeline {
  text-align: center;
}
.timeline .time-module {
  position: relative;
  padding-bottom: 60px;
}
.timeline .time-module .index {
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  margin: 0px auto;
  font-size: 40px;
  color: #fff;
  background: #558B2F;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.timeline .time-module .index .time-pop {
  width: 200px;
  height: auto;
  padding: 20px;
  background: rgba(85, 139, 47, 0.1);
  font-size: 16px;
  line-height: 1.4em;
  color: #4b4b4b;
  position: absolute;
  top: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.timeline .time-module .index .time-pop.left {
  left: -230px;
}
.timeline .time-module .index .time-pop.left:after {
  content: '';
  height: 0px;
  width: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(85, 139, 47, 0.1);
  position: absolute;
  top: 38px;
  right: -20px;
}
.timeline .time-module .index .time-pop.right {
  right: -230px;
}
.timeline .time-module .index .time-pop.right:after {
  content: '';
  height: 0px;
  width: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid rgba(85, 139, 47, 0.1);
  position: absolute;
  top: 38px;
  left: -20px;
}
.timeline .time-module:after {
  content: '';
  display: block;
  height: 50%;
  width: 1px;
  border-left: 5px dotted rgba(17, 17, 17, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.timeline .time-module.last:after {
  display: none;
}
@media screen and (max-width: 767px) {
  ul.itenary-steps li .day-number {
    float: none;
    font-size: .9em;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding: 2px 10px;
  }
  ul.itenary-steps li .detail {
    margin-left: 60px;
    padding-top: 5px;
  }
  .steps .step-module {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .steps .step-module p {
    background: #F1F2F8;
    padding: 10px 0;
  }
  .steps .step-module:before {
    display: none;
  }
  .steps .step-module:after {
    height: 300px;
    width: 1px;
    border-left: 5px dotted rgba(17, 17, 17, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .steps .step-module.last:after {
    display: none;
  }
}
/*---------- 2.23 Feature List ----------*/
.circle-icon {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  display: block;
  float: left;
  text-align: center;
  background: #558B2F;
}
.circle-icon [class^='icon-'],
.circle-icon .fa,
.circle-icon .glyphicon {
  display: block;
  line-height: 70px;
  vertical-align: middle;
  font-size: 35px;
  color: #fff;
}
.circle-icon.border {
  border: 4px double #fff;
}
.circle-icon.border [class^='icon-'],
.circle-icon.border .fa,
.circle-icon.border .glyphicon {
  line-height: 62px;
}
.circle-icon.line {
  border: 3px solid #558B2F;
  background: transparent;
}
.circle-icon.line [class^='icon-'],
.circle-icon.line .fa,
.circle-icon.line .glyphicon {
  color: #558B2F;
}
.square-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  margin-top: 8px;
  border-radius: 5px;
  display: block;
  float: left;
  text-align: center;
  background: #558B2F;
}
.square-icon [class^='icon-'],
.square-icon .fa,
.square-icon .glyphicon {
  display: block;
  line-height: 60px;
  font-size: 35px;
  color: #fff;
  vertical-align: middle;
}
.square-icon.border {
  border: 4px double #fff;
}
.square-icon.border [class^='icon-'],
.square-icon.border .fa,
.square-icon.border .glyphicon {
  line-height: 52px;
}
.square-icon.line {
  border: 3px solid #558B2F;
  background: transparent;
}
.square-icon.line [class^='icon-'],
.square-icon.line .fa,
.square-icon.line .glyphicon {
  color: #558B2F;
}
.diamond-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 5px;
  display: block;
  float: left;
  margin-top: 20px;
  margin-left: 15px;
  text-align: center;
  background: #558B2F;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.diamond-icon [class^='icon-'],
.diamond-icon .fa,
.diamond-icon .glyphicon {
  display: block;
  line-height: 60px;
  font-size: 35px;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.diamond-icon.border {
  border: 4px double #fff;
}
.diamond-icon.border [class^='icon-'],
.diamond-icon.border .fa,
.diamond-icon.border .glyphicon {
  line-height: 52px;
}
.diamond-icon.line {
  border: 3px solid #558B2F;
  background: transparent;
}
.diamond-icon.line [class^='icon-'],
.diamond-icon.line .fa,
.diamond-icon.line .glyphicon {
  color: #558B2F;
  line-height: 52px;
}
.chat-icon {
  height: 60px;
  line-height: 60px;
  width: 72px;
  border-radius: 5px;
  display: block;
  float: left;
  text-align: center;
  background: #558B2F;
  position: relative;
}
.chat-icon:before {
  content: '';
  height: 0;
  width: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #558B2F;
  position: absolute;
  bottom: -10px;
  left: 26px;
}
.chat-icon [class^='icon-'],
.chat-icon .fa,
.chat-icon .glyphicon {
  display: block;
  font-size: 35px;
  color: #fff;
  vertical-align: middle;
}
.chat-icon.border {
  border: 4px double #fff;
}
.chat-icon.border:before {
  left: 22px;
}
.chat-icon.border [class^='icon-'],
.chat-icon.border .fa,
.chat-icon.border .glyphicon {
  line-height: 52px;
}
.chat-icon.line {
  border: 3px solid #558B2F;
  background: transparent;
}
.chat-icon.line:before {
  left: 22px;
}
.chat-icon.line [class^='icon-'],
.chat-icon.line .fa,
.chat-icon.line .glyphicon {
  color: #558B2F;
  line-height: 52px;
}
.feature-list {
  overflow: hidden;
}
.feature-list .desc {
  margin-left: 95px;
  margin-bottom: 30px;
  min-height: 80px;
}
.feature-list .desc h1,
.feature-list .desc h2,
.feature-list .desc h3,
.feature-list .desc h4,
.feature-list .desc h5 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}
.feature-list.center [class$='-icon'],
.feature-list.center .line,
.feature-list.center .fa {
  float: none;
  margin: 30px auto;
}
.feature-list.center .desc {
  margin-left: 0;
  text-align: center;
}
.feature-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  margin: 80px 0 60px;
  position: relative;
  border-radius: 5px;
}
.feature-box .desc {
  font-size: .9em;
  text-align: center;
}
.feature-box .desc h1,
.feature-box .desc h2,
.feature-box .desc h3,
.feature-box .desc h4,
.feature-box .desc h5 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}
.feature-box [class$='-icon'],
.feature-box .fa {
  position: relative;
  float: none;
  margin: -60px auto 30px;
}
@media screen and (max-width: 767px) {
  .feature-list .desc {
    margin-bottom: 10px;
  }
  .square-icon {
    margin-top: 0px;
  }
}
/*---------- 2.24 Waypoint ----------*/
.wp-1 {
  visibility: hidden;
}
.wp-2 {
  visibility: hidden;
}
.wp-3 {
  visibility: hidden;
}
.delay-1 {
  animation-delay: 0.4s;
}
.delay-2 {
  animation-delay: 0.8s;
}
.delay-3 {
  animation-delay: 1.2s;
}
.delay-4 {
  animation-delay: 1.6s;
}
.delay-5 {
  animation-delay: 2s;
}
.delay-6 {
  animation-delay: 2.4s;
}
.delay-7 {
  animation-delay: 2.8s;
}
.delay-8 {
  animation-delay: 3.2s;
}
.animated {
  visibility: hidden;
}
/*animation based on https://daneden.github.io/animate.css/*/
.bounce,
.flash,
.pulse,
.rubberBand,
.shake,
.headShake,
.swing,
.tada,
.wobble,
.jello,
.bounceIn,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.bounceOut,
.bounceOutDown,
.bounceOutLeft,
.bounceOutRight,
.bounceOutUp,
.fadeIn,
.fadeInDown,
.fadeInDownBig,
.fadeInLeft,
.fadeInLeftBig,
.fadeInRight,
.fadeInRightBig,
.fadeInUp,
.fadeInUpBig,
.fadeOut,
.fadeOutDown,
.fadeOutDownBig,
.fadeOutLeft,
.fadeOutLeftBig,
.fadeOutRight,
.fadeOutRightBig,
.fadeOutUp,
.fadeOutUpBig,
.flipInX,
.flipInY,
.flipOutX,
.flipOutY,
.lightSpeedIn,
.lightSpeedOut,
.rotateIn,
.rotateInDownLeft,
.rotateInDownRight,
.rotateInUpLeft,
.rotateInUpRight,
.rotateOut,
.rotateOutDownLeft,
.rotateOutDownRight,
.rotateOutUpLeft,
.rotateOutUpRight,
.hinge,
.rollIn,
.rollOut,
.zoomIn,
.zoomInDown,
.zoomInLeft,
.zoomInRight,
.zoomInUp,
.zoomOut,
.zoomOutDown,
.zoomOutLeft,
.zoomOutRight,
.zoomOutUp,
.slideInDown,
.slideInLeft,
.slideInRight,
.slideInUp,
.slideOutDown,
.slideOutLeft,
.slideOutRight,
.slideOutUp {
  visibility: visible;
}
/*---------- 2.25 Testimonial ----------*/
.testimonial-wrap {
  padding: 120px 20px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.testimonial-wrap:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(29, 48, 16, 0.8) 0%, #000 100%);
  background-image: -o-linear-gradient(top, rgba(29, 48, 16, 0.8) 0%, #000 100%);
  background-image: linear-gradient(to bottom, rgba(29, 48, 16, 0.8) 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1d3010', endColorstr='#ff000000', GradientType=0);
  opacity: .8;
}
.testimonial {
  text-align: center;
  z-index: 99;
}
.testimonial > [class^="col-"] {
  margin-bottom: 30px;
}
.testimonial .avatar {
  height: 120px;
  width: 120px;
  border-radius: 120px;
  margin-bottom: 30px;
}
.testimonial .name {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 5px;
}
.testimonial .rating {
  margin-top: 10px;
  margin-bottom: 30px;
}
.testimonial p {
  font-size: 1.2em;
  margin: 15px 0;
}
.testimonial.dark {
  padding: 30px 60px;
  color: #fff;
  border: 5px solid transparent;
  outline: 1px solid rgba(29, 48, 16, 0.2);
}
.testimonial.dark:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*Twitter Bootstrap's mixin  defined on mixin.less*/
  background-image: -webkit-linear-gradient(top, #395d20 0%, #000 100%);
  background-image: -o-linear-gradient(top, #395d20 0%, #000 100%);
  background-image: linear-gradient(to bottom, #395d20 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff395d20', endColorstr='#ff000000', GradientType=0);
}
.testimonial .owl-nav [class*='owl-'] {
  background: #558B2F;
}
.testimonial .owl-nav [class*='owl-']:hover {
  background: #111111;
}
.testimonial.boxed [class^='col-'] > div,
.testimonial.boxed .owl-item {
  border: 1px solid #e6e6e6;
  padding: 30px;
  background: #fff;
}
.testimonial .owl-controls {
  position: relative;
  z-index: 9;
}
.testimonial .owl-nav {
  margin-top: 10px;
  text-align: center;
}
.testimonial .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.testimonial .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.testimonial .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.testimonial .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.testimonial .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.testimonial .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.testimonial .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #558B2F;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.testimonial .owl-dots .owl-dot.active span,
.testimonial .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.testimonial-option {
  margin-bottom: 30px;
}
.testimonial-option .tes-text {
  background: #fff;
  padding: 10%;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
}
.testimonial-option .tes-text:after {
  content: '';
  height: 0;
  width: 0;
  border-bottom: 70px solid transparent;
  border-top: 70px solid #e6e6e6;
  border-left: 70px solid transparent;
  position: absolute;
  bottom: -140px;
  left: -1px;
}
.testimonial-option .tes-profile {
  margin-left: 85px;
}
.testimonial-option .tes-profile .avatar {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
.testimonial-option .tes-profile .tes-profile-text {
  margin-left: 70px;
  margin-top: 5px;
}
.testimonial-option .tes-profile .tes-profile-text .name {
  font-weight: bold;
}
.testimonial-option .tes-profile .tes-profile-text .location {
  font-size: .8em;
}
/*---------- 2.26 Reviews ----------*/
/*Star Rating*/
.rating {
  color: #ffcc00;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.review-comment {
  margin-top: 30px;
}
.review-comment li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #e6e6e6;
}
.review-comment li .media {
  margin-top: 40px;
}
.review-comment li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.review-comment .media-left {
  padding-right: 30px;
}
.review-comment .media-left .media-object {
  height: 70px;
  width: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.review-comment .media-heading {
  margin-bottom: 0;
}
.add-comment .form-control {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .media .media-object {
    height: 50px !important;
    width: 50px !important;
  }
  .media .media-body {
    overflow: visible;
  }
  .media .media {
    margin-left: -40px;
  }
}
/*---------- 2.27 Supported By list ----------*/
.supported-by {
  text-align: center;
}
.supported-by .supported-list {
  list-style: none;
  padding: 0px;
  display: table;
  margin: 30px auto 0;
  text-align: center;
}
.supported-by .supported-list li {
  margin: 10px 10px 30px;
  text-align: center;
}
.supported-by .supported-list li a {
  text-decoration: none;
  display: inline-block;
  opacity: .5;
}
.supported-by .supported-list li a:hover {
  opacity: 1;
}
/*---------- 2.28 Search Bar ----------*/
.search-bar {
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  position: relative;
  text-align: left;
}
.search-bar:after {
  content: '';
  clear: both;
  display: block;
}
.search-bar .text-wrap {
  text-align: right;
  margin-top: 22px;
  border-right: 1px solid rgba(57, 93, 32, 0.2);
}
.search-bar .text-wrap h1,
.search-bar .text-wrap h2,
.search-bar .text-wrap h3,
.search-bar .text-wrap h4,
.search-bar .text-wrap h5,
.search-bar .text-wrap h6 {
  margin: 0;
}
.search-bar .form-group {
  margin-top: 20px;
}
.search-bar label {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
.search-bar .form-control {
  border: 1px solid #fff;
}
.search-bar .btn-search {
  margin: 43px 0 20px;
  width: 100%;
}
.search-bar.bottom {
  margin-top: -125px;
}
.search-bar.boxed {
  background: transparent;
}
.search-bar.boxed .container {
  background: rgba(0, 0, 0, 0.8);
}
.boxed + .search-bar {
  margin-bottom: 0px;
}
.boxed + .search-bar.container {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .search-bar {
    margin-top: 0;
    background: #000;
  }
  .search-bar.container {
    margin-top: 0;
  }
  .search-bar .text-wrap {
    text-align: left;
    border-right: 0;
  }
  .search-bar .btn-search {
    margin: 10px 0 30px;
  }
  .search-bar.bottom {
    position: relative;
    bottom: auto;
  }
  .boxed + .search-bar.container {
    margin-top: 0;
  }
}
/*---------- 2.29 Sidebar ----------*/
.sidebar .section-title {
  margin-bottom: 20px;
}
.sidebar .btn-group[data-toggle="buttons"] .btn-default {
  font-size: 34px;
  box-shadow: none;
  background: none;
  color: #888;
  width: 60px;
  padding: 5px 10px;
  line-height: 20px;
}
.sidebar .btn-group[data-toggle="buttons"] .btn-default:hover {
  color: #4b4b4b;
}
.sidebar .btn-group[data-toggle="buttons"] .btn-default.active {
  color: #558B2F;
}
.sidebar ul.list {
  margin: 0;
  padding: 0;
}
.sidebar ul.list li {
  list-style: none;
  line-height: 30px;
  position: relative;
  padding-left: 15px;
}
.sidebar ul.list li:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  color: #cfcfcf;
  position: absolute;
  left: 0px;
  top: 0px;
}
ul.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.checklist [type="checkbox"],
ul.checklist [type="radio"] {
  margin-right: 10px;
}
.recent-post-list .recent-post {
  margin-bottom: 30px;
  line-height: 1.6;
}
.recent-post-list .recent-post p {
  margin-bottom: 0px;
}
.recent-post-list .recent-post:last-child {
  margin-bottom: 0px;
}
.recent-post-list .author-img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  float: left;
  background: #eee;
  overflow: hidden;
}
.recent-post-list .author-img img {
  width: 100%;
  height: 100%;
}
.recent-post-list .post-summary {
  margin-left: 65px;
}
.recent-post-list .post-summary .byline {
  font-size: .8em;
}
.tag-link {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  color: #888;
  padding: 0 10px;
  margin: 0 5px 10px 0;
  font-size: .9rem;
  text-transform: capitalize;
}
.tag-link:hover {
  border-color: #558B2F;
  background: #558B2F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sidebar {
    margin-top: 0px;
  }
  .sidebar .btn-group[data-toggle="buttons"] .btn-default {
    width: auto;
    padding: 5px 8px;
  }
}
/*---------- 2.30 Team ----------*/
.team .member,
.team-round .member {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 0 15px 15px;
  margin-bottom: 30px;
}
.team .member .image,
.team-round .member .image {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.team .member img,
.team-round .member img {
  width: 100%;
}
.team .member .name,
.team-round .member .name {
  font-size: 1.4em;
  margin-bottom: 3px;
}
.team .member .detail,
.team-round .member .detail {
  font-size: .9em;
  margin-top: 0px;
  color: #888;
}
.team .member .social,
.team-round .member .social {
  margin-top: 30px;
}
.team-round .member {
  padding: 15px;
  text-align: center;
}
.team-round .member .image {
  height: 200px;
  width: 200px;
  margin: 30px auto;
  border-radius: 200px;
  overflow: hidden;
}
/*---------- 2.31  Image Gallery ----------*/
.gallery .img-responsive {
  height: auto;
}
.gallery .gallery-item {
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery .gallery-item .hover-overlay {
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: .9em;
  text-align: center;
  color: #fff;
  background: rgba(29, 48, 16, 0.8);
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.gallery .gallery-item .hover-overlay [class^="icon-"] {
  margin-top: -25px;
  display: inline-block;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  background: #558B2F;
  position: relative;
  top: 50%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.gallery .gallery-item:hover .hover-overlay {
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.gallery .gallery-item:hover .hover-overlay [class^="icon-"] {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery .owl-nav {
  position: absolute;
  width: 100%;
  bottom: -15px;
}
.gallery .owl-nav .owl-prev,
.gallery .owl-nav .owl-next {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 40px;
  background: #111111;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.gallery .owl-nav .owl-prev {
  float: left;
  margin-left: 15px;
}
.gallery .owl-nav .owl-next {
  float: right;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .gallery .img-responsive {
    height: auto;
    width: 100%;
  }
}
/*---------- 2.33 Location ----------*/
.location-item {
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.location-item:before {
  background: rgba(29, 48, 16, 0.8);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  z-index: 9;
}
.location-item:after {
  background: #558B2F;
  color: #fff;
  content: '\f119';
  display: inline-block;
  font-family: "iconfont";
  font-size: 0px;
  text-align: center;
  width: 0;
  height: 0;
  line-height: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.location-item:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
  z-index: 9;
}
.location-item:hover:after {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.location-item.show-map .location-map {
  display: block;
}
.location-item.show-map .location-term {
  margin-top: 0px;
}
.location-map {
  height: 60px;
  width: 80px;
  margin: 20% auto 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.location-term {
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
/*---------- 2.33 Footer ----------*/
#footer {
  padding-top: 60px;
  background: #111111;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-size: .9em;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #a7a7a7;
  position: relative;
  margin-bottom: 30px;
}
#footer h1:after,
#footer h2:after,
#footer h3:after,
#footer h4:after,
#footer h5:after,
#footer h6:after {
  content: '';
  height: 2px;
  width: 30px;
  background: #558B2F;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#footer a {
  color: rgba(255, 255, 255, 0.6);
}
#footer a:hover {
  color: #ffffff;
}
#footer p {
  margin-top: 15px;
}
#footer ul {
  margin: 15px 0px 0px;
  padding: 0px;
  list-style: none;
}
#footer ul li {
  margin-bottom: 2px;
}
#footer .social-icon-list {
  margin: 0;
}
#footer .social-icon-list ul {
  margin-top: 5px;
}
#footer .social-icon-list a {
  color: #fff;
}
#footer .copy {
  margin-top: 60px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.3);
  font-size: .9em;
  text-align: center;
}
#footer .copy span {
  font-size: 1.6em;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 10px;
    text-align: center;
  }
  #footer h1:after,
  #footer h2:after,
  #footer h3:after,
  #footer h4:after,
  #footer h5:after,
  #footer h6:after {
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
  }
  #footer .row > div {
    display: block;
    padding: 10px 30px;
  }
  #footer .social-icon {
    margin: 10px auto 0;
  }
}
/*---------- 3.0 Partial UI ----------*/
/*---------- 3.1 Trip Showcase ----------*/
.showcase {
  padding-bottom: 140px;
  height: auto;
  position: relative;
}
.showcase:before {
  content: '';
  height: 100%;
  width: 100%;
  background: url('../img/bg.png') repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .showcase {
    background: #e6e6e6;
  }
}
/*---------- 3.2 Trip Grid ----------*/
.item-grid {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #e6e6e6;
}
.item-grid .item-img {
  height: 240px;
  width: 100%;
  background-color: #eee;
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
.item-grid .item-img .item-overlay {
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: .9em;
  text-align: center;
  color: #fff;
  background: rgba(29, 48, 16, 0.8);
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.item-grid .item-img .item-overlay [class^="icon-"] {
  margin-top: 95px;
  display: inline-block;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  background: #558B2F;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.item-grid .item-img .item-overlay a {
  color: #fff;
}
.item-grid .item-img:hover .item-overlay {
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.item-grid .item-img:hover .item-overlay [class^="icon-"] {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item-grid .item-desc {
  background: #ffffff;
  color: #4b4b4b;
  padding: 20px 20px 15px;
  -webkit-transition: all linear 2s;
  -moz-transition: all linear 2s;
  -ms-transition: all linear 2s;
  -o-transition: all linear 2s;
  transition: all linear 2s;
}
.item-grid .item-desc .item-info .title {
  margin-right: 30px;
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 2px;
  line-height: 1.2em;
}
.item-grid .item-desc .item-info .title a {
  color: #4b4b4b;
}
.item-grid .item-desc .item-info .title a:hover {
  color: #558B2F;
}
.item-grid .item-desc .item-info [class^='icon-'],
.item-grid .item-desc .item-info .fa,
.item-grid .item-desc .item-info .glyphicon {
  float: right;
  margin-bottom: 2px;
  line-height: 30px;
  font-size: 30px;
}
.item-grid .item-desc .sub-title {
  min-height: 20px;
  margin-bottom: 15px;
  font-size: .8em;
  color: #979797;
  clear: both;
}
.item-grid .item-desc .sub-title .location {
  float: left;
}
.item-grid .item-desc .sub-title .grade {
  float: right;
}
.item-grid .item-desc .item-detail {
  clear: both;
}
.item-grid .item-desc .item-detail .left {
  width: 50%;
  float: left;
  text-align: left;
  vertical-align: middle;
}
.item-grid .item-desc .item-detail .left .day,
.item-grid .item-desc .item-detail .left .night {
  line-height: 30px;
  vertical-align: middle;
}
.item-grid .item-desc .item-detail .left .day {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.item-grid .item-desc .item-detail .left [class^='icon-'],
.item-grid .item-desc .item-detail .left .fa,
.item-grid .item-desc .item-detail .left .glyphicon {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
  color: #bbbbbb;
  width: 20px;
}
.item-grid .item-desc .item-detail .left .icon-moon {
  font-size: 16px;
}
.item-grid .item-desc .item-detail .right {
  margin-left: 50%;
  font-size: .9em;
  text-align: right;
}
.item-grid .item-desc .item-detail .price {
  font-size: 1.6em;
  margin-bottom: 5px;
}
.item .col-md-4:nth-child(1),
.item .col-md-4:nth-child(4),
.item .col-md-4:nth-child(7),
.item .col-md-4:nth-child(10),
.item .col-md-4:nth-child(13),
.item .col-md-4:nth-child(16) .item .col-md-4:nth-child(19) .item .col-md-4:nth-child(22),
.item .col-md-4:nth-child(25) {
  clear: left;
}
@media screen and (max-width: 992px) {
  .item .col-md-4:nth-child(1),
  .item .col-md-4:nth-child(4),
  .item .col-md-4:nth-child(7),
  .item .col-md-4:nth-child(10),
  .item .col-md-4:nth-child(13),
  .item .col-md-4:nth-child(16) .item .col-md-4:nth-child(19) .item .col-md-4:nth-child(22),
  .item .col-md-4:nth-child(25) {
    clear: none;
  }
  .item .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/*---------- 3.3 Trip List ----------*/
.item-list {
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-bottom: 30px;
}
.item-list:after {
  clear: both;
  display: table;
  content: '';
}
.item-list .item-img {
  height: 250px;
  width: auto;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.item-list .item-img .item-overlay {
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: .9em;
  text-align: center;
  color: #fff;
  background: rgba(29, 48, 16, 0.8);
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.item-list .item-img .item-overlay [class^="icon-"] {
  margin-top: 100px;
  display: inline-block;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  background: #558B2F;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.item-list .item-img .item-overlay a {
  color: #fff;
}
.item-list .item-img:hover .item-overlay {
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.item-list .item-img:hover .item-overlay [class^="icon-"] {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item-list .item-desc {
  padding: 30px 0px 10px;
  clear: both;
  overflow: hidden;
}
.item-list .item-desc [class^='icon-'],
.item-list .item-desc .fa,
.item-list .item-desc .glyphicon {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  color: #558B2F;
}
.item-list .item-desc .item-title {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0 0 5px;
  font-family: 'Raleway', sans-serif;
}
.item-list .item-desc .sub-title {
  min-height: 20px;
  margin-bottom: 5px;
  font-size: .8em;
  color: #979797;
  clear: both;
}
.item-list .item-desc .item-excerpt {
  max-height: 32px;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: .9em;
  color: #5a5a5a;
}
.item-list .item-desc .left {
  width: 50%;
  float: left;
}
.item-list .item-desc .right {
  text-align: right;
}
.item-list .item-book {
  border-top: 1px solid #f2f2f2;
  margin: 0 0 5px;
  padding-top: 15px;
  overflow: hidden;
  clear: both;
}
.item-list .item-book .price {
  float: right;
  font-size: 1.4em;
  line-height: 36px;
}
.item-list .item-book .btn {
  float: left;
}
@media screen and (max-width: 767px) {
  .item-list .item-desc .left,
  .item-list .item-desc .right {
    float: none;
    text-align: left;
    width: 100%;
  }
}
/*---------- 3.4 Trip Detail ----------*/
.trip-insight .insight-list-wrap {
  margin: 0 auto;
  padding: 30px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.trip-insight .insight-list-wrap .insight-list {
  display: table;
  margin: 20px auto 20px;
}
.trip-insight .insight-list-wrap .insight-list [class^='icon-'],
.trip-insight .insight-list-wrap .insight-list .fa,
.trip-insight .insight-list-wrap .insight-list .glyphicon {
  font-size: 40px;
  float: left;
}
.trip-insight .insight-list-wrap .insight-list .txt {
  margin-left: 46px;
}
.trip-insight .insight-list-wrap .insight-list .txt p,
.trip-insight .insight-list-wrap .insight-list .txt h1,
.trip-insight .insight-list-wrap .insight-list .txt h2,
.trip-insight .insight-list-wrap .insight-list .txt h3,
.trip-insight .insight-list-wrap .insight-list .txt h4,
.trip-insight .insight-list-wrap .insight-list .txt h5,
.trip-insight .insight-list-wrap .insight-list .txt h6 {
  margin: 0;
  padding: 0;
}
.trip-insight .social-icon {
  display: table;
  margin: 60px auto 0;
  padding: 0;
  text-align: center;
}
.trip-insight .social-icon li {
  display: inline-block;
  list-style: none;
  margin: 0 30px 15px;
}
.main-price {
  margin-top: 40px;
  text-align: center;
}
.main-price div {
  font-style: italic;
}
.main-price .price {
  font-style: normal;
  font-size: 1.8em;
  font-family: 'Raleway', sans-serif;
}
.main-price .btn {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.tab-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.tab-wrap .affix {
  position: fixed;
  top: 69px;
  z-index: 99;
  left: 0px;
  width: 100% !important;
}
.tab-wrap .nav-tabs {
  width: 100%;
  display: -webkit-flex;
  /* NEW */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* NEW */
  flex-wrap: wrap;
  border-bottom: none;
  border-bottom: 5px solid #395d20;
}
.tab-wrap .nav-tabs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  background: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
.tab-wrap .nav-tabs li a {
  height: 100%;
  padding: 10px;
  margin: 0;
  border-color: transparent;
  border-right: 0;
  background: #fff;
  color: #4b4b4b;
  font-size: 1.2rem;
}
.tab-wrap .nav-tabs li a:hover {
  color: #558B2F;
}
.tab-wrap .nav-tabs li a:hover:after {
  content: '';
  height: 4px;
  width: 100%;
  background: #558B2F;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 99;
}
.tab-wrap .nav-tabs li:first-child {
  margin-left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-wrap .nav-tabs li:last-child {
  margin-right: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-wrap .nav-tabs li.active a {
  color: #558B2F;
  color: #fff;
  border: 1px solid #477427;
  border-bottom: none;
  background: #558B2F;
}
.tab-wrap .nav-tabs li.active a:hover {
  border-right: none;
}
.tab-wrap .nav-tabs li.active a:hover:after {
  display: none;
}
.trip-detail {
  margin-bottom: 60px;
  /*For date & price table */
}
.trip-detail .table td {
  vertical-align: middle ;
}
/*used in trip-detail*/
.paper-effect {
  background: #fff;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.paper-effect:before,
.paper-effect:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 20px;
  bottom: 22px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.paper-effect:after {
  left: auto;
  right: 20px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
/*overview*/
ul.trip-overview {
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.trip-overview li {
  list-style: none;
  clear: both;
  display: block;
  border-bottom: 1px dashed #e6e6e6;
  padding: 15px 10px;
}
ul.trip-overview li:last-child {
  border-bottom: 0px;
}
ul.trip-overview [class^='icon-'],
ul.trip-overview .fa,
ul.trip-overview .glyphicon {
  font-size: 30px;
  color: #558B2F;
  float: left;
  width: 40px;
}
ul.trip-overview .detail {
  margin-left: 50px;
}
ul.trip-overview .detail .title {
  font-weight: bold;
  font-size: .8em;
}
ul.trip-overview .detail .desc {
  color: #797979;
}
/*inclusion*/
ul.clean-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
ul.clean-ul li {
  margin-bottom: 5px;
  display: block;
  clear: both;
  min-height: 30px;
}
ul.clean-ul [class^='icon-'],
ul.clean-ul .fa,
ul.clean-ul .glyphicon {
  margin-top: -3px;
  font-size: 20px;
  vertical-align: middle;
  color: #4b4b4b;
  float: left;
}
ul.clean-ul .desc {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .trip-insight .insight-list {
    display: table;
    margin: 0 auto;
  }
  .tab-wrap .nav-tabs {
    display: block;
  }
  .tab-wrap .nav-tabs li {
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
  .tab-wrap .nav-tabs li a {
    display: block;
  }
  .paper-effect {
    padding: 15px;
  }
  .trip-overview {
    padding: 0;
    margin: 15px 0 0;
  }
  .trip-overview tr td {
    padding: 5px;
  }
}
/*---------- 3.5 Login and Signup ----------*/
.login {
  min-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.login:before {
  content: '';
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-image: -webkit-linear-gradient(left, #000 0%, #1d3010 100%);
  background-image: -o-linear-gradient(left, #000 0%, #1d3010 100%);
  background-image: linear-gradient(to right, #000 0%, #1d3010 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff1d3010', GradientType=1);
  opacity: .8;
}
.login .form-box {
  max-width: 450px;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  top: 25%;
}
.login .form-box .form-head {
  padding: 40px 15px;
  border-bottom: 2px solid #477427;
  background: #111111;
  color: #fff;
  text-align: center;
}
.login .form-box .form-head .mold-logo {
  margin: 0 auto;
}
.login .form-box .form-head .txt {
  margin-top: 10px;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
  color: #fff;
}
.login .form-box .form-head hr {
  display: table;
  width: 80px;
  margin: 20px auto 5px;
  border-color: rgba(255, 255, 255, 0.2);
}
.login .form-box .form-body {
  padding: 20px 50px;
  background: #f3f3f3;
}
@media (max-width: 768px) {
  .login {
    background-attachment: fixed;
  }
}
/*---------- 3.5 404 Page ----------*/
.page-404 {
  text-align: center;
  /* Clip text element */
  /* Background */
  /* Text Background (black zone) */
}
.page-404 .clip-text {
  font-size: 16em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: table;
  margin: 30px auto;
  padding: 30px;
  text-align: center;
  /* Color fallback */
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-404 .clip-text:before,
.page-404 .clip-text:after {
  position: absolute;
  content: '';
}
.page-404 .clip-text:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}
.page-404 .clip-text:after {
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #F1F2F8;
}
.page-404 .clip-text_one {
  background-position: center;
  background-size: 100%;
  text-shadow: 0 0 1px rgba(71, 116, 39, 0.6);
}
.page-404 h2,
.page-404 a {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.page-404 .search-field {
  width: table;
  margin: 60px auto;
  position: relative;
}
.page-404 .search-field .form-control {
  width: 200px;
  padding: 15px 20px;
  line-height: 30px;
  height: 30px;
  box-sizing: content-box;
}
.page-404 .search-field .btn {
  line-height: 62px;
  height: 62px;
}
.page-404 .search-field:before {
  content: '';
  height: 5px;
  width: 30px;
  background: #558B2F;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .page-404 .clip-text {
    font-size: 10em;
  }
}
/*---------- 3.6 Comming Soon Page ----------*/
.comming-soon {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.comming-soon:before {
  content: '';
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-image: -webkit-linear-gradient(left, #000 0%, #1d3010 100%);
  background-image: -o-linear-gradient(left, #000 0%, #1d3010 100%);
  background-image: linear-gradient(to right, #000 0%, #1d3010 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff1d3010', GradientType=1);
  opacity: .8;
}
.comming-soon .text-box {
  position: relative;
}
.comming-soon .text-box .big-txt {
  margin-top: 80px;
  text-align: center;
  font-size: 5em;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
.comming-soon .text-body {
  margin-top: 60px;
}
.comming-soon .search-field {
  width: table;
  margin: 60px auto;
  position: relative;
}
.comming-soon .search-field .form-control {
  width: 200px;
  padding: 15px 20px;
  line-height: 30px;
  height: 30px;
  box-sizing: content-box;
}
.comming-soon .search-field .btn {
  line-height: 62px;
  height: 62px;
}
.comming-soon .search-field:before {
  content: '';
  height: 5px;
  width: 30px;
  background: #558B2F;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .comming-soon .text-box .big-txt {
    margin-top: 0px;
    font-size: 2.8em;
  }
  .comming-soon .search-field .form-control {
    width: 150px;
  }
}
/*---------- 3.7 Cart and Checkout Page ----------*/
.checkout-page,
.cart-page {
  padding: 50px 0;
}
.cart-checkout-table tr:first-child td {
  border-top: 0px;
}
.cart-checkout-table th,
.cart-checkout-table td {
  color: #4b4b4b;
  vertical-align: middle !important;
}
.cart-checkout-table th.price,
.cart-checkout-table td.price {
  font-weight: bold;
  text-align: right;
}
.cart-checkout-table .item-img {
  height: 60px;
  width: 60px;
}
.cart-checkout-table .desc {
  min-width: 200px;
  max-width: 300px;
}
.cart-checkout-table .total td {
  border-top: 3px double #cfcfcf;
  padding-top: 20px;
  font-size: 1.2em;
}
.counter-number {
  height: 30px;
  width: 90px;
  position: relative;
}
.counter-number .add,
.counter-number .sub {
  float: left;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.counter-number .add:hover,
.counter-number .sub:hover {
  background: #ddd;
}
.counter-number .add {
  float: right;
}
.counter-number input {
  width: 30px;
  height: 30px;
  margin: 0;
  position: absolute;
  left: 30px;
  top: 0;
  text-align: center;
}
.card-option .btn {
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.card-option .btn.active {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  .card-option img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cart-checkout-table .desc {
    display: none;
  }
}
/*---------- 3.8 Blog Page ----------*/
.post-list {
  background: #fff;
  border: 1px solid #e6e6e6;
  clear: both;
  margin-bottom: 50px;
  position: relative;
}
.post-list .post-img {
  width: 40%;
  height: 100%;
  background-color: #eee;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.post-list .post-img .item-overlay {
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: .9em;
  text-align: center;
  color: #fff;
  background: rgba(29, 48, 16, 0.8);
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.post-list .post-img .item-overlay [class^="icon-"] {
  display: inline-block;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  background: #558B2F;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.post-list .post-img .item-overlay a {
  color: #fff;
}
.post-list .post-img:hover .item-overlay {
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.post-list .post-img:hover .item-overlay [class^="icon-"] {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  top: 50%;
  margin: -25px auto 0;
}
.post-list .post-summary {
  padding: 45px 30px;
  margin-left: 40%;
}
.post-list .post-summary .post-title {
  margin: 0px 0px 5px;
}
.post-list .post-summary .post-title a {
  color: #4b4b4b;
}
.post-list .post-summary .post-title a:hover {
  color: #558B2F;
}
.post-list .post-summary .byline {
  color: #a7a7a7;
  margin-bottom: 20px;
  font-size: .8em;
}
.post-list .post-summary .byline a {
  color: #a7a7a7;
}
.post-list .post-summary .byline a:hover {
  color: #558B2F;
}
.post-list .post-summary .post-excerpt {
  min-height: 43px;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-list .post-summary .btn {
  margin-bottom: 0;
}
.post-list.full-img {
  background: #fff;
  border: 1px solid #e6e6e6;
  clear: both;
  margin-bottom: 50px;
}
.post-list.full-img .post-img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.post-list.full-img .post-summary {
  padding: 25px;
  margin-left: 0;
}
.post-list.full-img .post-summary .byline {
  margin-bottom: 15px;
}
.post-single .section {
  padding: 90px 0;
}
.post-single .page-img {
  padding: 140px 0;
}
.post-single .page-img-txt .sub-head {
  margin-bottom: 60px;
}
.post-single .page-img-txt .author-img {
  height: 70px;
  width: 70px;
  background: #cfcfcf;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  float: left;
  margin-top: -5px;
  margin-right: 15px;
}
.post-single .page-img-txt .author-img img {
  height: 70px;
  width: 70px;
}
.post-single .page-img-txt .author,
.post-single .page-img-txt .byline {
  color: #cfcfcf;
}
.post-single .page-img-txt .author a,
.post-single .page-img-txt .byline a {
  color: #cfcfcf;
}
.post-single .page-img-txt .author a:hover,
.post-single .page-img-txt .byline a:hover {
  color: #558B2F;
}
.post-single .page-img-txt .author {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.post-single .page-img-txt .author span {
  font-style: italic;
  margin-right: 10px;
}
.post-single .page-img-txt .byline {
  font-size: .8em;
}
.post-single .page-img-txt a:hover {
  color: #71b93e;
}
.post-single .post {
  margin-bottom: 30px;
}
.post-single.center .page-img .page-img-txt {
  text-align: center;
}
.post-single.center .author-img {
  margin: 0px auto 15px;
  float: none;
}
.tag-wrap {
  font-size: .9rem;
  border-top: 1px solid rgba(230, 230, 230, 0.5);
  padding: 15px 0;
}
.tag-wrap a {
  border: 1px solid #e6e6e6;
  color: #888;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 5px;
  text-transform: capitalize;
}
.tag-wrap a:hover {
  border-color: #558B2F;
  background: #558B2F;
  color: #fff;
}
.share-box {
  background: rgba(230, 230, 230, 0.5);
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin: 0 0 30px;
  overflow: hidden;
}
.share-box .title {
  float: left;
}
.share-box .social-icon-wrap {
  float: right;
}
.share-box .social-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  margin-left: 5px;
  background: #a7a7a7;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .post-single .page-img {
    height: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .post-list {
    height: auto;
  }
  .post-list .post-img {
    height: 200px;
    width: 100%;
    position: relative;
  }
  .post-list .post-summary {
    margin-left: 0;
    padding: 30px 15px;
  }
  .post-list.full-img .post-summary {
    padding: 30px 15px;
  }
  .tag-wrap .cat-links,
  .tag-wrap .tag-links {
    float: none;
    clear: both;
    display: block;
    margin-bottom: 5px;
  }
}
/*---------- 3.9 Contact Page ----------*/
.contact-page-2 {
  margin-top: -160px;
}
.contact-page h1,
.contact-page-2 h1,
.contact-page h2,
.contact-page-2 h2,
.contact-page h3,
.contact-page-2 h3,
.contact-page h4,
.contact-page-2 h4,
.contact-page h5,
.contact-page-2 h5,
.contact-page h6,
.contact-page-2 h6 {
  margin-top: 0px;
}
.contact-page .contact-desc,
.contact-page-2 .contact-desc {
  color: #558B2F;
}
/*---------- 4.1 Owlcarousel ----------*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* Core Owl Carousel CSS File */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* Owl Carousel - Lazy Load Plugin*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../img/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: cale(1.3, 1.3);
  -moz-transition: cale(1.3, 1.3);
  -ms-transition: cale(1.3, 1.3);
  -o-transition: cale(1.3, 1.3);
  transition: cale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*---------- 4.2 Lightbox ----------*/
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  outline: 4px solid rgba(255, 255, 255, 0.95);
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('../img/loading.gif') no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  color: #fff;
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 40px;
  line-height: 40px;
  width: 40px;
  margin-top: -20px;
  cursor: pointer;
  display: block;
  background: rgba(17, 17, 17, 0.3);
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lb-nav a:hover {
  background: #111111;
  color: #558B2F;
}
.lb-nav a.lb-prev {
  left: 10px;
}
.lb-nav a.lb-next {
  right: 10px;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  position: relative;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  width: 100%;
  padding: 0 4px;
  color: #fff;
  position: absolute;
  height: 54px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: .8em;
  color: #ddd;
}
.lb-details {
  position: absolute;
  top: 7px;
  left: 10px;
}
.lb-closeContainer {
  position: relative;
}
.lb-data .lb-close {
  display: block;
  width: 24px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  outline: none;
  font-size: 15px;
  color: #fff;
  background: transparent;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 14px;
  right: 3px;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  background: #c9302c;
}
/*---------- 4.3 Button Effect ----------*/
.btn-base.hvr-underline-reveal {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-base.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #202020;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-base.hvr-underline-reveal:hover:before,
.btn-base.hvr-underline-reveal:focus:before,
.btn-base.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn-base.hvr-underline-from-left {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-base.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #202020;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-base.hvr-underline-from-left:hover:before,
.btn-base.hvr-underline-from-left:focus:before,
.btn-base.hvr-underline-from-left:active:before {
  right: 0;
}
.btn-base.hvr-underline-from-center {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-base.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #202020;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-base.hvr-underline-from-center:hover:before,
.btn-base.hvr-underline-from-center:focus:before,
.btn-base.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.btn-base.hvr-underline-from-right {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-base.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #202020;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-base.hvr-underline-from-right:hover:before,
.btn-base.hvr-underline-from-right:focus:before,
.btn-base.hvr-underline-from-right:active:before {
  left: 0;
}
.btn-base.hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-base.hvr-fade:hover,
.btn-base.hvr-fade:focus,
.btn-base.hvr-fade:active {
  background-color: #202020;
  color: white;
}
.btn-base.hvr-sweep-to-right {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-base.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #202020;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-base.hvr-sweep-to-right:hover,
.btn-base.hvr-sweep-to-right:focus,
.btn-base.hvr-sweep-to-right:active {
  color: white;
}
.btn-base.hvr-sweep-to-right:hover:before,
.btn-base.hvr-sweep-to-right:focus:before,
.btn-base.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-base.hvr-sweep-to-left {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-base.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #202020;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-base.hvr-sweep-to-left:hover,
.btn-base.hvr-sweep-to-left:focus,
.btn-base.hvr-sweep-to-left:active {
  color: white;
}
.btn-base.hvr-sweep-to-left:hover:before,
.btn-base.hvr-sweep-to-left:focus:before,
.btn-base.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-base.hvr-sweep-to-bottom {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-base.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #202020;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-base.hvr-sweep-to-bottom:hover,
.btn-base.hvr-sweep-to-bottom:focus,
.btn-base.hvr-sweep-to-bottom:active {
  color: white;
}
.btn-base.hvr-sweep-to-bottom:hover:before,
.btn-base.hvr-sweep-to-bottom:focus:before,
.btn-base.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-base.hvr-sweep-to-top {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-base.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #202020;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-base.hvr-sweep-to-top:hover,
.btn-base.hvr-sweep-to-top:focus,
.btn-base.hvr-sweep-to-top:active {
  color: white;
}
.btn-base.hvr-sweep-to-top:hover:before,
.btn-base.hvr-sweep-to-top:focus:before,
.btn-base.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-base .hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-base .hvr-fade:hover,
.btn-base .hvr-fade:focus,
.btn-base .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}
.btn-default.hvr-underline-reveal {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-default.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #888;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default.hvr-underline-reveal:hover:before,
.btn-default.hvr-underline-reveal:focus:before,
.btn-default.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn-default.hvr-underline-from-left {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-default.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #888;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default.hvr-underline-from-left:hover:before,
.btn-default.hvr-underline-from-left:focus:before,
.btn-default.hvr-underline-from-left:active:before {
  right: 0;
}
.btn-default.hvr-underline-from-center {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-default.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #888;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default.hvr-underline-from-center:hover:before,
.btn-default.hvr-underline-from-center:focus:before,
.btn-default.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.btn-default.hvr-underline-from-right {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-default.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #888;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default.hvr-underline-from-right:hover:before,
.btn-default.hvr-underline-from-right:focus:before,
.btn-default.hvr-underline-from-right:active:before {
  left: 0;
}
.btn-default.hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-default.hvr-fade:hover,
.btn-default.hvr-fade:focus,
.btn-default.hvr-fade:active {
  background-color: #888;
  color: white;
}
.btn-default.hvr-sweep-to-right {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-default.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #888;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default.hvr-sweep-to-right:hover,
.btn-default.hvr-sweep-to-right:focus,
.btn-default.hvr-sweep-to-right:active {
  color: white;
}
.btn-default.hvr-sweep-to-right:hover:before,
.btn-default.hvr-sweep-to-right:focus:before,
.btn-default.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-default.hvr-sweep-to-left {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-default.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #888;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default.hvr-sweep-to-left:hover,
.btn-default.hvr-sweep-to-left:focus,
.btn-default.hvr-sweep-to-left:active {
  color: white;
}
.btn-default.hvr-sweep-to-left:hover:before,
.btn-default.hvr-sweep-to-left:focus:before,
.btn-default.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-default.hvr-sweep-to-bottom {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-default.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #888;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default.hvr-sweep-to-bottom:hover,
.btn-default.hvr-sweep-to-bottom:focus,
.btn-default.hvr-sweep-to-bottom:active {
  color: white;
}
.btn-default.hvr-sweep-to-bottom:hover:before,
.btn-default.hvr-sweep-to-bottom:focus:before,
.btn-default.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-default.hvr-sweep-to-top {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-default.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #888;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default.hvr-sweep-to-top:hover,
.btn-default.hvr-sweep-to-top:focus,
.btn-default.hvr-sweep-to-top:active {
  color: white;
}
.btn-default.hvr-sweep-to-top:hover:before,
.btn-default.hvr-sweep-to-top:focus:before,
.btn-default.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-default .hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-default .hvr-fade:hover,
.btn-default .hvr-fade:focus,
.btn-default .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}
.btn-primary.hvr-underline-reveal {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-primary.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #477427;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary.hvr-underline-reveal:hover:before,
.btn-primary.hvr-underline-reveal:focus:before,
.btn-primary.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn-primary.hvr-underline-from-left {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-primary.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #477427;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary.hvr-underline-from-left:hover:before,
.btn-primary.hvr-underline-from-left:focus:before,
.btn-primary.hvr-underline-from-left:active:before {
  right: 0;
}
.btn-primary.hvr-underline-from-center {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-primary.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #477427;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary.hvr-underline-from-center:hover:before,
.btn-primary.hvr-underline-from-center:focus:before,
.btn-primary.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.btn-primary.hvr-underline-from-right {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-primary.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #477427;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary.hvr-underline-from-right:hover:before,
.btn-primary.hvr-underline-from-right:focus:before,
.btn-primary.hvr-underline-from-right:active:before {
  left: 0;
}
.btn-primary.hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-primary.hvr-fade:hover,
.btn-primary.hvr-fade:focus,
.btn-primary.hvr-fade:active {
  background-color: #477427;
  color: white;
}
.btn-primary.hvr-sweep-to-right {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-primary.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #477427;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary.hvr-sweep-to-right:hover,
.btn-primary.hvr-sweep-to-right:focus,
.btn-primary.hvr-sweep-to-right:active {
  color: white;
}
.btn-primary.hvr-sweep-to-right:hover:before,
.btn-primary.hvr-sweep-to-right:focus:before,
.btn-primary.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-primary.hvr-sweep-to-left {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-primary.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #477427;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary.hvr-sweep-to-left:hover,
.btn-primary.hvr-sweep-to-left:focus,
.btn-primary.hvr-sweep-to-left:active {
  color: white;
}
.btn-primary.hvr-sweep-to-left:hover:before,
.btn-primary.hvr-sweep-to-left:focus:before,
.btn-primary.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-primary.hvr-sweep-to-bottom {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-primary.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #477427;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary.hvr-sweep-to-bottom:hover,
.btn-primary.hvr-sweep-to-bottom:focus,
.btn-primary.hvr-sweep-to-bottom:active {
  color: white;
}
.btn-primary.hvr-sweep-to-bottom:hover:before,
.btn-primary.hvr-sweep-to-bottom:focus:before,
.btn-primary.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-primary.hvr-sweep-to-top {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-primary.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #477427;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary.hvr-sweep-to-top:hover,
.btn-primary.hvr-sweep-to-top:focus,
.btn-primary.hvr-sweep-to-top:active {
  color: white;
}
.btn-primary.hvr-sweep-to-top:hover:before,
.btn-primary.hvr-sweep-to-top:focus:before,
.btn-primary.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-primary .hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-primary .hvr-fade:hover,
.btn-primary .hvr-fade:focus,
.btn-primary .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}
.btn-info.hvr-underline-reveal {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-info.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5bc0de;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-info.hvr-underline-reveal:hover:before,
.btn-info.hvr-underline-reveal:focus:before,
.btn-info.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn-info.hvr-underline-from-left {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-info.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #5bc0de;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-info.hvr-underline-from-left:hover:before,
.btn-info.hvr-underline-from-left:focus:before,
.btn-info.hvr-underline-from-left:active:before {
  right: 0;
}
.btn-info.hvr-underline-from-center {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-info.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #5bc0de;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-info.hvr-underline-from-center:hover:before,
.btn-info.hvr-underline-from-center:focus:before,
.btn-info.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.btn-info.hvr-underline-from-right {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-info.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #5bc0de;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-info.hvr-underline-from-right:hover:before,
.btn-info.hvr-underline-from-right:focus:before,
.btn-info.hvr-underline-from-right:active:before {
  left: 0;
}
.btn-info.hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-info.hvr-fade:hover,
.btn-info.hvr-fade:focus,
.btn-info.hvr-fade:active {
  background-color: #5bc0de;
  color: white;
}
.btn-info.hvr-sweep-to-right {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-info.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5bc0de;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-info.hvr-sweep-to-right:hover,
.btn-info.hvr-sweep-to-right:focus,
.btn-info.hvr-sweep-to-right:active {
  color: white;
}
.btn-info.hvr-sweep-to-right:hover:before,
.btn-info.hvr-sweep-to-right:focus:before,
.btn-info.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-info.hvr-sweep-to-left {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-info.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5bc0de;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-info.hvr-sweep-to-left:hover,
.btn-info.hvr-sweep-to-left:focus,
.btn-info.hvr-sweep-to-left:active {
  color: white;
}
.btn-info.hvr-sweep-to-left:hover:before,
.btn-info.hvr-sweep-to-left:focus:before,
.btn-info.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-info.hvr-sweep-to-bottom {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-info.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5bc0de;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-info.hvr-sweep-to-bottom:hover,
.btn-info.hvr-sweep-to-bottom:focus,
.btn-info.hvr-sweep-to-bottom:active {
  color: white;
}
.btn-info.hvr-sweep-to-bottom:hover:before,
.btn-info.hvr-sweep-to-bottom:focus:before,
.btn-info.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-info.hvr-sweep-to-top {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-info.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5bc0de;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-info.hvr-sweep-to-top:hover,
.btn-info.hvr-sweep-to-top:focus,
.btn-info.hvr-sweep-to-top:active {
  color: white;
}
.btn-info.hvr-sweep-to-top:hover:before,
.btn-info.hvr-sweep-to-top:focus:before,
.btn-info.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-info .hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-info .hvr-fade:hover,
.btn-info .hvr-fade:focus,
.btn-info .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}
.btn-success.hvr-underline-reveal {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-success.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5cb85c;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-success.hvr-underline-reveal:hover:before,
.btn-success.hvr-underline-reveal:focus:before,
.btn-success.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn-success.hvr-underline-from-left {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-success.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #5cb85c;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-success.hvr-underline-from-left:hover:before,
.btn-success.hvr-underline-from-left:focus:before,
.btn-success.hvr-underline-from-left:active:before {
  right: 0;
}
.btn-success.hvr-underline-from-center {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-success.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #5cb85c;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-success.hvr-underline-from-center:hover:before,
.btn-success.hvr-underline-from-center:focus:before,
.btn-success.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.btn-success.hvr-underline-from-right {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-success.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #5cb85c;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-success.hvr-underline-from-right:hover:before,
.btn-success.hvr-underline-from-right:focus:before,
.btn-success.hvr-underline-from-right:active:before {
  left: 0;
}
.btn-success.hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-success.hvr-fade:hover,
.btn-success.hvr-fade:focus,
.btn-success.hvr-fade:active {
  background-color: #5cb85c;
  color: white;
}
.btn-success.hvr-sweep-to-right {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-success.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5cb85c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-success.hvr-sweep-to-right:hover,
.btn-success.hvr-sweep-to-right:focus,
.btn-success.hvr-sweep-to-right:active {
  color: white;
}
.btn-success.hvr-sweep-to-right:hover:before,
.btn-success.hvr-sweep-to-right:focus:before,
.btn-success.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-success.hvr-sweep-to-left {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-success.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5cb85c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-success.hvr-sweep-to-left:hover,
.btn-success.hvr-sweep-to-left:focus,
.btn-success.hvr-sweep-to-left:active {
  color: white;
}
.btn-success.hvr-sweep-to-left:hover:before,
.btn-success.hvr-sweep-to-left:focus:before,
.btn-success.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-success.hvr-sweep-to-bottom {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-success.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5cb85c;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-success.hvr-sweep-to-bottom:hover,
.btn-success.hvr-sweep-to-bottom:focus,
.btn-success.hvr-sweep-to-bottom:active {
  color: white;
}
.btn-success.hvr-sweep-to-bottom:hover:before,
.btn-success.hvr-sweep-to-bottom:focus:before,
.btn-success.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-success.hvr-sweep-to-top {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-success.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5cb85c;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-success.hvr-sweep-to-top:hover,
.btn-success.hvr-sweep-to-top:focus,
.btn-success.hvr-sweep-to-top:active {
  color: white;
}
.btn-success.hvr-sweep-to-top:hover:before,
.btn-success.hvr-sweep-to-top:focus:before,
.btn-success.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-success .hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-success .hvr-fade:hover,
.btn-success .hvr-fade:focus,
.btn-success .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}
.btn-warning.hvr-underline-reveal {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-warning.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0ad4e;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-warning.hvr-underline-reveal:hover:before,
.btn-warning.hvr-underline-reveal:focus:before,
.btn-warning.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn-warning.hvr-underline-from-left {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-warning.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #f0ad4e;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-warning.hvr-underline-from-left:hover:before,
.btn-warning.hvr-underline-from-left:focus:before,
.btn-warning.hvr-underline-from-left:active:before {
  right: 0;
}
.btn-warning.hvr-underline-from-center {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-warning.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f0ad4e;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-warning.hvr-underline-from-center:hover:before,
.btn-warning.hvr-underline-from-center:focus:before,
.btn-warning.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.btn-warning.hvr-underline-from-right {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-warning.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #f0ad4e;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-warning.hvr-underline-from-right:hover:before,
.btn-warning.hvr-underline-from-right:focus:before,
.btn-warning.hvr-underline-from-right:active:before {
  left: 0;
}
.btn-warning.hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-warning.hvr-fade:hover,
.btn-warning.hvr-fade:focus,
.btn-warning.hvr-fade:active {
  background-color: #f0ad4e;
  color: white;
}
.btn-warning.hvr-sweep-to-right {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-warning.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0ad4e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-warning.hvr-sweep-to-right:hover,
.btn-warning.hvr-sweep-to-right:focus,
.btn-warning.hvr-sweep-to-right:active {
  color: white;
}
.btn-warning.hvr-sweep-to-right:hover:before,
.btn-warning.hvr-sweep-to-right:focus:before,
.btn-warning.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-warning.hvr-sweep-to-left {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-warning.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0ad4e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-warning.hvr-sweep-to-left:hover,
.btn-warning.hvr-sweep-to-left:focus,
.btn-warning.hvr-sweep-to-left:active {
  color: white;
}
.btn-warning.hvr-sweep-to-left:hover:before,
.btn-warning.hvr-sweep-to-left:focus:before,
.btn-warning.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-warning.hvr-sweep-to-bottom {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-warning.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0ad4e;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-warning.hvr-sweep-to-bottom:hover,
.btn-warning.hvr-sweep-to-bottom:focus,
.btn-warning.hvr-sweep-to-bottom:active {
  color: white;
}
.btn-warning.hvr-sweep-to-bottom:hover:before,
.btn-warning.hvr-sweep-to-bottom:focus:before,
.btn-warning.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-warning.hvr-sweep-to-top {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-warning.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0ad4e;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-warning.hvr-sweep-to-top:hover,
.btn-warning.hvr-sweep-to-top:focus,
.btn-warning.hvr-sweep-to-top:active {
  color: white;
}
.btn-warning.hvr-sweep-to-top:hover:before,
.btn-warning.hvr-sweep-to-top:focus:before,
.btn-warning.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-warning .hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-warning .hvr-fade:hover,
.btn-warning .hvr-fade:focus,
.btn-warning .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}
.btn-danger.hvr-underline-reveal {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-danger.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d9534f;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-danger.hvr-underline-reveal:hover:before,
.btn-danger.hvr-underline-reveal:focus:before,
.btn-danger.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn-danger.hvr-underline-from-left {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-danger.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #d9534f;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-danger.hvr-underline-from-left:hover:before,
.btn-danger.hvr-underline-from-left:focus:before,
.btn-danger.hvr-underline-from-left:active:before {
  right: 0;
}
.btn-danger.hvr-underline-from-center {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-danger.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #d9534f;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-danger.hvr-underline-from-center:hover:before,
.btn-danger.hvr-underline-from-center:focus:before,
.btn-danger.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.btn-danger.hvr-underline-from-right {
  display: inline-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;
  position: relative;
  overflow: hidden;
}
.btn-danger.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #d9534f;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-danger.hvr-underline-from-right:hover:before,
.btn-danger.hvr-underline-from-right:focus:before,
.btn-danger.hvr-underline-from-right:active:before {
  left: 0;
}
.btn-danger.hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-danger.hvr-fade:hover,
.btn-danger.hvr-fade:focus,
.btn-danger.hvr-fade:active {
  background-color: #d9534f;
  color: white;
}
.btn-danger.hvr-sweep-to-right {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-danger.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d9534f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-danger.hvr-sweep-to-right:hover,
.btn-danger.hvr-sweep-to-right:focus,
.btn-danger.hvr-sweep-to-right:active {
  color: white;
}
.btn-danger.hvr-sweep-to-right:hover:before,
.btn-danger.hvr-sweep-to-right:focus:before,
.btn-danger.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-danger.hvr-sweep-to-left {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-danger.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d9534f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-danger.hvr-sweep-to-left:hover,
.btn-danger.hvr-sweep-to-left:focus,
.btn-danger.hvr-sweep-to-left:active {
  color: white;
}
.btn-danger.hvr-sweep-to-left:hover:before,
.btn-danger.hvr-sweep-to-left:focus:before,
.btn-danger.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-danger.hvr-sweep-to-bottom {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-danger.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d9534f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-danger.hvr-sweep-to-bottom:hover,
.btn-danger.hvr-sweep-to-bottom:focus,
.btn-danger.hvr-sweep-to-bottom:active {
  color: white;
}
.btn-danger.hvr-sweep-to-bottom:hover:before,
.btn-danger.hvr-sweep-to-bottom:focus:before,
.btn-danger.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-danger.hvr-sweep-to-top {
  display: inline-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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-danger.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d9534f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-danger.hvr-sweep-to-top:hover,
.btn-danger.hvr-sweep-to-top:focus,
.btn-danger.hvr-sweep-to-top:active {
  color: white;
}
.btn-danger.hvr-sweep-to-top:hover:before,
.btn-danger.hvr-sweep-to-top:focus:before,
.btn-danger.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-danger .hvr-fade {
  display: inline-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;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn-danger .hvr-fade:hover,
.btn-danger .hvr-fade:focus,
.btn-danger .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}
.hvr-grow {
  display: inline-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: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-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;
}
.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-ms-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-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;
}
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-moz-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-ms-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-o-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-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;
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-hor {
  display: inline-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;
}
.hvr-wobble-hor:hover,
.hvr-wobble-hor:focus,
.hvr-wobble-hor:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-ver {
  display: inline-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;
}
.hvr-wobble-ver:hover,
.hvr-wobble-ver:focus,
.hvr-wobble-ver:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*---------- 5.0 Presentaional css ----------*/
/*---------- 5.1 Mold Discover Logo ----------*/
.mold-logo {
  margin-top: 32px;
  display: table;
  position: relative;
  vertical-align: bottom;
}
.mold-logo .logo {
  float: left;
  height: 44px;
  width: 44px;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  background: #558B2F;
  color: #111111;
  position: relative;
  transform: skew(-12deg);
}
.mold-logo .logo:after {
  content: 'M';
  font-family: 'Caveat', cursive;
  color: #111111;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -2px;
}
.mold-logo .logo-txt {
  height: 44px;
  line-height: 44px;
  padding-left: 52px;
  padding-top: 6px;
  font-size: 36px;
  text-align: right;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.mold-logo .mold {
  font-size: 14px;
  line-height: 10px;
  color: #558B2F;
  position: absolute;
  top: 3px;
  right: 0;
}
.shrink .mold-logo {
  margin-top: 12px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.nav-boxed .mold-logo {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .mold-logo {
    margin-top: 10px;
  }
  .mold-logo .logo {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .mold-logo .logo:after {
    font-size: 45px;
  }
  .mold-logo .logo-txt {
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    padding-top: 6px;
    font-size: 30px;
    text-align: right;
    color: #fff;
    font-family: 'Raleway', sans-serif;
  }
  .mold-logo .mold {
    font-size: 13px;
    line-height: 10px;
    color: #558B2F;
    position: absolute;
    top: 3px;
    right: 0;
  }
  .boxed .nav-boxed .navbar-brand,
  .boxed .mold-logo {
    margin-top: 0px;
  }
}
/*---------- Index Page ----------*/
.and-and {
  font-family: 'Playfair Display', serif;
}
.index-page .main-image-txt .main-header,
.index-page .carousel-caption .main-header {
  font-size: 4.6em;
}
.index-page .feature-list .square-icon {
  height: 70px;
  line-height: 70px;
  width: 70px;
  margin-bottom: 30px;
}
.index-page .feature-list .square-icon [class^='icon-'],
.index-page .feature-list .square-icon .fa,
.index-page .feature-list .square-icon .square-icon .glyphicon {
  line-height: 70px;
  font-size: 40px;
}
.index-page .feature-list .desc {
  margin-left: 85px;
}
.index-page .iconfont .size {
  font-size: 35px;
}
.index-page .icon-wrapper {
  height: 500px;
}
.page-list {
  margin-bottom: 20px;
}
.page-list .page-thumb {
  border-bottom: 0px;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-list .page-thumb:before {
  content: "";
  display: block;
  padding-top: 140%;
}
.page-list .page-thumb .item-overlay {
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: .9em;
  text-align: center;
  color: #fff;
  background: rgba(29, 48, 16, 0.8);
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.page-list .page-thumb .item-overlay [class^="icon-"] {
  margin-top: 70%;
  display: inline-block;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  background: #558B2F;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.page-list .page-thumb .item-overlay a {
  color: #fff;
}
.page-list .page-thumb:hover .item-overlay {
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.page-list .page-thumb:hover .item-overlay [class^="icon-"] {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page-list .page-desc {
  color: #4b4b4b;
  padding-bottom: 40px;
}
.page-list .page-desc [class^='icon-'],
.page-list .page-desc .fa,
.page-list .page-desc .glyphicon {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.page-list .page-desc .page-name {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.1em;
  color: #666;
}
.color-list {
  margin-bottom: 20px;
}
.color-list .color-thumb {
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.color-list .color-thumb img {
  width: 100%;
  height: auto;
}
.color-list .color-thumb .color {
  margin-top: -5px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.color-list .color-thumb:hover {
  position: relative;
}
.color-list .color-thumb:hover :before {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
[data-hex="#4d5886"] .color {
  background: #4D5886;
}
[data-hex="#7c8c3c"] .color {
  background: #7C8C3C;
}
[data-hex="#8c6c26"] .color {
  background: #8c6c26;
}
[data-hex="#e75c61"] .color {
  background: #E75C61;
}
.no-unerline:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .index-page .main-image-txt .main-header,
  .index-page .carousel-caption .main-header {
    font-size: 2.8em;
  }
  .index-page .main-image-txt .sub-header,
  .index-page .carousel-caption .sub-header {
    font-size: 1em;
  }
}
/*---------- 5.2 Iconfont Page ----------*/
.icon-wrapper {
  padding-bottom: 50px;
  overflow-y: auto;
  position: relative;
}
.index-page .icon-wrapper {
  min-height: 610px;
  overflow: hidden;
}
.gradient-effect {
  content: '';
  height: 120px;
  width: 100%;
  position: relative;
  margin-top: -120px;
  pointer-events: none;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #fff 80%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #fff 80%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #fff 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffffff', GradientType=0);
}
.iconfont .glyph {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
.iconfont .preview-glyphs {
  vertical-align: bottom;
}
.iconfont .preview-scale {
  color: #888;
  font-size: 12px;
  margin-top: 5px;
}
.iconfont .step {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.iconfont .step:hover .letters {
  opacity: 1;
}
.iconfont .step:hover i {
  color: #1d3010;
  cursor: default;
}
.iconfont .size {
  font-size: 40px;
  color: #4b4b4b;
}
.iconfont .characters-off .letters {
  display: none;
}
.iconfont .characters-off .step:hover i {
  opacity: 1;
}
.iconfont .usage {
  margin-top: 10px;
}
.iconfont .usage input {
  font-family: monospace;
  margin-right: 3px;
  padding: 2px 5px;
  text-align: center;
  font-size: 10px;
  width: 100%;
}
.iconfont .search-div {
  margin-bottom: 50px;
  text-align: center;
}
.iconfont .wrapper {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
}
.iconfont input.form-control {
  border-radius: 0px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.iconfont input.form-control:focus {
  border: 1px solid #000;
  box-shadow: none;
}
.iconfont .how-to-use {
  margin-top: 10px;
  color: #888;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}
#iconhelp .modal-body {
  min-height: 160px;
}
#iconhelp .glyph {
  text-align: center;
  float: left;
  margin-right: 15px;
}
#iconhelp .preview-glyphs .size.icon-addon {
  font-size: 60px;
}
/*---------- 5.3 Color Page ----------*/
.color-section hr {
  margin: 15px 0 25px;
}
.color-section .color-div {
  clear: both;
  display: table;
  margin: 0 auto 10px;
}
.color-section .color-div > div {
  height: 34px;
  width: 34px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.color-section .color-div > div .after {
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div .before {
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.primary-hover {
  background: #477427;
}
.color-section .color-div > div.primary-hover:before {
  content: '@primary-hover';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.primary-hover:after {
  content: '#477427';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.primary-contrast {
  background: #ffffff;
}
.color-section .color-div > div.primary-contrast:before {
  content: '@primary-contrast';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.primary-contrast:after {
  content: '#ffffff';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.base-contrast {
  background: #fff;
}
.color-section .color-div > div.base-contrast:before {
  content: '@base-contrast';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.base-contrast:after {
  content: '#fff';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.base-color {
  background: #111111;
}
.color-section .color-div > div.base-color:before {
  content: '@base-color';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.base-color:after {
  content: '#111111';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.gray-color {
  background: #888;
}
.color-section .color-div > div.gray-color:before {
  content: '@gray-color';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.gray-color:after {
  content: '#888';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.body-bg {
  background: #F1F2F8;
}
.color-section .color-div > div.body-bg:before {
  content: '@body-bg';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.body-bg:after {
  content: '#F1F2F8';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.font-color {
  background: #4b4b4b;
}
.color-section .color-div > div.font-color:before {
  content: '@font-color';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.font-color:after {
  content: '#4b4b4b';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.success-color {
  background: #5cb85c;
}
.color-section .color-div > div.success-color:before {
  content: '@success-color';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.success-color:after {
  content: '#5cb85c';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.danger-color {
  background: #d9534f;
}
.color-section .color-div > div.danger-color:before {
  content: '@danger-color';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.danger-color:after {
  content: '#d9534f';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.warning-color {
  background: #f0ad4e;
}
.color-section .color-div > div.warning-color:before {
  content: '@warning-color';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.warning-color:after {
  content: '#f0ad4e';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
.color-section .color-div > div.info-color {
  background: #5bc0de;
}
.color-section .color-div > div.info-color:before {
  content: '@info-color';
  width: 120px;
  text-align: right;
  position: absolute;
  top: 2px;
  left: -140px;
}
.color-section .color-div > div.info-color:after {
  content: '#5bc0de';
  width: 100px;
  position: absolute;
  top: 2px;
  right: -120px;
}
ul.color-label {
  list-style: none;
  padding: 0;
  display: table;
  margin: 0 auto;
}
ul.color-label li {
  width: 200px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #444;
}
ul.color-label li.primary-50 {
  background: #b6dd9a;
}
ul.color-label li.primary-100 {
  background: #9dd178;
}
ul.color-label li.primary-200 {
  background: #86c759;
}
ul.color-label li.primary-300 {
  background: #71b93e;
}
ul.color-label li.primary-400 {
  background: #63a237;
}
ul.color-label li.primary-500 {
  background: #558B2F;
  height: 100px;
  line-height: 30px;
  padding-top: 20px;
  color: #fff;
}
ul.color-label li.primary-600 {
  background: #477427;
  color: #fff;
}
ul.color-label li.primary-700 {
  background: #395d20;
  color: #fff;
}
ul.color-label li.primary-800 {
  background: #2b4618;
  color: #fff;
}
ul.color-label li.primary-900 {
  background: #1d3010;
  color: #fff;
}
ul.color-label li.gray-50 {
  background: #e6e6e6;
}
ul.color-label li.gray-100 {
  background: #cfcfcf;
}
ul.color-label li.gray-200 {
  background: #bbbbbb;
}
ul.color-label li.gray-300 {
  background: #a7a7a7;
}
ul.color-label li.gray-400 {
  background: #979797;
}
ul.color-label li.gray-500 {
  background: #888;
  height: 100px;
  line-height: 30px;
  padding-top: 20px;
  color: #fff;
}
ul.color-label li.gray-600 {
  background: #797979;
  color: #fff;
}
ul.color-label li.gray-700 {
  background: #696969;
  color: #fff;
}
ul.color-label li.gray-800 {
  background: #5a5a5a;
  color: #fff;
}
ul.color-label li.gray-900 {
  background: #4b4b4b;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
