/* Table of Contents

    - Variables

	- Main Body Containers

	- Common Css

	- Header

	- Body

	- Footer

	- Sticky Footer

	- 404

	- Search Page

 */
/* --------------------------------------
/*  - Variables
/* -------------------------------------- */
/* --------------------------------------
/*  Less Variables
/* -------------------------------------- */
/* ---------------------
/* Colours
/* --------------------- */
/* ---------------------
/* Borders
/* --------------------- */
/* ---------------------
/* Borders
/* --------------------- */
/* ---------------------
/* Padding / Margin
/* --------------------- */
/* ---------------------
/* Typography
/* --------------------- */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
/* ---------------------
/* Mixins
/* --------------------- */
/* Table of Contents


	
 */
/* --------------------------------------
/*  - Variables
/* -------------------------------------- */
/* --------------------------------------
/*  #3 - Mobile Nav
/* -------------------------------------- */
.mobile-menu-button {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  background: #eaeaeb;
  display: block;
  color: #c3c3c6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-menu-button:hover,
.mobile-menu-button:focus {
  text-decoration: none;
  color: #000000;
}
.mobile-side-menu {
  text-align: left;
  padding: 35px;
  font-family: 'mentone', Arial, Helvetica, San-serif;
  position: fixed;
  height: 100%;
  right: 0;
  bottom: -100%;
  z-index: 10000;
  background: #333333;
  width: 100%;
  overflow-y: auto;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*** Mobile Logo ***/
  /*** Social ***/
  /*** Menu ***/
}
.mobile-side-menu .close-mobile-side-menu {
  display: block;
  margin: -35px -35px 10px;
  background: #262626;
  padding: 20px;
  text-transform: uppercase;
  color: #e6e6e6;
  border-bottom: 1px solid #000;
  border-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-side-menu .close-mobile-side-menu i {
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.4);
  padding: 9px 10px;
  text-align: center;
  min-width: 25px;
  min-height: 20px;
  margin-right: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-side-menu .close-mobile-side-menu:hover,
.mobile-side-menu .close-mobile-side-menu:focus {
  color: #000000;
  text-decoration: none;
}
.mobile-side-menu .close-mobile-side-menu:hover i,
.mobile-side-menu .close-mobile-side-menu:focus i {
  color: #fff;
  background: #000000;
  border-color: #000000;
  margin-right: 15px;
}
.mobile-side-menu .mobile-nav-logo {
  margin-left: -10px;
  display: block;
  padding: 10px 0;
}
.mobile-side-menu .mobile-nav-logo img {
  max-width: 60%;
}
.mobile-side-menu.active {
  bottom: 0px;
}
.mobile-side-menu .social {
  float: none!important;
  margin: 15px 0;
}
.mobile-side-menu .social ul.socialmedia-list {
  margin-left: -20px;
}
.mobile-side-menu .social ul.socialmedia-list li a {
  margin-left: 2px;
  background: #4d4d4d;
  width: 30px;
  height: 30px;
}
.mobile-side-menu .social ul.socialmedia-list li a i {
  padding: 5px 0;
}
.mobile-side-menu .social ul.socialmedia-list li span {
  display: none;
}
.mobile-side-menu ul.menu {
  margin: 0px -35px 0;
  padding: 0;
  list-style-type: none;
}
.mobile-side-menu ul.menu li {
  border-bottom: 1px solid #333333;
  padding: 0;
}
.mobile-side-menu ul.menu li a {
  color: #c3c3c6;
  padding: 10px 25px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-side-menu ul.menu li a:hover,
.mobile-side-menu ul.menu li a:focus {
  text-decoration: none;
  color: #fff;
  border-color: #81bc41;
}
.mobile-side-menu ul.menu li.current-menu-item:before,
.mobile-side-menu ul.menu li:hover:before {
  border-color: #000000;
}
.mobile-side-menu ul.sub-menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.mobile-side-menu ul.sub-menu li {
  padding: 0px 0px 0px 10px;
  border: 0px;
  margin: 0px;
}
.mobile-side-menu ul.sub-menu li:before {
  display: none;
}
.mobile-side-menu ul.sub-menu li a {
  font-size: 11px;
  margin: 0px 0px 0px -9px;
  padding: 7px 35px;
}
/* --------------------------------------
/*  #2 - Bootstrap Reset
/* -------------------------------------- */
.navbar-inner {
  background: none;
  filter: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 0px;
  min-height: 0px;
}
.navbar-default {
  border-color: transparent;
}
.navbar {
  background: transparent;
  margin-bottom: 0px;
  min-height: 1px;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  padding: 0px;
  text-shadow: none;
}
.navbar .nav > li > a i,
.navbar .nav > li > a b {
  border-bottom-color: #000000;
  border-top-color: #000000;
}
.navbar-nav {
  margin-left: 0px;
  margin-right: 0px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
.navbar .nav .active > a {
  color: #0d0d0d;
  background: none;
  box-shadow: none;
}
.navbar .nav .active > a:hover {
  background: none;
  box-shadow: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: none;
  box-shadow: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #9aca66;
  background-image: none;
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-decoration: none;
  filter: none;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
/* --------------------------------------
/*  #4 - Bootstrap Dropdown Menu
/* -------------------------------------- */
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.dropdown.active > .dropdown-toggle {
  box-shadow: none;
}
.navbar .nav > li.dropdown.open > .dropdown-toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: none;
  border-radius: 0;
  position: relative;
}
.navbar .nav > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.navbar .nav > li .dropdown-menu:after,
.navbar .nav > li .dropdown-menu:before {
  display: none;
}
.navbar .nav > li .dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left;
}
.navbar .nav > li .dropdown-menu li a {
  padding: 3px 10px;
  font-size: 11px;
}
.navbar .nav > li .dropdown-menu li a:hover {
  background: #eaeaeb;
  color: #333333;
}
/*
	Multilevel Dropdown
*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover > .sub-menu {
  visibility: visible;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#wrap .navigation-section .navbar .nav > li .dropdown-menu,
#wrap .navigation-main-section .navbar .nav > li .dropdown-menu {
  background: rgba(77, 112, 39, 0.9);
  top: 102%;
  border-color: rgba(77, 112, 39, 0.9);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
}
#wrap .navigation-section .navbar .nav > li .dropdown-menu li a,
#wrap .navigation-main-section .navbar .nav > li .dropdown-menu li a {
  padding: 9px 13px;
  border-bottom: 1px dotted rgba(64, 93, 32, 0.9);
  min-width: 220px;
  font-size: 13px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#wrap .navigation-section .navbar .nav > li .dropdown-menu li a:last-child,
#wrap .navigation-main-section .navbar .nav > li .dropdown-menu li a:last-child {
  border-bottom: 0;
}
#wrap .navigation-section .navbar .nav > li .dropdown-menu li a:hover,
#wrap .navigation-main-section .navbar .nav > li .dropdown-menu li a:hover {
  background: rgba(51, 74, 26, 0.9);
}
#wrap .navigation-section .navbar .nav > li .dropdown-menu li:hover ul.dropdown-menu,
#wrap .navigation-main-section .navbar .nav > li .dropdown-menu li:hover ul.dropdown-menu {
  display: block;
}
#wrap .navigation-section .navbar .nav > li .dropdown-menu ul.dropdown-menu,
#wrap .navigation-main-section .navbar .nav > li .dropdown-menu ul.dropdown-menu {
  display: none;
  top: 0%;
}
/* --------------------------------------
/*  #7 - Bootstrap Nav Overrides
/* -------------------------------------- */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
/* --------------------------------------
/*  #4 - Bootstrap Dropdown Menu
/* -------------------------------------- */
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.dropdown.active > .dropdown-toggle {
  box-shadow: none;
}
.navbar .nav > li.dropdown.open > .dropdown-toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: none;
  border-radius: 0;
  position: relative;
}
.navbar .nav > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.navbar .nav > li .dropdown-menu:after,
.navbar .nav > li .dropdown-menu:before {
  display: none;
}
.navbar .nav > li .dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left;
}
.navbar .nav > li .dropdown-menu li a {
  padding: 3px 10px;
  font-size: 11px;
}
.navbar .nav > li .dropdown-menu li a:hover {
  background: #eaeaeb;
  color: #333333;
}
/*
	Multilevel Dropdown
*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover > .sub-menu {
  visibility: visible;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* Widget Specific */
/* Table of Contents

	#1 - Import

	#2 - Bootstrap Reset

    #3 - Navigation CSS

	#4 - Bootstrap Dropdown Menu

    #5 - Menu Select

 */
/* --------------------------------------
/*  #1 - Import
/* -------------------------------------- */
/* --------------------------------------
/*  #2 - Bootstrap Reset
/* -------------------------------------- */
#wrap .search {
  display: inline-block;
  float: right;
  margin-right: 4px;
  width: 238px;
}
#wrap .search .form-control {
  height: 2.5em;
  max-width: 200px;
}
#wrap .search .btn {
  font-size: 12px;
  padding: 8px 13px;
  background: #81bc41;
  color: #ffffff;
  border-color: #81bc41;
}
/* Table of Contents

	#1 - Import

	#2 - Custom Variables

    #3 - Social CSS

 */
