header,
section {
	position: relative;
	overflow: hidden
}
body,
p {
	line-height: 24px
}
ol,
p:last-child,
ul {
	margin-bottom: 0
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.has-dropdown:after,
body {
	-webkit-font-smoothing: antialiased
}
.feature,
.hero-divider,
.icons-large,
.main-container,
.product-right,
header,
section {
	overflow: hidden
}
body {
	color: #555;
	font-size: 16px
}
section {
	padding-top: 80px;
	padding-bottom: 80px
}
section:nth-of-type(odd) {
	background: #f4f4f4
}
footer {
	padding-top: 60px;
	padding-bottom: 60px
}
ol,
ul {
	margin-top: 0;
	list-style: none;
	padding: 0
}
p {
	font-size: 14px
}
p a {
	color: #18a1de
}
a:hover {
	text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	margin: 0
}
.menu li a,
input[type=submit] {
	font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px
}
h1,
h2 {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 48px
}
h3 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 35px
}
h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px
}
select {
	height: 45px
}
select,
textarea {
	width: 100%;
	padding: 10px 24px;
	border-radius: 0;
	margin-bottom: 30px;
	background: rgba(255, 255, 255, .85);
	border: 0
}
input[type=submit] {
	-webkit-appearance: none;
	background: 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	min-width: 155px;
	border-radius: 25px;
	display: inline-block;
	padding: 14px 28px 13px;
	line-height: 1;
	border: 2px solid #cccc52;
	color: #cccc52;
	max-width: 155px;
	font-weight: 700;
	font-size: 11px
}
img {
	max-width: 100%
}
strong {
	font-weight: 600
}
.active {
	display: block!important
}
.bg-secondary-1 {
	background-color: #192b33!important
}
.text-white {
	color: #fff
}
.quote {
	font-style: italic
}
.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1
}
.menu li a,
.top-bar {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease
}
.no-loader .loader {
	display: none!important
}
.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px
}
.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #8fb359;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1)
	}
}
@keyframes bounce {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}
.top-bar {
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 10;
	transition: all .5s ease;
	line-height: 0;
	top: 0
}
.simple-bar .logo,
.simple-bar .nav-menu {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease
}
.top-bar.nav-sticky {
	background: rgba(255, 255, 255, .9)
}
.nav-sticky {
	position: fixed!important;
	top: 0
}
.menu,
.menu li,
.top-bar .logo,
.utility-menu span {
	position: relative
}
.utility-menu {
	margin-top: 16px
}
.top-bar.nav-sticky .utility-menu {
	display: none
}
.menu,
.menu li a,
.utility-menu span {
	display: inline-block
}
.top-bar .utility-menu .utility-inner {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.utility-menu .utility-inner {
	padding-bottom: 16px
}
.alt-font {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px
}
.simple-bar .nav-menu {
	height: 110px;
	display: flex;
	align-items: center;
	transition: all .3s ease;
}
.simple-bar .logo {
	max-width: 800px;
	max-height: 80px;
	transition: all .3s ease
}
.main-container,
.menu li:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease
}
.menu {
	padding: 0;
	margin: 0
}
.simple-bar .menu li {
	margin-right: 20px
}
.menu li {
	float: left;
	margin-right: 56px
}
.menu li:hover {
	background-color: #f4f4f4;
	border-radius: 0;
	transition: all .3s ease
}
.menu li a {
	font-weight: 700;
	font-size: 13px;
	color: #555;
	transition: all .5s ease;
	line-height: 14px;
	padding: 15px
}
.simple-bar .subnav {
	text-align: left!important
}
.subnav {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 0;
	left: 0;
	margin-top: 0;
	padding: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}
