header {
  /*!---------- 2. MIXINS ----------*/
  /*!---------- 3. TYPOGRAPHY ----------*/
  /*!---------- 3.1. TYPOGRAPHY - LISTS ----------*/
  /*!---------- 4. COLOURS ----------*/
  /*!---------- 5. SECTIONS ----------*/
  /*!---------- 6. BUTTONS ----------*/
  /*!---------- 7. NAVIGATION ----------*/
  /*!---------- 8. TOOLTIPS ----------*/
  /*!---------- 9. ALERTS ----------*/
  /*!---------- 10. ICONS ----------*/
  /*!---------- 11. FORMS ----------*/
  /*!---------- 12. ACCORDIONS ----------*/
  /*!---------- 13. TABBED CONTENT ----------*/
  /*!---------- 14. PROGRESS BARS ----------*/
  /*!---------- 15. STATS ----------*/
  /*!---------- 16. BREADCRUMBS ----------*/
  /*!---------- 17. PAGINATION ----------*/
  /*!---------- 18. ICON FEATURES ----------*/
  /*!---------- 19. PRICING TABLES ----------*/
  /*!---------- 20. PAGE TITLES ----------*/
  /*!---------- 21. WIDGETS ----------*/
  /*!---------- 22. IMAGE TILES ----------*/
  /*!---------- 23. SLIDERS ----------*/
  /*!---------- 24. IMAGE GALLERIES ----------*/
  /*!---------- 25. INTROS ----------*/
  /*!---------- 26. SHOP ----------*/
  /*!---------- 27. VIDEO ----------*/
  /*!---------- 28. BLOG ----------*/
  /*!---------- 29. IMAGE BLOCKS ----------*/
  /*!---------- 30. PORTOFLIO ----------*/
  /*!---------- 31. TESTIMONIALS ----------*/
  /*!---------- 32. COUNTDOWNS ----------*/
  /*!---------- 33. MAPS ----------*/
  /*!---------- 34. TWITTER ----------*/
  /*!---------- 35. MODALS ----------*/
  /*!---------- 36. FOOTERS ----------*/
  /*!---------- 36. SPACING ----------*/
}
header .btn-fix {
  padding: 5px 26px !important;
}
header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  overflow-x: hidden;
}
header body.boxed-layout {
  background: #eee;
}
header body.boxed-layout .main-container {
  background: #fff;
}
header body.boxed-layout,
header .boxed-layout .nav-container,
header .boxed-layout .main-container,
header .boxed-layout nav {
  max-width: 1366px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
header ul {
  list-style: none;
}
header ul.bullets {
  list-style: inside;
}
header .main-container {
  clear: both;
}
header hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 24px 0;
  width: 100%;
}
header hr.short-thick {
  max-width: 50px;
  border-top: 5px solid #ccc;
  opacity: 1 !important;
}
header .image-bg hr {
  border-color: #fff;
  opacity: .6;
}
header .image-bg.bg-light hr {
  border-color: #ccc;
  opacity: 1;
}
header .bg-dark hr {
  border-color: #555;
}
header .inline-block {
  display: inline-block;
}
header .list-inline {
  margin-left: 0;
}
header .list-inline > li {
  padding: 0 8px;
}
header .list-inline > li:last-child {
  padding-right: 0;
}
header .list-inline > li:first-child {
  padding-left: 0;
}
header .bg-primary .list-inline i {
  color: #bdc69c;
}
header .overflow-hidden {
  overflow: hidden;
}
header .display-block {
  display: block;
}
header .show-grid {
  border: 1px dashed rgba(255, 255, 255, 0);
  padding: 8px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  cursor: default;
}
header .show-grid:hover {
  border-color: #222;
}
header .right {
  right: 0;
}
header .relative {
  position: relative;
  z-index: 2;
}
header .clearboth {
  clear: both;
}
header .spread-children * {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
header .spread-children-large * {
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
}
header .container {
  position: relative;
}
header .vnu {
  display: inline;
}
header .row-gapless > div[class*='col-'] {
  padding: 0;
}
@media all and (max-width: 1100px) {
  header .col-md-push-1 {
    left: 0;
  }
}
@media all and (max-width: 768px) {
  header .pull-left-sm {
    float: left !important;
  }
  header .overflow-hidden-xs {
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  header .spread-children * {
    margin-left: 6px;
    margin-right: 6px;
  }
}
header .v-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
header .v-align-children-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
header .disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 990px) {
  header .v-align-children {
    display: block !important;
  }
}
header .v-align-transform {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 45%;
  z-index: 2;
}
header .align-bottom {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
header .align-top {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 767px) {
  header .text-center-xs {
    text-align: center !important;
  }
}
header .bold {
  font-weight: 600 !important;
}
header .thin {
  font-weight: 100 !important;
}
@media all and (max-width: 767px) {
  header .thin {
    font-weight: 300 !important;
  }
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header p,
header ul,
header ol,
header pre,
header table,
header blockquote,
header input,
header button,
header select,
header textarea {
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header .h1,
header .h2,
header .h3,
header .h4,
header .h5,
header .h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  font-weight: 300;
  color: #292929;
}
header h1,
header .h1 {
  font-size: 56px;
  line-height: 64px;
}
header h1.large {
  font-size: 72px;
  line-height: 80px;
  font-weight: 100;
}
@media all and (max-width: 990px) {
  header h1.large {
    font-size: 56px;
    line-height: 64px;
  }
}
header h2 {
  font-size: 40px;
  line-height: 48px;
}
header h3 {
  font-size: 32px;
  line-height: 40px;
}
header h4 {
  font-size: 24px;
  line-height: 32px;
}
header h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
header h6,
header .h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  header h1,
  header h1.large,
  header .h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
  }
  header h2 {
    font-size: 32px;
    line-height: 40px;
  }
  header h3 {
    font-size: 24px;
    line-height: 32px;
  }
  header h4 {
    font-size: 18px;
    line-height: 26px;
  }
  header h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  header h6,
  header .h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
  }
}
header .uppercase {
  font-weight: 400;
  text-transform: uppercase;
}
header h1.uppercase {
  letter-spacing: 17px;
  margin-right: -17px;
}
header h2.uppercase {
  letter-spacing: 10px;
  margin-right: -10px;
}
header h3.uppercase {
  letter-spacing: 6px;
  margin-right: -6px;
}
header h4.uppercase {
  letter-spacing: 3px;
  margin-right: -3px;
}
header h5.uppercase {
  letter-spacing: 2px;
  margin-right: -2px;
}
header h6.uppercase,
header .h6-u {
  letter-spacing: 2px;
  font-weight: 700;
}
header .bold-h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
header p,
header span {
  font-weight: 400;
}
header p.lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
header .sub {
  font-size: 12px;
}
@media all and (max-width: 767px) {
  header p.lead {
    font-size: 13px;
    line-height: 24px;
  }
  header p {
    font-size: 12px;
  }
}
header a,
header a:visited,
header a:focus,
header a:active,
header a:hover {
  text-decoration: none;
  outline: none;
}
header a {
  font-weight: 600;
  color: #6BB9AE;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: poitner;
}
header .image-bg a,
header .bg-primary a {
  color: #fff;
}
header .image-bg a:hover,
header .bg-primary a:hover {
  color: #fff;
  opacity: .9;
}
header .bg-light a {
  color: #6BB9AE;
}
header .bg-light a:hover {
  color: #6BB9AE;
  opacity: 1;
}
header a:hover {
  color: #4E877F;
  text-decoration: none;
}
header .label {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #6BB9AE;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 10px;
  vertical-align: middle;
}
header blockquote {
  overflow: hidden;
  font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
  background: #f5f5f5;
  padding: 32px;
  color: #777;
  font-weight: 300;
}
header .bg-secondary blockquote {
  background: #fff;
  border-color: #6BB9AE;
}
header blockquote .author {
  font-size: 12px;
  display: block;
  float: right;
  margin-top: 16px;
}
header .number {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header .columns-2 {
  column-count: 2;
  -webkit-column-count: 2;
}
@media all and (max-width: 767px) {
  header br {
    display: none;
  }
  header blockquote {
    font-size: 16px;
    line-height: 32px;
  }
  header .columns-2 {
    column-count: 1;
    -webkit-column-count: 1;
  }
}
header .text-left {
  text-align: left !important;
}
@media all and (max-width: 767px) {
  header .text-left-xs {
    text-align: left !important;
  }
}
header ul[data-bullet] li {
  line-height: 32px;
}
header ul[data-bullet] li i:first-child {
  margin-right: 16px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  display: inline-block;
}
header ul.lead li {
  font-size: 16px;
  line-height: 40px;
}
header .bg-primary {
  background: #6BB9AE !important;
}
header .bg-secondary {
  background: #f8f8f8;
}
header .bg-white {
  background: #fff;
}
header .bg-dark {
  background: #292929;
}
header .color-body {
  color: #666;
}
header .color-primary {
  color: #6BB9AE !important;
}
header .color-red {
  color: #e31d3b !important;
}
header .color-white {
  color: #fff;
}
header section,
header footer {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
header footer {
  padding: 72px 0;
}
header .fullscreen {
  height: 100vh;
}
header .bg-dark h1,
header nav.bg-dark h1,
header footer.bg-dark h1,
header .bg-primary h1,
header .bg-dark h2,
header nav.bg-dark h2,
header footer.bg-dark h2,
header .bg-primary h2,
header .bg-dark h3,
header nav.bg-dark h3,
header footer.bg-dark h3,
header .bg-primary h3,
header .bg-dark h4,
header nav.bg-dark h4,
header footer.bg-dark h4,
header .bg-primary h4,
header .bg-dark h5,
header nav.bg-dark h5,
header footer.bg-dark h5,
header .bg-primary h5,
header .bg-dark h6,
header nav.bg-dark h6,
header footer.bg-dark h6,
header .bg-primary h6 {
  color: #ffffff;
}
header .bg-dark p,
header nav.bg-dark p,
header footer.bg-dark p,
header .bg-primary p,
header .bg-dark span,
header nav.bg-dark span,
header footer.bg-dark span,
header .bg-primary span,
header .bg-dark li,
header nav.bg-dark li,
header footer.bg-dark li,
header .bg-primary li {
  color: #fefefe;
}
@media all and (max-width: 767px) {
  header section {
    padding: 80px 0;
  }
}
header .overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0.3;
  z-index: 2;
}
header .overlay-deep:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #002026;
  opacity: 0.45;
  z-index: 2;
}
header .overlay-heavy:before {
  opacity: .6;
}
header .bg-light.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.1;
  z-index: 2;
}
header .image-bg h1,
header .image-bg h2,
header .image-bg h3,
header .image-bg h4,
header .image-bg h5,
header .image-bg h6 {
  color: #ffffff;
}
header .image-bg p,
header .image-bg span,
header .image-bg li {
  color: #ffffff;
}
header .image-bg .container,
header .image-bg div[class*='col-'] {
  position: relative;
  z-index: 3;
}
header .container.image-bg .row {
  position: relative;
  z-index: 3;
}
header .background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
header .background-image-holder img {
  display: none;
}
header .background-multiply .background-image-holder {
  background-color: #6BB9AE !important;
  background-blend-mode: multiply;
}
header .background-image-holder.fadeIn {
  opacity: 1;
}
header .parallax > .background-image-holder,
header .parallax .slides li > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
header .parallax:first-child .slides li > .background-image-holder,
header .parallax:first-child .background-image-holder {
  top: 0;
}
header .main-container > a:first-child + .parallax .background-image-holder {
  top: 0;
}
@media all and (max-width: 767px) {
  header .parallax > .background-image-holder,
  header .parallax .slides li > .background-image-holder {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}
header .btn {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0px solid #6BB9AE;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  color: #207CA2;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
}
header .btn:last-child,
header .btn:last-of-type {
  margin-right: 0;
}
header .btn:hover {
  background: #0E4B63;
  color: #fff;
}
header .btn-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  min-width: 0;
  padding: 0;
  line-height: 38px;
}
header .btn-lg {
  height: 50px;
  line-height: 49px;
  min-width: 200px;
  font-size: 16px;
  font-weight: 400;
}
header .btn-icon.btn-lg {
  width: 50px;
  height: 50px;
  line-height: 49px;
  font-size: 24px;
  min-width: 0;
}
header .btn-icon.btn-sm {
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  min-width: 0;
  padding: 0 0 0 1px!important;
}
header .btn-sm {
  height: 30px;
  font-size: 11px;
  line-height: 18px;
  min-width: 0;
}
header .btn-filled {
  background: #F89E5A;
  color: #fff;
  border: 0px;
}
header .btn-filled:hover {
  background: #F26732;
}
header .btn-white,
header .image-bg .btn,
header .image-bg .btn:visited {
  color: #fff;
  border-color: #fff;
}
header .btn-white:hover,
header .image-bg .btn:hover,
header .image-bg .btn:visited:hover {
  background: #F26732;
  color: #ffffff;
}
header .image-bg .btn.btn-filled,
header .image-bg .btn-filled:visited {
  border-color: none;
}
header .image-bg .btn-filled:hover {
  border-color: none;
}
header .btn-rounded {
  border-radius: 25px;
}
header body.btn-rounded .btn {
  border-radius: 25px !important;
}
header .bg-light .btn {
  border-color: #222;
  color: #222;
}
header .bg-light .btn:visited,
header .bg-light .btn:visited:hover {
  color: #222;
}
header .bg-light .btn-filled,
header .bg-light .btn-filled:visited {
  color: #fff;
}
header .btn:visited {
  color: #6BB9AE;
}
header .btn-white:visited,
header .btn:visited:hover {
  color: #fff;
}
header .btn-white:visited:hover {
  color: #222;
}
header .btn-filled:visited {
  color: #fff;
}
header .btn.bg-dark {
  color: #fff;
  border-color: #292929;
}
header .btn.bg-dark:hover {
  background: #434343;
}
header .bg-primary .btn {
  color: #fff;
  border-color: #fff;
}
header .bg-primary .btn:hover {
  background: #fff;
  color: #6BB9AE;
}
header .nav-container {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
header nav {
  background: #fff;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
header nav ul {
  margin-bottom: 0;
}
header .module {
  display: inline-block;
  padding: 0 32px;
}
header .module-group {
  display: inline-block;
}
header .module.left,
header .module-group.left {
  float: left;
}
header .module.right,
header .module-group.right {
  float: right;
}
header nav .btn {
  margin: 0;
  height: auto;
}
header .nav-utility {
  height: 45px;
  line-height: 43px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
header .nav-utility i {
  position: relative;
  top: 1px;
}
header .nav-bar {
  height: 80px;
  max-height: 80px;
  line-height: 78px;
  border-bottom: 1px solid #ccc;
}
header .nav-bar .module,
header .nav-bar .module-group {
  height: 80px;
}
header .nav-bar a {
  display: inline-block;
  height: 65px;
}
header .logo {
  max-height: 60%;
  box-sizing: unset;
}
header .logo-light {
  display: none;
}
header nav.nav-centered .logo {
  max-height: 64px;
  margin: 64px 0 40px 0;
}
header nav.bg-dark .logo-light {
  display: inline;
}
header nav.bg-dark .logo-dark {
  display: none;
}
header .has-dropdown {
  padding-right: 0;
}
header .has-dropdown:after {
	xbackground-image:url("//media.travsrv.com/appSkins/44352/v6/themes/standard/images/arrow-down.png");
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  xcontent: "\e64b";
  xfont-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
header .menu {
  width: 100%;
  height: 55px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header .menu.inline-block {
  width: auto;
}
header .menu li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #292929;
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}
header .menu li a:hover {
  opacity: 1 !important;
}
header .menu > li {
  margin-right: 32px;
  float: left;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
header .menu > li:last-child {
  margin-right: 0;
}
header .menu > li:last-child > ul {
  right: 0;
}
header .menu > li:last-child > ul ul {
  left: auto;
  right: 100%;
}
header .menu > li ul {
  width: 200px;
  padding: 8px 0;
  background: #292929;
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  visibility: hidden;
  margin-top: -1px;
}
header .menu > li > ul > li {
  position: relative;
  line-height: 24px;
  width: 100%;
  vertical-align: top;
}
header .menu > li > ul > li i {
  display: inline-block;
  margin-right: 2px;
}
header .menu > li > ul > .has-dropdown:after {
  color: #fff;
  top: 5px;
  right: 24px;
  xcontent: "\e649";
}
header .menu > li > ul li a {
  color: #fff;
  height: auto;
  padding: 6px 24px;
}
header .menu > li > ul > li > ul {
  left: 100%;
  top: 0;
}
header .menu > li:hover > ul {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}
header .menu > li > ul > li:hover > ul,
header .has-dropdown:hover .mega-menu ul {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}
header .mega-menu {
  width: auto !important;
  white-space: nowrap;
  line-height: 24px;
}
header .mega-menu ul {
  position: relative !important;
  left: auto !important;
  padding: 0 !important;
}
header .mega-menu > li {
  width: 200px !important;
  overflow: hidden;
  display: inline-block;
}
header .mega-menu .title {
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  padding: 6px 24px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
header .make-right {
  right: 0;
}
header .module.widget-handle {
  border-left: 1px solid #ccc;
  padding: 50 24px;
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
header nav.nav-centered .module.widget-handle {
  border: none !important;
}
@media all and (max-width: 1100px) {
  header .module.widget-handle {
    padding: 0 16px;
  }
}
header .module.widget-handle i {
  font-size: 15px;
  line-height: 53px;
  opacity: 0.5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .module.widget-handle:hover i,
header .module.active i {
  opacity: 1;
}
header .widget-handle .function {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: default;
  width: 200px;
  background: #f1f1f1;
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  visibility: hidden;
  margin-top: -1px;
  right: 0;
}
header .module.widget-handle:hover .function {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}
header .module.widget-handle .title {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  display: none;
  opacity: .5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .module.widget-handle .title:hover {
  opacity: 1;
}
header .widget-handle .cart {
  position: relative;
}
header .widget-handle .cart .label {
  width: 17px;
  height: 17px;
  font-size: 10px;
  line-height: 17px;
  padding: 0;
  text-align: center;
  position: absolute;
  background: #6BB9AE;
  top: 10px;
  right: -10px;
  border-radius: 50%;
}
header .widget-handle .search-form {
  padding: 0px;
  display: block;
  width: 100%;
  line-height: 0px;
}
header .widget-handle .search-form input {
  margin: 0;
  font-size: 16px;
}
header nav .widget {
  margin: 0;
  padding: 24px;
}
header nav .widget .title {
  display: none !important;
}
header nav .widget,
header nav .widget a:not(.btn) {
  color: #fff;
}
header nav .widget hr {
  border-color: #777;
  margin-bottom: 16px;
}
header nav .widget hr:first-of-type {
  display: none;
}
header .cart-widget-handle .function {
  width: auto;
  background: #fff;
}
header .cart-widget-handle .function span {
  color: #222 !important;
}
header nav .cart-overview {
  min-width: 300px;
  margin-bottom: 16px;
}
header nav .cart-overview a {
  height: auto;
}
header .language .menu > li ul {
  max-width: 150px;
}
header .nav-open {
  max-height: 10000px !important;
  height: auto !important;
}
header .nav-open .mobile-toggle {
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1120px) {
  header .menu > li {
    margin-right: 24px;
  }
}
header .has-offscreen-nav .main-container {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
header .offscreen-container {
  position: fixed;
  transform: translate3d(200%, 0, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  -moz-transform: translate3d(200%, 0, 0);
  width: 50%;
  top: 0;
  height: 100%;
  min-height: 100vh;
  z-index: 20;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  overflow: hidden;
}
header .offscreen-container.reveal-nav {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
}
header .main-container.reveal-nav {
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
}
header .offscreen-left .offscreen-container {
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
}
header .offscreen-left .offscreen-container.reveal-nav {
  transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
}
header .offscreen-left .main-container.reveal-nav,
header .offscreen-left nav.reveal-nav {
  transform: translate3d(50%, 0, 0) !important;
  -webkit-transform: translate3d(50%, 0, 0) !important;
  -moz-transform: translate3d(50%, 0, 0) !important;
}
header .offscreen-container .close-nav {
  position: absolute;
  right: 24px;
  top: 16px;
  z-index: 24;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
header .offscreen-container .close-nav:hover {
  opacity: 1;
}
header .offscreen-container.bg-dark .close-nav i {
  color: #fff;
}
@media all and (max-width: 990px) {
  header .offscreen-container {
    width: 100vw;
  }
  header .offscreen-container.reveal-nav {
    transform: translate3d(0vw, 0, 0);
    -webkit-transform: translate3d(0vw, 0, 0);
    -moz-transform: translate3d(0vw, 0, 0);
  }
  header .main-container.reveal-nav {
    transform: none !important;
  }
}
@media all and (max-width: 990px) {
  header nav.fixed {
    position: absolute !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  header nav.outOfSight {
    transform: translate3d(0, 0px, 0) !important;
    -webkit-transform: translate3d(0, 0px, 0) !important;
    -moz-transform: translate3d(0, 0px, 0) !important;
  }
  header .nav-bar,
  header .nav-bar .module-group,
  header .nav-bar .module {
    height: auto;
    overflow: hidden;
  }
  header .nav-bar .module {
    padding: 0 16px;
  }
  header .nav-bar .module-group {
    width: 100%;
    padding: 16px 0;
  }
  header .nav-bar .module-group .module {
    display: block;
    float: none;
    width: 100%;
  }
  header nav.nav-centered .logo {
    margin: 24px 0 16px 0;
    max-height: 40px;
  }
  header .menu {
    height: auto;
  }
  header .menu.inline-block {
    width: 100%;
  }
  header .menu a {
    height: auto;
    line-height: 24px;
    padding: 4px 0;
  }
  header .menu li {
    line-height: 24px;
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  header .menu > li ul {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    left: 0;
  }
  header .menu > li > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
  }
  header .menu > li > ul > .has-dropdown:after {
    xcontent: "\e64b";
  }
  header .menu > li > ul > li > ul {
    left: 0;
    display: none;
    padding: 0;
  }
  header .menu > li > ul li a,
  header .mega-menu .title {
    padding: 4px 16px;
  }
  header .has-dropdown .has-dropdown li {
    padding-left: 18px;
  }
  header .has-dropdown {
    padding-right: 0;
  }
  header .mega-menu {
    margin-left: 0 !important;
  }
  header .mega-menu li {
    width: 100% !important;
  }
  header .toggle-sub > ul,
  header .toggle-sub .mega-menu ul {
    display: block !important;
  }
  header .module.widget-handle {
    border-left: none;
    border-top: 0px solid #ccc;
    line-height: 40px;
    min-height: 40px;
  }
  header .module.widget-handle .menu {
    line-height: 40px;
  }
  header .module.widget-handle .menu li {
    line-height: 40px;
  }
  header .module.widget-handle i {
    line-height: 40px;
  }
  header .module.widget-handle .title {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-left: 8px;
  }
  header .widget-handle .function {
    width: 100%;
    position: relative;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
    margin-top: 0;
    display: none;
    box-shadow: none !important;
  }
  header .toggle-widget-handle .function {
    display: block !important;
  }
  header .widget-handle .cart .label {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    top: 18px;
  }
  header .mobile-toggle {
    border-left: 0px solid #ccc !important;
    border-bottom: none !important;
  }
  header .mobile-toggle i {
    line-height: 63px !important;
  }
  header .mobile-toggle.absolute-xs {
    position: absolute;
    top: 0;
  }
  header nav.nav-centered .mobile-toggle {
    width: 100%;
  }
  header nav.bg-dark .module.widget-handle {
    border-top: 1px solid #444;
  }
  header nav.bg-dark .mobile-toggle {
    border-left: 1px solid #444 !important;
  }
  header nav.bg-dark .nav-open .mobile-toggle {
    border-bottom: 1px solid #444;
  }
}
header nav.outOfSight {
  transform: translate3d(0, -200px, 0);
  -webkit-transform: translate3d(0, -200px, 0);
  -moz-transform: translate3d(0, -200px, 0);
}
header nav.scrolled {
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header nav.fixed,
header nav.absolute {
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
}
header nav.absolute {
  position: absolute;
}
header nav.fixed {
  position: fixed;
  visibility: hidden;
  opacity: 0;
}
header nav.fixed .nav-utility {
  display: none;
}
header nav.fixed.scrolled {
  visibility: visible;
  opacity: 1;
}
header nav.transparent .menu > li > a,
header nav.transparent .module.widget-handle i,
header nav.transparent .nav-utility {
  color: #fff;
}
header nav.transparent .nav-utility,
header nav.transparent .nav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
header nav.transparent .module.widget-handle {
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}
header nav.transparent .menu > li > a,
header nav.transparent .module.widget-handle i {
  opacity: 1;
}
header nav.transparent .has-dropdown:after {
  color: #fff;
}
header nav.transparent .logo-dark {
  display: none;
}
header nav.transparent .logo-light {
  display: inline;
}
header nav.transparent {
  background: rgba(0, 0, 0, 0.25);
}
header .has-offscreen-nav > nav.fixed {
  opacity: 1;
  transform: none;
  visibility: visible;
}
@media all and (max-width: 990px) {
  header nav.transparent .nav-open {
    background: #fff;
  }
  header nav.transparent .nav-open .menu > li > a,
  header nav.transparent .nav-open .module.widget-handle i,
  header nav.transparent .nav-open .nav-utility {
    color: #292929;
  }
  header nav.transparent .nav-open .logo-dark {
    display: inline;
  }
  header nav.transparent .nav-open .logo-light {
    display: none;
  }
  header nav.transparent .nav-open .has-dropdown:after {
    color: #292929;
  }
  header .menu > li:last-child > ul ul {
    right: 0;
  }
}
header nav.transparent.fixed {
  background: #fff;
}
header nav.transparent.fixed .logo-light {
  display: none;
}
header nav.transparent.fixed .logo-dark {
  display: inline;
}
header nav.transparent.fixed .menu > li > a,
header nav.transparent.fixed .module.widget-handle i {
  color: #292929;
}
header nav.transparent.fixed .menu > .has-dropdown:after {
  color: #fff;
  color: #292929;
}
header nav.transparent.fixed .module.widget-handle {
  border-left: 1px solid #ccc;
}
header nav.transparent.fixed .menu > li > a,
header nav.transparent.fixed .module.widget-handle i {
  opacity: .5;
}
header nav.bg-dark .menu > li > a,
header nav.bg-dark .module.widget-handle i,
header nav.bg-dark .nav-utility {
  color: #fff;
  opacity: .7;
}
header nav.bg-dark .module.widget-handle {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
header nav.bg-dark .nav-utility,
header nav.bg-dark .nav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header nav.transparent.fixed.bg-dark {
  background: #292929;
}
header nav.transparent.fixed.bg-dark .menu > li > a,
header nav.transparent.fixed.bg-dark .module.widget-handle i {
  color: #fff;
}
header nav.nav-centered.outOfSight .logo {
  display: none;
}
header .tooltip {
  font-weight: 600;
  font-size: 13px;
}
header .tooltip-inner {
  border-radius: 0;
  padding: 9px 24px 12px 24px;
}
header .alert {
  margin-bottom: 24px;
  background: none;
  border-radius: 0;
  font-weight: 600;
  padding: 12px 16px;
}
header .alert .close {
  opacity: 1;
  font-size: 24px;
  top: -2px;
  right: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .alert .close span {
  font-weight: 400;
}
header .alert-warning {
  border: 1px solid #d88519;
  color: #d88519;
}
header .alert-success {
  border: 1px solid #60b963;
  color: #60b963;
}
header .alert-danger {
  border: 1px solid #c64444;
  color: #c64444;
}
header .icon {
  font-size: 64px;
  display: inline-block;
  color: #292929;
}
header .image-bg.bg-light .icon {
  color: #292929;
}
header .image-bg .icon,
header .bg-dark .icon {
  color: #fff;
}
header .icon-lg {
  font-size: 80px;
}
header .icon-sm {
  font-size: 32px;
}
header .icon-xs {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  header .icon {
    font-size: 48px;
  }
  header .icon-lg {
    font-size: 64px;
  }
  header .icon-sm {
    font-size: 18px;
  }
  header .icon-xs {
    font-size: 16px;
  }
}
header .embelish-icons {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: scale(10);
  -webkit-transform: scale(10);
  left: 50%;
  opacity: 0.05;
  z-index: -1;
}
header input,
header button,
header select,
header textarea {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header input[type="text"],
header button,
header textarea,
header select,
header input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header .bg-secondary input[type="text"],
header .bg-secondary textarea,
header .bg-secondary select {
  background: #fff;
}
header .input-lh {
  line-height: 50px;
}
header .attempted-submit .field-error {
  outline: 1px red !important;
}
header .input-with-label span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #292929;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  cursor: default;
}
header input[type="text"],
header input[type="password"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
header .image-bg input[type="text"],
header .image-bg textarea {
  color: #555;
}
header .image-bg.bg-light input.transparent,
header .image-bg.bg-light button.transparent {
  border-color: #292929;
}
header input.transparent,
header button.transparent {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important	;
}
header input[type="text"]:focus,
header input[type="password"]:focus {
  outline: 1px solid #ccc;
}
header textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}
header textarea:focus {
  outline: 1px solid #ccc;
}
header ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
header :-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
header ::-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
header :-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
header input.transparent::-webkit-input-placeholder,
header button.transparent::-webkit-input-placeholder {
  color: #fff;
}
header input.transparent::-moz-input-placeholder,
header button.transparent::-moz-input-placeholder {
  color: #fff;
}
header input.transparent:-moz-input-placeholder,
header button.transparent:-moz-input-placeholder {
  color: #fff;
}
header input.transparent:-ms-input-placeholder,
header button.transparent:-ms-input-placeholder {
  color: #fff;
}
header input[type="submit"],
header button[type="submit"] {
  height: 50px;
  line-height: 48px;
  border: 2px solid #6BB9AE;
  background: #6BB9AE;
  color: #fff;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0 !important;
}
header .bg-primary input[type="submit"],
header .bg-primary button[type="submit"] {
  background: #fff;
  color: #6BB9AE;
}
header input[type="submit"]:focus,
header button[type="submit"]:focus {
  outline: none;
}
header input[type="submit"].hollow,
header button[type="submit"].hollow {
  background: none;
  border: 2px solid #6BB9AE;
  color: #6BB9AE;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header input[type="submit"].hollow:hover,
header button[type="submit"].hollow:hover {
  background: #6BB9AE;
  color: #fff;
}
header .select-option {
  position: relative;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  margin-bottom: 24px;
}
header .select-option i {
  position: absolute;
  font-size: 18px;
  right: 20px;
  top: 14px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
header .select-option:focus i {
  color: #fff;
}
header .select-option select {
  margin-bottom: 0;
}
header select {
  height: 50px;
  background: #f5f5f5;
  width: 100%;
  border-radius: 0;
  border: none;
  outline: none;
  padding-left: 20px;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
header select:focus {
  background: #eee;
}
header select:active,
header select:focus,
header select:hover {
  outline: none;
  border: none;
}
header .checkbox-option,
header .radio-option {
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #6BB9AE;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 24px;
}
header .checkbox-option .inner,
header .radio-option .inner {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #6BB9AE;
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
header .checkbox-option.checked .inner {
  transform: translate3d(25px, 0, 0);
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(25px, 0, 0);
  background: #6BB9AE;
}
header .checkbox-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
header .radio-option {
  width: 25px;
  height: 25px;
  text-align: left;
}
header .radio-option:nth-of-type(n+2) {
  margin-left: 24px;
}
header .radio-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
header .radio-option .inner {
  border: none;
  width: 19px;
  height: 19px;
  left: 2px;
  transform: scale(0);
  -webkit-transform: scale(0);
}
header .radio-option + span {
  display: inline-block;
  line-height: 25px;
}
header .radio-option.checked .inner {
  transform: scale(1);
  -webkit-transform: scale(1);
}
header .radio-option.checked .inner {
  background: #6BB9AE;
}
@media all and (min-width: 991px) {
  header input.col-md-6,
  header button.col-md-6 {
    width: 49%;
    float: left;
  }
  header input.col-md-6:first-of-type,
  header button.col-md-6:first-of-type {
    margin-right: 1%;
  }
  header input.col-md-6:last-of-type,
  header button.col-md-6:last-of-type {
    margin-left: 1%;
  }
}
header form.thirds input,
header form.thirds button {
  width: 32%;
  float: left;
  margin-left: 1%;
  margin-bottom: 16px;
}
header form.halves input,
header form.halves button {
  width: 46%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 16px;
}
header form.halves p,
header form.thirds p,
header form.halves span,
header form.thirds span {
  clear: both;
}
header .form-error,
header .form-success {
  background: #58ce38;
  padding: 12px;
  width: 80%;
  color: #fff;
  clear: both;
  display: block;
  max-width: 700px;
  position: relative;
  top: 16px;
  margin: 0 auto;
  word-break: break-word;
}
header .form-error {
  background: #ce3838;
}
header .form-error a,
header .form-success a {
  display: block;
  color: #fff;
}
header .attempted-submit .field-error {
  outline: 1px solid #ce3838 !important;
}
header form iframe.mail-list-form {
  display: none;
}
header .form-loading {
  border: 3px solid #ffffff;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  z-index: 99999;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
header button[type="submit"] .form-loading {
  height: 25px;
  width: 25px;
  display: inline-block;
  top: 9px;
  position: relative;
  left: 0;
}
header .btn-white .form-loading {
  border: 3px solid #c8c8c8;
}
@media all and (max-width: 767px) {
  header form.thirds input,
  header form.halves input,
  header form.thirds button,
  header form.halves button {
    width: 100%;
    margin-bottom: 8px;
    float: left;
    margin-left: 0;
  }
}
header .accordion .title {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
header .accordion li.active .content {
  max-height: 400px;
}
header .accordion p:last-child {
  margin-bottom: 0;
}
header .accordion-1 li {
  margin-bottom: 10px;
}
header .accordion-1 li:last-child {
  margin-bottom: 0;
}
header .accordion-1 .title {
  background: #f5f5f5;
  padding: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .bg-secondary .accordion-1 .title {
  background: #ebebeb;
}
header .bg-secondary .accordion-1 .title:hover {
  background: #e4e4e4;
}
header .accordion-1 .title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
header .accordion-1 .active .title {
  background: #91a05c;
  color: #fff;
}
header .accordion-1 .content {
  border: 1px solid #eee;
  border-top: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
header .accordion-1 .content p {
  padding: 13px;
}
header .accordion-1 .active .content {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
header .accordion-1 .title:hover {
  background: #eee;
}
header .accordion-1 .active .title:hover {
  background: #91a05c;
}
header .accordion-2 .title {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .7;
}
header .accordion-2 .title:before {
  content: "\e622";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
header .accordion-2 .active .title {
  opacity: 1;
}
header .accordion-2 .active .title:before {
  content: '\e61a';
}
header .accordion-2 .content p {
  padding: 16px 0;
}
header .accordion-2 .title:hover {
  opacity: 1;
}
header .tabs {
  overflow: hidden;
}
header .tabs li {
  display: inline-block;
  cursor: pointer;
}
header .tabs.thirds {
  width: 100%;
}
header .tabs.thirds li {
  width: 33.3333333%;
}
header .tabs.thirds .tab-title {
  width: 100%;
}
header .button-tabs .tabs {
  display: inline-block;
  overflow: hidden;
}
header .button-tabs .tabs > li {
  margin-bottom: 8px;
  float: left;
}
header .button-tabs .tabs > li:last-child {
  margin-right: 0;
}
header .button-tabs .tab-title {
  padding: 13px;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  background: #f5f5f5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .bg-secondary .button-tabs .tab-title {
  background: #eee;
}
header .button-tabs .tab-title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
header .button-tabs .active .tab-title {
  background: #91a05c;
  color: #fff;
}
header .button-tabs .tab-title:hover {
  background: #eee;
}
header .button-tabs .active .tab-title:hover {
  background: #91a05c;
}
header .button-tabs.vertical {
  overflow: hidden;
}
header .button-tabs.vertical > .tabs {
  max-width: 30%;
  float: left;
}
header .button-tabs.vertical > .content {
  padding-left: 3%;
  max-width: 70%;
  float: right;
}
header .button-tabs.vertical > .tabs li,
header .button-tabs.vertical .tab-title {
  width: 100%;
}
header .button-tabs.vertical > .tabs li {
  margin-bottom: 10px;
}
header .bg-dark .button-tabs .tab-title span {
  color: #222;
}
@media all and (max-width: 767px) {
  header .button-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px;
  }
  header .button-tabs.vertical .tabs,
  header .button-tabs.vertical .content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
header .tabbed-content .content > li {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: none;
}
header .tabbed-content .content .active {
  opacity: 1;
  visibility: visible;
  display: block;
}
header .text-tabs .tabs {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  overflow: visible;
}
header .text-tabs.no-border .tabs {
  border-bottom: none;
}
header .text-tabs .tab-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0 24px;
  opacity: 0.5;
  position: relative;
}
header .text-tabs .tab-title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}
header .text-tabs .tab-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #F26732;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  bottom: -12px;
  left: 0;
}
header .text-tabs .active .tab-title {
  opacity: 1;
  color: #F26732;
}
header .bg-primary .text-tabs .tab-title:after {
  background: #F26732;
}
header .text-tabs .active .tab-title:after {
  opacity: 1;
}
header .text-tabs .tab-title:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  header .text-tabs .tabs {
    padding-bottom: 0;
  }
  header .text-tabs .tabs li {
    width: 49%;
    margin-bottom: 10px;
  }
  header .text-tabs .tab-title:after {
    display: none;
  }
  header .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
    padding-left: 24px;
  }
}
header .icon-tabs .tabs li {
  width: 24.5%;
  margin-bottom: 24px;
}
header .icon-tabs .tab-title {
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
header .icon-tabs .tab-title:hover {
  opacity: 1;
}
header .icon-tabs .active .tab-title {
  color: #91a05c;
  opacity: 1;
}
header .icon-tabs .active .tab-title i {
  color: #91a05c;
}
header .image-bg .icon-tabs .active .tab-title i {
  color: #fff;
}
header .icon-tabs .tab-title i {
  display: block;
  margin-bottom: 16px;
}
header .icon-tabs .tab-title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  header .icon-tabs .tabs li {
    margin-bottom: 16px;
    margin-right: 0;
    width: 49%;
  }
  header .icon-tabs .tab-title i {
    font-size: 32px;
  }
}
header .progress-bars {
  margin-bottom: 24px;
}
header .progress {
  height: auto;
  box-shadow: none;
}
header .progress-bar {
  background: #91a05c;
  box-shadow: none !important;
}
header .bg-primary .progress-bar {
  background: #a3b075;
}
header .progress-1 {
  height: 32px;
  margin-bottom: 8px;
  border-radius: 0;
  border: none;
}
header .progress-1:last-child {
  margin-bottom: 0;
}
header .progress-1 .progress-bar {
  text-align: right;
  padding-right: 12px;
  line-height: 32px;
  border-radius: 0;
}
header .progress-1 .progress-bar span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
}
header .progress-2 {
  height: auto;
  background: none;
  text-align: center;
  margin-bottom: 8px;
}
header .progress-2 span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}
header .progress-2 .bar-holder {
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #91a05c;
}
header .bg-primary .progress-2 .bar-holder {
  border-color: #abb782;
}
header .stat-2 h1 {
  font-size: 80px;
  line-height: 88px;
}
header .stat-3 h1 {
  margin-bottom: 8px;
  font-size: 72px;
  line-height: 80px;
}
header .stat-3 h6 {
  margin-bottom: 0;
}
header .breadcrumb {
  margin-bottom: 24px;
}
header .breadcrumb-2 {
  background: none;
  padding: 0;
}
header .breadcrumb-2 li a,
header .breadcrumb-2 li {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
  font-weight: 600;
}
header .breadcrumb-2 > li + li:before {
  padding: 0 16px;
  color: #bbb;
}
header .image-bg .breadcrumb li a {
  color: #fff;
  opacity: .8;
}
header .image-bg .breadcrumb li a:hover {
  opacity: 1;
}
header .image-bg .breadcrumb li.active {
  color: #fff;
}
header .bg-dark .breadcrumb a {
  color: #fff;
}
@media all and (max-width: 990px) {
  header .page-title-4 .breadcrumb,
  header .page-title-2 .breadcrumb {
    float: left;
    margin-top: 32px;
  }
}
@media all and (max-width: 767px) {
  header .breadcrumb-2 > li + li:before {
    padding: 0 4px;
  }
  header .page-title-4 .breadcrumb,
  header .page-title-2 .breadcrumb {
    float: left;
    margin-top: 8	px;
  }
}
header .pagination {
  margin: 0;
}
header .pagination li {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header .pagination li a {
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  padding-top: 6px;
  margin: 0 4px;
  color: #292929;
  font-weight: 400;
}
header .pagination li a:hover,
header .pagination li.active a,
header .pagination li.active:hover a {
  background: #91a05c;
  color: #fff;
  border-color: #91a05c;
}
header .feature.boxed {
  padding: 32px;
  background: #f8f8f8;
}
header .feature.boxed.bg-dark {
  background: #292929;
}
header .bg-dark .feature.boxed {
  background: #363636;
}
header .bg-secondary .feature.boxed {
  background: #fff;
}
header .feature.bordered {
  padding: 32px;
  border: 1px solid #ccc;
}
header .feature {
  margin-bottom: 24px;
}
header .feature p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  header .feature.boxed,
  header .feature.bordered {
    padding: 24px;
  }
}
@media all and (max-width: 990px) {
  header .feature .icon-lg {
    font-size: 40px;
  }
}
header .feature-1 i {
  display: inline-block;
  margin-bottom: 16px;
  color: #6BB9AE;
}
header .feature-2 i {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #91a05c;
  text-align: center;
  line-height: 80px;
  color: #91a05c;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .feature-2 i:hover,
header .feature-2.filled i {
  background: #91a05c;
  color: #fff;
}
header .feature-3 {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  header .feature-3 {
    min-height: 160px;
  }
}
header .feature-3 .left,
header .feature-3 .right {
  display: inline-block;
  float: left;
}
header .feature-3 .left {
  width: 15%;
}
header .feature-3 .right {
  width: 85%;
}
header .feature-3 i {
  color: #91a05c;
}
header .bg-primary .feature-3 i {
  color: #fff;
}
header .feature-4 .left {
  width: 25%;
}
header .feature-4 .right {
  width: 75%;
}
header .feature-color h1,
header .feature-color h2,
header .feature-color h3,
header .feature-color h4,
header .feature-color h5,
header .feature-color h6 {
  color: #ffffff;
}
header .feature-color p,
header .feature-color span,
header .feature-color li {
  color: #ffffff;
}
header .feature-color i {
  color: #fff;
  opacity: .7;
}
header .feature-color:nth-of-type(1) {
  background: #6BB9AE;
}
header .feature-color:nth-of-type(2) {
  background: #829053;
}
header .feature-color:nth-of-type(3) {
  background: #748049;
}
header .feature-5 {
  height: 33.333333vw;
  padding: 0 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media all and (max-width: 1280px) {
  header .feature-5 {
    height: auto;
    padding: 80px 48px;
  }
  header .feature-5 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media all and (max-width: 767px) {
  header .feature-3 .left,
  header .feature-4 .left {
    margin-bottom: 8px;
  }
  header .feature-3 .left,
  header .feature-4 .left,
  header .feature-3 .right,
  header .feature-4 .right {
    width: 100%;
  }
  header .feature-5 {
    padding: 40px 24px;
  }
}
header .image-bg .feature i {
  color: #fff;
}
header .image-bg .feature h1,
header .image-bg .feature h2,
header .image-bg .feature h3,
header .image-bg .feature h4,
header .image-bg .feature h5,
header .image-bg .feature h6 {
  color: #ffffff;
}
header .image-bg .feature p,
header .image-bg .feature span,
header .image-bg .feature li {
  color: #ffffff;
}
header .image-bg .feature.bordered {
  border-color: rgba(255, 255, 255, 0.4);
}
header .image-bg .feature.boxed {
  background: rgba(34, 34, 34, 0.4);
}
header .bg-light .feature.bordered {
  border-color: rgba(34, 34, 34, 0.2);
}
header .pricing-table {
  padding: 48px 32px;
}
header .pricing-table .price {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  color: #292929;
  display: inline-block;
  margin-bottom: 16px;
}
header .bg-dark .pricing-table .price {
  color: #fff;
}
header .pricing-table p:last-child {
  margin-bottom: 0;
}
header .pricing-table.boxed,
header .pricing-table.emphasis {
  background: #f8f8f8;
}
header .pricing-table.emphasis {
  background: #6BB9AE;
  color: #fff;
}
header .pricing-table.emphasis a:not(.btn) {
  color: #fff;
}
header .pricing-table.emphasis .price,
header .pricing-table.emphasis h5 {
  color: #fff;
}
header .pt-2 ul {
  line-height: 36px;
}
header .page-title {
  padding: 0;
}
header .page-title .container {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}
header .page-title i {
  position: relative;
  top: 1px;
}
@media all and (max-width: 767px) {
  header .page-title i {
    display: none;
  }
}
header .page-title-1,
header .page-title-2 {
  height: 400px;
}
header .page-title-1 .breadcrumb,
header .page-title-3 .breadcrumb {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  bottom: 0;
}
header .page-title-2 .breadcrumb {
  position: relative;
  margin-bottom: 0;
}
header .nav-is-overlay .page-title-1.image-bg:first-child,
header .nav-is-overlay.page-title-1.bg-dark:first-child,
header .nav-is-overlay .page-title-2.image-bg:first-child,
header .nav-is-overlay.page-title-2.bg-dark:first-child {
  height: 455px;
  padding-top: 55px;
}
@media all and (max-width: 767px) {
  header .page-title-1,
  header .page-title-2 {
    height: 320px;
  }
}
header .page-title-3,
header .page-title-4 {
  height: 240px;
}
header .page-title-4 .breadcrumb {
  position: relative;
  top: 8px;
  margin-bottom: 0;
}
header .nav-is-overlay .page-title-3.image-bg:first-child,
header .nav-is-overlay.page-title-3.bg-dark:first-child,
header .nav-is-overlay .page-title-4.image-bg:first-child,
header .nav-is-overlay.page-title-4.bg-dark:first-child {
  height: 295px;
  padding-top: 55px;
}
@media all and (max-width: 767px) {
  header .page-title .text-right {
    text-align: left !important;
  }
}
header .page-title.fullscreen {
  height: 100vh !important;
  padding-top: 0;
}
header .widget {
  margin-bottom: 48px;
}
header .link-list {
  line-height: 32px;
}
header .link-list a:after {
  content: "\e628";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 11px;
  display: inline-block;
  margin-left: 8px;
}
header .widget ul:last-child,
header .widget p:last-child {
  margin-bottom: 0;
}
header .widget .title {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 12px;
}
header .widget hr {
  margin-bottom: 12px;
}
header .recent-posts {
  line-height: 24px;
}
header .recent-posts li {
  margin-bottom: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .recent-posts .date {
  display: block;
  letter-spacing: 0;
  opacity: .8;
}
header .recent-posts li:hover .date {
  opacity: 1;
}
header .tags {
  overflow: hidden;
}
header .tags li {
  float: left;
  margin: 0 4px 4px 0;
}
header .tags .btn-sm {
  padding: 0 8px;
  margin: 0;
}
header .widget .gallery {
  overflow: hidden;
}
header .widget .gallery li {
  width: 33.33333%;
  float: left;
  padding: 0 4px 4px 0;
}
header .twitter-feed .user,
header .twitter-feed .interact {
  display: none;
}
header .widget .twitter-feed .timePosted {
  display: none;
}
header .widget .tweet {
  margin-bottom: 0;
}
header .widget .twitter-feed .slides li {
  margin-bottom: 24px;
}
header .widget .twitter-feed .slides li:last-child {
  margin-bottom: 0;
}
header .widget .twitter-feed .slides li:nth-of-type(n+3) {
  display: none;
}
header .widget .twitter-feed .slides li:before {
  position: relative;
  top: 6px;
  float: left;
  display: inline-block;
  margin-right: 8px;
  color: #292929;
  content: "\e74b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
}
header .widget .twitter-feed p {
  padding-left: 22px;
  position: relative;
}
header .bg-dark .widget .twitter-feed .slides li:before {
  color: #fff;
}
header .widget .instafeed li {
  width: 33.3333%;
  display: inline-block;
  padding: 0 4px 4px 0;
}
header .widget .instafeed li:nth-of-type(n+7) {
  display: none;
}
header .widget .cart-overview img {
  width: 25%;
  padding-right: 2%;
}
header .widget .cart-overview .description {
  display: inline-block;
  width: auto;
  line-height: 24px;
}
header .widget .cart-overview span {
  display: block;
}
header .widget .cart-overview li {
  margin-bottom: 24px;
  overflow: hidden;
}
header .widget .cart-overview li:last-child {
  margin-bottom: 0;
}
header .widget .cart-controls {
  max-height: 30px;
  line-height: 30px;
}
header .cart-overview a {
  color: #292929;
}
header .cart-overview a:hover {
  color: #91a05c;
}
header .widget .flex-direction-nav li a {
  width: 16px;
  height: 16px;
  margin: -8px 0 0;
}
header .widget .flex-direction-nav li a:before {
  font-size: 16px;
}
header .widget .flex-direction-nav li a.flex-next {
  right: 8px;
}
header .widget .flex-direction-nav li a.flex-prev {
  left: 8px;
}
header .widget .flex-control-nav {
  display: none;
}
header .widget .image-slider {
  margin: 0;
}
header img {
  max-width: 100%;
}
header .image-tile {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
header .image-tile img {
  width: 100%;
  display: inline-block;
}
header .image-tile .label {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
}
header .inner-title:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#292929', GradientType=0);
  pointer-events: none;
}
header .inner-title.title-center:before {
  background: #292929;
  opacity: .4;
}
header .inner-title:hover:before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
header .inner-title .title {
  position: absolute;
  width: 100%;
  bottom: 24px;
  z-index: 5;
}
header .inner-title .title h1,
header .inner-title .title h2,
header .inner-title .title h3,
header .inner-title .title h4,
header .inner-title .title h5,
header .inner-title .title h6 {
  color: #ffffff;
}
header .inner-title .title p,
header .inner-title .title span,
header .inner-title .title li {
  color: #ffffff;
}
header .inner-title.title-center .title {
  bottom: auto;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
}
header .inner-title .title h5 {
  font-weight: 600;
}
header .inner-title {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
header .inner-title:hover {
  opacity: .95;
}
header .inner-title.hover-reveal:before {
  opacity: 0;
}
header .inner-title.hover-reveal .title {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .inner-title.hover-reveal:hover .title {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
header .inner-title.hover-reveal:hover:before {
  opacity: 1;
}
header .outer-title img {
  display: inline-block;
  margin-bottom: 12px;
}
header .hover-tile {
  position: relative;
  overflow: hidden;
  background: #292929;
}
header .hover-tile img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .hover-tile:hover img {
  opacity: .5;
}
header .hover-tile .hover-state {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  width: 100%;
}
header .hover-state {
  z-index: 99;
  padding: 0 40px;
  cursor: default;
}
header .hover-state h1,
header .hover-state h2,
header .hover-state h3,
header .hover-state h4,
header .hover-state h5,
header .hover-state h6 {
  color: #ffffff;
}
header .hover-state p,
header .hover-state span,
header .hover-state li {
  color: #ffffff;
}
header .hover-state * {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 30px, 0) scale(1.05);
  -webkit-transform: translate3d(0, 30px, 0) scale(1.05);
}
header .hover-tile:hover .hover-state {
  opacity: 1;
}
header .hover-tile:hover .hover-state * {
  transform: translate3d(0, 0px, 0) scale(1);
  -webkit-transform: translate3d(0, 0px, 0) scale(1);
}
header .hover-state *:last-child {
  margin-bottom: 0;
}
header .border-thick {
  border: 16px solid #fff;
  border-top: none;
}
header .border-thick.col-sm-6:first-child {
  border-right: 8px solid #fff;
}
header .border-thick.col-sm-6:last-child {
  border-left: 8px solid #fff;
}
header .horizontal-tile {
  overflow: hidden;
}
header .horizontal-tile:not(:last-of-type) {
  margin-bottom: 30px;
}
header .tile-left,
header .tile-right {
  width: 50%;
  float: left;
  display: inline-block;
  overflow: hidden;
  min-height: 300px;
  position: relative;
}
header .tile-right .description,
header .tile-left .description {
  padding: 48px;
}
header .tile-right:hover .background-image-holder,
header .tile-left:hover .background-image-holder {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@media all and (max-width: 767px) {
  header .tile-left,
  header .tile-right {
    width: 100%;
    float: none;
  }
}
header .image-slider {
  position: relative;
}
header .image-slider .slides {
  position: relative;
  overflow: hidden;
}
header .image-slider .slides li {
  position: relative;
}
header .image-slider .slides li > img {
  width: 100%;
}
header .row .image-slider {
  margin-bottom: 24px;
}
header .row-padding {
  padding-left: 20px;
  padding-right: 20px;
}
header .image-slider.height-70 .slides li {
  height: 70vh;
  min-height: 600px;
}
@media all and (max-width: 767px) {
  header .image-slider.height-70 .slides li {
    height: auto;
    min-height: none;
    padding: 80px 0;
  }
  header .image-slider.height-70 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
header .flex-direction-nav a.flex-next {
  right: 16px;
}
header .flex-direction-nav a.flex-next:before,
header .flex-direction-nav a.flex-prev:before {
  content: "\e649";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
header .flex-direction-nav a.flex-prev {
  left: 16px;
}
header .flex-direction-nav a.flex-prev:before {
  content: "\e64a";
}
header .flex-direction-nav a {
  opacity: 1;
  text-shadow: none;
  color: rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
}
header .flex-control-nav li {
  overflow: hidden;
}
header .flex-control-nav li a {
  background: none;
  border: 2px solid #292929;
  width: 10px;
  height: 10px;
}
@media all and (max-width: 768px) {
  header .flex-direction-nav {
    display: none;
  }
}
header .controls-inside .flex-control-nav {
  bottom: 24px;
  z-index: 10;
}
header .controls-inside .flex-control-nav li a {
  border-color: #fff;
}
header .controls-inside .flex-control-nav li a.flex-active {
  background: #fff;
}
header .image-bg .flex-control-nav li a {
  border-color: #fff;
}
header .image-bg .flex-control-nav li a.flex-active {
  background: #fff;
}
header .slider-thumb-controls .flex-control-thumbs {
  margin: 0;
}
header .slider-thumb-controls .flex-direction-nav {
  display: none;
}
@media all and (max-width: 767px) {
  header .slider-thumb-controls .flex-control-thumbs {
    display: none;
  }
  header .slider-thumb-controls .flex-direction-nav {
    display: block;
  }
}
header .logo-carousel li {
  text-align: center;
}
header .logo-carousel li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
header .logo-carousel li:hover {
  opacity: 1;
}
header .logo-carousel img {
  max-height: 60px;
}
@media all and (max-width: 767px) {
  header .logo-carousel .slides li {
    width: 100%;
  }
}
header .text-slider .flex-direction-nav li a:before {
  color: #222;
}
header .image-bg .text-slider .flex-direction-nav li a:before {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
header .image-bg .text-slider .flex-direction-nav li a:hover:before {
  opacity: 1;
}
header .text-slider .flex-direction-nav a.flex-prev {
  left: -60px;
}
header .text-slider .flex-direction-nav a.flex-next {
  right: -60px;
}
header .kenburns .slides li:nth-of-type(odd) .background-image-holder {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}
header .kenburns .slides li:nth-of-type(even) .background-image-holder {
  animation: kenBurnsWest 25s linear infinite alternate;
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@media all and (max-width: 767px) {
  header .kenburns .slides li .background-image-holder {
    animation: none !important;
    -webkit-animation: none !important;
  }
}
header .instafeed.grid-gallery {
  overflow: hidden;
}
header .instafeed.grid-gallery li {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
header .instafeed.grid-gallery li:hover {
  opacity: .9;
}
header .instafeed.grid-gallery.gapless li {
  padding: 0;
  width: 16.66667%;
}
header .instafeed.grid-gallery.gapless li img {
  width: 100%;
}
header .instafeed li img {
  height: auto;
}
@media all and (max-width: 990px) {
  header .instafeed.grid-gallery li {
    width: 33.333333%;
  }
}
header .lightbox-grid,
header .lightbox-grid ul,
header .lightbox-grid li {
  position: relative;
  overflow: hidden;
}
header .lightbox-grid li {
  width: 25%;
  float: left;
  border: 8px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
header .lightbox-grid li:hover {
  opacity: .9;
}
header .square-thumbs li {
  height: 285px;
}
header .third-thumbs li {
  width: 33.33333vw;
  height: 33vw;
  border: none;
}
@media all and (max-width: 1190px) {
  header .square-thumbs li {
    height: 235px;
  }
}
@media all and (max-width: 990px) {
  header .lightbox-grid li {
    width: 33.33333%;
  }
  header .square-thumbs li {
    height: 240px;
  }
}
@media all and (max-width: 767px) {
  header .lightbox-grid li {
    width: 50%;
  }
  header .third-thumbs li {
    height: 50vw;
  }
  header .square-thumbs li {
    height: 185px;
  }
}
header .lb-outerContainer {
  background: none;
  border-radius: 0;
}
header .lightbox .lb-image {
  border-radius: 0;
}
header .lb-data .lb-close,
header .lb-nav a.lb-next,
header .lb-nav a.lb-prev {
  background: none;
}
header .lb-data .lb-close:before,
header .lb-nav a.lb-next:before,
header .lb-nav a.lb-prev:before {
  content: "\e646";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
header .lb-nav a.lb-next:before,
header .lb-nav a.lb-prev:before {
  position: absolute;
  top: 50%;
  font-size: 32px;
  margin-top: -16px;
}
header .lb-nav a.lb-next:before {
  content: "\e649";
  right: 16px;
}
header .lb-nav a.lb-prev:before {
  content: "\e64a";
  left: 16px;
}
header .flickr-feed li {
  width: 25%;
  padding: 8px;
}
header .flickr-feed li.masonry-item {
  margin-bottom: 0;
}
header .flickr-feed li img {
  min-width: 100%;
}
@media all and (max-width: 990px) {
  header .flickr-feed li {
    width: 33.33333%;
  }
}
@media all and (max-width: 767px) {
  header .flickr-feed li {
    padding: 4px;
  }
}
header .cover {
  margin: 0;
  padding: 0;
}
header .cover h1,
header .cover h2,
header .cover h3,
header .cover h4,
header .cover h5,
header .cover h6 {
  color: #ffffff;
}
header .cover p,
header .cover span,
header .cover li {
  color: #ffffff;
}
header .image-bg.bg-light h1,
header .image-bg.bg-light h2,
header .image-bg.bg-light h3,
header .image-bg.bg-light h4,
header .image-bg.bg-light h5,
header .image-bg.bg-light h6 {
  color: #222222;
}
header .image-bg.bg-light p,
header .image-bg.bg-light span,
header .image-bg.bg-light li {
  color: #777777;
}
header .cover:first-child .fullscreen {
  max-height: 100%;
}
header .cover.fullscreen .slides > li {
  height: 100vh;
}
header .cover .slides li .container {
  z-index: 4;
  position: relative;
}
header .cover .flex-control-nav {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .9;
}
header .cover .flex-control-nav:hover {
  opacity: 1;
}
header .cover .align-bottom {
  padding: 0 32px;
  bottom: 16px;
}
header .cover .align-top {
  padding: 0 32px;
}
@media all and (max-width: 767px) {
  header .cover .align-bottom {
    padding: 0 15px;
  }
  header .cover .align-bottom.relative-xs {
    position: relative;
    bottom: 0;
  }
  header .cover.fullscreen {
    height: auto;
    padding: 80px 0;
  }
  header .cover.fullscreen.image-slider {
    padding: 0;
  }
  header .cover.fullscreen .container {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  header .cover.fullscreen .slides li {
    height: auto;
    padding: 80px 0;
  }
}
header .product-single .image-slider .label {
  font-size: 12px;
  text-transform: uppercase ;
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
}
header .product-single .price {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
  margin-right: 32px;
}
header .product-single .old-price {
  text-decoration: line-through;
  opacity: .7;
}
header .product-single .price:not(.old-price) {
  color: #91a05c;
}
header .add-to-cart input[type="text"] {
  width: 100px;
  text-align: center;
  padding: 0;
  margin: 0;
}
header .add-to-cart input[type="submit"] {
  width: 160px;
  margin: 0;
}
header th,
header td {
  line-height: 24px !important;
}
header .ratings {
  margin-bottom: 24px;
}
header .ratings li {
  display: inline-block;
  background: #f8f8f8;
  padding: 24px;
  margin-bottom: 16px;
}
header .star-rating li {
  padding: 0;
  color: #000;
}
header .star-rating {
  margin: 0 ;
  display: inline-block;
  margin-right: 24px;
}
header .ratings .user span {
  display: inline-block;
  margin-right: 8px;
}
header .ratings .user .date {
  opacity: .7;
}
header .ratings .user {
  margin-bottom: 8px;
}
header .ratings-form input[type="text"] {
  width: 50%;
  float: left;
}
header .ratings-form input[type="text"]:first-child {
  width: 48%;
  margin-right: 2%;
}
header .ratings-form input[type="submit"] {
  width: 200px;
}
header .product-thumb {
  max-width: 180px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
header .col-sm-6 .product-thumb {
  max-width: 320px;
}
header .product-thumb:hover {
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
}
header .cart .product-thumb {
  max-width: 10000px;
  max-height: 100px;
}
header .cart .product-thumb:hover {
  transform: none;
}
header .cart td,
header .cart span,
header .cart th {
  vertical-align: middle !important;
}
header .cart span {
  display: inline-block;
}
header .cart .remove-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #c64444;
  color: #c64444;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .cart .remove-item:hover {
  color: #fff;
  background: #c64444;
}
header video:-webkit-full-screen,
header audio:-webkit-full-screen {
  -webkit-transform: translateY(0%);
}
header iframe {
  border: none;
}
header .player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  header .player {
    display: none;
  }
}
header .vid-bg {
  background: #222;
}
header .vid-bg .background-image-holder {
  display: none;
  z-index: 0;
}
header .vid-bg .masonry-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
header .vid-bg .container.fadeOut {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  header .vid-bg .background-image-holder {
    display: block;
  }
  header .vid-bg .player {
    display: none;
  }
  header .vid-bg .container.fadeOut {
    opacity: 1;
  }
  header .vid-bg .masonry-loader {
    display: none;
  }
}
header video {
  max-width: 100%;
}
header .local-video-container {
  position: relative;
  margin-bottom: 24px;
}
header .local-video-container video {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
header .local-video-container .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  top: 0;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.26);
}
header .background-image-holder.fadeout {
  opacity: 0 !important;
  z-index: 0;
}
@media all and (max-width: 767px) {
  header video {
    max-width: 100% !important;
  }
}
header .play-button {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 4;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
header .play-button:before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
}
header .play-button:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
header .play-button.dark {
  border-color: #292929;
}
header .play-button.dark:before {
  border-color: transparent transparent transparent #292929;
}
@media all and (max-width: 767px) {
  header .play-button {
    width: 65px;
    height: 65px;
    margin-top: -32px;
  }
  header .play-button:before {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20.0px;
    border-color: transparent transparent transparent #fff;
  }
}
header .play-button.large {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}
header .play-button.large:before {
  margin-top: -18px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 31.0px;
  border-color: transparent transparent transparent #ffffff;
}
header .play-button.large.dark:before {
  border-color: transparent transparent transparent #292929;
}
header .play-button.inline {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  z-index: 0;
}
@media all and (max-width: 767px) {
  header .play-button.large {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  header .play-button.large:before {
    margin-top: -14px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.0px;
    border-color: transparent transparent transparent #fff;
  }
}
header .modal-video {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}
header .modal-video video {
  margin: 0 auto;
  width: 675px;
  display: block;
  top: 50%;
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
header .modal-video.reveal-modal {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}
header .modal-video iframe {
  position: absolute;
  width: 768px;
  height: 432px;
  left: 50%;
  margin-left: -384px;
  margin-top: -216px;
  top: 50%;
  border: none;
}
header .modal-video .ti-close {
  font-size: 24px;
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 990px) {
  header .modal-video iframe {
    width: 640px;
    height: 360px;
    margin-left: -320px;
    margin-top: -160px;
  }
}
@media all and (max-width: 767px) {
  header .modal-video video {
    width: 100%;
    padding: 0 15px;
  }
  header .modal-video iframe {
    width: 100%;
    margin-left: -50%;
  }
}
header .fs-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
header .fs-video-wrapper video {
  position: absolute;
  width: 100%;
  left: 0;
}
header .embed-video-container {
  width: 100%;
  position: relative;
  display: inline-block;
}
header .embed-video-container iframe {
  border: none;
  width: 100%;
  height: 312px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
header .modal-video .embed-video-container {
  width: 80%;
  max-height: 800px;
}
@media all and (max-width: 767px) {
  header .embed-video-container iframe {
    height: 200px;
  }
}
header .fs-vid-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
header .fs-vid-background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
header .overlay .fs-vid-background:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222222;
  opacity: 0.5;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  header .fs-vid-background {
    display: none;
  }
}
header .post-title .label {
  margin-right: 16px;
}
header .post-title h4 {
  position: relative;
  top: 2px;
  margin-bottom: 16px;
}
header .post-meta,
header .post-meta .tags {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 12px;
}
header .post-meta > li {
  float: left;
  margin-right: 24px;
}
header .post-meta i {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
header .post-snippet iframe {
  width: 100%;
  margin-bottom: 12px;
}
header .post-snippet .embed-video-container {
  margin-bottom: 24px;
}
header .post-snippet .embed-video-container iframe {
  margin: 0;
}
header .post-snippet .inner {
  background: #fff;
  padding: 24px;
}
header .comments-list,
header .comments-list ul {
  width: 100%;
  overflow: hidden;
}
header .comments-list li {
  overflow: hidden;
  margin-bottom: 40px;
}
header .comments-list p:last-of-type {
  margin: 0;
}
header .comments-list .avatar,
header .comments-list .comment {
  display: inline-block;
  float: left;
}
header .comments-list .avatar {
  width: 10%;
}
header .comments-list .avatar img {
  width: 75px;
}
header .comments-list .comment {
  width: 90%;
  padding-left: 5%;
}
header .comments-list .author {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
header .comments-list .comment .btn {
  position: relative;
  margin: 0;
}
header .comments-list ul {
  padding-left: 10%;
  padding-top: 40px;
}
header .comments-list ul li:last-of-type {
  margin-bottom: 0;
}
header .comments input[type="submit"] {
  max-width: 25%;
  float: right;
}
header .masonry {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
}
header .masonry.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
header .masonry-item {
  max-width: 100%;
}
header .container .masonry-item {
  margin-bottom: 30px;
}
header .masonry-item blockquote:hover {
  background: #91a05c;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
}
header .masonryFlyIn .masonry-item {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
}
header .masonryFlyIn .masonry-item.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
header .masonry-loader {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 80px;
}
header .masonry-loader.fixed-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  margin-top: -25px;
}
header .masonry-loader.fadeOut {
  opacity: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
header .spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #91a05c;
  -moz-animation: spin 0.7s linear infinite;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media all and (max-width: 767px) {
  header .post-title .label {
    margin-bottom: 8px;
    display: inline-block;
  }
  header .post-title h4 {
    top: 0;
    display: block;
  }
  header .comments input[type="submit"] {
    max-width: 100%;
    float: none;
  }
}
header .image-md {
  max-height: 120px;
}
header .image-small {
  max-height: 80px;
}
header .image-xs {
  max-height: 50px;
}
header .image-xxs {
  max-height: 30px;
}
header .fade-half {
  opacity: 0.5;
}
header .fade-1-4 {
  opacity: 0.75;
}
header .fade-3-4 {
  opacity: 0.25;
}
header .fade-on-hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
header .fade-on-hover:hover {
  opacity: 1;
}
header .cast-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
header .cast-shadow-light {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
header .image-block,
header .image-block .image-bg {
  padding: 0;
  height: 50vw;
  max-height: 700px;
}
header .image-block .container {
  height: 100%;
}
header .image-block-right .image-bg {
  position: absolute;
  top: 0;
}
@media all and (max-width: 768px) {
  header .image-block {
    height: auto;
    max-height: 1000000px;
  }
  header .image-block .image-bg {
    height: 350px;
  }
  header .image-block .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  header .image-block-right .image-bg {
    position: relative;
  }
}
header .image-edge .container {
  position: relative;
}
header .image-edge .container div[class*='col-'] {
  position: absolute;
}
@media all and (max-width: 990px) {
  header .image-edge .container div[class*='col-'] {
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
header .image-square {
  height: 50vw;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
}
header .image-square .image,
header .image-square > .content {
  position: absolute;
}
header .image-square .image {
  height: 100%;
}
header .image-square > .content {
  padding: 0 10%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
}
header .image-square.left .image {
  left: 0;
}
header .image-square.left > .content {
  right: 0;
}
header .image-square.right .image {
  right: 0;
}
header .image-square.right > .content {
  left: 0;
}
@media all and (max-width: 990px) {
  header .image-square {
    height: auto;
    max-height: 100000px;
    padding-bottom: 48px;
  }
  header .image-square .image,
  header .image-square > .content {
    position: relative;
  }
  header .image-square .image {
    height: 100vw;
    margin-bottom: 48px;
    max-height: 500px;
  }
  header .image-square > .content {
    top: 0;
    transform: none;
    -webkit-transform: none;
    padding: 0 20%;
  }
}
@media all and (max-width: 767px) {
  header .image-square > .content {
    padding: 0 15px;
  }
}
header .image-zoom img {
  transition: all 9s ease;
  -webkit-transition: all 9s ease;
  -moz-transition: all 9s ease;
}
header .image-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
header .image-caption {
  position: relative;
  overflow: hidden;
}
header .image-caption .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 16px;
  color: #fff;
}
header .image-caption .caption p {
  position: relative;
  z-index: 4;
  margin: 0;
}
header .image-caption .caption:before {
  content: '' attr(data-caption) '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6222222', GradientType=0);
  /* IE6-9 */
}
header .image-caption.hover-caption .caption {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
}
header .image-caption.hover-caption:hover .caption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
header .filters {
  overflow: hidden;
  display: inline-block;
}
header .filters li {
  float: left;
  margin-right: 32px;
  cursor: pointer;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #91a05c;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #91a05c;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
  height: 30px;
  font-size: 11px;
  line-height: 27px;
  min-width: 0;
  border-color: rgba(255, 255, 255, 0);
  opacity: .7;
  border-radius: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
header .filters li.active {
  border-color: #6BB9AE;
  opacity: 1;
}
header .filters li:last-child {
  margin-right: 0;
}
header .filters.floating {
  position: absolute;
  z-index: 10;
  top: 16px;
  text-align: center;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  background: rgba(255, 255, 255, 0.98);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 200px;
}
header .filters.floating li {
  margin-bottom: 0;
}
header .bg-dark .filters.floating {
  background: #292929;
}
header .bg-dark .filters.floating h1,
header .bg-dark .filters.floating h2,
header .bg-dark .filters.floating h3,
header .bg-dark .filters.floating h4,
header .bg-dark .filters.floating h5,
header .bg-dark .filters.floating h6 {
  color: #ffffff;
}
header .bg-dark .filters.floating p,
header .bg-dark .filters.floating span,
header .bg-dark .filters.floating li {
  color: #fefefe;
}
header .project {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  padding: 0;
}
header .container .project {
  padding: 0 15px;
}
header .project.inactive {
  opacity: .1 !important;
  pointer-events: none !important;
}
header .project .image-tile {
  margin: 0;
}
header .project.inactive:hover .title,
header .project.inactive .image-tile:hover:before {
  display: none;
}
@media all and (max-width: 868px) {
  header .filters.floating {
    width: 90vw;
  }
  header .filters.floating li {
    float: none;
  }
}
@media all and (max-width: 767px) {
  header .filters.floating {
    border-radius: 0;
    padding: 8px;
  }
  header .filters.floating li {
    width: 50%;
    float: left;
    margin: 0;
  }
}
header section + .portfolio-pullup {
  padding-top: 0;
  margin-top: -128px;
  position: relative;
  z-index: 20;
}
header .portfolio-pullup .project {
  margin-bottom: 0;
}
header .portfolio-pullup .inner-title:hover {
  opacity: 1;
}
header .testimonials h4 {
  line-height: 40px;
}
header .testimonials .quote-author {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  width: 250px;
  margin-top: 24px;
}
header .testimonials .quote-author img {
  max-height: 60px;
  float: left;
  display: inline-block;
  margin-right: 16px;
}
header .testimonials .quote-author h6 {
  display: inline-block;
  margin-bottom: 0;
  line-height: 18px;
  padding-top: 14px;
}
header .testimonials .quote-author span {
  display: block;
  line-height: 18px;
}
@media all and (max-width: 767px) {
  header .testimonials h4 {
    line-height: 26px;
  }
}
header .countdown {
  font-size: 80px;
  line-height: 88px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 100;
  text-transform: uppercase;
}
header .image-bg .countdown {
  color: #fff;
}
@media all and (max-width: 990px) {
  header .countdown {
    font-size: 64px;
    line-height: 72px;
  }
}
@media all and (max-width: 767px) {
  header .countdown {
    font-size: 48px;
    line-height: 56px;
  }
}
header .map-holder {
  overflow: hidden;
  position: relative;
}
header .map-holder iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 180%;
  top: -40%;
  left: 0;
  z-index: 1;
}
header .map-holder:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
header .map-holder.interact:before {
  width: 0;
}
header .map-holder.inline {
  height: 400px;
  overflow: hidden;
}
header .map-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
header .twitter-feed.thirds li {
  width: 33.333333%;
  padding: 0 15px;
  float: left;
}
header .twitter-feed.thirds ul {
  overflow: hidden;
}
@media all and (max-width: 990px) {
  header .twitter-feed.thirds li {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  header .twitter-feed.thirds li {
    width: 100%;
  }
}
header .tweets-slider.large p {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}
header .tweets-slider.large .timePosted {
  font-size: 14px;
}
@media all and (max-width: 990px) {
  header .tweets-slider.large p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  header .tweets-slider.large p {
    font-size: 14px;
  }
}
header .sc-background-orange {
  background: #91a05c !important;
}
header .foundry_modal {
  overflow-y: auto;
  max-height: 100%;
  max-width: 50%;
  width: 50%;
  position: fixed;
  padding: 80px 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
header .foundry_modal.no-bg {
  background: none;
  box-shadow: none !important;
}
header .modal-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0;
  z-index: 9998;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  visibility: hidden;
  top: 0;
  left: 0;
}
header .modal-screen.reveal-modal {
  opacity: .8;
  visibility: visible;
}
header .foundry_modal.reveal-modal {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
header .foundry_modal .close-modal {
  z-index: 4;
  position: absolute;
  top: 24px;
  right: 32px;
  cursor: pointer;
  font-size: 18px;
}
header .foundry_modal *:not(.background-image-holder):not(.close-modal) {
  z-index: 4;
  position: relative;
}
header .foundry_modal.image-bg .close-modal,
header .foundry_modal.no-bg .close-modal {
  color: #fff;
}
header .foundry_modal iframe {
  width: 100%;
  min-height: 400px;
}
@media all and (min-width: 1500px) {
  header .foundry_modal {
    max-width: 45%;
    width: 45%;
  }
}
@media all and (max-width: 1190px) {
  header .foundry_modal {
    max-width: 70%;
    width: 70%;
    padding: 64px 32px;
  }
}
@media all and (max-width: 990px) {
  header .foundry_modal {
    max-width: 80%;
    width: 80%;
    padding: 64px 32px;
  }
}
@media all and (max-width: 767px) {
  header .foundry_modal {
    max-width: 90%;
    width: 90%;
    padding: 48px 15px;
    transform: translateX(0%) translateY(50%);
    -webkit-transform: translateX(0%) translateY(50%);
  }
  header .foundry_modal .close-modal {
    right: 18px;
  }
}
header .iframe-modal {
  width: 90%;
  height: 90%;
  max-width: 90%;
  padding: 0;
}
header .iframe-modal .close-modal {
  z-index: 9999;
}
header .iframe-modal iframe {
  width: 100%;
  height: 100%;
}
header .modal-strip {
  padding: 18px 0;
  position: fixed;
  bottom: 1%;
  z-index: 200;
  width: 98%;
  margin: 0 1%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  opacity: 0;
}
header .modal-strip.reveal-modal {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  opacity: 1;
}
header .modal-strip .close-modal {
  position: absolute;
  right: 32px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
header .modal-strip i.close-modal {
  font-size: 18px;
}
header .modal-strip .icon + p {
  padding-left: 32px;
  position: relative;
  top: 3px;
}
header .modal-strip p + .btn {
  margin-left: 24px;
}
@media all and (max-width: 1024px) {
  header .modal-strip {
    margin: 0;
    width: 100%;
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  header .modal-strip .close-modal {
    position: relative;
    top: 0;
    right: 0;
    left: 15px;
    transform: none !important;
    -webkit-transform: none !important;
    margin-top: 16px;
  }
  header .modal-strip .icon {
    display: none;
  }
  header .modal-strip .icon + p {
    padding-left: 0;
    top: 0;
  }
}
header footer.bg-dark a {
  color: #fff;
}
header .footer-1 .logo {
  max-height: 30px;
}
header .footer-1 .sub {
  opacity: .5;
}
header .social-list {
  margin: 0;
}
header .image-bg .social-list a {
  color: #fff;
}
header .bg-dark .social-list a,
header .image-bg .social-list a {
  color: #fff;
  opacity: .5;
}
header .bg-dark .social-list a:hover {
  opacity: 1;
}
header .image-bg .social-list a {
  opacity: 1;
}
header .bg-light .social-list a {
  color: #222;
}
header .back-to-top {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .back-to-top:hover {
  opacity: 1;
}
header .bg-dark .back-to-top {
  border-color: #fff;
}
header .bg-dark .back-to-top:active,
header .bg-dark .back-to-top:focus {
  color: #fff;
}
header .bg-dark .back-to-top:hover {
  background: none;
}
header .mr0 {
  margin-right: 0;
}
header .mb0 {
  margin-bottom: 0 !important;
}
header .mb4 {
  margin-bottom: 4px;
}
header .mb8 {
  margin-bottom: 8px;
}
header .mb16 {
  margin-bottom: 16px;
}
header .mb24 {
  margin-bottom: 24px;
}
header .mb30 {
  margin-bottom: 30px;
}
header .mb32 {
  margin-bottom: 32px;
}
header .mb40 {
  margin-bottom: 40px;
}
header .mb48 {
  margin-bottom: 48px;
}
header .mb56 {
  margin-bottom: 56px;
}
header .mb64 {
  margin-bottom: 64px;
}
header .mb72 {
  margin-bottom: 72px;
}
header .mb80 {
  margin-bottom: 80px;
}
header .mb88 {
  margin-bottom: 88px;
}
header .mb96 {
  margin-bottom: 96px;
}
header .mb104 {
  margin-bottom: 104px;
}
header .mb112 {
  margin-bottom: 112px;
}
header .mb120 {
  margin-bottom: 120px;
}
header .mb160 {
  margin-bottom: 160px;
}
header .mt0 {
  margin-top: 0 !important;
}
header .mt8 {
  margin-top: 8px;
}
header .mt16 {
  margin-top: 16px;
}
header .mt24 {
  margin-top: 24px;
}
header .mt32 {
  margin-top: 32px;
}
header .mt40 {
  margin-top: 40px;
}
header .mt48 {
  margin-top: 48px;
}
header .mt56 {
  margin-top: 56px;
}
header .mt64 {
  margin-top: 64px;
}
header .mt72 {
  margin-top: 72px;
}
header .mt80 {
  margin-top: 80px;
}
header .mt88 {
  margin-top: 88px;
}
header .mt96 {
  margin-top: 96px;
}
header .mt104 {
  margin-top: 104px;
}
header .mt112 {
  margin-top: 112px;
}
header .mt120 {
  margin-top: 120px;
}
header .mt160 {
  margin-top: 160px;
}
header .p32 {
  padding: 0 32px;
}
header .p24 {
  padding: 24px;
}
header .p0 {
  padding: 0;
}
header .pt0 {
  padding-top: 0;
}
header .pt8 {
  padding-top: 8px;
}
header .pt16 {
  padding-top: 16px;
}
header .pt24 {
  padding-top: 24px;
}
header .pt32 {
  padding-top: 32px;
}
header .pt40 {
  padding-top: 40px;
}
header .pt48 {
  padding-top: 48px;
}
header .pt64 {
  padding-top: 64px;
}
header .pt72 {
  padding-top: 72px;
}
header .pt80 {
  padding-top: 80px;
}
header .pt88 {
  padding-top: 88px;
}
header .pt96 {
  padding-top: 96px;
}
header .pt104 {
  padding-top: 104px;
}
header .pt112 {
  padding-top: 112px;
}
header .pt120 {
  padding-top: 120px;
}
header .pt160 {
  padding-top: 160px;
}
header .pt180 {
  padding-top: 180px;
}
header .pt240 {
  padding-top: 240px;
}
header .pb0 {
  padding-bottom: 0;
}
header .pb8 {
  padding-bottom: 8px;
}
header .pb16 {
  padding-bottom: 16px;
}
header .pb24 {
  padding-bottom: 24px;
}
header .pb32 {
  padding-bottom: 32px;
}
header .pb38 {
  padding-bottom: 38px;
}
header .pb40 {
  padding-bottom: 40px;
}
header .pb48 {
  padding-bottom: 48px;
}
header .pb56 {
  padding-bottom: 56px;
}
header .pb64 {
  padding-bottom: 64px;
}
header .pb72 {
  padding-bottom: 72px;
}
header .pb80 {
  padding-bottom: 80px;
}
header .pb88 {
  padding-bottom: 88px;
}
header .pb96 {
  padding-bottom: 96px;
}
header .pb104 {
  padding-bottom: 104px;
}
header .pb112 {
  padding-bottom: 112px;
}
header .pb120 {
  padding-bottom: 120px;
}
header .pb160 {
  padding-bottom: 160px;
}
header .pb180 {
  padding-bottom: 180px;
}
header .pb240 {
  padding-bottom: 240px;
}
@media all and (max-width: 990px) {
  header .mb-s-0 {
    margin-bottom: 0;
  }
  header .mb-s-8 {
    margin-bottom: 8px;
  }
  header .mb-s-16 {
    margin-bottom: 16px;
  }
  header .mb-s-24 {
    margin-bottom: 24px;
  }
  header .mb-s-32 {
    margin-bottom: 32px;
  }
  header .mb-s-40 {
    margin-bottom: 40px;
  }
  header .mb-s-48 {
    margin-bottom: 48px;
  }
  header .mb-s-64 {
    margin-bottom: 64px;
  }
  header .mb-s-72 {
    margin-bottom: 72px;
  }
  header .mb-s-80 {
    margin-bottom: 80px;
  }
  header .mb-s-88 {
    margin-bottom: 88px;
  }
  header .mb-s-96 {
    margin-bottom: 96px;
  }
  header .mb-s-104 {
    margin-bottom: 104px;
  }
  header .mb-s-112 {
    margin-bottom: 112px;
  }
  header .mb-s-120 {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 990px) {
  header .mb-sm-0 {
    margin-bottom: 0;
  }
  header .mb-sm-8 {
    margin-bottom: 8px;
  }
  header .mb-sm-16 {
    margin-bottom: 16px;
  }
  header .mb-sm-24 {
    margin-bottom: 24px;
  }
  header .mb-sm-32 {
    margin-bottom: 32px;
  }
  header .mb-sm-40 {
    margin-bottom: 40px;
  }
  header .mb-sm-48 {
    margin-bottom: 48px;
  }
  header .mb-sm-64 {
    margin-bottom: 64px;
  }
  header .mb-sm-72 {
    margin-bottom: 72px;
  }
  header .mb-sm-80 {
    margin-bottom: 80px;
  }
  header .mb-sm-88 {
    margin-bottom: 88px;
  }
  header .mb-sm-96 {
    margin-bottom: 96px;
  }
  header .mb-sm-104 {
    margin-bottom: 104px;
  }
  header .mb-sm-112 {
    margin-bottom: 112px;
  }
  header .mb-sm-120 {
    margin-bottom: 120px;
  }
  header .mt-sm-0 {
    margin-top: 0 !important;
  }
  header .mt-sm-8 {
    margin-top: 8px;
  }
  header .mt-sm-16 {
    margin-top: 16px;
  }
  header .mt-sm-24 {
    margin-top: 24px;
  }
  header .mt-sm-32 {
    margin-top: 32px;
  }
  header .mt-sm-40 {
    margin-top: 40px;
  }
  header .mt-sm-48 {
    margin-top: 48px;
  }
  header .mt-sm-56 {
    margin-top: 56px;
  }
  header .mt-sm-64 {
    margin-top: 64px;
  }
  header .mt-sm-72 {
    margin-top: 72px;
  }
  header .mt-sm-80 {
    margin-top: 80px;
  }
  header .mt-sm-88 {
    margin-top: 88px;
  }
  header .mt-sm-96 {
    margin-top: 96px;
  }
  header .mt-sm-104 {
    margin-top: 104px;
  }
  header .mt-sm-112 {
    margin-top: 112px;
  }
  header .mt-sm-120 {
    margin-top: 120px;
  }
  header .p0-sm {
    padding: 0;
  }
  header .pt-sm-0 {
    padding-top: 0;
  }
  header .pt-sm-8 {
    padding-top: 8px;
  }
  header .pt-sm-16 {
    padding-top: 16px;
  }
  header .pt-sm-24 {
    padding-top: 24px;
  }
  header .pt-sm-32 {
    padding-top: 32px;
  }
  header .pt-sm-40 {
    padding-top: 40px;
  }
  header .pt-sm-48 {
    padding-top: 48px;
  }
  header .pt-sm-64 {
    padding-top: 64px;
  }
  header .pt-sm-72 {
    padding-top: 72px;
  }
  header .pt-sm-80 {
    padding-top: 80px;
  }
  header .pt-sm-88 {
    padding-top: 88px;
  }
  header .pt-sm-96 {
    padding-top: 96px;
  }
  header .pt-sm-104 {
    padding-top: 104px;
  }
  header .pt-sm-112 {
    padding-top: 112px;
  }
  header .pt-sm-120 {
    padding-top: 120px;
  }
  header .pt-sm-160 {
    padding-top: 160px;
  }
  header .pb-sm-0 {
    padding-bottom: 0;
  }
  header .pb-sm-8 {
    padding-bottom: 8px;
  }
  header .pb-sm-16 {
    padding-bottom: 16px;
  }
  header .pb-sm-24 {
    padding-bottom: 24px;
  }
  header .pb-sm-32 {
    padding-bottom: 32px;
  }
  header .pb-sm-40 {
    padding-bottom: 40px;
  }
  header .pb-sm-48 {
    padding-bottom: 48px;
  }
  header .pb-sm-64 {
    padding-bottom: 64px;
  }
  header .pb-sm-72 {
    padding-bottom: 72px;
  }
  header .pb-sm-80 {
    padding-bottom: 80px;
  }
  header .pb-sm-88 {
    padding-bottom: 88px;
  }
  header .pb-sm-96 {
    padding-bottom: 96px;
  }
  header .pb-sm-104 {
    padding-bottom: 104px;
  }
  header .pb-sm-112 {
    padding-bottom: 112px;
  }
  header .pb-sm-120 {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  header .mb-xs-0 {
    margin-bottom: 0;
  }
  header .mb-xs-8 {
    margin-bottom: 8px;
  }
  header .mb-xs-16 {
    margin-bottom: 16px;
  }
  header .mb-xs-24 {
    margin-bottom: 24px;
  }
  header .mb-xs-32 {
    margin-bottom: 32px;
  }
  header .mb-xs-40 {
    margin-bottom: 40px;
  }
  header .mb-xs-48 {
    margin-bottom: 48px;
  }
  header .mb-xs-64 {
    margin-bottom: 64px;
  }
  header .mb-xs-72 {
    margin-bottom: 72px;
  }
  header .mb-xs-80 {
    margin-bottom: 80px;
  }
  header .mb-xs-88 {
    margin-bottom: 88px;
  }
  header .mb-xs-96 {
    margin-bottom: 96px;
  }
  header .mb-xs-104 {
    margin-bottom: 104px;
  }
  header .mb-xs-112 {
    margin-bottom: 112px;
  }
  header .mb-xs-120 {
    margin-bottom: 120px;
  }
  header .mt-xs-0 {
    margin-top: 0 !important;
  }
  header .mt-xs-8 {
    margin-top: 8px;
  }
  header .mt-xs-16 {
    margin-top: 16px;
  }
  header .mt-xs-24 {
    margin-top: 24px;
  }
  header .mt-xs-32 {
    margin-top: 32px;
  }
  header .mt-xs-40 {
    margin-top: 40px;
  }
  header .mt-xs-48 {
    margin-top: 48px;
  }
  header .mt-xs-56 {
    margin-top: 56px;
  }
  header .mt-xs-64 {
    margin-top: 64px;
  }
  header .mt-xs-72 {
    margin-top: 72px;
  }
  header .mt-xs-80 {
    margin-top: 80px;
  }
  header .mt-xs-88 {
    margin-top: 88px;
  }
  header .mt-xs-96 {
    margin-top: 96px;
  }
  header .mt-xs-104 {
    margin-top: 104px;
  }
  header .mt-xs-112 {
    margin-top: 112px;
  }
  header .mt-xs-120 {
    margin-top: 120px;
  }
  header .p0-xs {
    padding: 0;
  }
  header .pt-xs-0 {
    padding-top: 0;
  }
  header .pt-xs-8 {
    padding-top: 8px;
  }
  header .pt-xs-16 {
    padding-top: 16px;
  }
  header .pt-xs-24 {
    padding-top: 24px;
  }
  header .pt-xs-32 {
    padding-top: 32px;
  }
  header .pt-xs-40 {
    padding-top: 40px;
  }
  header .pt-xs-48 {
    padding-top: 48px;
  }
  header .pt-xs-64 {
    padding-top: 64px;
  }
  header .pt-xs-72 {
    padding-top: 72px;
  }
  header .pt-xs-80 {
    padding-top: 80px;
  }
  header .pt-xs-88 {
    padding-top: 88px;
  }
  header .pt-xs-96 {
    padding-top: 96px;
  }
  header .pt-xs-104 {
    padding-top: 104px;
  }
  header .pt-xs-112 {
    padding-top: 112px;
  }
  header .pt-xs-120 {
    padding-top: 120px;
  }
  header .pt-xs-160 {
    padding-top: 160px;
  }
  header .pt-xs-180 {
    padding-top: 180px;
  }
  header .pt-xs-240 {
    padding-top: 240px !important;
  }
  header .pb-xs-0 {
    padding-bottom: 0;
  }
  header .pb-xs-8 {
    padding-bottom: 8px;
  }
  header .pb-xs-16 {
    padding-bottom: 16px;
  }
  header .pb-xs-24 {
    padding-bottom: 24px;
  }
  header .pb-xs-32 {
    padding-bottom: 32px;
  }
  header .pb-xs-40 {
    padding-bottom: 40px;
  }
  header .pb-xs-48 {
    padding-bottom: 48px;
  }
  header .pb-xs-64 {
    padding-bottom: 64px;
  }
  header .pb-xs-72 {
    padding-bottom: 72px;
  }
  header .pb-xs-80 {
    padding-bottom: 80px;
  }
  header .pb-xs-88 {
    padding-bottom: 88px;
  }
  header .pb-xs-96 {
    padding-bottom: 96px;
  }
  header .pb-xs-104 {
    padding-bottom: 104px;
  }
  header .pb-xs-112 {
    padding-bottom: 112px;
  }
  header .pb-xs-120 {
    padding-bottom: 120px;
  }
  header .pb-xs-180 {
    padding-bottom: 180px;
  }
  header .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}



footer {
  /*!---------- 2. MIXINS ----------*/
  /*!---------- 3. TYPOGRAPHY ----------*/
  /*!---------- 3.1. TYPOGRAPHY - LISTS ----------*/
  /*!---------- 4. COLOURS ----------*/
  /*!---------- 5. SECTIONS ----------*/
  /*!---------- 6. BUTTONS ----------*/
  /*!---------- 7. NAVIGATION ----------*/
  /*!---------- 8. TOOLTIPS ----------*/
  /*!---------- 9. ALERTS ----------*/
  /*!---------- 10. ICONS ----------*/
  /*!---------- 11. FORMS ----------*/
  /*!---------- 12. ACCORDIONS ----------*/
  /*!---------- 13. TABBED CONTENT ----------*/
  /*!---------- 14. PROGRESS BARS ----------*/
  /*!---------- 15. STATS ----------*/
  /*!---------- 16. BREADCRUMBS ----------*/
  /*!---------- 17. PAGINATION ----------*/
  /*!---------- 18. ICON FEATURES ----------*/
  /*!---------- 19. PRICING TABLES ----------*/
  /*!---------- 20. PAGE TITLES ----------*/
  /*!---------- 21. WIDGETS ----------*/
  /*!---------- 22. IMAGE TILES ----------*/
  /*!---------- 23. SLIDERS ----------*/
  /*!---------- 24. IMAGE GALLERIES ----------*/
  /*!---------- 25. INTROS ----------*/
  /*!---------- 26. SHOP ----------*/
  /*!---------- 27. VIDEO ----------*/
  /*!---------- 28. BLOG ----------*/
  /*!---------- 29. IMAGE BLOCKS ----------*/
  /*!---------- 30. PORTOFLIO ----------*/
  /*!---------- 31. TESTIMONIALS ----------*/
  /*!---------- 32. COUNTDOWNS ----------*/
  /*!---------- 33. MAPS ----------*/
  /*!---------- 34. TWITTER ----------*/
  /*!---------- 35. MODALS ----------*/
  /*!---------- 36. FOOTERS ----------*/
  /*!---------- 36. SPACING ----------*/
}
footer .btn-fix {
  padding: 5px 26px !important;
}
footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  overflow-x: hidden;
}
footer body.boxed-layout {
  background: #eee;
}
footer body.boxed-layout .main-container {
  background: #fff;
}
footer body.boxed-layout,
footer .boxed-layout .nav-container,
footer .boxed-layout .main-container,
footer .boxed-layout nav {
  max-width: 1366px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
footer ul {
  list-style: none;
}
footer ul.bullets {
  list-style: inside;
}
footer .main-container {
  clear: both;
}
footer hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 24px 0;
  width: 100%;
}
footer hr.short-thick {
  max-width: 50px;
  border-top: 5px solid #ccc;
  opacity: 1 !important;
}
footer .image-bg hr {
  border-color: #fff;
  opacity: .6;
}
footer .image-bg.bg-light hr {
  border-color: #ccc;
  opacity: 1;
}
.bg-dark hr {
  border-color: #555;
}
footer .inline-block {
  display: inline-block;
}
footer .list-inline {
  margin-left: 0;
}
footer .list-inline > li {
  padding: 0 8px;
}
footer .list-inline > li:last-child {
  padding-right: 0;
}
footer .list-inline > li:first-child {
  padding-left: 0;
}
footer .bg-primary .list-inline i {
  color: #bdc69c;
}
footer .overflow-hidden {
  overflow: hidden;
}
footer .display-block {
  display: block;
}
footer .show-grid {
  border: 1px dashed rgba(255, 255, 255, 0);
  padding: 8px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  cursor: default;
}
footer .show-grid:hover {
  border-color: #222;
}
footer .right {
  right: 0;
}
footer .relative {
  position: relative;
  z-index: 2;
}
footer .clearboth {
  clear: both;
}
footer .spread-children * {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
footer .spread-children-large * {
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
}
footer .container {
  position: relative;
}
footer .vnu {
  display: inline;
}
footer .row-gapless > div[class*='col-'] {
  padding: 0;
}
@media all and (max-width: 1100px) {
  footer .col-md-push-1 {
    left: 0;
  }
}
@media all and (max-width: 768px) {
  footer .pull-left-sm {
    float: left !important;
  }
  footer .overflow-hidden-xs {
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  footer .spread-children * {
    margin-left: 6px;
    margin-right: 6px;
  }
}
footer .v-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
footer .v-align-children-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
footer .disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 990px) {
  footer .v-align-children {
    display: block !important;
  }
}
footer .v-align-transform {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 45%;
  z-index: 2;
}
footer .align-bottom {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
footer .align-top {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 767px) {
  footer .text-center-xs {
    text-align: center !important;
  }
}
footer .bold {
  font-weight: 600 !important;
}
footer .thin {
  font-weight: 100 !important;
}
@media all and (max-width: 767px) {
  footer .thin {
    font-weight: 300 !important;
  }
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer ul,
footer ol,
footer pre,
footer table,
footer blockquote,
footer input,
footer button,
footer select,
footer textarea {
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-weight: 300;
  color: #292929;
}
footer h1,
footer .h1 {
  font-size: 56px;
  line-height: 64px;
}
footer h1.large {
  font-size: 72px;
  line-height: 80px;
  font-weight: 100;
}
@media all and (max-width: 990px) {
  footer h1.large {
    font-size: 56px;
    line-height: 64px;
  }
}
footer h2 {
  font-size: 40px;
  line-height: 48px;
}
footer h3 {
  font-size: 32px;
  line-height: 40px;
}
footer h4 {
  font-size: 24px;
  line-height: 32px;
}
footer h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
footer h6,
footer .h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  footer h1,
  footer h1.large,
  footer .h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
  }
  footer h2 {
    font-size: 32px;
    line-height: 40px;
  }
  footer h3 {
    font-size: 24px;
    line-height: 32px;
  }
  footer h4 {
    font-size: 18px;
    line-height: 26px;
  }
  footer h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  footer h6,
  footer .h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
  }
}
footer .uppercase {
  font-weight: 400;
  text-transform: uppercase;
}
footer h1.uppercase {
  letter-spacing: 17px;
  margin-right: -17px;
}
footer h2.uppercase {
  letter-spacing: 10px;
  margin-right: -10px;
}
footer h3.uppercase {
  letter-spacing: 6px;
  margin-right: -6px;
}
footer h4.uppercase {
  letter-spacing: 3px;
  margin-right: -3px;
}
footer h5.uppercase {
  letter-spacing: 2px;
  margin-right: -2px;
}
footer h6.uppercase,
footer .h6-u {
  letter-spacing: 2px;
  font-weight: 700;
}
footer .bold-h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
footer p,
footer span {
  font-weight: 400;
}
footer p.lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
footer .sub {
  font-size: 12px;
}
@media all and (max-width: 767px) {
  footer p.lead {
    font-size: 13px;
    line-height: 24px;
  }
  footer p {
    font-size: 12px;
  }
}
footer a,
footer a:visited,
footer a:focus,
footer a:active,
footer a:hover {
  text-decoration: none;
  outline: none;
}
footer a {
  font-weight: 600;
  color: #6BB9AE;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: poitner;
}
footer .image-bg a,
footer .bg-primary a {
  color: #fff;
}
footer .image-bg a:hover,
footer .bg-primary a:hover {
  color: #fff;
  opacity: .9;
}
footer .bg-light a {
  color: #6BB9AE;
}
footer .bg-light a:hover {
  color: #6BB9AE;
  opacity: 1;
}
footer a:hover {
  color: #4E877F;
  text-decoration: none;
}
footer .label {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #6BB9AE;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 10px;
  vertical-align: middle;
}
footer blockquote {
  overflow: hidden;
  font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
  background: #f5f5f5;
  padding: 32px;
  color: #777;
  font-weight: 300;
}
footer .bg-secondary blockquote {
  background: #fff;
  border-color: #6BB9AE;
}
footer blockquote .author {
  font-size: 12px;
  display: block;
  float: right;
  margin-top: 16px;
}
footer .number {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .columns-2 {
  column-count: 2;
  -webkit-column-count: 2;
}
@media all and (max-width: 767px) {
  footer br {
    display: none;
  }
  footer blockquote {
    font-size: 16px;
    line-height: 32px;
  }
  footer .columns-2 {
    column-count: 1;
    -webkit-column-count: 1;
  }
}
footer .text-left {
  text-align: left !important;
}
@media all and (max-width: 767px) {
  footer .text-left-xs {
    text-align: left !important;
  }
}
footer ul[data-bullet] li {
  line-height: 32px;
}
footer ul[data-bullet] li i:first-child {
  margin-right: 16px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  display: inline-block;
}
footer ul.lead li {
  font-size: 16px;
  line-height: 40px;
}
footer .bg-primary {
  background: #6BB9AE !important;
}
footer .bg-secondary {
  background: #f8f8f8;
}
footer .bg-white {
  background: #fff;
}
.bg-dark {
  background: #292929;
}
footer .color-body {
  color: #666;
}
footer .color-primary {
  color: #6BB9AE !important;
}
footer .color-red {
  color: #e31d3b !important;
}
footer .color-white {
  color: #fff;
}
footer section,
footer {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
footer {
  padding: 72px 0;
}
footer .fullscreen {
  height: 100vh;
}
.bg-dark h1,
footer nav.bg-dark h1,
footer.bg-dark h1,
footer .bg-primary h1,
.bg-dark h2,
footer nav.bg-dark h2,
footer.bg-dark h2,
footer .bg-primary h2,
.bg-dark h3,
footer nav.bg-dark h3,
footer.bg-dark h3,
footer .bg-primary h3,
.bg-dark h4,
footer nav.bg-dark h4,
footer.bg-dark h4,
footer .bg-primary h4,
.bg-dark h5,
footer nav.bg-dark h5,
footer.bg-dark h5,
footer .bg-primary h5,
.bg-dark h6,
footer nav.bg-dark h6,
footer.bg-dark h6,
footer .bg-primary h6 {
  color: #ffffff;
}
.bg-dark p,
footer nav.bg-dark p,
footer.bg-dark p,
footer .bg-primary p,
.bg-dark span,
footer nav.bg-dark span,
footer.bg-dark span,
footer .bg-primary span,
.bg-dark li,
footer nav.bg-dark li,
footer.bg-dark li,
footer .bg-primary li {
  color: #fefefe;
}
@media all and (max-width: 767px) {
  footer section {
    padding: 80px 0;
  }
}
footer .overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0.3;
  z-index: 2;
}
footer .overlay-deep:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #002026;
  opacity: 0.45;
  z-index: 2;
}
footer .overlay-heavy:before {
  opacity: .6;
}
footer .bg-light.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.1;
  z-index: 2;
}
footer .image-bg h1,
footer .image-bg h2,
footer .image-bg h3,
footer .image-bg h4,
footer .image-bg h5,
footer .image-bg h6 {
  color: #ffffff;
}
footer .image-bg p,
footer .image-bg span,
footer .image-bg li {
  color: #ffffff;
}
footer .image-bg .container,
footer .image-bg div[class*='col-'] {
  position: relative;
  z-index: 3;
}
footer .container.image-bg .row {
  position: relative;
  z-index: 3;
}
footer .background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
footer .background-image-holder img {
  display: none;
}
footer .background-multiply .background-image-holder {
  background-color: #6BB9AE !important;
  background-blend-mode: multiply;
}
footer .background-image-holder.fadeIn {
  opacity: 1;
}
footer .parallax > .background-image-holder,
footer .parallax .slides li > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
footer .parallax:first-child .slides li > .background-image-holder,
footer .parallax:first-child .background-image-holder {
  top: 0;
}
footer .main-container > a:first-child + .parallax .background-image-holder {
  top: 0;
}
@media all and (max-width: 767px) {
  footer .parallax > .background-image-holder,
  footer .parallax .slides li > .background-image-holder {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}
footer .btn {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0px solid #6BB9AE;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  color: #207CA2;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
}
footer .btn:last-child,
footer .btn:last-of-type {
  margin-right: 0;
}
footer .btn:hover {
  background: #0E4B63;
  color: #fff;
}
footer .btn-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  min-width: 0;
  padding: 0;
  line-height: 38px;
}
footer .btn-lg {
  height: 50px;
  line-height: 49px;
  min-width: 200px;
  font-size: 16px;
  font-weight: 400;
}
footer .btn-icon.btn-lg {
  width: 50px;
  height: 50px;
  line-height: 49px;
  font-size: 24px;
  min-width: 0;
}
footer .btn-icon.btn-sm {
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  min-width: 0;
  padding: 0 0 0 1px!important;
}
footer .btn-sm {
  height: 30px;
  font-size: 11px;
  line-height: 18px;
  min-width: 0;
}
footer .btn-filled {
  background: #F89E5A;
  color: #fff;
  border: 0px;
}
footer .btn-filled:hover {
  background: #F26732;
}
footer .btn-white,
footer .image-bg .btn,
footer .image-bg .btn:visited {
  color: #fff;
  border-color: #fff;
}
footer .btn-white:hover,
footer .image-bg .btn:hover,
footer .image-bg .btn:visited:hover {
  background: #F26732;
  color: #ffffff;
}
footer .image-bg .btn.btn-filled,
footer .image-bg .btn-filled:visited {
  border-color: none;
}
footer .image-bg .btn-filled:hover {
  border-color: none;
}
footer .btn-rounded {
  border-radius: 25px;
}
footer body.btn-rounded .btn {
  border-radius: 25px !important;
}
footer .bg-light .btn {
  border-color: #222;
  color: #222;
}
footer .bg-light .btn:visited,
footer .bg-light .btn:visited:hover {
  color: #222;
}
footer .bg-light .btn-filled,
footer .bg-light .btn-filled:visited {
  color: #fff;
}
footer .btn:visited {
  color: #6BB9AE;
}
footer .btn-white:visited,
footer .btn:visited:hover {
  color: #fff;
}
footer .btn-white:visited:hover {
  color: #222;
}
footer .btn-filled:visited {
  color: #fff;
}
footer .btn.bg-dark {
  color: #fff;
  border-color: #292929;
}
footer .btn.bg-dark:hover {
  background: #434343;
}
footer .bg-primary .btn {
  color: #fff;
  border-color: #fff;
}
footer .bg-primary .btn:hover {
  background: #fff;
  color: #6BB9AE;
}
footer .nav-container {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
footer nav {
  background: #fff;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
footer nav ul {
  margin-bottom: 0;
}
footer .module {
  display: inline-block;
  padding: 0 32px;
}
footer .module-group {
  display: inline-block;
}
footer .module.left,
footer .module-group.left {
  float: left;
}
footer .module.right,
footer .module-group.right {
  float: right;
}
footer nav .btn {
  margin: 0;
  height: auto;
}
footer .nav-utility {
  height: 45px;
  line-height: 43px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
footer .nav-utility i {
  position: relative;
  top: 1px;
}
footer .nav-bar {
  height: 80px;
  max-height: 80px;
  line-height: 78px;
  border-bottom: 1px solid #ccc;
}
footer .nav-bar .module,
footer .nav-bar .module-group {
  height: 80px;
}
footer .nav-bar a {
  display: inline-block;
  height: 65px;
}
footer .logo {
  max-height: 60%;
}
footer .logo-light {
  display: none;
}
footer nav.nav-centered .logo {
  max-height: 64px;
  margin: 64px 0 40px 0;
}
footer nav.bg-dark .logo-light {
  display: inline;
}
footer nav.bg-dark .logo-dark {
  display: none;
}
footer .has-dropdown {
  padding-right: 18px;
}
footer .has-dropdown:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  content: "\e64b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
footer .menu {
  width: 100%;
  height: 55px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .menu.inline-block {
  width: auto;
}
footer .menu li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #292929;
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}
footer .menu li a:hover {
  opacity: 1 !important;
}
footer .menu > li {
  margin-right: 32px;
  float: left;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
footer .menu > li:last-child {
  margin-right: 0;
}
footer .menu > li:last-child > ul {
  right: 0;
}
footer .menu > li:last-child > ul ul {
  left: auto;
  right: 100%;
}
footer .menu > li ul {
  width: 200px;
  padding: 8px 0;
  background: #292929;
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  visibility: hidden;
  margin-top: -1px;
}
footer .menu > li > ul > li {
  position: relative;
  line-height: 24px;
  width: 100%;
  vertical-align: top;
}
footer .menu > li > ul > li i {
  display: inline-block;
  margin-right: 2px;
}
footer .menu > li > ul > .has-dropdown:after {
  color: #fff;
  top: 5px;
  right: 24px;
  content: "\e649";
}
footer .menu > li > ul li a {
  color: #fff;
  height: auto;
  padding: 6px 24px;
}
footer .menu > li > ul > li > ul {
  left: 100%;
  top: 0;
}
footer .menu > li:hover > ul {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}
footer .menu > li > ul > li:hover > ul,
footer .has-dropdown:hover .mega-menu ul {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}
footer .mega-menu {
  width: auto !important;
  white-space: nowrap;
  line-height: 24px;
}
footer .mega-menu ul {
  position: relative !important;
  left: auto !important;
  padding: 0 !important;
}
footer .mega-menu > li {
  width: 200px !important;
  overflow: hidden;
  display: inline-block;
}
footer .mega-menu .title {
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  padding: 6px 24px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
footer .make-right {
  right: 0;
}
footer .module.widget-handle {
  border-left: 1px solid #ccc;
  padding: 50 24px;
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
footer nav.nav-centered .module.widget-handle {
  border: none !important;
}
@media all and (max-width: 1100px) {
  footer .module.widget-handle {
    padding: 0 16px;
  }
}
footer .module.widget-handle i {
  font-size: 15px;
  line-height: 53px;
  opacity: 0.5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .module.widget-handle:hover i,
footer .module.active i {
  opacity: 1;
}
footer .widget-handle .function {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: default;
  width: 200px;
  background: #f1f1f1;
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  visibility: hidden;
  margin-top: -1px;
  right: 0;
}
footer .module.widget-handle:hover .function {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}
footer .module.widget-handle .title {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  display: none;
  opacity: .5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .module.widget-handle .title:hover {
  opacity: 1;
}
footer .widget-handle .cart {
  position: relative;
}
footer .widget-handle .cart .label {
  width: 17px;
  height: 17px;
  font-size: 10px;
  line-height: 17px;
  padding: 0;
  text-align: center;
  position: absolute;
  background: #6BB9AE;
  top: 10px;
  right: -10px;
  border-radius: 50%;
}
footer .widget-handle .search-form {
  padding: 0px;
  display: block;
  width: 100%;
  line-height: 0px;
}
footer .widget-handle .search-form input {
  margin: 0;
  font-size: 16px;
}
footer nav .widget {
  margin: 0;
  padding: 24px;
}
footer nav .widget .title {
  display: none !important;
}
footer nav .widget,
footer nav .widget a:not(.btn) {
  color: #fff;
}
footer nav .widget hr {
  border-color: #777;
  margin-bottom: 16px;
}
footer nav .widget hr:first-of-type {
  display: none;
}
footer .cart-widget-handle .function {
  width: auto;
  background: #fff;
}
footer .cart-widget-handle .function span {
  color: #222 !important;
}
footer nav .cart-overview {
  min-width: 300px;
  margin-bottom: 16px;
}
footer nav .cart-overview a {
  height: auto;
}
footer .language .menu > li ul {
  max-width: 150px;
}
footer .nav-open {
  max-height: 10000px !important;
  height: auto !important;
}
footer .nav-open .mobile-toggle {
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1120px) {
  footer .menu > li {
    margin-right: 24px;
  }
}
footer .has-offscreen-nav .main-container {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
footer .offscreen-container {
  position: fixed;
  transform: translate3d(200%, 0, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  -moz-transform: translate3d(200%, 0, 0);
  width: 50%;
  top: 0;
  height: 100%;
  min-height: 100vh;
  z-index: 20;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  overflow: hidden;
}
footer .offscreen-container.reveal-nav {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
}
footer .main-container.reveal-nav {
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
}
footer .offscreen-left .offscreen-container {
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
}
footer .offscreen-left .offscreen-container.reveal-nav {
  transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
}
footer .offscreen-left .main-container.reveal-nav,
footer .offscreen-left nav.reveal-nav {
  transform: translate3d(50%, 0, 0) !important;
  -webkit-transform: translate3d(50%, 0, 0) !important;
  -moz-transform: translate3d(50%, 0, 0) !important;
}
footer .offscreen-container .close-nav {
  position: absolute;
  right: 24px;
  top: 16px;
  z-index: 24;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
footer .offscreen-container .close-nav:hover {
  opacity: 1;
}
footer .offscreen-container.bg-dark .close-nav i {
  color: #fff;
}
@media all and (max-width: 990px) {
  footer .offscreen-container {
    width: 100vw;
  }
  footer .offscreen-container.reveal-nav {
    transform: translate3d(0vw, 0, 0);
    -webkit-transform: translate3d(0vw, 0, 0);
    -moz-transform: translate3d(0vw, 0, 0);
  }
  footer .main-container.reveal-nav {
    transform: none !important;
  }
}
@media all and (max-width: 990px) {
  footer nav.fixed {
    position: absolute !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  footer nav.outOfSight {
    transform: translate3d(0, 0px, 0) !important;
    -webkit-transform: translate3d(0, 0px, 0) !important;
    -moz-transform: translate3d(0, 0px, 0) !important;
  }
  footer .nav-bar,
  footer .nav-bar .module-group,
  footer .nav-bar .module {
    height: auto;
    overflow: hidden;
  }
  footer .nav-bar .module {
    padding: 0 16px;
  }
  footer .nav-bar .module-group {
    width: 100%;
    padding: 16px 0;
  }
  footer .nav-bar .module-group .module {
    display: block;
    float: none;
    width: 100%;
  }
  footer nav.nav-centered .logo {
    margin: 24px 0 16px 0;
    max-height: 40px;
  }
  footer .menu {
    height: auto;
  }
  footer .menu.inline-block {
    width: 100%;
  }
  footer .menu a {
    height: auto;
    line-height: 24px;
    padding: 4px 0;
  }
  footer .menu li {
    line-height: 24px;
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  footer .menu > li ul {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    left: 0;
  }
  footer .menu > li > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
  }
  footer .menu > li > ul > .has-dropdown:after {
    content: "\e64b";
  }
  footer .menu > li > ul > li > ul {
    left: 0;
    display: none;
    padding: 0;
  }
  footer .menu > li > ul li a,
  footer .mega-menu .title {
    padding: 4px 16px;
  }
  footer .has-dropdown .has-dropdown li {
    padding-left: 18px;
  }
  footer .has-dropdown {
    padding-right: 0;
  }
  footer .mega-menu {
    margin-left: 0 !important;
  }
  footer .mega-menu li {
    width: 100% !important;
  }
  footer .toggle-sub > ul,
  footer .toggle-sub .mega-menu ul {
    display: block !important;
  }
  footer .module.widget-handle {
    border-left: none;
    border-top: 0px solid #ccc;
    line-height: 40px;
    min-height: 40px;
  }
  footer .module.widget-handle .menu {
    line-height: 40px;
  }
  footer .module.widget-handle .menu li {
    line-height: 40px;
  }
  footer .module.widget-handle i {
    line-height: 40px;
  }
  footer .module.widget-handle .title {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-left: 8px;
  }
  footer .widget-handle .function {
    width: 100%;
    position: relative;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
    margin-top: 0;
    display: none;
    box-shadow: none !important;
  }
  footer .toggle-widget-handle .function {
    display: block !important;
  }
  footer .widget-handle .cart .label {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    top: 18px;
  }
  footer .mobile-toggle {
    border-left: 0px solid #ccc !important;
    border-bottom: none !important;
  }
  footer .mobile-toggle i {
    line-height: 63px !important;
  }
  footer .mobile-toggle.absolute-xs {
    position: absolute;
    top: 0;
  }
  footer nav.nav-centered .mobile-toggle {
    width: 100%;
  }
  footer nav.bg-dark .module.widget-handle {
    border-top: 1px solid #444;
  }
  footer nav.bg-dark .mobile-toggle {
    border-left: 1px solid #444 !important;
  }
  footer nav.bg-dark .nav-open .mobile-toggle {
    border-bottom: 1px solid #444;
  }
}
footer nav.outOfSight {
  transform: translate3d(0, -200px, 0);
  -webkit-transform: translate3d(0, -200px, 0);
  -moz-transform: translate3d(0, -200px, 0);
}
footer nav.scrolled {
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer nav.fixed,
footer nav.absolute {
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
}
footer nav.absolute {
  position: absolute;
}
footer nav.fixed {
  position: fixed;
  visibility: hidden;
  opacity: 0;
}
footer nav.fixed .nav-utility {
  display: none;
}
footer nav.fixed.scrolled {
  visibility: visible;
  opacity: 1;
}
footer nav.transparent .menu > li > a,
footer nav.transparent .module.widget-handle i,
footer nav.transparent .nav-utility {
  color: #fff;
}
footer nav.transparent .nav-utility,
footer nav.transparent .nav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
footer nav.transparent .module.widget-handle {
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}
footer nav.transparent .menu > li > a,
footer nav.transparent .module.widget-handle i {
  opacity: 1;
}
footer nav.transparent .has-dropdown:after {
  color: #fff;
}
footer nav.transparent .logo-dark {
  display: none;
}
footer nav.transparent .logo-light {
  display: inline;
}
footer nav.transparent {
  background: rgba(0, 0, 0, 0.25);
}
footer .has-offscreen-nav > nav.fixed {
  opacity: 1;
  transform: none;
  visibility: visible;
}
@media all and (max-width: 990px) {
  footer nav.transparent .nav-open {
    background: #fff;
  }
  footer nav.transparent .nav-open .menu > li > a,
  footer nav.transparent .nav-open .module.widget-handle i,
  footer nav.transparent .nav-open .nav-utility {
    color: #292929;
  }
  footer nav.transparent .nav-open .logo-dark {
    display: inline;
  }
  footer nav.transparent .nav-open .logo-light {
    display: none;
  }
  footer nav.transparent .nav-open .has-dropdown:after {
    color: #292929;
  }
  footer .menu > li:last-child > ul ul {
    right: 0;
  }
}
footer nav.transparent.fixed {
  background: #fff;
}
footer nav.transparent.fixed .logo-light {
  display: none;
}
footer nav.transparent.fixed .logo-dark {
  display: inline;
}
footer nav.transparent.fixed .menu > li > a,
footer nav.transparent.fixed .module.widget-handle i {
  color: #292929;
}
footer nav.transparent.fixed .menu > .has-dropdown:after {
  color: #fff;
  color: #292929;
}
footer nav.transparent.fixed .module.widget-handle {
  border-left: 1px solid #ccc;
}
footer nav.transparent.fixed .menu > li > a,
footer nav.transparent.fixed .module.widget-handle i {
  opacity: .5;
}
footer nav.bg-dark .menu > li > a,
footer nav.bg-dark .module.widget-handle i,
footer nav.bg-dark .nav-utility {
  color: #fff;
  opacity: .7;
}
footer nav.bg-dark .module.widget-handle {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
footer nav.bg-dark .nav-utility,
footer nav.bg-dark .nav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer nav.transparent.fixed.bg-dark {
  background: #292929;
}
footer nav.transparent.fixed.bg-dark .menu > li > a,
footer nav.transparent.fixed.bg-dark .module.widget-handle i {
  color: #fff;
}
footer nav.nav-centered.outOfSight .logo {
  display: none;
}
footer .tooltip {
  font-weight: 600;
  font-size: 13px;
}
footer .tooltip-inner {
  border-radius: 0;
  padding: 9px 24px 12px 24px;
}
footer .alert {
  margin-bottom: 24px;
  background: none;
  border-radius: 0;
  font-weight: 600;
  padding: 12px 16px;
}
footer .alert .close {
  opacity: 1;
  font-size: 24px;
  top: -2px;
  right: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .alert .close span {
  font-weight: 400;
}
footer .alert-warning {
  border: 1px solid #d88519;
  color: #d88519;
}
footer .alert-success {
  border: 1px solid #60b963;
  color: #60b963;
}
footer .alert-danger {
  border: 1px solid #c64444;
  color: #c64444;
}
footer .icon {
  font-size: 64px;
  display: inline-block;
  color: #292929;
}
footer .image-bg.bg-light .icon {
  color: #292929;
}
footer .image-bg .icon,
.bg-dark .icon {
  color: #fff;
}
footer .icon-lg {
  font-size: 80px;
}
footer .icon-sm {
  font-size: 32px;
}
footer .icon-xs {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  footer .icon {
    font-size: 48px;
  }
  footer .icon-lg {
    font-size: 64px;
  }
  footer .icon-sm {
    font-size: 18px;
  }
  footer .icon-xs {
    font-size: 16px;
  }
}
footer .embelish-icons {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: scale(10);
  -webkit-transform: scale(10);
  left: 50%;
  opacity: 0.05;
  z-index: -1;
}
footer input,
footer button,
footer select,
footer textarea {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer input[type="text"],
footer button,
footer textarea,
footer select,
footer input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
footer .bg-secondary input[type="text"],
footer .bg-secondary textarea,
footer .bg-secondary select {
  background: #fff;
}
footer .input-lh {
  line-height: 50px;
}
footer .attempted-submit .field-error {
  outline: 1px red !important;
}
footer .input-with-label span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #292929;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  cursor: default;
}
footer input[type="text"],
footer input[type="password"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
footer .image-bg input[type="text"],
footer .image-bg textarea {
  color: #555;
}
footer .image-bg.bg-light input.transparent,
footer .image-bg.bg-light button.transparent {
  border-color: #292929;
}
footer input.transparent,
footer button.transparent {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important	;
}
footer input[type="text"]:focus,
footer input[type="password"]:focus {
  outline: 1px solid #ccc;
}
footer textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}
footer textarea:focus {
  outline: 1px solid #ccc;
}
footer ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
footer :-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
footer ::-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
footer :-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
footer input.transparent::-webkit-input-placeholder,
footer button.transparent::-webkit-input-placeholder {
  color: #fff;
}
footer input.transparent::-moz-input-placeholder,
footer button.transparent::-moz-input-placeholder {
  color: #fff;
}
footer input.transparent:-moz-input-placeholder,
footer button.transparent:-moz-input-placeholder {
  color: #fff;
}
footer input.transparent:-ms-input-placeholder,
footer button.transparent:-ms-input-placeholder {
  color: #fff;
}
footer input[type="submit"],
footer button[type="submit"] {
  height: 50px;
  line-height: 48px;
  border: 2px solid #6BB9AE;
  background: #6BB9AE;
  color: #fff;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0 !important;
}
footer .bg-primary input[type="submit"],
footer .bg-primary button[type="submit"] {
  background: #fff;
  color: #6BB9AE;
}
footer input[type="submit"]:focus,
footer button[type="submit"]:focus {
  outline: none;
}
footer input[type="submit"].hollow,
footer button[type="submit"].hollow {
  background: none;
  border: 2px solid #6BB9AE;
  color: #6BB9AE;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer input[type="submit"].hollow:hover,
footer button[type="submit"].hollow:hover {
  background: #6BB9AE;
  color: #fff;
}
footer .select-option {
  position: relative;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  margin-bottom: 24px;
}
footer .select-option i {
  position: absolute;
  font-size: 18px;
  right: 20px;
  top: 14px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
footer .select-option:focus i {
  color: #fff;
}
footer .select-option select {
  margin-bottom: 0;
}
footer select {
  height: 50px;
  background: #f5f5f5;
  width: 100%;
  border-radius: 0;
  border: none;
  outline: none;
  padding-left: 20px;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
footer select:focus {
  background: #eee;
}
footer select:active,
footer select:focus,
footer select:hover {
  outline: none;
  border: none;
}
footer .checkbox-option,
footer .radio-option {
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #6BB9AE;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 24px;
}
footer .checkbox-option .inner,
footer .radio-option .inner {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #6BB9AE;
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
footer .checkbox-option.checked .inner {
  transform: translate3d(25px, 0, 0);
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(25px, 0, 0);
  background: #6BB9AE;
}
footer .checkbox-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
footer .radio-option {
  width: 25px;
  height: 25px;
  text-align: left;
}
footer .radio-option:nth-of-type(n+2) {
  margin-left: 24px;
}
footer .radio-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
footer .radio-option .inner {
  border: none;
  width: 19px;
  height: 19px;
  left: 2px;
  transform: scale(0);
  -webkit-transform: scale(0);
}
footer .radio-option + span {
  display: inline-block;
  line-height: 25px;
}
footer .radio-option.checked .inner {
  transform: scale(1);
  -webkit-transform: scale(1);
}
footer .radio-option.checked .inner {
  background: #6BB9AE;
}
@media all and (min-width: 991px) {
  footer input.col-md-6,
  footer button.col-md-6 {
    width: 49%;
    float: left;
  }
  footer input.col-md-6:first-of-type,
  footer button.col-md-6:first-of-type {
    margin-right: 1%;
  }
  footer input.col-md-6:last-of-type,
  footer button.col-md-6:last-of-type {
    margin-left: 1%;
  }
}
footer form.thirds input,
footer form.thirds button {
  width: 32%;
  float: left;
  margin-left: 1%;
  margin-bottom: 16px;
}
footer form.halves input,
footer form.halves button {
  width: 46%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 16px;
}
footer form.halves p,
footer form.thirds p,
footer form.halves span,
footer form.thirds span {
  clear: both;
}
footer .form-error,
footer .form-success {
  background: #58ce38;
  padding: 12px;
  width: 80%;
  color: #fff;
  clear: both;
  display: block;
  max-width: 700px;
  position: relative;
  top: 16px;
  margin: 0 auto;
  word-break: break-word;
}
footer .form-error {
  background: #ce3838;
}
footer .form-error a,
footer .form-success a {
  display: block;
  color: #fff;
}
footer .attempted-submit .field-error {
  outline: 1px solid #ce3838 !important;
}
footer form iframe.mail-list-form {
  display: none;
}
footer .form-loading {
  border: 3px solid #ffffff;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  z-index: 99999;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
footer button[type="submit"] .form-loading {
  height: 25px;
  width: 25px;
  display: inline-block;
  top: 9px;
  position: relative;
  left: 0;
}
footer .btn-white .form-loading {
  border: 3px solid #c8c8c8;
}
@media all and (max-width: 767px) {
  footer form.thirds input,
  footer form.halves input,
  footer form.thirds button,
  footer form.halves button {
    width: 100%;
    margin-bottom: 8px;
    float: left;
    margin-left: 0;
  }
}
footer .accordion .title {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
footer .accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
footer .accordion li.active .content {
  max-height: 400px;
}
footer .accordion p:last-child {
  margin-bottom: 0;
}
footer .accordion-1 li {
  margin-bottom: 10px;
}
footer .accordion-1 li:last-child {
  margin-bottom: 0;
}
footer .accordion-1 .title {
  background: #f5f5f5;
  padding: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .bg-secondary .accordion-1 .title {
  background: #ebebeb;
}
footer .bg-secondary .accordion-1 .title:hover {
  background: #e4e4e4;
}
footer .accordion-1 .title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
footer .accordion-1 .active .title {
  background: #91a05c;
  color: #fff;
}
footer .accordion-1 .content {
  border: 1px solid #eee;
  border-top: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
footer .accordion-1 .content p {
  padding: 13px;
}
footer .accordion-1 .active .content {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
footer .accordion-1 .title:hover {
  background: #eee;
}
footer .accordion-1 .active .title:hover {
  background: #91a05c;
}
footer .accordion-2 .title {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .7;
}
footer .accordion-2 .title:before {
  content: "\e622";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
footer .accordion-2 .active .title {
  opacity: 1;
}
footer .accordion-2 .active .title:before {
  content: '\e61a';
}
footer .accordion-2 .content p {
  padding: 16px 0;
}
footer .accordion-2 .title:hover {
  opacity: 1;
}
footer .tabs {
  overflow: hidden;
}
footer .tabs li {
  display: inline-block;
  cursor: pointer;
}
footer .tabs.thirds {
  width: 100%;
}
footer .tabs.thirds li {
  width: 33.3333333%;
}
footer .tabs.thirds .tab-title {
  width: 100%;
}
footer .button-tabs .tabs {
  display: inline-block;
  overflow: hidden;
}
footer .button-tabs .tabs > li {
  margin-bottom: 8px;
  float: left;
}
footer .button-tabs .tabs > li:last-child {
  margin-right: 0;
}
footer .button-tabs .tab-title {
  padding: 13px;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  background: #f5f5f5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .bg-secondary .button-tabs .tab-title {
  background: #eee;
}
footer .button-tabs .tab-title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
footer .button-tabs .active .tab-title {
  background: #91a05c;
  color: #fff;
}
footer .button-tabs .tab-title:hover {
  background: #eee;
}
footer .button-tabs .active .tab-title:hover {
  background: #91a05c;
}
footer .button-tabs.vertical {
  overflow: hidden;
}
footer .button-tabs.vertical > .tabs {
  max-width: 30%;
  float: left;
}
footer .button-tabs.vertical > .content {
  padding-left: 3%;
  max-width: 70%;
  float: right;
}
footer .button-tabs.vertical > .tabs li,
footer .button-tabs.vertical .tab-title {
  width: 100%;
}
footer .button-tabs.vertical > .tabs li {
  margin-bottom: 10px;
}
.bg-dark .button-tabs .tab-title span {
  color: #222;
}
@media all and (max-width: 767px) {
  footer .button-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px;
  }
  footer .button-tabs.vertical .tabs,
  footer .button-tabs.vertical .content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
footer .tabbed-content .content > li {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: none;
}
footer .tabbed-content .content .active {
  opacity: 1;
  visibility: visible;
  display: block;
}
footer .text-tabs .tabs {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  overflow: visible;
}
footer .text-tabs.no-border .tabs {
  border-bottom: none;
}
footer .text-tabs .tab-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0 24px;
  opacity: 0.5;
  position: relative;
}
footer .text-tabs .tab-title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}
footer .text-tabs .tab-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #F26732;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  bottom: -12px;
  left: 0;
}
footer .text-tabs .active .tab-title {
  opacity: 1;
  color: #F26732;
}
footer .bg-primary .text-tabs .tab-title:after {
  background: #F26732;
}
footer .text-tabs .active .tab-title:after {
  opacity: 1;
}
footer .text-tabs .tab-title:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  footer .text-tabs .tabs {
    padding-bottom: 0;
  }
  footer .text-tabs .tabs li {
    width: 49%;
    margin-bottom: 10px;
  }
  footer .text-tabs .tab-title:after {
    display: none;
  }
  footer .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
    padding-left: 24px;
  }
}
footer .icon-tabs .tabs li {
  width: 24.5%;
  margin-bottom: 24px;
}
footer .icon-tabs .tab-title {
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
footer .icon-tabs .tab-title:hover {
  opacity: 1;
}
footer .icon-tabs .active .tab-title {
  color: #91a05c;
  opacity: 1;
}
footer .icon-tabs .active .tab-title i {
  color: #91a05c;
}
footer .image-bg .icon-tabs .active .tab-title i {
  color: #fff;
}
footer .icon-tabs .tab-title i {
  display: block;
  margin-bottom: 16px;
}
footer .icon-tabs .tab-title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  footer .icon-tabs .tabs li {
    margin-bottom: 16px;
    margin-right: 0;
    width: 49%;
  }
  footer .icon-tabs .tab-title i {
    font-size: 32px;
  }
}
footer .progress-bars {
  margin-bottom: 24px;
}
footer .progress {
  height: auto;
  box-shadow: none;
}
footer .progress-bar {
  background: #91a05c;
  box-shadow: none !important;
}
footer .bg-primary .progress-bar {
  background: #a3b075;
}
footer .progress-1 {
  height: 32px;
  margin-bottom: 8px;
  border-radius: 0;
  border: none;
}
footer .progress-1:last-child {
  margin-bottom: 0;
}
footer .progress-1 .progress-bar {
  text-align: right;
  padding-right: 12px;
  line-height: 32px;
  border-radius: 0;
}
footer .progress-1 .progress-bar span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
}
footer .progress-2 {
  height: auto;
  background: none;
  text-align: center;
  margin-bottom: 8px;
}
footer .progress-2 span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}
footer .progress-2 .bar-holder {
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #91a05c;
}
footer .bg-primary .progress-2 .bar-holder {
  border-color: #abb782;
}
footer .stat-2 h1 {
  font-size: 80px;
  line-height: 88px;
}
footer .stat-3 h1 {
  margin-bottom: 8px;
  font-size: 72px;
  line-height: 80px;
}
footer .stat-3 h6 {
  margin-bottom: 0;
}
footer .breadcrumb {
  margin-bottom: 24px;
}
footer .breadcrumb-2 {
  background: none;
  padding: 0;
}
footer .breadcrumb-2 li a,
footer .breadcrumb-2 li {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
  font-weight: 600;
}
footer .breadcrumb-2 > li + li:before {
  padding: 0 16px;
  color: #bbb;
}
footer .image-bg .breadcrumb li a {
  color: #fff;
  opacity: .8;
}
footer .image-bg .breadcrumb li a:hover {
  opacity: 1;
}
footer .image-bg .breadcrumb li.active {
  color: #fff;
}
.bg-dark .breadcrumb a {
  color: #fff;
}
@media all and (max-width: 990px) {
  footer .page-title-4 .breadcrumb,
  footer .page-title-2 .breadcrumb {
    float: left;
    margin-top: 32px;
  }
}
@media all and (max-width: 767px) {
  footer .breadcrumb-2 > li + li:before {
    padding: 0 4px;
  }
  footer .page-title-4 .breadcrumb,
  footer .page-title-2 .breadcrumb {
    float: left;
    margin-top: 8	px;
  }
}
footer .pagination {
  margin: 0;
}
footer .pagination li {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .pagination li a {
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  padding-top: 6px;
  margin: 0 4px;
  color: #292929;
  font-weight: 400;
}
footer .pagination li a:hover,
footer .pagination li.active a,
footer .pagination li.active:hover a {
  background: #91a05c;
  color: #fff;
  border-color: #91a05c;
}
footer .feature.boxed {
  padding: 32px;
  background: #f8f8f8;
}
footer .feature.boxed.bg-dark {
  background: #292929;
}
.bg-dark .feature.boxed {
  background: #363636;
}
footer .bg-secondary .feature.boxed {
  background: #fff;
}
footer .feature.bordered {
  padding: 32px;
  border: 1px solid #ccc;
}
footer .feature {
  margin-bottom: 24px;
}
footer .feature p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  footer .feature.boxed,
  footer .feature.bordered {
    padding: 24px;
  }
}
@media all and (max-width: 990px) {
  footer .feature .icon-lg {
    font-size: 40px;
  }
}
footer .feature-1 i {
  display: inline-block;
  margin-bottom: 16px;
  color: #6BB9AE;
}
footer .feature-2 i {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #91a05c;
  text-align: center;
  line-height: 80px;
  color: #91a05c;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .feature-2 i:hover,
footer .feature-2.filled i {
  background: #91a05c;
  color: #fff;
}
footer .feature-3 {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  footer .feature-3 {
    min-height: 160px;
  }
}
footer .feature-3 .left,
footer .feature-3 .right {
  display: inline-block;
  float: left;
}
footer .feature-3 .left {
  width: 15%;
}
footer .feature-3 .right {
  width: 85%;
}
footer .feature-3 i {
  color: #91a05c;
}
footer .bg-primary .feature-3 i {
  color: #fff;
}
footer .feature-4 .left {
  width: 25%;
}
footer .feature-4 .right {
  width: 75%;
}
footer .feature-color h1,
footer .feature-color h2,
footer .feature-color h3,
footer .feature-color h4,
footer .feature-color h5,
footer .feature-color h6 {
  color: #ffffff;
}
footer .feature-color p,
footer .feature-color span,
footer .feature-color li {
  color: #ffffff;
}
footer .feature-color i {
  color: #fff;
  opacity: .7;
}
footer .feature-color:nth-of-type(1) {
  background: #6BB9AE;
}
footer .feature-color:nth-of-type(2) {
  background: #829053;
}
footer .feature-color:nth-of-type(3) {
  background: #748049;
}
footer .feature-5 {
  height: 33.333333vw;
  padding: 0 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media all and (max-width: 1280px) {
  footer .feature-5 {
    height: auto;
    padding: 80px 48px;
  }
  footer .feature-5 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media all and (max-width: 767px) {
  footer .feature-3 .left,
  footer .feature-4 .left {
    margin-bottom: 8px;
  }
  footer .feature-3 .left,
  footer .feature-4 .left,
  footer .feature-3 .right,
  footer .feature-4 .right {
    width: 100%;
  }
  footer .feature-5 {
    padding: 40px 24px;
  }
}
footer .image-bg .feature i {
  color: #fff;
}
footer .image-bg .feature h1,
footer .image-bg .feature h2,
footer .image-bg .feature h3,
footer .image-bg .feature h4,
footer .image-bg .feature h5,
footer .image-bg .feature h6 {
  color: #ffffff;
}
footer .image-bg .feature p,
footer .image-bg .feature span,
footer .image-bg .feature li {
  color: #ffffff;
}
footer .image-bg .feature.bordered {
  border-color: rgba(255, 255, 255, 0.4);
}
footer .image-bg .feature.boxed {
  background: rgba(34, 34, 34, 0.4);
}
footer .bg-light .feature.bordered {
  border-color: rgba(34, 34, 34, 0.2);
}
footer .pricing-table {
  padding: 48px 32px;
}
footer .pricing-table .price {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  color: #292929;
  display: inline-block;
  margin-bottom: 16px;
}
.bg-dark .pricing-table .price {
  color: #fff;
}
footer .pricing-table p:last-child {
  margin-bottom: 0;
}
footer .pricing-table.boxed,
footer .pricing-table.emphasis {
  background: #f8f8f8;
}
footer .pricing-table.emphasis {
  background: #6BB9AE;
  color: #fff;
}
footer .pricing-table.emphasis a:not(.btn) {
  color: #fff;
}
footer .pricing-table.emphasis .price,
footer .pricing-table.emphasis h5 {
  color: #fff;
}
footer .pt-2 ul {
  line-height: 36px;
}
footer .page-title {
  padding: 0;
}
footer .page-title .container {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}
footer .page-title i {
  position: relative;
  top: 1px;
}
@media all and (max-width: 767px) {
  footer .page-title i {
    display: none;
  }
}
footer .page-title-1,
footer .page-title-2 {
  height: 400px;
}
footer .page-title-1 .breadcrumb,
footer .page-title-3 .breadcrumb {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  bottom: 0;
}
footer .page-title-2 .breadcrumb {
  position: relative;
  margin-bottom: 0;
}
footer .nav-is-overlay .page-title-1.image-bg:first-child,
footer .nav-is-overlay.page-title-1.bg-dark:first-child,
footer .nav-is-overlay .page-title-2.image-bg:first-child,
footer .nav-is-overlay.page-title-2.bg-dark:first-child {
  height: 455px;
  padding-top: 55px;
}
@media all and (max-width: 767px) {
  footer .page-title-1,
  footer .page-title-2 {
    height: 320px;
  }
}
footer .page-title-3,
footer .page-title-4 {
  height: 240px;
}
footer .page-title-4 .breadcrumb {
  position: relative;
  top: 8px;
  margin-bottom: 0;
}
footer .nav-is-overlay .page-title-3.image-bg:first-child,
footer .nav-is-overlay.page-title-3.bg-dark:first-child,
footer .nav-is-overlay .page-title-4.image-bg:first-child,
footer .nav-is-overlay.page-title-4.bg-dark:first-child {
  height: 295px;
  padding-top: 55px;
}
@media all and (max-width: 767px) {
  footer .page-title .text-right {
    text-align: left !important;
  }
}
footer .page-title.fullscreen {
  height: 100vh !important;
  padding-top: 0;
}
footer .widget {
  margin-bottom: 48px;
}
footer .link-list {
  line-height: 32px;
}
footer .link-list a:after {
  content: "\e628";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 11px;
  display: inline-block;
  margin-left: 8px;
}
footer .widget ul:last-child,
footer .widget p:last-child {
  margin-bottom: 0;
}
footer .widget .title {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 12px;
}
footer .widget hr {
  margin-bottom: 12px;
}
footer .recent-posts {
  line-height: 24px;
}
footer .recent-posts li {
  margin-bottom: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .recent-posts .date {
  display: block;
  letter-spacing: 0;
  opacity: .8;
}
footer .recent-posts li:hover .date {
  opacity: 1;
}
footer .tags {
  overflow: hidden;
}
footer .tags li {
  float: left;
  margin: 0 4px 4px 0;
}
footer .tags .btn-sm {
  padding: 0 8px;
  margin: 0;
}
footer .widget .gallery {
  overflow: hidden;
}
footer .widget .gallery li {
  width: 33.33333%;
  float: left;
  padding: 0 4px 4px 0;
}
footer .twitter-feed .user,
footer .twitter-feed .interact {
  display: none;
}
footer .widget .twitter-feed .timePosted {
  display: none;
}
footer .widget .tweet {
  margin-bottom: 0;
}
footer .widget .twitter-feed .slides li {
  margin-bottom: 24px;
}
footer .widget .twitter-feed .slides li:last-child {
  margin-bottom: 0;
}
footer .widget .twitter-feed .slides li:nth-of-type(n+3) {
  display: none;
}
footer .widget .twitter-feed .slides li:before {
  position: relative;
  top: 6px;
  float: left;
  display: inline-block;
  margin-right: 8px;
  color: #292929;
  content: "\e74b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
}
footer .widget .twitter-feed p {
  padding-left: 22px;
  position: relative;
}
.bg-dark .widget .twitter-feed .slides li:before {
  color: #fff;
}
footer .widget .instafeed li {
  width: 33.3333%;
  display: inline-block;
  padding: 0 4px 4px 0;
}
footer .widget .instafeed li:nth-of-type(n+7) {
  display: none;
}
footer .widget .cart-overview img {
  width: 25%;
  padding-right: 2%;
}
footer .widget .cart-overview .description {
  display: inline-block;
  width: auto;
  line-height: 24px;
}
footer .widget .cart-overview span {
  display: block;
}
footer .widget .cart-overview li {
  margin-bottom: 24px;
  overflow: hidden;
}
footer .widget .cart-overview li:last-child {
  margin-bottom: 0;
}
footer .widget .cart-controls {
  max-height: 30px;
  line-height: 30px;
}
footer .cart-overview a {
  color: #292929;
}
footer .cart-overview a:hover {
  color: #91a05c;
}
footer .widget .flex-direction-nav li a {
  width: 16px;
  height: 16px;
  margin: -8px 0 0;
}
footer .widget .flex-direction-nav li a:before {
  font-size: 16px;
}
footer .widget .flex-direction-nav li a.flex-next {
  right: 8px;
}
footer .widget .flex-direction-nav li a.flex-prev {
  left: 8px;
}
footer .widget .flex-control-nav {
  display: none;
}
footer .widget .image-slider {
  margin: 0;
}
footer img {
  max-width: 100%;
}
footer .image-tile {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
footer .image-tile img {
  width: 100%;
  display: inline-block;
}
footer .image-tile .label {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
}
footer .inner-title:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#292929', GradientType=0);
  pointer-events: none;
}
footer .inner-title.title-center:before {
  background: #292929;
  opacity: .4;
}
footer .inner-title:hover:before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
footer .inner-title .title {
  position: absolute;
  width: 100%;
  bottom: 24px;
  z-index: 5;
}
footer .inner-title .title h1,
footer .inner-title .title h2,
footer .inner-title .title h3,
footer .inner-title .title h4,
footer .inner-title .title h5,
footer .inner-title .title h6 {
  color: #ffffff;
}
footer .inner-title .title p,
footer .inner-title .title span,
footer .inner-title .title li {
  color: #ffffff;
}
footer .inner-title.title-center .title {
  bottom: auto;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
}
footer .inner-title .title h5 {
  font-weight: 600;
}
footer .inner-title {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
footer .inner-title:hover {
  opacity: .95;
}
footer .inner-title.hover-reveal:before {
  opacity: 0;
}
footer .inner-title.hover-reveal .title {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .inner-title.hover-reveal:hover .title {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
footer .inner-title.hover-reveal:hover:before {
  opacity: 1;
}
footer .outer-title img {
  display: inline-block;
  margin-bottom: 12px;
}
footer .hover-tile {
  position: relative;
  overflow: hidden;
  background: #292929;
}
footer .hover-tile img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .hover-tile:hover img {
  opacity: .5;
}
footer .hover-tile .hover-state {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  width: 100%;
}
footer .hover-state {
  z-index: 99;
  padding: 0 40px;
  cursor: default;
}
footer .hover-state h1,
footer .hover-state h2,
footer .hover-state h3,
footer .hover-state h4,
footer .hover-state h5,
footer .hover-state h6 {
  color: #ffffff;
}
footer .hover-state p,
footer .hover-state span,
footer .hover-state li {
  color: #ffffff;
}
footer .hover-state * {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 30px, 0) scale(1.05);
  -webkit-transform: translate3d(0, 30px, 0) scale(1.05);
}
footer .hover-tile:hover .hover-state {
  opacity: 1;
}
footer .hover-tile:hover .hover-state * {
  transform: translate3d(0, 0px, 0) scale(1);
  -webkit-transform: translate3d(0, 0px, 0) scale(1);
}
footer .hover-state *:last-child {
  margin-bottom: 0;
}
footer .border-thick {
  border: 16px solid #fff;
  border-top: none;
}
footer .border-thick.col-sm-6:first-child {
  border-right: 8px solid #fff;
}
footer .border-thick.col-sm-6:last-child {
  border-left: 8px solid #fff;
}
footer .horizontal-tile {
  overflow: hidden;
}
footer .horizontal-tile:not(:last-of-type) {
  margin-bottom: 30px;
}
footer .tile-left,
footer .tile-right {
  width: 50%;
  float: left;
  display: inline-block;
  overflow: hidden;
  min-height: 300px;
  position: relative;
}
footer .tile-right .description,
footer .tile-left .description {
  padding: 48px;
}
footer .tile-right:hover .background-image-holder,
footer .tile-left:hover .background-image-holder {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@media all and (max-width: 767px) {
  footer .tile-left,
  footer .tile-right {
    width: 100%;
    float: none;
  }
}
footer .image-slider {
  position: relative;
}
footer .image-slider .slides {
  position: relative;
  overflow: hidden;
}
footer .image-slider .slides li {
  position: relative;
}
footer .image-slider .slides li > img {
  width: 100%;
}
footer .row .image-slider {
  margin-bottom: 24px;
}
footer .row-padding {
  padding-left: 20px;
  padding-right: 20px;
}
footer .image-slider.height-70 .slides li {
  height: 70vh;
  min-height: 600px;
}
@media all and (max-width: 767px) {
  footer .image-slider.height-70 .slides li {
    height: auto;
    min-height: none;
    padding: 80px 0;
  }
  footer .image-slider.height-70 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
footer .flex-direction-nav a.flex-next {
  right: 16px;
}
footer .flex-direction-nav a.flex-next:before,
footer .flex-direction-nav a.flex-prev:before {
  content: "\e649";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
footer .flex-direction-nav a.flex-prev {
  left: 16px;
}
footer .flex-direction-nav a.flex-prev:before {
  content: "\e64a";
}
footer .flex-direction-nav a {
  opacity: 1;
  text-shadow: none;
  color: rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
}
footer .flex-control-nav li {
  overflow: hidden;
}
footer .flex-control-nav li a {
  background: none;
  border: 2px solid #292929;
  width: 10px;
  height: 10px;
}
@media all and (max-width: 768px) {
  footer .flex-direction-nav {
    display: none;
  }
}
footer .controls-inside .flex-control-nav {
  bottom: 24px;
  z-index: 10;
}
footer .controls-inside .flex-control-nav li a {
  border-color: #fff;
}
footer .controls-inside .flex-control-nav li a.flex-active {
  background: #fff;
}
footer .image-bg .flex-control-nav li a {
  border-color: #fff;
}
footer .image-bg .flex-control-nav li a.flex-active {
  background: #fff;
}
footer .slider-thumb-controls .flex-control-thumbs {
  margin: 0;
}
footer .slider-thumb-controls .flex-direction-nav {
  display: none;
}
@media all and (max-width: 767px) {
  footer .slider-thumb-controls .flex-control-thumbs {
    display: none;
  }
  footer .slider-thumb-controls .flex-direction-nav {
    display: block;
  }
}
footer .logo-carousel li {
  text-align: center;
}
footer .logo-carousel li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
footer .logo-carousel li:hover {
  opacity: 1;
}
footer .logo-carousel img {
  max-height: 60px;
}
@media all and (max-width: 767px) {
  footer .logo-carousel .slides li {
    width: 100%;
  }
}
footer .text-slider .flex-direction-nav li a:before {
  color: #222;
}
footer .image-bg .text-slider .flex-direction-nav li a:before {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
footer .image-bg .text-slider .flex-direction-nav li a:hover:before {
  opacity: 1;
}
footer .text-slider .flex-direction-nav a.flex-prev {
  left: -60px;
}
footer .text-slider .flex-direction-nav a.flex-next {
  right: -60px;
}
footer .kenburns .slides li:nth-of-type(odd) .background-image-holder {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}
footer .kenburns .slides li:nth-of-type(even) .background-image-holder {
  animation: kenBurnsWest 25s linear infinite alternate;
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@media all and (max-width: 767px) {
  footer .kenburns .slides li .background-image-holder {
    animation: none !important;
    -webkit-animation: none !important;
  }
}
footer .instafeed.grid-gallery {
  overflow: hidden;
}
footer .instafeed.grid-gallery li {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
footer .instafeed.grid-gallery li:hover {
  opacity: .9;
}
footer .instafeed.grid-gallery.gapless li {
  padding: 0;
  width: 16.66667%;
}
footer .instafeed.grid-gallery.gapless li img {
  width: 100%;
}
footer .instafeed li img {
  height: auto;
}
@media all and (max-width: 990px) {
  footer .instafeed.grid-gallery li {
    width: 33.333333%;
  }
}
footer .lightbox-grid,
footer .lightbox-grid ul,
footer .lightbox-grid li {
  position: relative;
  overflow: hidden;
}
footer .lightbox-grid li {
  width: 25%;
  float: left;
  border: 8px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
footer .lightbox-grid li:hover {
  opacity: .9;
}
footer .square-thumbs li {
  height: 285px;
}
footer .third-thumbs li {
  width: 33.33333vw;
  height: 33vw;
  border: none;
}
@media all and (max-width: 1190px) {
  footer .square-thumbs li {
    height: 235px;
  }
}
@media all and (max-width: 990px) {
  footer .lightbox-grid li {
    width: 33.33333%;
  }
  footer .square-thumbs li {
    height: 240px;
  }
}
@media all and (max-width: 767px) {
  footer .lightbox-grid li {
    width: 50%;
  }
  footer .third-thumbs li {
    height: 50vw;
  }
  footer .square-thumbs li {
    height: 185px;
  }
}
footer .lb-outerContainer {
  background: none;
  border-radius: 0;
}
footer .lightbox .lb-image {
  border-radius: 0;
}
footer .lb-data .lb-close,
footer .lb-nav a.lb-next,
footer .lb-nav a.lb-prev {
  background: none;
}
footer .lb-data .lb-close:before,
footer .lb-nav a.lb-next:before,
footer .lb-nav a.lb-prev:before {
  content: "\e646";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
footer .lb-nav a.lb-next:before,
footer .lb-nav a.lb-prev:before {
  position: absolute;
  top: 50%;
  font-size: 32px;
  margin-top: -16px;
}
footer .lb-nav a.lb-next:before {
  content: "\e649";
  right: 16px;
}
footer .lb-nav a.lb-prev:before {
  content: "\e64a";
  left: 16px;
}
footer .flickr-feed li {
  width: 25%;
  padding: 8px;
}
footer .flickr-feed li.masonry-item {
  margin-bottom: 0;
}
footer .flickr-feed li img {
  min-width: 100%;
}
@media all and (max-width: 990px) {
  footer .flickr-feed li {
    width: 33.33333%;
  }
}
@media all and (max-width: 767px) {
  footer .flickr-feed li {
    padding: 4px;
  }
}
footer .cover {
  margin: 0;
  padding: 0;
}
footer .cover h1,
footer .cover h2,
footer .cover h3,
footer .cover h4,
footer .cover h5,
footer .cover h6 {
  color: #ffffff;
}
footer .cover p,
footer .cover span,
footer .cover li {
  color: #ffffff;
}
footer .image-bg.bg-light h1,
footer .image-bg.bg-light h2,
footer .image-bg.bg-light h3,
footer .image-bg.bg-light h4,
footer .image-bg.bg-light h5,
footer .image-bg.bg-light h6 {
  color: #222222;
}
footer .image-bg.bg-light p,
footer .image-bg.bg-light span,
footer .image-bg.bg-light li {
  color: #777777;
}
footer .cover:first-child .fullscreen {
  max-height: 100%;
}
footer .cover.fullscreen .slides > li {
  height: 100vh;
}
footer .cover .slides li .container {
  z-index: 4;
  position: relative;
}
footer .cover .flex-control-nav {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .9;
}
footer .cover .flex-control-nav:hover {
  opacity: 1;
}
footer .cover .align-bottom {
  padding: 0 32px;
  bottom: 16px;
}
footer .cover .align-top {
  padding: 0 32px;
}
@media all and (max-width: 767px) {
  footer .cover .align-bottom {
    padding: 0 15px;
  }
  footer .cover .align-bottom.relative-xs {
    position: relative;
    bottom: 0;
  }
  footer .cover.fullscreen {
    height: auto;
    padding: 80px 0;
  }
  footer .cover.fullscreen.image-slider {
    padding: 0;
  }
  footer .cover.fullscreen .container {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  footer .cover.fullscreen .slides li {
    height: auto;
    padding: 80px 0;
  }
}
footer .product-single .image-slider .label {
  font-size: 12px;
  text-transform: uppercase ;
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
}
footer .product-single .price {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
  margin-right: 32px;
}
footer .product-single .old-price {
  text-decoration: line-through;
  opacity: .7;
}
footer .product-single .price:not(.old-price) {
  color: #91a05c;
}
footer .add-to-cart input[type="text"] {
  width: 100px;
  text-align: center;
  padding: 0;
  margin: 0;
}
footer .add-to-cart input[type="submit"] {
  width: 160px;
  margin: 0;
}
footer th,
footer td {
  line-height: 24px !important;
}
footer .ratings {
  margin-bottom: 24px;
}
footer .ratings li {
  display: inline-block;
  background: #f8f8f8;
  padding: 24px;
  margin-bottom: 16px;
}
footer .star-rating li {
  padding: 0;
  color: #000;
}
footer .star-rating {
  margin: 0 ;
  display: inline-block;
  margin-right: 24px;
}
footer .ratings .user span {
  display: inline-block;
  margin-right: 8px;
}
footer .ratings .user .date {
  opacity: .7;
}
footer .ratings .user {
  margin-bottom: 8px;
}
footer .ratings-form input[type="text"] {
  width: 50%;
  float: left;
}
footer .ratings-form input[type="text"]:first-child {
  width: 48%;
  margin-right: 2%;
}
footer .ratings-form input[type="submit"] {
  width: 200px;
}
footer .product-thumb {
  max-width: 180px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
footer .col-sm-6 .product-thumb {
  max-width: 320px;
}
footer .product-thumb:hover {
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
}
footer .cart .product-thumb {
  max-width: 10000px;
  max-height: 100px;
}
footer .cart .product-thumb:hover {
  transform: none;
}
footer .cart td,
footer .cart span,
footer .cart th {
  vertical-align: middle !important;
}
footer .cart span {
  display: inline-block;
}
footer .cart .remove-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #c64444;
  color: #c64444;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer .cart .remove-item:hover {
  color: #fff;
  background: #c64444;
}
footer video:-webkit-full-screen,
footer audio:-webkit-full-screen {
  -webkit-transform: translateY(0%);
}
footer iframe {
  border: none;
}
footer .player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  footer .player {
    display: none;
  }
}
footer .vid-bg {
  background: #222;
}
footer .vid-bg .background-image-holder {
  display: none;
  z-index: 0;
}
footer .vid-bg .masonry-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
footer .vid-bg .container.fadeOut {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  footer .vid-bg .background-image-holder {
    display: block;
  }
  footer .vid-bg .player {
    display: none;
  }
  footer .vid-bg .container.fadeOut {
    opacity: 1;
  }
  footer .vid-bg .masonry-loader {
    display: none;
  }
}
footer video {
  max-width: 100%;
}
footer .local-video-container {
  position: relative;
  margin-bottom: 24px;
}
footer .local-video-container video {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
footer .local-video-container .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  top: 0;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.26);
}
footer .background-image-holder.fadeout {
  opacity: 0 !important;
  z-index: 0;
}
@media all and (max-width: 767px) {
  footer video {
    max-width: 100% !important;
  }
}
footer .play-button {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 4;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
footer .play-button:before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
}
footer .play-button:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
footer .play-button.dark {
  border-color: #292929;
}
footer .play-button.dark:before {
  border-color: transparent transparent transparent #292929;
}
@media all and (max-width: 767px) {
  footer .play-button {
    width: 65px;
    height: 65px;
    margin-top: -32px;
  }
  footer .play-button:before {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20.0px;
    border-color: transparent transparent transparent #fff;
  }
}
footer .play-button.large {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}
footer .play-button.large:before {
  margin-top: -18px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 31.0px;
  border-color: transparent transparent transparent #ffffff;
}
footer .play-button.large.dark:before {
  border-color: transparent transparent transparent #292929;
}
footer .play-button.inline {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  z-index: 0;
}
@media all and (max-width: 767px) {
  footer .play-button.large {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  footer .play-button.large:before {
    margin-top: -14px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.0px;
    border-color: transparent transparent transparent #fff;
  }
}
footer .modal-video {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}
footer .modal-video video {
  margin: 0 auto;
  width: 675px;
  display: block;
  top: 50%;
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
footer .modal-video.reveal-modal {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}
footer .modal-video iframe {
  position: absolute;
  width: 768px;
  height: 432px;
  left: 50%;
  margin-left: -384px;
  margin-top: -216px;
  top: 50%;
  border: none;
}
footer .modal-video .ti-close {
  font-size: 24px;
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 990px) {
  footer .modal-video iframe {
    width: 640px;
    height: 360px;
    margin-left: -320px;
    margin-top: -160px;
  }
}
@media all and (max-width: 767px) {
  footer .modal-video video {
    width: 100%;
    padding: 0 15px;
  }
  footer .modal-video iframe {
    width: 100%;
    margin-left: -50%;
  }
}
footer .fs-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .fs-video-wrapper video {
  position: absolute;
  width: 100%;
  left: 0;
}
footer .embed-video-container {
  width: 100%;
  position: relative;
  display: inline-block;
}
footer .embed-video-container iframe {
  border: none;
  width: 100%;
  height: 312px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
footer .modal-video .embed-video-container {
  width: 80%;
  max-height: 800px;
}
@media all and (max-width: 767px) {
  footer .embed-video-container iframe {
    height: 200px;
  }
}
footer .fs-vid-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
footer .fs-vid-background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
footer .overlay .fs-vid-background:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222222;
  opacity: 0.5;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  footer .fs-vid-background {
    display: none;
  }
}
footer .post-title .label {
  margin-right: 16px;
}
footer .post-title h4 {
  position: relative;
  top: 2px;
  margin-bottom: 16px;
}
footer .post-meta,
footer .post-meta .tags {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 12px;
}
footer .post-meta > li {
  float: left;
  margin-right: 24px;
}
footer .post-meta i {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
footer .post-snippet iframe {
  width: 100%;
  margin-bottom: 12px;
}
footer .post-snippet .embed-video-container {
  margin-bottom: 24px;
}
footer .post-snippet .embed-video-container iframe {
  margin: 0;
}
footer .post-snippet .inner {
  background: #fff;
  padding: 24px;
}
footer .comments-list,
footer .comments-list ul {
  width: 100%;
  overflow: hidden;
}
footer .comments-list li {
  overflow: hidden;
  margin-bottom: 40px;
}
footer .comments-list p:last-of-type {
  margin: 0;
}
footer .comments-list .avatar,
footer .comments-list .comment {
  display: inline-block;
  float: left;
}
footer .comments-list .avatar {
  width: 10%;
}
footer .comments-list .avatar img {
  width: 75px;
}
footer .comments-list .comment {
  width: 90%;
  padding-left: 5%;
}
footer .comments-list .author {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
footer .comments-list .comment .btn {
  position: relative;
  margin: 0;
}
footer .comments-list ul {
  padding-left: 10%;
  padding-top: 40px;
}
footer .comments-list ul li:last-of-type {
  margin-bottom: 0;
}
footer .comments input[type="submit"] {
  max-width: 25%;
  float: right;
}
footer .masonry {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
}
footer .masonry.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
footer .masonry-item {
  max-width: 100%;
}
footer .container .masonry-item {
  margin-bottom: 30px;
}
footer .masonry-item blockquote:hover {
  background: #91a05c;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
}
footer .masonryFlyIn .masonry-item {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
}
footer .masonryFlyIn .masonry-item.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
footer .masonry-loader {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 80px;
}
footer .masonry-loader.fixed-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  margin-top: -25px;
}
footer .masonry-loader.fadeOut {
  opacity: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
footer .spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #91a05c;
  -moz-animation: spin 0.7s linear infinite;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media all and (max-width: 767px) {
  footer .post-title .label {
    margin-bottom: 8px;
    display: inline-block;
  }
  footer .post-title h4 {
    top: 0;
    display: block;
  }
  footer .comments input[type="submit"] {
    max-width: 100%;
    float: none;
  }
}
footer .image-md {
  max-height: 120px;
}
footer .image-small {
  max-height: 80px;
}
footer .image-xs {
  max-height: 50px;
}
footer .image-xxs {
  max-height: 30px;
}
footer .fade-half {
  opacity: 0.5;
}
footer .fade-1-4 {
  opacity: 0.75;
}
footer .fade-3-4 {
  opacity: 0.25;
}
footer .fade-on-hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
footer .fade-on-hover:hover {
  opacity: 1;
}
footer .cast-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
footer .cast-shadow-light {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
footer .image-block,
footer .image-block .image-bg {
  padding: 0;
  height: 50vw;
  max-height: 700px;
}
footer .image-block .container {
  height: 100%;
}
footer .image-block-right .image-bg {
  position: absolute;
  top: 0;
}
@media all and (max-width: 768px) {
  footer .image-block {
    height: auto;
    max-height: 1000000px;
  }
  footer .image-block .image-bg {
    height: 350px;
  }
  footer .image-block .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  footer .image-block-right .image-bg {
    position: relative;
  }
}
footer .image-edge .container {
  position: relative;
}
footer .image-edge .container div[class*='col-'] {
  position: absolute;
}
@media all and (max-width: 990px) {
  footer .image-edge .container div[class*='col-'] {
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
footer .image-square {
  height: 50vw;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
}
footer .image-square .image,
footer .image-square > .content {
  position: absolute;
}
footer .image-square .image {
  height: 100%;
}
footer .image-square > .content {
  padding: 0 10%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
}
footer .image-square.left .image {
  left: 0;
}
footer .image-square.left > .content {
  right: 0;
}
footer .image-square.right .image {
  right: 0;
}
footer .image-square.right > .content {
  left: 0;
}
@media all and (max-width: 990px) {
  footer .image-square {
    height: auto;
    max-height: 100000px;
    padding-bottom: 48px;
  }
  footer .image-square .image,
  footer .image-square > .content {
    position: relative;
  }
  footer .image-square .image {
    height: 100vw;
    margin-bottom: 48px;
    max-height: 500px;
  }
  footer .image-square > .content {
    top: 0;
    transform: none;
    -webkit-transform: none;
    padding: 0 20%;
  }
}
@media all and (max-width: 767px) {
  footer .image-square > .content {
    padding: 0 15px;
  }
}
footer .image-zoom img {
  transition: all 9s ease;
  -webkit-transition: all 9s ease;
  -moz-transition: all 9s ease;
}
footer .image-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
footer .image-caption {
  position: relative;
  overflow: hidden;
}
footer .image-caption .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 16px;
  color: #fff;
}
footer .image-caption .caption p {
  position: relative;
  z-index: 4;
  margin: 0;
}
footer .image-caption .caption:before {
  content: '' attr(data-caption) '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6222222', GradientType=0);
  /* IE6-9 */
}
footer .image-caption.hover-caption .caption {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
}
footer .image-caption.hover-caption:hover .caption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
footer .filters {
  overflow: hidden;
  display: inline-block;
}
footer .filters li {
  float: left;
  margin-right: 32px;
  cursor: pointer;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #91a05c;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #91a05c;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
  height: 30px;
  font-size: 11px;
  line-height: 27px;
  min-width: 0;
  border-color: rgba(255, 255, 255, 0);
  opacity: .7;
  border-radius: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
footer .filters li.active {
  border-color: #6BB9AE;
  opacity: 1;
}
footer .filters li:last-child {
  margin-right: 0;
}
footer .filters.floating {
  position: absolute;
  z-index: 10;
  top: 16px;
  text-align: center;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  background: rgba(255, 255, 255, 0.98);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 200px;
}
footer .filters.floating li {
  margin-bottom: 0;
}
.bg-dark .filters.floating {
  background: #292929;
}
.bg-dark .filters.floating h1,
.bg-dark .filters.floating h2,
.bg-dark .filters.floating h3,
.bg-dark .filters.floating h4,
.bg-dark .filters.floating h5,
.bg-dark .filters.floating h6 {
  color: #ffffff;
}
.bg-dark .filters.floating p,
.bg-dark .filters.floating span,
.bg-dark .filters.floating li {
  color: #fefefe;
}
footer .project {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  padding: 0;
}
footer .container .project {
  padding: 0 15px;
}
footer .project.inactive {
  opacity: .1 !important;
  pointer-events: none !important;
}
footer .project .image-tile {
  margin: 0;
}
footer .project.inactive:hover .title,
footer .project.inactive .image-tile:hover:before {
  display: none;
}
@media all and (max-width: 868px) {
  footer .filters.floating {
    width: 90vw;
  }
  footer .filters.floating li {
    float: none;
  }
}
@media all and (max-width: 767px) {
  footer .filters.floating {
    border-radius: 0;
    padding: 8px;
  }
  footer .filters.floating li {
    width: 50%;
    float: left;
    margin: 0;
  }
}
footer section + .portfolio-pullup {
  padding-top: 0;
  margin-top: -128px;
  position: relative;
  z-index: 20;
}
footer .portfolio-pullup .project {
  margin-bottom: 0;
}
footer .portfolio-pullup .inner-title:hover {
  opacity: 1;
}
footer .testimonials h4 {
  line-height: 40px;
}
footer .testimonials .quote-author {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  width: 250px;
  margin-top: 24px;
}
footer .testimonials .quote-author img {
  max-height: 60px;
  float: left;
  display: inline-block;
  margin-right: 16px;
}
footer .testimonials .quote-author h6 {
  display: inline-block;
  margin-bottom: 0;
  line-height: 18px;
  padding-top: 14px;
}
footer .testimonials .quote-author span {
  display: block;
  line-height: 18px;
}
@media all and (max-width: 767px) {
  footer .testimonials h4 {
    line-height: 26px;
  }
}
footer .countdown {
  font-size: 80px;
  line-height: 88px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 100;
  text-transform: uppercase;
}
footer .image-bg .countdown {
  color: #fff;
}
@media all and (max-width: 990px) {
  footer .countdown {
    font-size: 64px;
    line-height: 72px;
  }
}
@media all and (max-width: 767px) {
  footer .countdown {
    font-size: 48px;
    line-height: 56px;
  }
}
footer .map-holder {
  overflow: hidden;
  position: relative;
}
footer .map-holder iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 180%;
  top: -40%;
  left: 0;
  z-index: 1;
}
footer .map-holder:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
footer .map-holder.interact:before {
  width: 0;
}
footer .map-holder.inline {
  height: 400px;
  overflow: hidden;
}
footer .map-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
footer .twitter-feed.thirds li {
  width: 33.333333%;
  padding: 0 15px;
  float: left;
}
footer .twitter-feed.thirds ul {
  overflow: hidden;
}
@media all and (max-width: 990px) {
  footer .twitter-feed.thirds li {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  footer .twitter-feed.thirds li {
    width: 100%;
  }
}
footer .tweets-slider.large p {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}
footer .tweets-slider.large .timePosted {
  font-size: 14px;
}
@media all and (max-width: 990px) {
  footer .tweets-slider.large p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  footer .tweets-slider.large p {
    font-size: 14px;
  }
}
footer .sc-background-orange {
  background: #91a05c !important;
}
footer .foundry_modal {
  overflow-y: auto;
  max-height: 100%;
  max-width: 50%;
  width: 50%;
  position: fixed;
  padding: 80px 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
footer .foundry_modal.no-bg {
  background: none;
  box-shadow: none !important;
}
footer .modal-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0;
  z-index: 9998;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  visibility: hidden;
  top: 0;
  left: 0;
}
footer .modal-screen.reveal-modal {
  opacity: .8;
  visibility: visible;
}
footer .foundry_modal.reveal-modal {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
footer .foundry_modal .close-modal {
  z-index: 4;
  position: absolute;
  top: 24px;
  right: 32px;
  cursor: pointer;
  font-size: 18px;
}
footer .foundry_modal *:not(.background-image-holder):not(.close-modal) {
  z-index: 4;
  position: relative;
}
footer .foundry_modal.image-bg .close-modal,
footer .foundry_modal.no-bg .close-modal {
  color: #fff;
}
footer .foundry_modal iframe {
  width: 100%;
  min-height: 400px;
}
@media all and (min-width: 1500px) {
  footer .foundry_modal {
    max-width: 45%;
    width: 45%;
  }
}
@media all and (max-width: 1190px) {
  footer .foundry_modal {
    max-width: 70%;
    width: 70%;
    padding: 64px 32px;
  }
}
@media all and (max-width: 990px) {
  footer .foundry_modal {
    max-width: 80%;
    width: 80%;
    padding: 64px 32px;
  }
}
@media all and (max-width: 767px) {
  footer .foundry_modal {
    max-width: 90%;
    width: 90%;
    padding: 48px 15px;
    transform: translateX(0%) translateY(50%);
    -webkit-transform: translateX(0%) translateY(50%);
  }
  footer .foundry_modal .close-modal {
    right: 18px;
  }
}
footer .iframe-modal {
  width: 90%;
  height: 90%;
  max-width: 90%;
  padding: 0;
}
footer .iframe-modal .close-modal {
  z-index: 9999;
}
footer .iframe-modal iframe {
  width: 100%;
  height: 100%;
}
footer .modal-strip {
  padding: 18px 0;
  position: fixed;
  bottom: 1%;
  z-index: 200;
  width: 98%;
  margin: 0 1%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  opacity: 0;
}
footer .modal-strip.reveal-modal {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  opacity: 1;
}
footer .modal-strip .close-modal {
  position: absolute;
  right: 32px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
footer .modal-strip i.close-modal {
  font-size: 18px;
}
footer .modal-strip .icon + p {
  padding-left: 32px;
  position: relative;
  top: 3px;
}
footer .modal-strip p + .btn {
  margin-left: 24px;
}
@media all and (max-width: 1024px) {
  footer .modal-strip {
    margin: 0;
    width: 100%;
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  footer .modal-strip .close-modal {
    position: relative;
    top: 0;
    right: 0;
    left: 15px;
    transform: none !important;
    -webkit-transform: none !important;
    margin-top: 16px;
  }
  footer .modal-strip .icon {
    display: none;
  }
  footer .modal-strip .icon + p {
    padding-left: 0;
    top: 0;
  }
}
footer.bg-dark a {
  color: #fff;
}
footer .footer-1 .logo {
  max-height: 30px;
}
footer .footer-1 .sub {
  opacity: .5;
}
footer .social-list {
  margin: 0;
}
footer .image-bg .social-list a {
  color: #fff;
}
.bg-dark .social-list a,
footer .image-bg .social-list a {
  color: #fff;
  opacity: .5;
}
.bg-dark .social-list a:hover {
  opacity: 1;
}
footer .image-bg .social-list a {
  opacity: 1;
}
footer .bg-light .social-list a {
  color: #222;
}
footer .back-to-top {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
footer .back-to-top:hover {
  opacity: 1;
}
.bg-dark .back-to-top {
  border-color: #fff;
}
.bg-dark .back-to-top:active,
.bg-dark .back-to-top:focus {
  color: #fff;
}
.bg-dark .back-to-top:hover {
  background: none;
}
footer .mr0 {
  margin-right: 0;
}
footer .mb0 {
  margin-bottom: 0 !important;
}
footer .mb4 {
  margin-bottom: 4px;
}
footer .mb8 {
  margin-bottom: 8px;
}
footer .mb16 {
  margin-bottom: 16px;
}
footer .mb24 {
  margin-bottom: 24px;
}
footer .mb30 {
  margin-bottom: 30px;
}
footer .mb32 {
  margin-bottom: 32px;
}
footer .mb40 {
  margin-bottom: 40px;
}
footer .mb48 {
  margin-bottom: 48px;
}
footer .mb56 {
  margin-bottom: 56px;
}
footer .mb64 {
  margin-bottom: 64px;
}
footer .mb72 {
  margin-bottom: 72px;
}
footer .mb80 {
  margin-bottom: 80px;
}
footer .mb88 {
  margin-bottom: 88px;
}
footer .mb96 {
  margin-bottom: 96px;
}
footer .mb104 {
  margin-bottom: 104px;
}
footer .mb112 {
  margin-bottom: 112px;
}
footer .mb120 {
  margin-bottom: 120px;
}
footer .mb160 {
  margin-bottom: 160px;
}
footer .mt0 {
  margin-top: 0 !important;
}
footer .mt8 {
  margin-top: 8px;
}
footer .mt16 {
  margin-top: 16px;
}
footer .mt24 {
  margin-top: 24px;
}
footer .mt32 {
  margin-top: 32px;
}
footer .mt40 {
  margin-top: 40px;
}
footer .mt48 {
  margin-top: 48px;
}
footer .mt56 {
  margin-top: 56px;
}
footer .mt64 {
  margin-top: 64px;
}
footer .mt72 {
  margin-top: 72px;
}
footer .mt80 {
  margin-top: 80px;
}
footer .mt88 {
  margin-top: 88px;
}
footer .mt96 {
  margin-top: 96px;
}
footer .mt104 {
  margin-top: 104px;
}
footer .mt112 {
  margin-top: 112px;
}
footer .mt120 {
  margin-top: 120px;
}
footer .mt160 {
  margin-top: 160px;
}
footer .p32 {
  padding: 0 32px;
}
footer .p24 {
  padding: 24px;
}
footer .p0 {
  padding: 0;
}
footer .pt0 {
  padding-top: 0;
}
footer .pt8 {
  padding-top: 8px;
}
footer .pt16 {
  padding-top: 16px;
}
footer .pt24 {
  padding-top: 24px;
}
footer .pt32 {
  padding-top: 32px;
}
footer .pt40 {
  padding-top: 40px;
}
footer .pt48 {
  padding-top: 48px;
}
footer .pt64 {
  padding-top: 64px;
}
footer .pt72 {
  padding-top: 72px;
}
footer .pt80 {
  padding-top: 80px;
}
footer .pt88 {
  padding-top: 88px;
}
footer .pt96 {
  padding-top: 96px;
}
footer .pt104 {
  padding-top: 104px;
}
footer .pt112 {
  padding-top: 112px;
}
footer .pt120 {
  padding-top: 120px;
}
footer .pt160 {
  padding-top: 160px;
}
footer .pt180 {
  padding-top: 180px;
}
footer .pt240 {
  padding-top: 240px;
}
footer .pb0 {
  padding-bottom: 0;
}
footer .pb8 {
  padding-bottom: 8px;
}
footer .pb16 {
  padding-bottom: 16px;
}
footer .pb24 {
  padding-bottom: 24px;
}
footer .pb32 {
  padding-bottom: 32px;
}
footer .pb38 {
  padding-bottom: 38px;
}
footer .pb40 {
  padding-bottom: 40px;
}
footer .pb48 {
  padding-bottom: 48px;
}
footer .pb56 {
  padding-bottom: 56px;
}
footer .pb64 {
  padding-bottom: 64px;
}
footer .pb72 {
  padding-bottom: 72px;
}
footer .pb80 {
  padding-bottom: 80px;
}
footer .pb88 {
  padding-bottom: 88px;
}
footer .pb96 {
  padding-bottom: 96px;
}
footer .pb104 {
  padding-bottom: 104px;
}
footer .pb112 {
  padding-bottom: 112px;
}
footer .pb120 {
  padding-bottom: 120px;
}
footer .pb160 {
  padding-bottom: 160px;
}
footer .pb180 {
  padding-bottom: 180px;
}
footer .pb240 {
  padding-bottom: 240px;
}
@media all and (max-width: 990px) {
  footer .mb-s-0 {
    margin-bottom: 0;
  }
  footer .mb-s-8 {
    margin-bottom: 8px;
  }
  footer .mb-s-16 {
    margin-bottom: 16px;
  }
  footer .mb-s-24 {
    margin-bottom: 24px;
  }
  footer .mb-s-32 {
    margin-bottom: 32px;
  }
  footer .mb-s-40 {
    margin-bottom: 40px;
  }
  footer .mb-s-48 {
    margin-bottom: 48px;
  }
  footer .mb-s-64 {
    margin-bottom: 64px;
  }
  footer .mb-s-72 {
    margin-bottom: 72px;
  }
  footer .mb-s-80 {
    margin-bottom: 80px;
  }
  footer .mb-s-88 {
    margin-bottom: 88px;
  }
  footer .mb-s-96 {
    margin-bottom: 96px;
  }
  footer .mb-s-104 {
    margin-bottom: 104px;
  }
  footer .mb-s-112 {
    margin-bottom: 112px;
  }
  footer .mb-s-120 {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 990px) {
  footer .mb-sm-0 {
    margin-bottom: 0;
  }
  footer .mb-sm-8 {
    margin-bottom: 8px;
  }
  footer .mb-sm-16 {
    margin-bottom: 16px;
  }
  footer .mb-sm-24 {
    margin-bottom: 24px;
  }
  footer .mb-sm-32 {
    margin-bottom: 32px;
  }
  footer .mb-sm-40 {
    margin-bottom: 40px;
  }
  footer .mb-sm-48 {
    margin-bottom: 48px;
  }
  footer .mb-sm-64 {
    margin-bottom: 64px;
  }
  footer .mb-sm-72 {
    margin-bottom: 72px;
  }
  footer .mb-sm-80 {
    margin-bottom: 80px;
  }
  footer .mb-sm-88 {
    margin-bottom: 88px;
  }
  footer .mb-sm-96 {
    margin-bottom: 96px;
  }
  footer .mb-sm-104 {
    margin-bottom: 104px;
  }
  footer .mb-sm-112 {
    margin-bottom: 112px;
  }
  footer .mb-sm-120 {
    margin-bottom: 120px;
  }
  footer .mt-sm-0 {
    margin-top: 0 !important;
  }
  footer .mt-sm-8 {
    margin-top: 8px;
  }
  footer .mt-sm-16 {
    margin-top: 16px;
  }
  footer .mt-sm-24 {
    margin-top: 24px;
  }
  footer .mt-sm-32 {
    margin-top: 32px;
  }
  footer .mt-sm-40 {
    margin-top: 40px;
  }
  footer .mt-sm-48 {
    margin-top: 48px;
  }
  footer .mt-sm-56 {
    margin-top: 56px;
  }
  footer .mt-sm-64 {
    margin-top: 64px;
  }
  footer .mt-sm-72 {
    margin-top: 72px;
  }
  footer .mt-sm-80 {
    margin-top: 80px;
  }
  footer .mt-sm-88 {
    margin-top: 88px;
  }
  footer .mt-sm-96 {
    margin-top: 96px;
  }
  footer .mt-sm-104 {
    margin-top: 104px;
  }
  footer .mt-sm-112 {
    margin-top: 112px;
  }
  footer .mt-sm-120 {
    margin-top: 120px;
  }
  footer .p0-sm {
    padding: 0;
  }
  footer .pt-sm-0 {
    padding-top: 0;
  }
  footer .pt-sm-8 {
    padding-top: 8px;
  }
  footer .pt-sm-16 {
    padding-top: 16px;
  }
  footer .pt-sm-24 {
    padding-top: 24px;
  }
  footer .pt-sm-32 {
    padding-top: 32px;
  }
  footer .pt-sm-40 {
    padding-top: 40px;
  }
  footer .pt-sm-48 {
    padding-top: 48px;
  }
  footer .pt-sm-64 {
    padding-top: 64px;
  }
  footer .pt-sm-72 {
    padding-top: 72px;
  }
  footer .pt-sm-80 {
    padding-top: 80px;
  }
  footer .pt-sm-88 {
    padding-top: 88px;
  }
  footer .pt-sm-96 {
    padding-top: 96px;
  }
  footer .pt-sm-104 {
    padding-top: 104px;
  }
  footer .pt-sm-112 {
    padding-top: 112px;
  }
  footer .pt-sm-120 {
    padding-top: 120px;
  }
  footer .pt-sm-160 {
    padding-top: 160px;
  }
  footer .pb-sm-0 {
    padding-bottom: 0;
  }
  footer .pb-sm-8 {
    padding-bottom: 8px;
  }
  footer .pb-sm-16 {
    padding-bottom: 16px;
  }
  footer .pb-sm-24 {
    padding-bottom: 24px;
  }
  footer .pb-sm-32 {
    padding-bottom: 32px;
  }
  footer .pb-sm-40 {
    padding-bottom: 40px;
  }
  footer .pb-sm-48 {
    padding-bottom: 48px;
  }
  footer .pb-sm-64 {
    padding-bottom: 64px;
  }
  footer .pb-sm-72 {
    padding-bottom: 72px;
  }
  footer .pb-sm-80 {
    padding-bottom: 80px;
  }
  footer .pb-sm-88 {
    padding-bottom: 88px;
  }
  footer .pb-sm-96 {
    padding-bottom: 96px;
  }
  footer .pb-sm-104 {
    padding-bottom: 104px;
  }
  footer .pb-sm-112 {
    padding-bottom: 112px;
  }
  footer .pb-sm-120 {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  footer .mb-xs-0 {
    margin-bottom: 0;
  }
  footer .mb-xs-8 {
    margin-bottom: 8px;
  }
  footer .mb-xs-16 {
    margin-bottom: 16px;
  }
  footer .mb-xs-24 {
    margin-bottom: 24px;
  }
  footer .mb-xs-32 {
    margin-bottom: 32px;
  }
  footer .mb-xs-40 {
    margin-bottom: 40px;
  }
  footer .mb-xs-48 {
    margin-bottom: 48px;
  }
  footer .mb-xs-64 {
    margin-bottom: 64px;
  }
  footer .mb-xs-72 {
    margin-bottom: 72px;
  }
  footer .mb-xs-80 {
    margin-bottom: 80px;
  }
  footer .mb-xs-88 {
    margin-bottom: 88px;
  }
  footer .mb-xs-96 {
    margin-bottom: 96px;
  }
  footer .mb-xs-104 {
    margin-bottom: 104px;
  }
  footer .mb-xs-112 {
    margin-bottom: 112px;
  }
  footer .mb-xs-120 {
    margin-bottom: 120px;
  }
  footer .mt-xs-0 {
    margin-top: 0 !important;
  }
  footer .mt-xs-8 {
    margin-top: 8px;
  }
  footer .mt-xs-16 {
    margin-top: 16px;
  }
  footer .mt-xs-24 {
    margin-top: 24px;
  }
  footer .mt-xs-32 {
    margin-top: 32px;
  }
  footer .mt-xs-40 {
    margin-top: 40px;
  }
  footer .mt-xs-48 {
    margin-top: 48px;
  }
  footer .mt-xs-56 {
    margin-top: 56px;
  }
  footer .mt-xs-64 {
    margin-top: 64px;
  }
  footer .mt-xs-72 {
    margin-top: 72px;
  }
  footer .mt-xs-80 {
    margin-top: 80px;
  }
  footer .mt-xs-88 {
    margin-top: 88px;
  }
  footer .mt-xs-96 {
    margin-top: 96px;
  }
  footer .mt-xs-104 {
    margin-top: 104px;
  }
  footer .mt-xs-112 {
    margin-top: 112px;
  }
  footer .mt-xs-120 {
    margin-top: 120px;
  }
  footer .p0-xs {
    padding: 0;
  }
  footer .pt-xs-0 {
    padding-top: 0;
  }
  footer .pt-xs-8 {
    padding-top: 8px;
  }
  footer .pt-xs-16 {
    padding-top: 16px;
  }
  footer .pt-xs-24 {
    padding-top: 24px;
  }
  footer .pt-xs-32 {
    padding-top: 32px;
  }
  footer .pt-xs-40 {
    padding-top: 40px;
  }
  footer .pt-xs-48 {
    padding-top: 48px;
  }
  footer .pt-xs-64 {
    padding-top: 64px;
  }
  footer .pt-xs-72 {
    padding-top: 72px;
  }
  footer .pt-xs-80 {
    padding-top: 80px;
  }
  footer .pt-xs-88 {
    padding-top: 88px;
  }
  footer .pt-xs-96 {
    padding-top: 96px;
  }
  footer .pt-xs-104 {
    padding-top: 104px;
  }
  footer .pt-xs-112 {
    padding-top: 112px;
  }
  footer .pt-xs-120 {
    padding-top: 120px;
  }
  footer .pt-xs-160 {
    padding-top: 160px;
  }
  footer .pt-xs-180 {
    padding-top: 180px;
  }
  footer .pt-xs-240 {
    padding-top: 240px !important;
  }
  footer .pb-xs-0 {
    padding-bottom: 0;
  }
  footer .pb-xs-8 {
    padding-bottom: 8px;
  }
  footer .pb-xs-16 {
    padding-bottom: 16px;
  }
  footer .pb-xs-24 {
    padding-bottom: 24px;
  }
  footer .pb-xs-32 {
    padding-bottom: 32px;
  }
  footer .pb-xs-40 {
    padding-bottom: 40px;
  }
  footer .pb-xs-48 {
    padding-bottom: 48px;
  }
  footer .pb-xs-64 {
    padding-bottom: 64px;
  }
  footer .pb-xs-72 {
    padding-bottom: 72px;
  }
  footer .pb-xs-80 {
    padding-bottom: 80px;
  }
  footer .pb-xs-88 {
    padding-bottom: 88px;
  }
  footer .pb-xs-96 {
    padding-bottom: 96px;
  }
  footer .pb-xs-104 {
    padding-bottom: 104px;
  }
  footer .pb-xs-112 {
    padding-bottom: 112px;
  }
  footer .pb-xs-120 {
    padding-bottom: 120px;
  }
  footer .pb-xs-180 {
    padding-bottom: 180px;
  }
  footer .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}



body {
	margin: 0;
    font-size: 12px;
    line-height: 1.7;
	background: #e5e5e5 none 0 0 repeat;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
    font-family: 'Lato', sans-serif;
}
header {
	background-color: #012556;
}
.headerLogo,#nav {
	display:inline-block;
}
.MemberAuthenticated .arn_username {
    background-color: transparent;
    display: inline-block;
    color: #292929 !important;
    padding:0;
}
.arn_username {
    color: #333 !important;
}
.noBook {
    background-color: #ccc;
    color: white;
    font-size: 24px;
    margin: 0;
    padding: 15px;
    text-align: center;
}

/* Adds In Vacation Rentals Link */

.ArnSortByVacationRental {
    display: inline-block !important;
}

/* Header Responsive CSS */

.nav-main .navbar, .nav-main button[type="submit"] {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-main .navbar-nav > li > a, .nav-main .navbar-nav > li button[type="submit"] {
    color: #bde3ff;
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    padding: 40px 10px !important;
    text-transform: uppercase;
    transition: all 600ms linear 0s;
}

.nav-main .navbar-nav li > a:hover {
    background: none;
    color: #FFF;
}

.nav-main .navbar-nav > .active > a:hover, .nav-main .navbar-nav > .active > a:focus {
    background: none;
    color: #CCC;
}

.nav-main .dropdown-menu {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-main .dropdown-menu li a {
    display: block;
    width: 100%;
    clear: both;
}

.nav-main .dropdown.open > a {
    background: none !important;
    color: inherit !important;
}

.nav-main .dropdown.open li > a:hover, .nav-main .dropdown.open li.active > a {
    background: none;
    color: #CCC !important;
}

.nav-main.stick {
    background: rgba(236, 240, 241, 0.9) none repeat scroll 0 0;
}

.nav-main.stick .navbar-brand {
    padding-top: 5px;
}

.nav-main.stick .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-main.stick .navbar-nav > li > a {
    font-size: 1.10em;
}

.offcanvas {
    display: none;
}

.offcanvas.in {
    display: block;
}

.navbar-toggle {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.navbar-nav > li > a {
    padding: 8px;
    xpadding-top: 15px;
}

#header .navRow {
    position: relative;
    color: #999;
}

#header {
    overflow: visible;
}

.navRow .container {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.navRow .container > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.navRow #navmobile {
    text-align: center;
    padding-left: 0;
}

#logo {
    padding: 12px 0;
}

.wsite-logo img {
    max-width: 400px;
    max-height: 120px;
    margin: 0 !important;
    transition: all 300ms linear 0s;
}

#menu-button, #navmobile, #mobile-input {
    display: none;
}

.stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#navmobile > ul li:last-child a {
    padding-right: 0 !important;
}

.links {
    margin: 0 auto;
	padding:0;
}

.links li {
    list-style: none;
    display: inline-block;
	vertical-align: middle;
}

.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
    color: #ffffff;
    cursor: pointer;
    display: inline;
    font-size: 24px !important;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 600ms linear 0s;
	text-decoration:none;
}

.links a:hover {
    background-color: transparent;
	padding: 0 15px;
}

.navRow.stuck .links a, .navRow.stuck .wsite-menu li a, .navRow.stuck #wsite-menus .wsite-menu li a {
    padding: 25px 10px;
    font-size: 13px;
}

.wsite-menu li a, #wsite-menus .wsite-menu li a {
    padding: 10px 10px;
}

.links a:hover, .wsite-menu a:hover, .links #active a {
    color: #FFF;
}

@media (max-width: 1000px) {
    body {
        height: 100%;
    }
	#navmobile {
	    background: #000 none repeat scroll 0 0;
	}
	.adminMobile {
	    display: inline-block;
	    margin: 0;
	    text-align: center;
	    width: 100%;
	}
	
    .navRow .container > div {
        text-align: center;
        width: 100%;
    }

    #logo {
        padding: 20px 4px;
    }

    .navRow #navmobile {
        display: none;
    }

    .hamburger {
        position: relative;
    }

    .hamburger span, .hamburger:before, .hamburger:after {
        position: relative;
        display: block;
        width: 24px;
        height: 4px;
        background: #ffffff;
        -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -o-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
    }

    .hamburger:before, .hamburger:after {
        content: '';
    }

    .hamburger span {
        margin: 4px 0;
    }

    #navmobile {
        position: absolute;
        top: auto;
        left: 0;
        display: block;
        width: 100%;
        padding: 40px 0 65px;
        box-sizing: border-box;
        background: #333;
        color: #ffffff;
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, -webkit-transform .1s .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, -moz-transform .1s .35s ease-in-out;
        -o-transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, -o--transform .1s .35s ease-in-out;
        -ms-transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, -ms-transform .1s .35s ease-in-out;
        transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, transform .1s .35s ease-in-out;
    }

    .postload #navmobile {
        height: 100%;
        overflow: hidden;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    #navmobile > ul {
        display: block;
        width: 100%;
    }

    .postload #navmobile > ul {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #mobile-input:checked ~ #header .row1 {
        display: none;
    }

    #mobile-input:checked ~ #header .navRow {
        xposition: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    #mobile-input:checked ~ #header #navmobile {
        display: block;
        xposition: fixed;
        opacity: 1;
        z-index: 2;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out;
        -o-transition: opacity .35s ease-in-out;
        -ms-transition: opacity .35s ease-in-out;
        transition: opacity .35s ease-in-out;
    }

    #navmobile li {
        display: block;
        text-align: center;
    }

    .links a, .wsite-menu li a {
        display: inline-block;
        font-size: 16px;
        padding: 20px 15px;
    }

    @media (max-width: 1000px) {
        #header .container {
            width: 100% !important;
        }

        .wsite-logo img {
            max-height: 75px;
            max-width: 400px;
        }

        .navRow.stuck .links a, .navRow.stuck .wsite-menu li a, .navRow.stuck #wsite-menus .wsite-menu li a {
            padding: 10px 10px;
            font-size: 16px;
        }

        .navRow .container > div {
            text-align: center;
            width: 100%;
        }

        #logo {
            padding: 20px 4px;
            text-align: center;
        }

        #wsite-menus {
            display: none !important;
        }
		
		.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
		    color: #428bca;
		}

        #menu-button, .wsite-nav-cart {
            display: table-cell;
            height: 21px;
            vertical-align: middle;
            width: 24px;
        }

        .navRow #nav {
            display: none;
        }

        .hamburger {
            position: relative;
        }

        .hamburger span, .hamburger::before, .hamburger::after {
            background: #fff none repeat scroll 0 0;
            display: block;
            height: 4px;
            position: relative;
            transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53) 0s;
            width: 24px;
        }

        .hamburger::before, .hamburger::after {
            content: "";
        }

        .hamburger span {
            margin: 4px 0;
        }

        #mobile-input:checked ~ #header .hamburger::before {
            top: 7px;
            transform: rotate(45deg);
        }

        #mobile-input:checked ~ #header .hamburger::after {
            top: -9px;
            transform: rotate(-45deg);
        }

        #mobile-input:checked ~ #header .hamburger span {
            opacity: 0;
        }

        #navmobile {
            background: black none repeat scroll 0 0;
            box-sizing: border-box;
            color: #ffffff;
            display: block;
            left: 0;
            opacity: 0;
            padding: 40px 0 65px;
            position: absolute;
            top: 52px;
            transition: opacity 0.35s ease-in-out 0s, z-index 0.1s ease-in-out 0.35s, transform 0.1s ease-in-out 0.35s;
            width: 100%;
            z-index: -1;
        }

        .postload #navmobile {
            height: 100%;
            overflow: hidden;
            transform: scale(0);
        }

        #navmobile > ul {
            display: block;
            width: 100%;
        }

        .postload #navmobile > ul {
            height: 100%;
            overflow-y: auto;
        }

        #mobile-input:checked ~ #header .navRow {
            left: 0;
            xposition: fixed;
            top: 0;
            width: 100%;
            z-index: 2;
        }

        #mobile-input:checked ~ #header #navmobile {
            display: block;
            opacity: 1;
            xposition: fixed;
            transform: scale(1);
            transition: opacity 0.35s ease-in-out 0s;
            z-index: 2;
        }

        #navmobile li {
            display: block;
            text-align: center;
        }

        #navmobile li a:hover {
            color: #999;
            background-color: transparent;
        }

    }

}

/* Priceline Cars */

.arnCar input {
    font-size: initial;
    height: initial;
    text-indent: 0;
    width: initial;
}

/* Currency Selector */

.ArnPagerResult {
    position: relative;
    width: 91.2%;
}
.ArnPagerResult select {
    position: absolute;
    right: 0;
    top: -7px;
    width: initial;
}
@media (max-width: 1250px) {
	.ArnPagerResult select {
    	margin: 0 0 20px 28px;
    	position: static;
	}
}

.ArnPriceContainer, .ArnCitiesNearbyContainer, .ArnAmentitiesContainer, .ArnPropertyClassesContainer, .ArnPropertyTypesContainer, .ArnHotelSizeContainer, .ArnRateFiltersContainer, .ArnCurrenciesContainer, .ArnSlider {
    background-image: url("//media.travsrv.com/appSkins/44352/v6/themes/standard/images/dot.png");
    background-position: 27px 16px;
    background-size: 12px auto;
}

/* confirmation page */

#theBookingPage.ConfirmationPage fieldset legend {
    padding: 0;
    position: static;
	display:none !important;
}
.arnAdContainer,#theBookingPage.ConfirmationPage .recommendedProperty {
	display:none;
}
#theBookingPage.ConfirmationPage {
    padding: 0;
}
.ConfirmationForm .confirmationHeader {
    display: none;
}
#theBookingPage.ConfirmationPage .SuccessList {
    color: #25b635;
}
#theBookingPage.ConfirmationPage .SuccessList .Success img,#theBookingPage.ConfirmationPage .SuccessList .Success span {
	display:none;
}
#theBookingPage.ConfirmationPage .WBGuestFormFields.WBGuestFormConfirmed {
    background-color: transparent;
    border: none !important;
    color: initial;
    width: 100%;
	padding:0 !important;
}
#theBookingPage.ConfirmationPage .hurryBook {
    background-color: #03cdff;
    color: black;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
}
#theBookingPage.ConfirmationPage .WBGuestFormFields.WBGuestFormConfirmed table {
    background-color: #013366;
    border: 1px solid #013366;
    color: white;
    width: 100%;
	padding:10px;
}
#theBookingPage.ConfirmationPage .PaymentPolicies, .ConfirmationForm .WBGuestFormConfirmed legend {
    display: block !important;
	width: 100%;
}
#theBookingPage.ConfirmationPage .PaymentPolicies {
    border:1px solid #CCC;
}
#theBookingPage.ConfirmationPage #theHotel, #theBookingPage.ConfirmationPage #theCharges, #theBookingPage.ConfirmationPage #theStayPolicies {
    background-color: transparent;
    border: medium none;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 50%;
}
#theBookingPage.ConfirmationPage #theStayPolicies {
	width:100%;
}
#theBookingPage.ConfirmationPage #theHotel {
    width: 50%;
	padding: 1%;
}
#theBookingPage.ConfirmationPage #theCharges {
    padding: 1%;
	border-left:1px solid #CCC;
}
#theBookingPage.ConfirmationPage #mainHotelImage {
    width: 30%;
	display: inline-block;
}
#theBookingPage.ConfirmationPage .theHotelName {
    background-color: transparent;
    color: initial;
    display: inline-block;
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
    width: 65%;
}
#theBookingPage.ConfirmationPage #theHotelAddress {
    font-size: 16px;
    padding: 0 0 2px;
    text-align: left;
}
#theBookingPage.ConfirmationPage .checkOutSummaryTable td {
    text-align: left;
}
#theBookingPage.ConfirmationPage .ArnTripAdvisorDetails {
    text-align: left;
}
#theBookingPage.ConfirmationPage .totalsTable .discountRow {
    border-top: medium none;
}

@media (max-width: 800px) {
	#theBookingPage.ConfirmationPage .SuccessList h1 {
	    font-size: 25px;
	    margin: 0;
	    padding: 10px;
	}
	#theBookingPage.ConfirmationPage #theHotel, #theBookingPage.ConfirmationPage #theCharges, #theBookingPage.ConfirmationPage #theStayPolicies {
	    width: 100%;
	}
	#theBookingPage.ConfirmationPage #theStayPolicies {
		width:100%;
	}
	#theBookingPage.ConfirmationPage #theHotel {
	    width: 100%;
	}
	#theBookingPage.ConfirmationPage #ThePolicies span {
	    display: none;
	}
	.SinglePropDetail .ArnPropNameLink, .SinglePropDetail .ArnPropNameLink:active, .SinglePropDetail .ArnPropNameLink:visited {
	    display: block;
	    width: 80%;
	}
}

.ArnRateCell,.SinglePropDetail .ArnRateCell {
    top: 24px;
}
.percentSavings {
    display:none;
}
.SinglePropDetail .bookRoomCell .percentSavings {
    display: none !important;
}

/* resizes pricing container to fit cusom text */

@media (min-width: 1335px) {
	.ArnRateCell {
    	font-size: 18px;
	}
}
@media (max-width: 1335px) {
	.ArnRateCell {
	    width: 258px;
		font-size: 17px;
	}
	.ArnRateCell {
	    font-size: 15px;
	    top: 45px;
	}
	.percentSavings {
	    top: -30px;
	    bottom: initial;
		bottom: auto;
	}
}
@media (max-width: 1280px) {
	.ArnRateCell {
	    width: 258px;
	}
}
@media (max-width: 1130px) {
	.ArnPropName {
	    width: 230px;
	}
	.ArnRateCell {
    	width: 220px;
		font-size: 14px;
	}
}
@media screen and (max-width:800px) {
	.RootBody .ArnSearchContainerMainDiv {
		background-color: #001f3f;
	}

}



.RootBody .ArnHeader {
	background-image:none;
}
#logo {
    display: inline-block !important;
    width: 33%;
}
.wsite-logo {
    color: #555;
    display: inline-block;
    font-size: 20px;
    width: 100%;
}
.wsite-logo span {
    display: inline-block;
    xwidth: 33%;
}
.home a {
    background-color: #555;
    color: white;
    padding: 20px;
	text-align:left;
}
.savings {
	text-align:center;
}
.savings a {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
}
.arn_username {
    background-color: transparent;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
#hop_lipoints {
    background-color: rgb(0, 157, 217);
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
}
#hop_numpoints {
    font-size: 20px;
    font-weight: bold;
}
.navRow .container > div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.WBValidatedRegistrationForm #nav,.WBValidatedRegistrationForm #navmobile, .WBValidatedRegistrationForm .hamburger span, .WBValidatedRegistrationForm .hamburger::before, .WBValidatedRegistrationForm .hamburger::after {
    display:none !important;
}
.navRow #nav {
    padding-left: 0;
    text-align: center;
    width: 33%;
}
.language {
	text-align:right;
}
.WBLoginForm .navRow #nav,.WBLoginForm.mobile .hamburger,.WBRegistrationForm .navRow #nav,.WBRegistrationForm.mobile .hamburger {
    display:none !important;
}
#header {
    background-color: #001f3f;
    border-bottom: none;
    line-height: 1.2em;
    padding:0;
    position: relative;
    z-index: 10;
}
#header .container {max-width:98%;padding-left:0;padding-right:0;}
.postButtonLink {
	font-family: "Lato",sans-serif;
	background-color: transparent;
	border: medium none;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 100;
	padding: 0px 5px;
	text-decoration: none;
	transition: color 0.2s linear 0s;
}
.postButtonLink:hover {
	xcolor: #000;
	text-decoration:underline;
}
.links li a,.links li a:hover,.links li a:active,.links li a:visited {
    font-family: "Lato",sans-serif;
    background-color: transparent;
    border: medium none;
    color: white !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 15px;
    text-decoration: none;
    transition: color 0.2s linear 0s;
    color: white;
}
.links li a:hover {
	xcolor: #000 !important;
}
.navbar-right {
    color: white;
    display: inline-block;
    float: none;
    text-align: right;
    width: 33%;
}
.navbar-nav > li {
    background-color: #009dd9;
    border-radius: 5px;
    float: right;
    font-size: 18px;
    padding: 15px 20px;
}
.mobile .ArnHeader {
    height: 116px;
}
.mobile .postButtonLink {
    margin: 0 auto;
}
@media screen and (min-width: 1260px) and (max-width: 1455px) { 
	.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
	    font-size: 20px !important;
	}
	.arn_username {
		font-size: 20px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1260px) { 
	.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
	    font-size: 18px !important;
	    padding: 0 6px;
	}
	.arn_username {
		font-size: 18px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1160px) { 
	.links {
	    padding: 0;
	}
	.links li a {
	    font-size: 14px;
	    padding: 13px 5px;
	}
	.postButtonLink {
	    font-size: 14px;
	    padding: 0 5px;
	}
}
@media (max-width: 1000px) {
	.wsite-logo span {
	    width: 100%;
	}
	.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
	    display: block;
	}
	#header .container {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	#logo {
	    margin: 0 0 0 10px;
	    padding: 10px 0;
	    position: relative;
	    text-align: left;
	    top: 3px;
	    width: 100%;
	}
	.links {
	    margin: 0;
		padding:0;
	}
	.links li a,.links li form {
	    padding: 13px 7px;
	}
	.postButtonLink {
	    margin: 0 auto;
	}
	.navbar-right {
	    display: block;
	    float: none;
	    margin: 0;
	    position: absolute;
	    right: 0;
	    width: 100%;
	}
	.navbar-nav > li {
	    background-color: #009dd9;
	    border-radius: 0;
	    float: none;
	    font-size: 16px;
	    padding: 15px 20px;
	    text-align: center;
		width:100%;
	}
}

.popularDestinationsLandingContainer {
	display:none;
}
.submit,.ArnShowRatesLink,.SinglePropDetail .bookRoom,.OnSale .ArnShowRatesLink {
    background: #6BB9AE none repeat scroll 0 0;
}
.submit :hover,.ArnShowRatesLink:hover,.SinglePropDetail .bookRoom :hover {
    background: #6BB9AE none repeat scroll 0 0;
}
.SearchHotels .ArnPrimarySearchOuterContainer,.ArnQuadSearchContainer.ArnPrimarySearchContainer,.SinglePropDetail .SimpleSearch {
    background-color: #f26632;
}
.SinglePropDetail .ArnPropName {
	border-top: 2px solid #f26632;
}
@media screen and (max-width:800px) {
	.RootBody .ArnSearchContainerMainDiv {
		background-color: #f26632;
	}

}

.module.left b {
	font-weight: 200;
	color: #333;
}
.dropDown {
    margin: 0 0 0 3px;
}
.WBLoginFormContainer.ArnSubPage {
    z-index: 10 !important;
}

/* fix the z index on th etooltip so the header dropdown is on top */

#inventoryNotice {
    z-index: 9;
}

/* logo on cruises realigned */

.arnCruise .logo.logo-dark.brio-365 {
  xmargin: 28px 0 0;
}
.arnCruise .logo {
    float: none;
    height: 60px;
    padding: 0;
}

/* fix adult child selector for just this site */

@media screen and (min-width:1000px) {
	.RootBody .ArnStayTable td.ArnAdultsChildren {
	    width: 57%;
	    padding: 0 0 0 0%;
	}
	.RootPage .ArnCitySearchContainer, .RootPage .ArnPOIContainer, .RootPage .ArnAirportContainer, .RootPage .ArnAddressContainer {
	    width: 37% !important;
	}
}

/* RePosition Compare Pricing */

.ArnPriceCompare {
    position: absolute;
    right: 40%;
    bottom: 10px;
}
.priceCompare {
  text-decoration:underline;
}
.rateComparePopup {
    position: absolute;
    z-index: 7;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 15px;
    width: 250px;
    right: -56px;
    color: #353e44;
    top: 37px;
    box-shadow: -3px 5px 6px rgba(0,0,0,.2);
    font-size: 14px;
    font-weight: 300;
}
.rateComparePopup:after, .rateComparePopup:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.rateComparePopup:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.rateComparePopup:before {
	border-color: rgba(153, 153, 153, 0);
	border-bottom-color: #999999;
	border-width: 16px;
	margin-left: -16px;
}
.rateComparePopup div {
    display: block;
    width: 100%;
}
.rateComparePopup label {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-weight: 300;
	white-space: nowrap;
}
.rateComparePopup span {
	display:inline-block;
	width:50%;
	text-align:right;
}

/* Accommodates the compare rate popup to position correctly */

.SearchDestination .ArnContainer {
    position: relative;
}
.ArnRateCell,.SearchHotels .ArnRateCell,.SearchDestination .ArnRateCell {
    z-index: 6;
}

@media screen and (max-width:800px) {
	.ArnPriceCompare {
	    display:none !important;
	}
}
@media screen and (min-width: 1440px) and (max-width: 1640px) { 
	.savingsLink {
	    padding: 13% 0 !important;
	}
}

.arnMapMarker.noPrice {
  display: none;
}

/* New Support Page */

.ARN_ServiceLinks.supportLink {
    xdisplay: none;
}
.ArnSubPage.WBSupportForm .SSForm.WBSupportFormContainer,.ArnSubPage.WBSupportForm h1,.ArnSubPage.WBSupportForm table,.ArnSubPage.WBSupportForm p {
	display:none;
}
.ArnSubPage.WBSupportForm .supportContainer h1,.ArnSubPage.WBSupportForm .supportContainer p {
	display:block;
}
.supportContainer {
	color:#666;
}
.supportContainer .left,
.supportContainer .right {
  display:inline-block;
  width:50%;
  vertical-align: top;
}
.supportContainer .right div {
	border-top: 1px solid #d3d3d3;
	margin: 50px 0 0;
	padding: 10px 0 0;
}
.supportContainer h1 {
	font-weight:100;
	font-size: 40px;
	margin-top: 0;
}
.supportContainer h1 img {
    margin: -7px 5px 0 0;
}
.supportContainer h2 {
	font-weight:700;
  font-size:18px;
}
@media screen and (max-width:1000px) {
	.supportContainer .left {
	    display:none;
	}
	.supportContainer .right {
	    display:block;
	    width: 100%;
	    padding: 20px;
	}
}