/* --------------------------------------
/*  #1 - Import
/* -------------------------------------- */
/* --------------------------------------
/*  #2 - Custom Variables
/* -------------------------------------- */
/* -- DEFAULT SOCIAL COLOURS -- */
/* --------------------------------------
/*  #3 - Social CSS
/* -------------------------------------- */
.social {
  float: right;
}
.social ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.social ul li {
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
  margin: 0px 2px;
}
.social ul li a {
  display: block;
  width: 29px;
  height: 29px;
  background: #dddddd;
  text-align: center;
  float: left;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.social ul li a i {
  font-size: 20px;
  padding: 5px 0;
  color: #fff;
}
.social ul li a:hover {
  background: #b7b7b7;
}
.social.social-coloured ul li a.facebook a:hover {
  background: #3b5998;
}
.social.social-coloured ul li a.twitter a:hover {
  background: #00a0d1;
}
.social.social-coloured ul li a.youtube a:hover {
  background: #c4302b;
}
.social.social-coloured ul li a.linkedin a:hover {
  background: #4875b4;
}
.social.social-coloured ul li a.google-plus a:hover {
  background: #c63d2d;
}
.social.social-coloured ul li a.pinterest a:hover {
  background: #910101;
}
.social.social-coloured ul li a.android a:hover {
  background: #a4c739;
}
.footer-section .social ul li a {
  background: #666666;
}
.footer-section .social ul li a:hover,
.footer-section .social ul li a:focus {
  background: #808080;
}
.footer-section .social ul li a i {
  color: #1a1a1a;
}
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/* --------------------------------------
/*  - Main Body Containers
/* -------------------------------------- */
html,
body {
  padding: 0px;
  margin: 0px;
  line-height: 22px;
  font-family: 'mentone', Arial, Helvetica, San-serif;
  font-size: 13px;
  color: #000000;
  overflow-x: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
html #wrap,
body #wrap {
  display: block;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* --------------------------------------
/*  Top Sheet
/* -------------------------------------*/
#topsheet {
  background: #404040;
  padding: 15px 0 7px;
  line-height: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*** Button CSS ***/
  /* Variables */
  /* Button Css */
}
#topsheet.active {
  margin-top: 0!important;
}
#topsheet .top-sheet-logos {
  padding-bottom: 0px;
}
#topsheet .top-sheet-logos .topsheet-logo {
  display: inline-block;
  max-height: 100%;
}
#topsheet .top-sheet-logos .topsheet-logo img {
  max-height: 49px;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
