input[type="text"], input[type="number"], input[type="password"] {
    border-radius: 0 !important;
    font-family: "AvenirLT-Light",Arial,Helvetica,sans-serif;
    font-size: 15px;
    height: 30px !important;
    line-height: 26px !important;
    padding: 3px !important;
}
select {
    font-family: "AvenirLTStd-Light",Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding: 3px !important;
}
.disabled input, .disabled select {
    border: 1px solid Transparent;
}
body {
    color: #58585a;
    font-family: "AvenirLTStd-Light",Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow-x: hidden;
}
p {
    color: #58585a;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 30px;
}
p:empty {
    display: none;
}
p.nomargin {
    margin: 0 !important;
}
section p {
}
section img, .popupContent img {
    height: auto !important;
    max-width: 100%;
}
p.small {
    font-size: 16px;
}
a {
	color: #8eca3f;
	transition: all 0.3s ease 0s;
}
a, a:hover, a:active, a.active {
    outline: 0 none;
    text-decoration: none;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
    color: #8eca3f;
}
h1, h2, h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 37px;
    margin: 0 0 15px 0;
}
.detail-content h1 {
    border-bottom: 1px solid #ff6f00;
}
h3 {
    color: #555;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 17px;
    font-weight: 400;
}
h6 {
    font-size: 14px;
}
@media (max-width: 769px) {
    h1, h2, h3, h4, h5, h6 {
       font-size: 22px; 
    }
}
.img-centered {
    margin: 0 auto;
}
section {
    padding-bottom: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 60px;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.none {
    float: none !important;
}
.absolute {
    position: absolute !important;
}
.relative {
    position: relative !important;
}
.fixed {
    position: fixed !important;
}
.nopadding {
    padding: 0;
}
.nopaddingleft {
    padding-left: 0;
}
.nopaddingright {
    padding-right: 0;
}
.nopaddingbottom {
    padding-bottom: 0 !important;
}
.nowrap {
    white-space: nowrap;
}
.bottommargin {
    margin-bottom: 30px;
}
.topmargin {
    margin-top: 30px;
}
.nomargin {
    margin: 0;
}
.border {
    border: 1px solid #58585a;
}
.inside {
    padding-bottom: 15px;
    padding-top: 15px;
}
.insidesmall {
    padding: 5px;
}
.smalltopmargin {
    margin-top: 15px;
}
.smallbottommargin {
    margin-bottom: 15px;
}
#google-map {
    height: 300px;
}
@media (max-width: 767px) {
.smallnopaddingleft {
    padding-left: 0;
}
.smallnopaddingright {
    padding-right: 0;
}
.smallpadding {
    padding-left: 15px;
    padding-right: 15px;
}
.smallmarginbottom {
    margin-bottom: 15px;
}
.smallnopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.smallbottommarginonly {
    margin-bottom: 15px;
}
.xs-text-center {
    text-align: center;
}
}
@media (min-width: 768px) and (max-width: 990px) {
.middlepadding {
    padding-left: 15px;
    padding-right: 15px;
}
.middlenopadding {
    padding-left: 0;
    padding-right: 0;
}
}
@media (max-width: 1199px) {
.marginbottomnotlarge {
    margin-bottom: 15px;
}
.nopaddingrightnotlarge {
    padding-right: 0;
}
.nopaddingleftnotlarge {
    padding-left: 0;
}
}


/* Slider */
.slider {
	left: 0;
	top: 0;
}
.slider .slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

/* Navigation */
nav {
	background: #fff;
	left: 0;
	top: 0;
	position: fixed !important;
	height: 50px;
	z-index: 900;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.65);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.65);
}
nav ul {
	list-style: none;
	padding: 0;
	float: left;
	margin: 0;
}


