@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url('fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeue-Light.woff') format('woff'), url('fonts/HelveticaNeue-Light.ttf')  format('truetype'), url('fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeue.woff') format('woff'), url('fonts/HelveticaNeue.ttf')  format('truetype'), url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}


.navbar-brand {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    margin: auto;
    width: 100%;
}

nav.navbar {
    border-bottom: 2px solid #F7F8FA;
    font-size: 14px;
    flex-direction: row;
}

.navbar-toggle {
    z-index: 3;
}

.navbar-brand img {
  width: 90px;
}

.no-border {
	border-width: 0 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-grey {
	background-color: #F7F8FA !important;
}

.bg-black {
	background-color: #000000 !important;
}

.bg-black p, .bg-black ul {
	color: #ffffff;
}

.bg-pattern {
    position: relative;
    background: url(img/pattern.svg) no-repeat center center scroll;
    background-color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

html, body {
	height: 100%;
}

body {
	padding-top: 80px;
	font-family: 'HelveticaNeue-Light';
	font-size: 20px;
}

h2, .h2 {
	letter-spacing: 1px;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(img/bg4.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center {
    display: table-cell;
    vertical-align: middle;
	background: rgb(69,72,77);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(69,72,77,0.4) 0%, rgba(0,0,0,0.95) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.95) 100%);
	background: radial-gradient(ellipse at center,  rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}

	#motto {
		max-width: 80%;
		margin: auto;
	}

		#motto h2, .blockquote {
			font-family: 'HelveticaNeue-Light';
			color: #ffffff;
			font-size: 35px;
			letter-spacing: 1px;
			line-height: 55px;
		}

		.bg-black h2 {
			color: #ffffff;
		}

		.blockquote {
			color: #000000;
			border-left: none;
			font-size: 33px;
		}


		.blockquote p {
			text-align: left !important;
		}

		.long-blockquote p {
			text-align: justify !important;
		}

		.long-blockquote {
			font-size: 20px;
			line-height: 1.5;
		}

		.blockquote-with-marks p:before, .blockquote-with-marks p:after {
			content: '“';
			position: absolute;
			left: -30px;
			top: 60px;
			font-size: 100px;
		}

		.blockquote-with-marks p:after {
			content: '”';
			position: absolute;
			right: 10px;
			left: auto;
		}

		.blockquote-footer {
			font-size: 50%;
			color: #000000;
			margin-right: 37px;
		}

		.long-blockquote .blockquote-footer {
			font-size: 80%;
			margin-top: 20px;
			margin-right: 0;
		}

	.btn {
		border-width: 1.5px;
	}

	.navbar-nav {
		z-index: 999;
	}

	.btn-seeds {
		z-index: 999;
		border-color: #000000;
		font-size: 14px;
		border-radius: 27px;
		font-family: 'HelveticaNeue';
		padding-top: 0.7rem;
		letter-spacing: 0.4px;
	}

	.btn-seeds-gradient {
		background: #0097d7;
		background: -moz-radial-gradient(center, ellipse cover, #0097d7 0%, #f16f5c 0%, #f6290c 0%, #0097d7 0%, #008cc4 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #0097d7), color-stop(0%, #f16f5c), color-stop(0%, #f6290c), color-stop(0%, #0097d7), color-stop(100%, #008cc4));
		background: -webkit-radial-gradient(center, ellipse cover, #0097d7 0%, #f16f5c 0%, #f6290c 0%, #0097d7 0%, #008cc4 100%);
		background: -o-radial-gradient(center, ellipse cover, #0097d7 0%, #f16f5c 0%, #f6290c 0%, #0097d7 0%, #008cc4 100%);
		background: -ms-radial-gradient(center, ellipse cover, #0097d7 0%, #f16f5c 0%, #f6290c 0%, #0097d7 0%, #008cc4 100%);
		background: radial-gradient(ellipse at center, #0097d7 0%, #f16f5c 0%, #f6290c 0%, #0097d7 0%, #008cc4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097d7', endColorstr='#008cc4', GradientType=1 );
	}

		.btn-seeds img {
			margin-top: -0.4rem;
			margin-right: -0.25rem;
		}

	.btn-seeds-big-spacing {

	}

	.bg-black .btn-seeds {
		color: #ffffff;
		border-color: #ffffff;
	}

	nav .btn-seeds {
		border-color: #009FE3;
	}

	.btn-seeds.bg-white {
		color: #000000;
	}


	.pattern-white-bg .btn-seeds {
		padding-top: 1rem;
		padding-bottom: 0.8rem;
	}

	.btn-seeds img {
		width: 25px;
	}

	nav .btn-seeds img, .pattern-white-bg .btn-seeds img {
		width: 35px;
	}

.navbar {
	min-height: 80px !important;
	padding: 0.8rem 1rem 0 1rem !important;
	font-family: 'HelveticaNeue';
}

	.navbar-nav li {
		border-left: 1px solid;
		line-height: 3px;
	}

	.navbar-nav li:first-of-type {
		border: none;
	}

.left-border {
	border-left: 1px solid #959597; 
}

.big-font {
	font-size: 2rem;
}

.bg-black .big-font {
	font-size: 1.5rem;
	text-decoration: underline;
	color: #ffffff;
}

#learn-more {
	bottom: 30px;
	left: 50%;
	position: absolute;
	margin-left: -35px;
	width: 80px;
}

	#learn-more img {
		width: 19px;
	}

	#learn-more span {
		color: #ffffff;
		font-size: 14px;
		clear: left;
		display: block;
		letter-spacing: 1px;
	}

.cards-photo {
    background: url(img/photo.jpg);
    background-size: cover;
    padding-bottom: 50%;
    position: relative;
}

	.pointer-container {
		padding-right: 5vw;
		position: absolute;
		right: 0;
		width: 100%;
	}

		.pointer-container p {
			font-size: 1.38vw; /* font-size: 20px; */
			display: inline-block;
			text-align: left;
			width: 21.4vw;
			float: right;
			line-height: 1.3;
		}

		.pointer-container h3 {
			font-size: 1.8vw; /* font-size: 26px; */
			width: 100%;
			padding-left: 73.5vw;
		}

	.pointer-container:nth-of-type(1) {
		top: 8vw;
	}

		.pointer-container:nth-of-type(1) .pointer {
			width: 40vw;
		}

	.pointer-container:nth-of-type(2) {
		top: 17.5vw;
	}

		.pointer-container:nth-of-type(2) .pointer {
			width: 34vw;
		}

	.pointer-container:nth-of-type(3) {
		top: 27vw;
	}

		.pointer-container:nth-of-type(3) .pointer {
			width: 35.5vw;
		}

	.pointer-container:nth-of-type(4) {
		top: 36.5vw;
	}

		.pointer-container:nth-of-type(4) .pointer {
			width: 26vw;
		}

		.pointer {
			width: 100%;
			border-bottom: 1px solid #000;
			position: absolute;
			right: 19vw;
		}

		.pointer:before {
			content: '';
			width: 7px;
			height: 7px;
			background: #000;
			position: absolute;
			top: -3px;
			border-radius: 50%;
		}

.mh {
	min-height: 25vw;
}

.lemons-photo {
    background: url(img/lemon.jpg);
    background-size: cover;
    height: 25vw;
}

.left-border.lemons-photo {
	border-color: #ffffff;
}

.pattern-white-bg {
	background: url(img/pattern_white_long.svg);
	background-size: cover;
	background-position-y: 7.4%; 
	height: 25vw;
}

.vw {
	height: 50vw;
}

@media (min-width: 768px) {
	.vw {
		height: 25vw;
	}
}

@media (max-width: 992px) {
	.navbar .btn-seeds img {
		margin-top: 0;
		margin-left: 0 !important;
	}

	.navbar .btn-seeds {
		height: 55px;
	}

	.navbar ul.navbar-nav {
		margin-right: auto;
		margin-left: 0 !important;
		flex-direction: row;
		height: 27px;
		margin-top: 15px;
	}

	.blockquote-with-marks p:after {
		right: -15px;
	}

	.navbar ul.navbar-nav li {
		padding: 5px;
	}

	.blockquote {
		font-size: 27px;
	}

	body {
		font-size: 17px;
	}
}

.btn {
	cursor: pointer;
}

.hidden {
	visibility: hidden;
}

.previous-row {
	margin-top: -25vw !important;
}

.gallery img {
	cursor: pointer;
}

.gallery img:hover {
	opacity: 0.8;
}

#download .thanks {
	display: none;
}

	#download .thanks img {
		margin: 40px auto;
		width: 100px;
	}

#download .error {
	width: 355px;
	font-size: 14px;
	text-align: left;
	margin: auto;
	color: #e6787c;
	display: none;
}