#topsheet .top-sheet-logos .topsheet-right-logos .topsheet-logo {
  margin-left: 15px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#topsheet .top-sheet-logos .topsheet-right-logos .topsheet-logo:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topsheet .top-sheet-logos .topsheet-right-logos .topsheet-logo.current {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#topsheet .button-container {
  text-align: center;
}
#topsheet .lines-button {
  display: inline-block;
  line-height: 15px;
  background: transparent;
  border: 2px solid #8c8c8c;
  padding: 0px 7px 7px;
  cursor: pointer;
  margin: 0 auto;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#topsheet .lines-button:focus {
  outline: none;
}
#topsheet .lines-button:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topsheet .lines-button:hover .lines {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  -moz-transform: rotate3d(0, 0, 1, -90deg);
  -ms-transform: rotate3d(0, 0, 1, -90deg);
  -o-transform: rotate3d(0, 0, 1, -90deg);
}
#topsheet .lines-button:hover .lines:before,
#topsheet .lines-button:hover .lines:after {
  top: 0;
  width: 8.33333333px;
}
#topsheet .lines-button:hover .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, -48deg);
  -moz-transform: rotate3d(0, 0, 1, -48deg);
  -ms-transform: rotate3d(0, 0, 1, -48deg);
  -o-transform: rotate3d(0, 0, 1, -48deg);
}
#topsheet .lines-button:hover .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, 48deg);
  -moz-transform: rotate3d(0, 0, 1, 48deg);
  -ms-transform: rotate3d(0, 0, 1, 48deg);
  -o-transform: rotate3d(0, 0, 1, 48deg);
}
#topsheet .lines-button.active:hover .lines {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
#topsheet .lines-button.active .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
#topsheet .lines-button.active .lines:before,
#topsheet .lines-button.active .lines:after {
  top: 0;
  width: 15px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
}
#topsheet .lines-button.active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
}
#topsheet .lines-button.active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
}
#topsheet .lines {
  display: inline-block;
  width: 15px;
  height: 3px;
  background: #8c8c8c;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