.subnav li {
	margin-right: 0;
	min-width: 142px;
	padding: 8px;
	margin-top: 15px
}
.subnav li a {
	padding: 5px;
	width: 200px;
	line-height: 10px
}
.has-dropdown {
	bottom: 0
}
.has-dropdown:hover .subnav {
	display: block
}
.has-dropdown:after {
	font-family: ElegantIcons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\33";
	color: #777
}
.mobile-toggle {
	display: none
}
.btn-primary,
.icons-large,
.logo {
	display: inline-block
}
.main-container {
	transition: all .3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%
}
.hero-slider {
	padding: 0;
	position: relative
}
.hero-slider .slides li {
	height: 650px;
	overflow: hidden;
	position: relative
}
.hero-slider .slides li.overlay:before,
.overlay:before,
.page-header:before {
	height: 100%;
	top: 0;
	z-index: 2;
	width: 100%;
	content: ''
}
.hero-slider .slides li .btn {
	margin-right: 16px
}
.hero-slider .slides li.overlay:before {
	position: absolute;
	opacity: .1;
	background-color: #222
}
.overlay:before {
	position: absolute;
	opacity: .9;
	background-color: #8fb359;
	left: 0
}
.page-header {
	margin: 0;
	padding: 175px 0;
	border-bottom: none
}
.page-header h1 {
	font-size: 28px;
	margin-bottom: 24px
}
.page-header:before {
	position: absolute;
	opacity: .3;
	background-color: #333
}
.background-image-holder.parallax-background {
	height: 120%;
	top: -10%
}
.background-image-holder,
.foreground-image-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover!important;
	z-index: 0;
	background-position: 50% 50%!important
}
.overlay .container {
	position: relative;
	z-index: 3
}
.space-bottom-medium {
	margin-bottom: 40px
}
.icons-large,
.text-banner p:last-child {
	margin-bottom: 32px
}
.btn {
	background: 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	min-width: 155px
}
.btn-primary {
	border-radius: 25px;
	padding: 14px 28px 13px;
	line-height: 1;
	border: 2px solid #67833c;
	font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333
}
.btn-green,
.btn-green:hover {
	border-bottom: 3px solid rgba(0, 0, 0, .25);
	border-top: 0;
	border-left: 0;
	border-right: 0
}
.btn-green {
	background: #8fb359;
	color: #fff
}
.btn-green:hover {
	background: #749640;
	color: #fff
}
.btn-white {
	border-color: #fff;
	color: #fff
}
.btn-white:hover {
	border-color: #fff;
	background-color: #fff;
	color: #555;
}
.icons-large {
	list-style: none;
	padding: 0
}
.icons-large li {
	float: left;
	margin-right: 48px;
	font-size: 48px;
	color: #8fb359
}
.icons-large li:last-child {
	margin-right: 0
}
p.lead {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400
}
.hero-divider {
	padding: 160px 0;
	position: relative
}
.hero-divider:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	content: '';
	opacity: .2;
	z-index: 2;
	background-color: #333
}
.hero-divider .container {
	position: relative;
	z-index: 3
}
.video-wrapper,
.video-wrapper video {
	position: absolute;
	top: 0;
	width: 100%
}
.hero-divider .btn {
	margin-right: 16px;
	margin-top: 24px
}
.video-wrapper {
	right: 0;
	z-index: 0
}
.inline-video-wrapper video {
	width: 100%
}
section.duplicatable-content {
	padding-bottom: 40px
}
.duplicatable-content .feature {
	margin-bottom: 40px
}
.feature-icon-large .pull-left {
	width: 25%
}
.feature-icon-large .pull-left .icon {
	border: none;
	width: auto;
	font-size: 48px;
	padding-top: 0
}
.feature-icon-large i {
	display: block;
	height: 104px;
	width: 104px;
	border: 2px solid #8fb359;
	border-radius: 50%;
	text-align: center;
	color: #8fb359;
	font-size: 40px;
	padding-top: 31px;
	margin-bottom: 32px
}
.feature-icon-large .pull-right {
	width: 75%
}
.icon-large {
	font-size: 36px;
	color: #8fb359
}
.strip {
	padding: 64px 0
}
.strip h3 {
	margin: 0;
	position: relative;
	top: 5px;
	display: inline-block;
	font-weight: 400
}
.product-right {
	height: 650px;
	position: relative;
	padding: 0
}
.product-right p.lead {
	margin-bottom: 32px
}
.product-right .btn {
	margin-right: 16px
}
.product-right .product-image {
	max-width: 640px;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 40px
}
.photo-form-wrapper {
	margin-bottom: 0
}
.photo-form-wrapper input {
	border: none;
	box-shadow: none;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: rgba(255, 255, 255, .85);
	border-radius: 0;
	padding: 14px 24px;
	width: 100%;
	margin-bottom: 30px
}
.photo-form-wrapper input[type=submit] {
	color: #fff!important;
	font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px
}
.photo-form-wrapper .btn-filled {
	background-color: #8fb359;
	border-color: #8fb359
}
.form-success {
	background-color: #58b551
}
.form-error {
	background-color: #d94947
}
.form-error,
.form-success {
	width: 100%;
	padding: 12px;
	display: none;
	margin-top: 12px;
	color: #fff
}

/*.product-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.product {
	width: calc(100% * 1/4);
	margin: 10px;
	padding: 15px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0 ,0 , 0.1);
}
.product-image {
    height: 250px;
    width: 250px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-title {
	padding: 15px 0;
	font-weight: 600;
}
.product-description {
	font-size: 14px;
}*/