nav ul li {
	height: 50px;
	padding-right: 40px;
	float: left;
}
nav ul li a {
	height: 50px;
	border-bottom: 5px solid #fff;
	color: #8eca3f;
	line-height: 50px;
	font-size: 22px;
	font-family: "latoregular",Arial,Helvetica,sans-serif;
	transition: all 0.3s ease 0s;
}
nav ul li a:hover, 
nav ul li a:active, 
nav ul li a.menuactive {
	border-color: #8eca3f;
	color: #8eca3f;
}
section {
	z-index:500;
}
section.first {
	padding-top: 130px;
	padding-bottom: 80px;
}
.logo-sab {
	margin-bottom: 80px;
}
.section-img-holder {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 250px;
}
.section-text-holder {
	height: 250px;
	color: #fff;
}
.section-text-holder h2 {
	font-size: 27px;
	margin-bottom: 30px;
	margin-top: 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.section-text-holder p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	height: 115px;
}
.section-text-holder .cta {
	left: 50%;
	bottom: 15px;
	-ms-transform: translate(-50%, 0); /* IE 9 */
    -webkit-transform: translate(-50%, 0); /* Chrome, Safari, Opera */
    transform: translate(-50%, 0);
}
.blue {
	background: #8ac6e7;
}
.green {
	background: #bed973;
}
.pink {
	background: #eaacc3;
}
.yellow {
	background: #fdd25b;
}
.white {
	background: #fff;
    border-top: 5px solid #8eca3f;
    padding-top: 40px;
}
@media (min-width: 768px) and (max-width: 990px) {
			 .two, .yellow {
			 float: right!important;
			 }
}
@media (max-width: 769px){
			 .section-text-holder {
			 margin-bottom: 15px;
			 }
}
.quote {
	background: #e8f4d9;
	color: #8eca3f;
}
.fa-quote-left:before {
	font-size: 55px;
	float: left;
}
.fa-quote-right:before {
	font-size: 55px;
	float: right;
}
.quotation-text {
	font-size: 30px;
	line-height: 35px;
	margin-right: 8.33333%;
	margin-left: 8.33333%;
}
.cta, .cta:focus {
	line-height: 20px;
	padding: 0 15px;
	background: rgba(0,0,0,0.75);
	color: #fff;
	transition: all 0.3s ease 0s;
}
.cta:hover,
.cta:active {
	background: #8eca3f;
	color: #fff;
}
footer {
	z-index: 500;
	background: #8eca3f;
	padding: 80px 0 !important;
}
footer .cta {
	left: 50%;
	bottom: 65px;
	-ms-transform: translate(-50%, 0); /* IE 9 */
    -webkit-transform: translate(-50%, 0); /* Chrome, Safari, Opera */
    transform: translate(-50%, 0);
}
footer p {
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover, 
footer a:active {
	color: #333;
}
.menu-btn:before {
	font-size: 24px;
	color: #fff;
	float: left;
	margin-left: 3px;
}
.menu-btn {
	padding: 5px;
	background: #8eca3f;
	margin-top: 8px;
}
.menu-btn select {
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	opacity: 0;
}
.nothome .slider {
	height: 430px;
}
.nothome .section-text-holder {
	height: auto;
}
.nothome .section-text-holder h2 {
	margin: 0;
}
.nothome section.first {
	padding-bottom: 0;
    padding-top: 240px;
    height: 0;
    line-height: 0;
}
.submenu {
    background: #8eca3f;
}
.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
.submenu ul li {
    width: 100%;
    float: left;
}
.submenu ul li a {
    width: 100%;
    float: left;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 17px;
    line-height: 30px;
}
.submenu ul li a:hover, 
.submenu ul li a:active, 
.submenu ul li a.menuactive {
    font-weight: bold;
}
.submenu ul li:last-of-type a {
    border: none;
}
@media (min-width: 1200px) {
    .content-holder{
        margin-right: 8.33333%
    }
}


@media (min-width: 991px) {
	nav ul {
  display: block !important;
  }
}
@media (max-width: 990px) {
    nav ul li a, 
	nav ul li a:hover, 
	nav ul li a:active, 
	nav ul li a.menuactive {
        font-size: 17px;
	}
}
@media (max-width: 990px) {
  nav ul {
  width: 100%;
	padding: 15px;
	background: #8eca3f;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.65);
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.65);
  }
	nav ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
	padding: 0;
	}
	nav ul li a, 
	nav ul li a:hover, 
	nav ul li a:active, 
	nav ul li a.menuactive {
	color: #fff !important;
	border: none !important;
	padding: 0 15px;
        font-size: 17px;
	}
	nav ul li a.menuactive {
	font-weight: bold;
	}
	nav {
	position: relative !important;
	}
    .nothome section.first {
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
  nav .container {
    position:relative;
  }
  nav ul {
    left: 15px;
    width: 50%;
  }
}
.content-img-holder {
height: 250px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
@media (min-width: 1120px) {
}
@media (min-width: 991px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 990px) {
}
@media (max-width: 767px) {
}
