/*----------------------------------
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 Bootstrap Select
  4.2 Owlcarousel
  4.3 Lightbox
  4.4 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=Caveat|Satisfy|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 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%;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
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;
}
@media screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------- 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;
}
.pre-loader .loading-img {
  /*circular loading*/
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px 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 {
  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 .icon-bar {
  top: 0;
}
.nav-menu .badge {
  margin-left: -5px;
}
.nav-menu .navbar {
  border: 0;
  margin-bottom: 0px;
  background: #111111;
}
.nav-menu .navbar .navbar-brand {
  padding: 0;
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  margin-left: 0px;
  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;
}
.nav-menu .navbar .navbar-brand img {
  height: 50px;
}
.nav-menu .nav {
  float: right;
  font-family: 'Open Sans', sans-serif;
}
.nav-menu .nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}
.nav-menu .nav > li > a {
  height: 89px;
  line-height: 89px;
  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 {
  color: #558B2F;
  border-bottom: 5px solid #558B2F;
  background: transparent;
}
.nav-menu .nav > li > a:focus *[class^="icon"],
.nav-menu .nav > li > a:hover *[class^="icon"] {
  color: #558B2F;
}
.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;
  color: #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: 15px 0;
  margin-top: -1px;
  border: none;
  background: #1e1e1e;
  color: #558B2F;
  letter-spacing: .06em;
  font-size: .9em;
}
.nav-menu .nav > li .dropdown-menu a {
  color: #fff;
  text-transform: none;
}
.nav-menu .nav > li .dropdown-menu a:hover {
  color: #558B2F;
  background: transparent;
}
.nav-menu .nav > li .dropdown-menu h5 {
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
  margin-top: 0px;
  padding-bottom: 0px;
}
.nav-menu .nav > li .dropdown-menu img {
  width: 100%;
  margin-bottom: 15px;
}
.nav-menu .nav > li .dropdown-menu ul {
  margin-bottom: 15px;
}
.nav-menu .nav > li .dropdown-menu ul li.hor-line {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.nav-menu .nav > li .dropdown-menu ul 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.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: 90px;
  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 {
  right: 0;
  left: 0;
  border: none;
  border-radius: 0px;
}
.nav-menu .nav > li.submenu {
  /*infinity sub-menu*/
}
.nav-menu .nav > li.submenu .dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  width: 200px;
}
.nav-menu .nav > li.submenu .dropdown-menu ul {
  display: none;
  background: #111111;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 230px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 200px;
}
.nav-menu .nav > li.submenu .dropdown-menu li {
  position: relative;
}
.nav-menu .nav > li.submenu .dropdown-menu li:hover > a {
  color: #558B2F;
}
.nav-menu .nav > li.submenu .dropdown-menu li:hover > ul {
  display: block;
}
.nav-menu .nav > li.submenu .dropdown-menu li.open > a,
.nav-menu .nav > li.submenu .dropdown-menu li.open > a:hover,
.nav-menu .nav > li.submenu .dropdown-menu li.open > a:focus {
  background: none;
}
.nav-menu .nav > li.submenu .dropdown-menu a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.nav-menu.fixed {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999;
}
.nav-menu.fixed .navbar .navbar-brand {
  margin-top: 10px;
  height: 50px;
  -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.fixed .navbar .navbar-brand img {
  height: 50px;
}
.nav-menu.fixed .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.fixed .cart-menu [class^='icon-'],
.nav-menu.fixed .cart-menu .fa,
.nav-menu.fixed .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: -120px;
  margin-top: 30px;
}
.nav-boxed .navbar .navbar-brand {
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .nav-menu .nav > li > a {
    font-size: .9em;
  }
}
@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;
  }
  .nav-menu .nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav-menu .nav > li > a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 15px;
  }
  .nav-menu .nav > li > a:hover,
  .nav-menu .nav > li > a:focus {
    border-bottom: 0;
  }
  .nav-menu .nav > li.dropdown {
    background-image: url('../img/nav_open.png');
    background-repeat: no-repeat;
    background-position: 94% 20px;
  }
  .nav-menu .nav > li.dropdown.open {
    background-image: url('../img/nav_close.png');
    background-repeat: no-repeat;
    background-position: 94% 20px;
  }
  .nav-menu .nav > li.dropdown.open a {
    border-bottom: 0;
    font-size: 1em;
  }
  .nav-menu .nav > li .dropdown-menu {
    font-size: 1em;
  }
  .nav-menu .nav > li .dropdown-menu a {
    line-height: 40px;
    height: 40px;
  }
  .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.submenu {
    /*infinity sub-nav*/
  }
  .nav-menu .nav > li.submenu .dropdown-menu {
    width: auto;
  }
  .nav-menu .nav > li.submenu .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .nav-menu .nav > li.submenu .dropdown-menu li:hover > ul {
    display: none;
  }
  .nav-menu .nav > li.submenu .dropdown-menu li.open {
    height: auto;
  }
  .nav-menu .nav > li.submenu .dropdown-menu li.open .caret-right {
    display: none;
  }
  .nav-menu .nav > li.submenu .dropdown-menu li.open ul {
    display: block;
    position: relative;
    box-shadow: none;
    margin-left: 0px;
    padding-left: 30px;
    width: auto;
    left: 0;
    top: 0;
  }
  .nav-menu .nav > li.submenu .dropdown-menu li.open 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/Video Banner ----------*/