footer.details {
	background: #192b33;
	color: #fff!important;
	font-size: 16px
}
footer.details .logo {
	margin-bottom: 20px;
	max-width: 200px
}
footer.details h1,
footer.details h2,
footer.details h3,
footer.details h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff
}
footer.details .sub {
	font-size: 12px;
	display: inline-block;
	margin-top: 48px;
	padding-left: 15px;
	padding-right: 15px
}
footer.details .sub a {
	color: #fff!important;
	font-weight: 600
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.hero-slider .slides li .btn,
	.menu li {
		margin-right: 0
	}
	header,
	section {
		padding-top: 64px;
		padding-bottom: 64px
	}
	.top-bar {
		position: absolute
	}
	.utility-menu {
		display: none
	}
	.simple-bar .logo {
		max-height: 60px;
		margin: 0;
		bottom: 40px
	}
	nav {
		max-height: 80px;
		overflow: hidden;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease
	}
	nav .columns {
		width: 100%
	}
	.menu {
		top: 0
	}
	.menu li {
		float: none;
		margin-bottom: 10px
	}
	.subnav li,
	header .logo {
		margin-bottom: 0
	}
	.simple-bar .menu li a {
		padding: 15px
	}
	.simple-bar .text-right {
		text-align: left!important
	}
	.top-bar .menu li a {
		color: #777
	}
	.subnav {
		position: relative;
		background: 0 0
	}
	.mobile-toggle {
		font-size: 32px;
		display: block;
		position: absolute;
		top: 24px;
		right: 16px;
		cursor: pointer;
		color: #333
	}
	.open-nav {
		max-height: 8000px
	}
	.simple-bar .nav-menu {
		height: 100%;
		padding-top: 54px;
		display: block;
		transition: all .3s ease;
	}
	.hero-slider,
	.hero-slider .slides li {
		height: inherit
	}
	.page-header {
		padding: 55px 0
	}
	header .logo {
		max-width: 90%
	}
	.action-banner h1,
	.hero-slider .slides li h1,
	.hero-slider .slides li h4,
	header.signup h1,
	header.title h1 {
		font-size: 18px!important;
		line-height: 28px!important;
		letter-spacing: 1px!important
	}
	h4.text-white.space-bottom-medium {
		margin-bottom: 0!important
	}
	.page-header h1 {
		margin-bottom: 14px
	}
	.btn {
		margin-top: 16px
	}
	.product-right {
		height: 100%;
		padding-top: 64px
	}
	.product-right .product-image {
		max-width: 640px;
		padding: 0;
		position: relative;
		margin-top: 70px;
		float: right
	}
	.product-right .align-vertical {
		padding-top: 0!important
	}
	p.lead {
		font-size: 14px;
		line-height: 28px
	}
	.hero-divider .video-wrapper {
		display: none
	}
	.hero-divider {
		padding-top: 64px;
		padding-bottom: 64px
	}
	.video-wrapper {
		width: 767px;
		right: 105px!important
	}
	.strip .col-xs-12 {
		margin-bottom: 16px
	}
	.strip,
	.strip .text-right {
		text-align: center
	}
	.inline-video-wrapper {
		margin-top: 40px
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.mobile-toggle,
	.top-bar {
		position: absolute
	}
	.has-dropdown,
	.top-bar .logo {
		bottom: 0
	}
	nav {
		max-height: 80px;
		overflow: hidden;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease
	}
	nav .columns {
		width: 100%
	}
	.utility-menu {
		display: none
	}
	.mobile-toggle {
		font-size: 32px;
		display: block;
		top: 24px;
		right: 16px;
		cursor: pointer;
		color: #333
	}
	.simple-bar .nav-menu {
		height: 100%;
		padding-top: 54px;
		display: block;
		transition: all .3s ease;
	}
	.nav-menu {
		padding-top: 0!important
	}
	.menu {
		top: 0
	}
	.menu li {
		float: none;
		margin-bottom: 16px;
		margin-right: 0
	}
	.open-nav {
		max-height: 8000px
	}
	.subnav {
		position: relative;
		background: 0 0
	}
	.subnav li {
		margin-bottom: 0
	}
	.hero-divider {
		height: auto;
		padding: 80px 0 90px
	}
	.hero-divider .video-wrapper {
		display: none
	}
	.product-right {
		height: 100%;
		padding: 0 50px
	}
	.align-vertical {
		padding-top: 65px!important
	}
	.product-right .product-image {
		max-width: 640px;
		padding: 0;
		position: relative;
		right: 0;
		bottom: 40px
	}
}