#topsheet .lines:before,
#topsheet .lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 1.07142857px center;
  -moz-transform-origin: 1.07142857px center;
  -ms-transform-origin: 1.07142857px center;
  -o-transform-origin: 1.07142857px center;
  display: inline-block;
  width: 15px;
  height: 3px;
  background: #8c8c8c;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#topsheet .lines:before {
  top: 3.75px;
}
#topsheet .lines:after {
  top: -3.75px;
}
/* --------------------------------------
/*  - Common Css
/* -------------------------------------- */
.btn {
  text-transform: uppercase;
  padding: 7px 17px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-lg {
  padding: 10px 27px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
input,
textarea,
input[type="submit"] {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
blockquote,
blockquote p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a:hover {
  text-decoration: none;
}
.google-map {
  min-height: 300px;
  height: 400px;
}
/* --------------------------------------
/*  - Header
/* -------------------------------------- */
/* --------------------------------------
/*  Slider
/* -------------------------------------*/
.nucleo-layer-slider-excerpt-container {
  background: #333333;
  padding: 30px;
  display: none;
}
.nucleo-layer-slider-excerpt-container h1,
.nucleo-layer-slider-excerpt-container h2,
.nucleo-layer-slider-excerpt-container h3,
.nucleo-layer-slider-excerpt-container h4,
.nucleo-layer-slider-excerpt-container h5,
.nucleo-layer-slider-excerpt-container h6 {
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
}
.nucleo-layer-slider-excerpt-container p,
.nucleo-layer-slider-excerpt-container a {
  color: #fff;
}
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner p.n-slider-item,
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h1.n-slider-item,
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h2.n-slider-item,
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h3.n-slider-item,
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h4.n-slider-item,
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h5.n-slider-item,
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h6.n-slider-item {
  font-size: 13px;
  line-height: normal;
  padding: 0;
  margin: 0 0 15px;
  font-weight: normal;
}
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner a.btn,
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner a.n-slider-item {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-top: 15px!important;
  border: 1px solid #ffffff;
}
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner p,
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner a {
  margin: 0;
}
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h1.n-slider-item {
  font-size: 23px;
}
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h2.n-slider-item {
  font-size: 21px;
}
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h3.n-slider-item {
  font-size: 19px;
}
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h4.n-slider-item {
  font-size: 17px;
}
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h5.n-slider-item {
  font-size: 13px;
}
.nucleo-layer-slider-excerpt-container .nucleo-layer-slider-excerpt-inner h6.n-slider-item {
  font-size: 12px;
}
.nucleo-layer-slider-excerpt-container .btn {
  background: transparent;
  border-color: #fff;
  border-width: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nucleo-layer-slider-excerpt-container .btn:hover {
  background: #fff;
  color: #333333;
  border-color: #fff;
}
.nucleo-layer-slider-excerpt-container br {
  display: none;
}
/* --------------------------------------
/*  - Body
/* -------------------------------------- */
/* --------------------------------------
/*  Homepage Boxes
/* -------------------------------------*/
.boxes-section .boxes {
  padding: 20px 10px;
  min-height: 406px;
  background: #ffffff;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 25px;
}
.boxes-section .boxes.highlight {
  background: #81bc41;
  color: #ffffff;
}
.boxes-section .boxes.highlight .btn-success {
  background: #74a93a;
}
.boxes-section .boxes.highlight .btn-success:hover {
  background: #679634;
}
.boxes-section .boxes .btn + .btn {
  margin-top: 5px;
}
.boxes-section .boxes .btn + p {
  margin-top: 25px;
}
.boxes-section .boxes .btn:last-child {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 85%;
}
/* --------------------------------------
/*  - Footer
/* -------------------------------------- */
#footer p,
#footer a {
  font-size: 14px;
  line-height: 20px;
}
#footer .btn {
  background: #b3b3b3;
  color: #404040;
  border-color: #a6a6a6;
}
#footer .btn:hover,
#footer .btn:focus {
  background: #cccccc;
  border-color: #d9d9d9;
}
#footer .footer-top {
  padding: 26px 0;
  background: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #b3b3b3;
}
#footer .footer-top span.live-your-life {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  margin-top: 15px;
}
#footer .footer-top a.web-url {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #81bc41;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-top a.web-url:hover,
#footer .footer-top a.web-url:focus {
  text-decoration: none;
  color: #679634;
}
#footer .footer-top .contact-details .title {
  font-weight: 600;
  display: block;
  padding-bottom: 0px;
}
#footer .footer-top .contact-details ul {
  margin: 0;
  padding: 0 0 15px;
  list-style-type: none;
}
#footer .footer-top .contact-details ul li {
  padding: 0;
  margin: 0;
  line-height: 20px;
}
#footer .footer-top .footer-logos {
  display: inline-block;
  max-width: 375px;
  margin-bottom: 15px;
}
#footer .footer-bottom-container {
  position: relative;
  background: #333333;
}
#footer .footer-bottom-container .footer-bottom-texture {
  height: 10px;
  background: url('../images/footer-bottom-texture.png') repeat-x;
  top: -10px;
  width: 100%;
}
#footer .footer-bottom-container .footer-bottom {
  padding: 5px 10px 10px;
  background: #1a1a1a;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
}
#footer .footer-bottom-container .footer-bottom p,
#footer .footer-bottom-container .footer-bottom a {
  font-size: 11px;
  line-height: 20px;
}
#footer .footer-bottom-container .footer-bottom p.copyright {
  margin: 0;
  padding: 6px 0 0;
}
#footer .footer-bottom-container .footer-bottom p.copyright a {
  margin-left: 8px;
  color: #666666;
}
/* --------------------------------------
/*  - 404
/* -------------------------------------- */
.fourofour {
  text-align: center;
  border-top: 1px solid #dddddd;
  margin: 0 auto;
}
.fourofour h1 {
  font-size: 205px;
  margin-bottom: 0px;
  line-height: normal;
  color: #d0d0d2;
}
.fourofour p {
  font-size: 15px;
  color: #333333;
}
.fourofour a {
  font-size: 15px;
}
/* --------------------------------------
/*  #11 - Search Page
/* -------------------------------------- */
.search-page h1 {
  font-size: 28px;
}
.search-page h2 {
  font-size: 20px;
}
/* --------------------------------------
/*  Responsive
/* -------------------------------------*/
/* Large desktop */
@media (min-width: 768px) and (max-width: 1024px) {
  /*** Top sheet ***/
  #topsheet .top-sheet-logos {
    text-align: center;
  }
  #topsheet .top-sheet-logos .topsheet-right-logos {
    float: none!important;
  }
}
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 1024px) {
  html,
  body {
    min-height: 100px!important;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #topsheet .top-sheet-logos {
    text-align: center;
  }
  #topsheet .top-sheet-logos .topsheet-right-logos {
    float: none!important;
  }
  .nucleo-layer-slider-excerpt-container {
    display: block;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .header-section {
    text-align: center;
  }
  #footer {
    text-align: center;
  }
  #footer .pull-left,
  #footer .pull-right {
    float: none!important;
  }
  #footer .footer-top {
    padding: 52px 0;
  }
  #footer .footer-top .footer-logos {
    max-width: 100%;
    margin-top: 25px;
  }
  #footer .footer-top .text-right {
    text-align: center;
  }
  #footer .footer-bottom .copyright .copyright-info-desktop {
    display: none;
  }
  #footer .footer-bottom .copyright .copyright-info-mobile {
    display: block;
    padding: 8px 0;
    border-top: 1px solid #333333;
  }
  #footer .footer-bottom .copyright a {
    display: block;
    padding: 8px 0;
    border-top: 1px solid #333333;
  }
  #footer .footer-bottom .social {
    padding: 10px 0 0;
    float: none;
  }
  #footer .footer-bottom .social ul li {
    display: inline-block;
    float: none;
  }
}
/* --------------------------------------
/*  IE10+ Fixes
/* -------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html,
  body {
    display: block!important;
  }
  html #wrap,
  body #wrap {
    display: block!important;
  }
}