#download .modal-content {
	text-align: center;
	font-size: 35px;
	padding: 30px;
	padding-bottom: 80px;
}
	#download input {
		border-top-left-radius: 27px;
		border-bottom-left-radius: 27px;
		padding-left: 30px;
	}

	#download .btn-group {
		width: 50%;
		padding-top: 30px;
		margin: auto;
	}


#galleryOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.9);
	color: #ffffff;
}

	#galleryOverlay .close {
		color: #ffffff;
		opacity: 1;
	}

#galleryOverlay .meta {
	width: 68vw;
	position: absolute;
	top: auto;
	bottom: 1vw;
	left: 16vw;
	padding: 5px 0;
}

#galleryOverlay .meta .counter {
	float: left;
	text-align: left;
	width: 80%;
}

#galleryOverlay .meta .close {
	position: fixed;
	top: 1vw;
	right: 15.5vw;
}

	#galleryContainer {
		position: absolute;
		top: 3.5vw;
		left: 12.5vw;
	}

	#galleryContainer img {
		/* opacity: 0.7; */
		filter: grayscale(100%);
		max-height: 100% !important;
	}

	#galleryContainer .active img {
		/* opacity: 1; */
		filter: none;
	}

	#galleryContainer div.left {
		text-align: right;
	}

	#galleryContainer div.right {
		text-align: left;
	}

	#galleryContainer .item div {
		background: #ffffff;
		margin: auto;
		height: 100%;
		max-height: 100%;
		display: inline-block;
	}

	#galleryContainer .item {
		width: 70vw;
		height: 46vw;
		margin: 0 2.5vw 0 2.5vw;
		float: left;
		cursor: pointer;
		text-align: center;
	}

.quote-author {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: 3px solid #000000;
	background-size: cover;
}

.author1 {
	background-image: url(img/d.png);
}

.row p, .row li {
	text-align: justify;
}

@media (min-width: 768px) {
	.btn-gravity {
		position: absolute;
		bottom: 0;
	}
}

.row.bg-black h3 {
	color: #ffffff;
	font-size: 20px;
	font-family: HelveticaNeue-Light;
}

.row.bg-black p {
	font-size: 14px;
	color: #B2B2B2;
	margin-bottom: 5px;
	font-family: HelveticaNeue-Light;
}

.row.bg-black p {
	font-size: 14px;
	color: #B2B2B2;
	margin-bottom: 5px;
}

.row.footer a {
	color: inherit;
}

.modal-backdrop {
	opacity: 0.75 !important;
}

.carousel-item .img-fluid {
	width: 100% !important;
	height: 67% !important;
}

.white {
	color: #ffffff !important;
}