@-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: #000000;
  -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;
}
.main-img {
  min-height: 800px;
  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;
  background-image: -webkit-linear-gradient(top, rgba(29, 48, 16, 0.6) 30%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(29, 48, 16, 0.6) 30%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(29, 48, 16, 0.6) 30%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991d3010', endColorstr='#cc000000', GradientType=0);
  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 {
    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: -64px;
  }
  .boxed {
    margin-top: 64px;
  }
  .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: -85px;
}
.carousel .carousel-control [class^='icon-'],
.carousel .carousel-control .fa,
.carousel .carousel-control .glyphicon {
  font-size: 20px;
  position: absolute;
  width: 80px;
  line-height: 80px;
  text-align: center;
  left: 0px;
  top: 0px;
}
.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;
  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;
}
section,
.section {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.base .section-title,
.section.base .section-title {
  color: #000000;
}
section.base .section-title h3:after,
.section.base .section-title h3:after {
  border-top: 5px solid #000000;
}
section.white,
.section.white {
  background: #fff;
  color: #4b4b4b;
}
section.base,
.section.base {
  background: #111111;
  color: rgba(255, 255, 255, 0.7);
}
section.primary,
.section.primary {
  background: #558B2F;
  color: #fff;
}
section.gray,
.section.gray {
  background: #e6e6e6;
  color: #4b4b4b;
}
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: 15px;
  margin-bottom: 30px;
}
.border-box .box-title {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 20px 15px;
  margin: 0px -15px 15px;
  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 Banner ----------*/
.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-']:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
.counter-div.boxed [class^='col-']:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}
.counter-div.base.boxed [class^='col-']:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
.counter-div.base.boxed [class^='col-']:nth-child(even) {
  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);
  }
  .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);
  }
  .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;
}
.btn .icon {
  font-size: 12px;
}
.btn.btn-lg {
  font-size: 1.6em;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  box-sizing: content-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: #000000;
}
.btn-contrast:hover {
  background: #000000;
}
.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: #000000;
  border-color: #000000;
}
.btn-line.btn-contrast:hover {
  color: #000000;
  border-color: #000000;
}
.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;
  border-radius: 0px;
  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: 1px solid #e6e6e6;
  background-color: white;
  position: relative;
}
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;
}
input.datepicker {
  background: url('../img/calendar.png') no-repeat center right 5px #ffffff;
}
/*---------- 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: #000000;
  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 ----------*/

/*---------- 2.15 Modal ----------*/
/*bootstrap modal overwrite*/
----------*/
.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 ----------*/

  position: absolute;
  top: 60px;
  left: 0px;
  z-index: -1;
}

.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 ----------*/

/*---------- 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: #000000;
}
.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 .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: -95px;
}
.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: 10px;
}
.team .member img,
.team-round .member img {
  width: 100%;
  height: 380px;
}
.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: #000000;
}
#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;

.row{
  width: 30% !important;
}
