.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
/* styles from flat-ui-free2.0.0-fix.less files */
body {
  color: #7d6d57;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.231;
  	background: #222527;
}
input,
button,
select,
textarea {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
form #website{ display:none; }
a {
  color: #476650;
  text-decoration: none;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
a:hover {
  color: #476650;
  text-decoration: underline;
}
.btn.btn-primary {
  background-color: #476650;
}
.btn.btn-google {
  background-color: #b2bcc5;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #476650;
}
h1,
.h1 {
  font-size: 40px /* 52px */;
}
h2,
.h2 {
  font-size: 30px /* 40px */;
}
h3,
.h3 {
  font-size: 18px /* 24px */;
}
h4,
.h4 {
  font-size: 22px /* 29px */;
}
h5,
.h5 {
  font-size: 18px /* 24px */;
}
h6,
.h6 {
  font-size: 19px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
}
h1 {
  font-weight: 500;
  color: #ffffff;
}
h2 {
  font-weight: 500;
  margin-bottom: 2px;
  color: #7d6d57;
  
}
h3 {
  font-weight: 500;
  text-transform:uppercase;
  margin-bottom: 4px;
  margin-top: 2px;
  color: #476650;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
    text-transform:uppercase;
	color: #476650;
}
h4.special {
  font-weight: 500;
  margin-top: 4px;
    text-transform:uppercase;
	color: #ffffff;
}
h5 {
  font-weight: 500;
  color: #476650;
}
h6 {
  font-weight: normal;
}
p {
  font-size: 14.004px;
  /* 16px */
  line-height: 1.722169;
  /* 31px */
  color:#7d6d57;
}
.error {
	  font-size: 14.004px;
  /* 16px */
  line-height: 1.722169;
  /* 31px */
  color:#f00;
	}
.lead {
  font-size: 28px;
  /* 28px */
  line-height: 1.4642745;
  /* 41px */
  font-weight: 300;
  margin-bottom: 20px;
}
small {
  font-size: 84%;
  /* 15px */
  line-height: 2.050846;
  /* 31px */
}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.img-border {
  border: 6px solid #806f5d;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a35a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b93d30;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c19d0c;
}
.text-info {
  color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a7aaf;
}
.text-inverse {
  color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #979c9f;
}
.green {
  color: #476650;
}
.grecaptcha-badge {
  z-index: 3;
}
footer {
  background-color: transparent;
}
.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.bg-pal-tan {
	background-color: #bfae9b;
}
.bg-pal-lttan {
	background-color: #e7e0d3;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-turquoise {
  background-color: #1abc9c;
}
.bg-green-sea {
  background-color: #16a085;
}
.bg-emerland {
  background-color: #2ecc71;
}
.bg-nephritis {
  background-color: #27ae60;
}
.bg-peter-river {
  background-color: #3498db;
}
.bg-belize-hole {
  background-color: #2980b9;
}
.bg-amethyst {
  background-color: #9b59b6;
}
.bg-wisteria {
  background-color: #8e44ad;
}
.bg-wet-asphalt {
  background-color: #34495e;
}
.bg-midnight-blue {
  background-color: #2c3e50;
}
.bg-sun-flower {
  background-color: #f1c40f;
}
.bg-orange {
  background-color: #f39c12;
}
.bg-carrot {
  background-color: #e67e22;
}
.bg-pumpkin {
  background-color: #d35400;
}
.bg-alizarin {
  background-color: #e74c3c;
}
.bg-pomegranate {
  background-color: #c0392b;
}
.bg-clouds {
  background-color: #ecf0f1;
}
.bg-silver {
  background-color: #bdc3c7;
}
.bg-concrete {
  background-color: #95a5a6;
}
.bg-asbestos {
  background-color: #7f8c8d;
}
.bg-base {
  background-color: #34495e;
}
.bg-firm {
  background-color: #1abc9c;
}
.bg-success {
  background-color: #2ecc71;
}
.bg-danger {
  background-color: #e74c3c;
}
.bg-warning {
  background-color: #f1c40f;
}
.bg-info {
  background-color: #3498db;
}
.bordered {
  border-style: solid;
}
.bordered.bg-pal-lttan {
border: solid 1px #d7c7ac;
}
.bordered.bg-turquoise {
  border-color: #16a085;
}
.bordered.bg-emerland {
  border-color: #27ae60;
}
.bordered.bg-peter-river {
  border-color: #2980b9;
}
.bordered.bg-amethyst {
  border-color: #8e44ad;
}
.bordered.bg-wet-asphalt {
  border-color: #2c3e50;
}
.bordered.bg-sun-flower {
  border-color: #f39c12;
}
.bordered.bg-carrot {
  border-color: #d35400;
}
.bordered.bg-alizarin {
  border-color: #c0392b;
}
.bordered.bg-clouds {
  border-color: #bdc3c7;
}
.bordered.bg-concrete {
  border-color: #7f8c8d;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  color: #7d6d57;
  line-height: 1.29;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
li {
  line-height: 20px;
}
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 22px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.btn.btn-large {
  font-size: 17px;
  padding: 12px 18px;
}
.btn > [class^="fui-"] {
  margin-left: 4px;
  margin-right: 4px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.input-group-btn .btn {
  background: #bdc3c7;
  line-height: 9px 12px 10px;
  line-height: 22px;
  border: 0;
  margin: 0;
  color: #fff;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 12px;
}
.input-group-btn .btn:hover {
  background: #cacfd2;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-group {
  margin-bottom: 10px;
}
label {
  font-size: 18px;
  line-height: 1.2em;
  margin: 10px 0;
}
.carousel {
  line-height: 1;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
.page-wrapper {
  position: relative;
  z-index: 2;
  background:#f2f0ec;
  overflow: hidden;
  min-height: 100%;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaded .page-wrapper,
.loaded .header-antiflicker,
.loaded body > header .header-background {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.loaded.nav-visible .page-wrapper,
.loaded.nav-visible .navbar.navbar-fixed-top,
.loaded.nav-visible .header-antiflicker,
.loaded.nav-visible body > header .header-background {
  -webkit-transform: translate3d(-230px, 0, 0);
  -moz-transform: translate3d(-230px, 0, 0);
  -o-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
}
.loaded.no-csstransitions .page-wrapper,
.loaded.no-csstransitions .header-antiflicker {
  left: 0;
}
.loaded.no-csstransitions.nav-visible .page-wrapper,
.loaded.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.loaded.no-csstransitions.nav-visible .header-antiflicker {
  left: -230px !important;
  right: auto;
}
.carousel-indicators {
  width: 100%;
}
[class^="fui-"] {
  display: inline-block;
  vertical-align: middle;
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body > section,
  header,
  footer {
    padding-right: 5px;
    padding-left: 5px;
  }
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Verdana, Helvetica, Arial, sans-serif;

}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #476650;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
#bgVideo {
  overflow: hidden;
}
#bgVideo > video {
  position: absolute !important;
}
.delimiter {
  margin-top: 50px;
}
.delimiter-line {

  margin-bottom: 50px;
  border-top: 1px solid #bcb1a6;
}
header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;
}
header .brand {
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  color: #2c3e50;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.navbar {

  left: 0;
  right: 0;
}
.navbar .brand {
  padding: 23px 28px 24px 0;
  float: left;
}
.navbar .subnav {
  display: none;
}
.navbar a {
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: none;
}
.navbar .navbar-toggle {
position:absolute;
right: 10px;

	top: 25px;
  margin: 26px 0 10px ;
  color: #7d6d57;
  background: none;
  padding:0;
  width: 70px;
  height: 24px;
  background: url("../../startup/common-files/icons/menu-icon@2x.png") 50% no-repeat;
  -webkit-background-size: 63px 12px;
  -moz-background-size: 63px 12px;
  -o-background-size: 63px 12px;
  background-size: 63px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .navbar-toggle:before {
  display: none;
}
.navbar .navbar-form .btn {
  height: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: 10px 0 0;
  position: relative;
  top: 4px;
}
.navbar.navbar-fixed-top {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 1170px;
  margin: 0 auto;
}
.loaded .navbar.navbar-fixed-top {
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle {
    display: block;

  z-index: 13;
  }
  .navbar-header {
    float: none;
  }
}
.header-19 .navbar-collapse.collapse,
.header-16 .navbar-collapse.collapse {
  display: none !important;
}
@media (max-width: 991px) {
  body .navbar-collapse {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  body > .collapse.navbar-collapse {
    display: none !important;
  }
}
body .navbar-collapse#header-19,
body .navbar-collapse#header-16 {
  width: 230px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  z-index: 1;
}
body > .navbar-collapse {
  padding: 25px 0;
  overflow: auto;
  background: #bfae9b;
  min-height: 100%;
}
body > .navbar-collapse::-webkit-scrollbar {
  display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
  float: none !important;
}
body > .navbar-collapse .nav {
  margin: 0 0 10px;

}
body > .navbar-collapse .nav > li {
  margin: 0;
}
body > .navbar-collapse .nav > li > a {
  display: block;
  padding: 12px 35px;
  border-bottom: 1px solid #c5b8aa;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #352510;
  text-transform: uppercase;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.on {
  color: #476650;
    font-weight: bold;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
  background: none;
      font-weight: bold;
}
body > .navbar-collapse .nav > li.on > a {
  color: #476650;
      font-weight: bold;
}
body > .navbar-collapse .nav > li.on > a:hover,
body > .navbar-collapse .nav > li.on > a:focus,
body > .navbar-collapse .nav > li.on > a.on {
  color: #476650;
      font-weight: bold;
}
body > .navbar-collapse .subnav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
body > .navbar-collapse .subnav li > a {
  display: block;
  margin: 0;
  padding: 7px 35px;
  font-size: 13px;
  font-weight: normal;
  color: #5b5e61;
  text-transform: capitalize;
}
body > .navbar-collapse .subnav li > a:hover,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a.active {
  color: #ffffff;
}
body > .navbar-collapse .navbar-form,
body > .navbar-collapse .navbar-search {
  padding: 10px 35px;
  margin: 0;
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
}
body > .navbar-collapse .navbar-form:focus,
body > .navbar-collapse .navbar-search:focus {
  outline: 0 none;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-primary,
body > .navbar-collapse .navbar-search .btn-primary {
  height: 30px;
  line-height: 20px;
  font-size: 15px;
  color: #5b5e61;
  background: none;
  padding: 0;
}
body > .navbar-collapse .navbar-form .btn:hover,
body > .navbar-collapse .navbar-search .btn:hover,
body > .navbar-collapse .navbar-form .btn-primary:hover,
body > .navbar-collapse .navbar-search .btn-primary:hover {
  color: #fff;
}

	
#back_to_top {
color: #cdcdcd;
height: auto;
position: fixed;
bottom: 150px;
margin: 0;
z-index: 10003;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
right: 30px;

}

.header-10-sub .control-btn {

  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
	visibility: visible;
  background: #ffffff;
  opacity: 60;
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);

}
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn.active {
  color: #7f8c8d;
}
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn:active,
.header-10-sub .control-btn.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
.header-10-sub .control-btn {
    bottom: 30px;
  }
}

/**
 * Header 5 stylesheet  
 * */
.header-5 {
  width: 100%;
  position:absolute;
  top:0;
  left:0;
  padding-top: 0;
  padding-bottom: 0;
  height: 145px;
  color: #7d6d57;
}



.header-5 > .container {
  position: relative;
  z-index: 2;
}
.header-5 .navbar {
  position: absolute;
  z-index: 102;
  top: 50px;
	height: 70px;
  width: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;

}
.header-5 .navbar.navbar-fixed-top {
  position: fixed;
  margin-top: 28px;
}
.header-5 .navbar .home,
.header-5 .navbar .search {
  position: absolute;
  top: 0;
  font-size: 14px;
  font-weight: normal;

}
.header-5 .tagline {
	position:absolute;
	top:30px;
	left:32%;
 padding:0;
 margin: 0;
  z-index: 15;
  color: #352510;
	text-transform:uppercase;

	}
	.header-5 .tagline p {
	font-style:italic;
  color: #352510;
	text-transform:uppercase;
	line-height: 1em;
	}
.header-5 .navbar .home [class*="fui-"],
.header-5 .navbar .search [class*="fui-"] {
  font-size: 22px;
  font-weight: normal;
  color: #7d6d57;
}
.header-5 .navbar .home:hover [class*="fui-"],
.header-5 .navbar a.on [class*="fui-"]  {
  font-size: 22px;
  font-weight: normal;
  color: #476650;
}
.header-5 .navbar .home {
  left: 15px;
  z-index: 50;
}
.header-5 .navbar .brand {
	position:absolute;
	top:0;

 padding:0;
 margin: 0;
overflow: visible;
 max-height:100%;
  z-index: 15;
    opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.header-5 .navbar .search {
  right: 15px;
  z-index: 13;
}
.header-5 .navbar a.search {
	color: #476650;
	font-weight:500;
	font-weight: bold;
}
.header-5 .navbar .navbar-search {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  float: none;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-5 .navbar .navbar-search .close-search {
  float: left;
}
.header-5 .navbar .navbar-search .close-search [class*="fui-"] {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
.header-5 .navbar .navbar-search input[type="text"] {
  width: 80%;
  height: auto;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 25px;
  background: none;
}

.header-5 .navbar .navbar-search .ani-placeholder {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 80%;
  margin: -4px auto 0;
  padding: 0 25px;
  line-height: 18px;
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  white-space: nowrap;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.header-5 .navbar .navbar-header {
  float: none;
}
.header-5 .navbar .navbar-collapse {
  position: relative;
  padding-top: 5px;
}

@media (min-width: 992px) {
  .header-5 .navbar .nav {
    position: absolute;
	top: 50px;
    width: 100%;

    overflow: visible;
    text-align: center;
	border-top: solid 1px #476650;
	border-bottom: solid 1px #476650;
  }
  .header-5 .navbar .nav > li {
    float: none;
    display: inline-block;
  }
  .header-5 .header-background {
	position:relative;
	z-index:0;
	top:0;
	left:0;
	height: 167px;
	width: 100%;
  background: #eee8df;
    opacity: 70;
  filter: alpha(opacity=7000);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
	  .header-5 .tagline p {
		  text-align: center;
	  }

}

.header-5 .navbar .nav > li {
  min-width: 150px;
}
.header-5 .navbar .nav > li > a {
  padding: 5px 0;
  font-size: 14px;
  font-weight: normal;
  font-weight: 300;
  letter-spacing: 2px;
  display: block;
  color: #352510;
}
.header-5 .navbar .nav > li > a:hover,
.header-5 .navbar .nav > li > a:focus,
.header-5 .navbar .nav > li > a.active,
 .header-5 .navbar .nav > li > a.on {
  color: #476650;
    font-weight: bold;
  font-weight: 600;
    letter-spacing: 1px;
}
@media (max-width: 991px) {

  .header-5 .navbar .nav > li > a [class*="fui-"] {
    display: none;
  }

  .header-5 .navbar .search,   .header-5 .navbar .home {
margin-top: -45px;
  z-index: 13;
}
  .header-5 .navbar .search img {
display: none;
}
	  .header-5 .tagline p {
		  text-align: center;
	  }

}
  img.brand:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (orientation: portrait) {
  img.brand { max-width: 100%; }
}

@media screen and (orientation: landscape) {
  img.brand { max-height: 100%; }
}
.header-5 .navbar .nav > li > a [class*="fui-"] + * {
  display: none;
}
@media (max-width: 991px) {
	  .header-5 .header-background {
	position:relative;
	z-index:0;
	top:0;
	left:0;
	height: 100px;
	width: 100%;
  background: #eee8df;
    opacity: 60;
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
  .header-5 .navbar .nav > li > a [class*="fui-"] + * {
    display: initial;
    margin: 0;
  }

	.header-5 .tagline {
	position: absolute;
	top:30px;
	left:25%;
	margin: 0 auto;
  color: #352510;
	text-transform:uppercase;

	}
	  .header-5 .tagline p {
		  text-align: center;
	  }
	
}
.header-5 .navbar .nav > li.active > a {
  color: #476650;
}
.header-5 .navbar .nav > li.active > a:hover,
.header-5 .navbar .nav > li.active > a:focus,
.header-5 .navbar .nav > li.active > a.active {
  color: #476650;
}
.header-5 .navbar .navbar-header,
.header-5 .navbar .navbar-collapse {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .header-5 .navbar .navbar-header,
.loaded .header-5 .navbar .navbar-collapse {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}


.header-5 .navbar .navbar-toggle {
  z-index: 10000;
  float: none;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .header-5 .navbar .navbar-toggle {
    display: none;
  }
}
.header-5-sub {
  position: relative;
  padding: 0;
}
.header-5-sub .box-icon {
  margin: 0 auto 35px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.header-5-sub .box-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.header-5-sub .box-icon .icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 95px;
  height: 95px;
  margin: 0 50px;
  border: 7px solid #fff55b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  font-weight: normal;
  color: #fff55b;
  line-height: 81px;
}
.header-5-sub .bg-peter-river,
.header-5-sub .bg-turquoise,
.header-5-sub .bg-peter-river h1,
.header-5-sub .bg-turquoise h1,
.header-5-sub .bg-peter-river .h1,
.header-5-sub .bg-turquoise .h1,
.header-5-sub .bg-peter-river h2,
.header-5-sub .bg-turquoise h2,
.header-5-sub .bg-peter-river .h2,
.header-5-sub .bg-turquoise .h2,
.header-5-sub .bg-peter-river h3,
.header-5-sub .bg-turquoise h3,
.header-5-sub .bg-peter-river .h3,
.header-5-sub .bg-turquoise .h3,
.header-5-sub .bg-peter-river h4,
.header-5-sub .bg-turquoise h4,
.header-5-sub .bg-peter-river .h4,
.header-5-sub .bg-turquoise .h4,
.header-5-sub .bg-peter-river h5,
.header-5-sub .bg-turquoise h5,
.header-5-sub .bg-peter-river .h5,
.header-5-sub .bg-turquoise .h5,
.header-5-sub .bg-peter-river h6,
.header-5-sub .bg-turquoise h6,
.header-5-sub .bg-peter-river .h6,
.header-5-sub .bg-turquoise .h6 {
  color: white;
}
.header-5-sub .page-transitions {

}
.header-5-sub .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  overflow: hidden;
}
.header-5-sub .pt-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-5-sub .pt-page-ontop {
  z-index: 999;
}
.header-5-sub .page-transitions {
  height: 450px;
}
.header-5-sub .pt-page {
  padding-top: 210px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .header-5-sub .pt-page {
    padding-right: 5px;

  }
.header-5 .tagline {
display: none;
	}

  
}
.header-5-sub .hero-unit {
	position:relative;
z-index: 20;
  margin: 10% 0 0 0;
  padding: 0;
background: transparent;
width: auto;
}
.header-5-sub .bgBox {
background-color:rgba(153, 159, 158, 0.8);
  display: inline-block;
  padding: 10px 30px;

	}
.header-5-sub .hero-unit h1 {
  margin: 0 0 2px;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  line-height: normal;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);

}


.header-5-sub .hero-unit p {

  font-size: 22px;
  font-weight: normal;
  color: #476650;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: normal;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-5-sub .pt-page-1 .box-icon {
  position: relative;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .header-5-sub .pt-page-1 .box-icon {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-5-sub .pt-page-1 .box-icon [class*="pt-control-"] {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .header-5-sub .pt-page-1 .box-icon [class*="pt-control-"] {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}


.loaded .header-5-sub .pt-page-1 .hero-unit {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.loaded .header-5-sub .pt-page-2 .hero-unit {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 100;
}
.loaded .header-5-sub .pt-page-3 .hero-unit {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 100;
}

@media (max-width: 480px) {
  .header-5-sub .pt-page {
    padding-top: 120px;
  }
  .header-5 .navbar .brand {
	position:absolute;
	top:0;

 padding:0;
 margin: 0;
overflow: visible;
 max-height:80%;
  z-index: 15;
    opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
}

.header-5-sub .pt-control-next,
.header-5-sub .pt-control-prev {
  color: #fff55b;
}
.header-5-sub .pt-control-next:hover,
.header-5-sub .pt-control-prev:hover,
.header-5-sub .pt-control-next:focus,
.header-5-sub .pt-control-prev:focus,
.header-5-sub .pt-control-next.active,
.header-5-sub .pt-control-prev.active {
  color: #ffffff;
}
.header-5-sub {
  position: relative;
  z-index: 50;
  left: 0;
  width: 100%;

  padding: 0;
  overflow: hidden;
  color: white;
}

.header-1-sub .box-icon {
  margin: 0 auto 35px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.header-1-sub .box-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.header-1-sub .box-icon .icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 95px;
  height: 95px;
  margin: 0 50px;
  border: 7px solid #fff55b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  font-weight: normal;
  color: #fff55b;
  line-height: 81px;
}
.header-1-sub .page-transitions {
  background: black;
}

@media (max-width: 767px) {
  .header-1-sub .pt-page {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.header-1-sub .hero-unit {
  margin: 0;
  padding: 0 0 0 100px;
  background: transparent;
}

.header-1-sub .pt-page-1 .box-icon {
  position: relative;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);

}
.loaded .header-1-sub .pt-page-1 .box-icon {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-1-sub .pt-page-1 .box-icon [class*="pt-control-"] {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .header-1-sub .pt-page-1 .box-icon [class*="pt-control-"] {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-5-sub .pt-page-1 .hero-unit {
  position: relative;
  left: -50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .header-5-sub .pt-page-1 .hero-unit {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-5-sub .pt-page-2 .hero-unit {
  position: relative;
  z-index: 99999;
  left: -50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .header-5-sub .pt-page-2 .hero-unit {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-5-sub .pt-page-3 .hero-unit {
  position: relative;
  z-index: 99999;
  left: -50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .header-5-sub .pt-page-3 .hero-unit {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 480px) {
  .header-1-sub .pt-page {
    padding-top: 120px;
  }
}
.header-1-sub .pt-control-next,
.header-1-sub .pt-control-prev {
  color: #fff55b;
}
.header-1-sub .pt-control-next:hover,
.header-1-sub .pt-control-prev:hover,
.header-1-sub .pt-control-next:focus,
.header-1-sub .pt-control-prev:focus,
.header-1-sub .pt-control-next.active,
.header-1-sub .pt-control-prev.active {
  color: #ffffff;
}

.header-1-sub .pt-page {
  width: 100%;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  overflow: hidden;
  background-color: #363940;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.header-5-sub .carousel {
	
  margin-top: 0;
  margin-bottom: 0;

  font-size: 22px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 500;
  line-height: 25px;
}
.header-5-sub .carousel .item {
  -webkit-transition: .8s ease-in-out top, .6s ease-in-out opacity;
  -moz-transition: .8s ease-in-out top, .6s ease-in-out opacity;
  -o-transition: .8s ease-in-out top, .6s ease-in-out opacity;
  transition: .8s ease-in-out top, .6s ease-in-out opacity;
  opacity: 0;
}

.header-5-sub .carousel .item.active,
.header-5-sub .carousel .item.prev,
.header-5-sub .carousel .item.next {
  opacity: 1;
  z-index: 10001;
}
.header-5-sub .carousel .item + * {
position:relative;
}
.header-5-sub .background-1 {
	position:absolute;
	  width: 100%;
  height: 100%!important;
  background-image: url("../../images/hero-home-1.jpg");
  background-size: cover;
  top:0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: 50% 30%;
}

.header-5-sub .background-2 {
	position:absolute;

	  width: 100%;
  height: 100%!important;
  background-image: url("../../images/hero-home-2.jpg");
  background-size: cover;
  top:0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: 50% 30%;
}


.header-5-sub .background-3 {
	position:absolute;

	  width: 100%;
  height: 100%!important;
  background-image: url("../../images/hero-home-3.jpg");
  background-size: cover;
  top:0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: 50% 30%;
}


.header-5-sub .pt-page-personal .background {
  background-image: url("../../images/hero-personal-injury-services.jpg");
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: 50% 30%;
}
.header-5-sub .pt-page-about .background {
  background-image: url("../../images/hero-contact.jpg");
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: 50% 30%;
}
.header-5-sub .pt-page-test .background {
  background-image: url("../../images/hero-testimonials.jpg");
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: 60% 40%;
}
.header-5-sub .pt-page-contact .background {
  background-image: url("../../images/hero-contact.jpg");
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: 50% 30%;
}

.header-5-sub .pt-page-ontop {
  z-index: 999;
}
.header-5-sub .page-transitions * {
  line-height: normal;
    z-index: 999;
}

.header-1-sub .page-transitions .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140px;
}
@media (max-width: 480px) {
  .header-1-sub .page-transitions .caption {
    bottom: 73px;
  }
}
.header-1-sub .page-transitions .controls > * {
  position: absolute;
  left: 15;
  top: 410px;
  z-index: 1000;
  width: 20px;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  color: #7f8c8d;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.header-1-sub .page-transitions .controls > *:hover,
.header-1-sub .page-transitions .controls > *:focus,
.header-1-sub .page-transitions .controls > *.active {
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) {
  .header-1-sub .page-transitions .controls > * {
    top: 363px;
  }
}
.header-1-sub .page-transitions .controls > *.control-next {
  left: 45px;
}
/**
 * Content 12 stylesheet  
 * */
.content-12 {
  position: relative;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
    padding-top: 10px;
  padding-bottom: 15px;
margin-top: -5px;
	margin-bottom: -5px;
  background: #476650;
}

.content-12 h1 {
	  text-align: center;
  font-size: 40px;
  font-weight: normal;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #ffffff;
    font-weight: 300;
	padding-top: 0;
	margin-bottom: -5px;

}
.content-12 p {
	  text-align: center;
  font-size: 22px;
  font-weight: normal;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #ffffff;
    font-weight: 300;
		padding-bottom: 20px;
}

@media (max-width: 767px) {
  .content-12 .btn-wide {
    font-size: 30px;
  }
}
/**
 * Content 9 stylesheet  
 * */
.content-9 {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.content-9 h2 {

  font-weight: normal;

  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  font-weight: 300;
}
.content-9 h5 {
margin-top: 0;
  font-weight: normal;

  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
    line-height: 30px;
  font-weight: 300;
}
.content-9 p {
  font-size: 16px;
  font-weight: normal;

  line-height: 30px;
}
.content-9 p.contact {
  font-size: 16px;
  font-weight: normal;
    line-height: 30px;
  margin-bottom: 24px;
}
.content-9 h5.special {
  margin-top: 40px;
  color: #7d6d57;
  line-height:26px;

}
.content-9 .info {
  font-size: 16px;
  font-weight: normal;

  margin-top: 40px;
}
.content-9 .call-box {
  position: relative;
  font-size: 16px;
  font-weight: normal;
	color: #476650;


}
.content-9 .call-box p{
		line-height: 1.2em;
		margin-top: 5px;

}

.content-9 .call-box {
width: 100%;
max-width: 373px;
background-color: #e7e0d3;
border: 1px solid #d7c7ac;

  padding: 5px;


}
@media (max-width: 767px) {
  .content-9 .info {
    margin-top: 20px;
  }
  .content-9 h5 {
  margin-top: 20px;

}
}
/**
 * Content 17 stylesheet  
 * */
.content-17 {
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .content-17 {
    padding-top: auto;
    padding-bottom: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.content-17 .call-box {

  font-size: 16px;
  font-weight: normal;
	color: #476650;
  margin: 0;
}
.content-17 h2 {
  font-weight: normal;
  color: #476650;
  margin: 0 0 30px 0;
}
.content-17 .call-box {
width: 75%;
background-color: #e7e0d3;
border: 1px solid #d7c7ac;
  margin-left: auto ;
  margin-right: auto ;
  padding: 40px 50px;

}
.content-17 a {

}
.content-17 .carousel {
  margin-top: 40px;
  margin-bottom: 18px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 500;
  line-height: 25px;
}
.content-17 .carousel .item {
  -webkit-transition: .8s ease-in-out top, .6s ease-in-out opacity;
  -moz-transition: .8s ease-in-out top, .6s ease-in-out opacity;
  -o-transition: .8s ease-in-out top, .6s ease-in-out opacity;
  transition: .8s ease-in-out top, .6s ease-in-out opacity;
  opacity: 0;
}
.content-17 .carousel .item.active.left,
.content-17 .carousel .item.active.right {
  opacity: 0;
  z-index: 2;
}
.content-17 .carousel .item.active,
.content-17 .carousel .item.prev,
.content-17 .carousel .item.next {
  opacity: 1;
  z-index: 1;
}
.content-17 .carousel + * {
  position: relative;
}
@media (max-width: 480px) {
.content-17 .call-box {
  padding: 20px 25px;
}
.content-17 h2 {
  font-size: 20px;
  padding: 0;
}

}

.projects-* .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.projects-* .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.projects-* .pt-page-current,
.projects-* .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.projects-* .pt-page-ontop {
  z-index: 999;
}
.projects-* .v-center {
  display: table;
  width: 100%;
}
.projects-* .v-center > * {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  float: none;
}
@media (max-width: 767px) {
  .projects-* .v-center.row {
    display: block;
    width: auto;
  }
  .projects-* .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
/**
 * Project 4 stylesheet  
 * */
.projects-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.projects-4 h2 {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.projects-4 .projects + .projects {
  margin-top: 80px;
}
.projects-4 .projects .photo-wrapper {
  height: 145px;
  position: relative;
  overflow: hidden;
}
.projects-4 .projects .photo {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.projects-4 .projects a.overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 145px;
}

.projects-4 .projects .overlay [class*="fui-"] {
  font-size: 46px;
}
.projects-4 .projects .info {
  text-align: center;
  font-size: 13px;
  margin-top: 27px;
}
.projects-4 .projects .info b {

}
.projects-4 .projects .name {
  color: #476650;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.projects-4 .projects .name.color-pomegranate:hover,
.projects-4 .projects .name.color-pomegranate.hover {
  background-color: #e7e0d3;

  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.projects-4 .projects .name.color-orange:hover,
.projects-4 .projects .name.color-orange.hover {

  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.projects-4 .projects .name.color-belize-hole:hover,
.projects-4 .projects .name.color-belize-hole.hover {

  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.projects-4 .projects .name.color-green-sea:hover,
.projects-4 .projects .name.color-green-sea.hover {

  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.projects-4 .projects .project:hover .photo {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (max-width: 767px) {
  .projects-4 .projects .project-wrapper + .project-wrapper {
    margin-top: 80px;
  }
}

.specialize p {
  text-align: center;
}
.specialize p img {
  width: auto;
  max-width: none;
  height: 65px;
  margin-top: 30px;
}

/**
 * Benefts stylesheet  
 * */
.benefits-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.benefits-4 h2 {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.benefits-4 .benefits .benefit-wrapper {
  margin-bottom: 24px;
}
.benefits-4 .benefits .photo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 145px;
  padding: 20px;
  overflow: hidden;
}
.benefits-4 .benefits .photo-wrapper p {
  text-align: center;
}

/**
 * Team stylesheet  
 * */
.team-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.team-4 h2 {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.team-4 .team-member-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

/**
 * Copntact 1 stylesheet  
 * */
.contacts-1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.contacts-1 h3 {
  font-size: 30px;
  margin: 0 0 60px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .contacts-1 h3 {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
.contacts-1 h6,
.contacts-1 .h6 {
  margin: 0 0 12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
}
.contacts-1 label.h6 {
  margin-bottom: 18px;
}
.contacts-1 label.h6 {
  margin-bottom: 18px;
}
.contacts-1 p {
  font-size: 16px;
  line-height: 1.6;
}
.contacts-1 b {
  font-weight: 700;
}
.contacts-1 a {
  color: #476650;
}
.contacts-1 a:hover,
.contacts-1 a:focus,
.contacts-1 a.active {
  color: #476650;
}
.contacts-1 form {
  margin: 0;
}
.contacts-1 form input,
.contacts-1 form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 29px;
  border-color: #ebedee;
  color: #7f8c8d;
  font-size: 17px;
  line-height: 22px;
}
.contacts-1 form input:focus,
.contacts-1 form textarea:focus {
  border-color: #476650;
}
.contacts-1 form input {
  height: 45px;
}
.contacts-1 form label {
  margin-bottom: 18px;
}
.contacts-1 form .btn {
  margin-top: 7px;
  min-width: 150px;
    background-color: #476650;
}
.contacts-1 form .btn [class*="fui-"] {
  font-size: 24px;

}
.contacts-1 form .btn.btn-primary:hover,
.contacts-1 form .btn.btn-primary:focus {
  background-color: #476650;
}
.contacts-1 form .btn.btn-primary:active,
.contacts-1 form .btn.btn-primary.active {
  background-color: #476650;
}
.disclaimer {font-size: 14px;}
.contacts-1 .additional {
  margin-bottom: 45px;
}
.content-9 a.phone, .content-9 a.phone:hover {
  text-decoration:none;
  color: #7d6d57;
}
.contacts-1 .phone big {
  display: block;
  font-size: 46px;
  letter-spacing: normal;
  white-space: nowrap;
  color: #476650;
}
@media (max-width: 992px) and (min-width: 768px) {
  .contacts-1 .phone big {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .contacts-1 > .container > .row > * + * {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .contacts-1 form {
    margin-bottom: 80px;
  }
  .contacts-1 form label {
    margin-bottom: 0px;
  }
  .contacts-1 .phone big {
    font-size: 40px;
  }
}
/**
 * Footer 3 stylesheet  
 * */
.footer-3 {
  font-size: 13px;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #bfae9b;

}
.footer-3 .additional-links {
	  color: #7d6d57;
	  	margin-top:20px;
}
.footer-3 .additional-links a {
	  color: #7d6d57;
}

.footer-3 .phone {
font-size: 16px;

}
.footer-3.v-center,
.footer-3 .v-center {
  display: table;
  width: 100%;
}
.footer-3.v-center > div,
.footer-3 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .footer-3.v-center.row:before,
  .footer-3 .v-center.row:before,
  .footer-3.v-center.row:after,
  .footer-3 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-3.v-center,
  .footer-3 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-3.v-center.row,
  .footer-3 .v-center.row {
    display: block;
    width: auto;
  }
  .footer-3.v-center.row:before,
  .footer-3 .v-center.row:before,
  .footer-3.v-center.row:after,
  .footer-3 .v-center.row:after {
    display: none;
  }
  .footer-3.v-center.row > *,
  .footer-3 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.footer-3 .row.v-center {
  padding-left: 0;
  padding-right: 0;
}
.footer-3 a {
  color: #476650;
  font-weight: normal;
}
.footer-3 a:hover,
.footer-3 a:focus,
.footer-3 a.active {
  color: #476650;
  text-decoration:underline;
}
.footer-3 h1,
.footer-3 .h1,
.footer-3 h2,
.footer-3 .h2,
.footer-3 h3,
.footer-3 .h3,
.footer-3 h4,
.footer-3 .h4,
.footer-3 h5,
.footer-3 .h5,
.footer-3 h6,
.footer-3 .h6 {
  color: 476650;
}
.footer-3 .brand {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.footer-3 .address {
  color: #352510;
  text-decoration: none;
  font-size: 12px;
}
.footer-3 .address a:hover,
.footer-3 .address a:focus,
.footer-3 .address a.active {
  color: #352510;
    text-decoration: underline;
}
.footer-3 h6 {
  margin: 20px 20px 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #476650;
  font-weight: 600;
  text-transform: none;
}
.footer-3 .address {

  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer-3 .row > [class*="col-sm-"] {
    margin-top: 30px;
  }
  .footer-3 .row > [class*="col-sm-"]:first-child {
    margin-top: 0;
  }
}
