/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px sans-serif;
	color: #000000;
}

ul, nav, social-nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;

	opacity: 0.9;
}

a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #000000;
	font-weight: 800;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #000000;
	border: 0;
	margin-bottom: 80px;
}

section{
	display: flex;
	flex-direction: column;
	align-content: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

@media (max-width : 1000px ){

	section{
		padding: 10px 10px;
	}

}

@media (max-width: 600px){

	section{
		padding: 30px 30px;
	}
	section p{
	padding:30px 0px;
}

}


section h3.title{
	color: #000000;
	text-transform: capitalize; 
	font: bold 32px 'Helvetica', sans-serif;
	margin-bottom: 35px;
	text-align: left;
	padding:30px 100px;
}

section p{
	max-width: 800px;
	text-align: left;
	margin-bottom: 0px;
	padding: 0px 10px;
	line-height: 1.75;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000000;
	padding: 35px 50px;
}

header h2{
	font-family: 'Helvetica', sans-serif;
}


header img{
	display: flex;
}

header nav{
	display: flex;
}

header nav li{
	margin: 0 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

header nav li a{
	margin: 0 10px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 9pt;
}


header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}

header social-nav{
	display: flex;
}

header social-nav li{
	margin: 0 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

header social-nav li a{
	margin: 0 10px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 12pt;
}

header social-nav li:first-child{
	margin-left: 0;	
}

header social-nav li:last-child{
	margin-right: 0;	
}



@media (max-width : 1000px ){
	header{
		padding: 20px 50px;
	}
}


@media (max-width: 800px){
	header{
		flex-direction: column;

	}

	header h2{
		margin-bottom: 15px;
	}
	
	header img{
		margin-bottom: 0px;
	}
	
	header nav li{
		margin: 5px 5px;
		text-transform: uppercase;
		white-space: nowrap;
		font-size: 10pt;
	}
	
	header social-nav li{
		padding:  20px 10px;
	}
		
	
}



/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #ffffff;
	z-index: -1;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	opacity: 0.75;
}

.hero h1{
	font: bold 48px 'Helvetica', sans-serif;
	margin-bottom: 15px;
	margin-top: 25px;
	color:#000000;
}



.hero h3{
	font: normal 36px 'Helvetica', sans-serif;
	margin-bottom: 10px;
	color:#000000;
}

.hero a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){

	.hero{
		min-height: 500px;
	}

	.hero h1{
		font-size: 36px;
		margin-top: 15px;
	}
	
	.hero img{
	margin-top: 25px;
	}

	.hero h3{
		font-size: 30px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

}

@media (max-width: 800px){

	.hero{
		padding-left: 40px;
		padding-right: 40px;
	}
	.hero img{
	margin-top: 100px;
	}
	
}

/*--------------------
 Feature Panel Section
---------------------*/



.feature-panel {
	align-items: center;
}


.feature-panel .grid {
	height: 350px;
	background-color: #404040;
}

.feature-panel .grid li{
	height: 350px;
	background-clip: content-box;
	background-size: cover;
	background-position: center;
	background-color: #333;
}

.feature-panel .grid li.small{
	flex-basis: 50%;
}

.feature-panel .grid li.large{
	flex-basis: 50%;
	background-color: #404040;

}

.feature-panel .grid li.large h1{
	font-size: 30pt;
	color: #ffffff;
	text-align: left;
	padding: 20px;
}

.feature-panel .grid li.large p{
	text-align: left;
	color: #ffffff;
}

.feature-panel a.btn{
	padding: 15px 40px;
}



@media (max-width : 1000px ){

	.feature-panel .grid li.small,
	.feature-panel .grid li.large{
		flex-basis: 100%;
	}
	
	.feature-panel .grid li{
		height: 200px;
	}

}


/*--------------------
 	Slider Section
---------------------*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
	padding-top: 40px;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #ffffff;
	font-weight:800;
  font-size: 60px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
	margin-bottom: 20px;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media (max-width : 1000px ){
	.slideshow-container{
		padding-top: 0px;
	}
}

/*--------------------
 	Our Work Section
---------------------*/

.our-work{
	background-color: #ffffff;
	align-items: center;
}

.our-work p{
	font-size: 16pt;
	text-align: left;
}

.our-work .grid {
	height: 350px;
	background-color: #404040;
}

.our-work .grid li{
	height: 350px;
	background-clip: content-box;
	background-size: cover;
	background-position: center;
	background-color: #333;
}

.our-work .grid li.small{
	flex-basis: 50%;
}

.our-work .grid li.large{
	flex-basis: 50%;
	background-color: #404040;

}

.our-work .grid li.large h1{
	font-size: 36pt;
	color: #ffffff;
	text-align: left;
	padding: 20px;
}

.our-work .grid li.large p{
	text-align: left;
	color: #ffffff;
}


@media (max-width : 1000px ){

	.our-work .grid li.small,
	.our-work .grid li.large{
		flex-basis: 100%;
	}
	
	.our-work .grid li{
	height: 200px;
	}
	
	.our-work p{
	font-size: 16pt;
	text-align: left;
	}

}

/*----------------
 	Juicer Section
----------------*/
.juicer{
	width: 100%;
	background-color: #f0f0f0;
	padding: 20px;
}


/*----------------------
 	Features Section
----------------------*/

.features{
	background-color: #ffffff;
	width: 100%;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.features h4{
	text-align: left;
	max-width: 800px;
	padding: 0px 10px;
	font-size: 18pt;
	color: #000000;
    margin-bottom: 2px;
	margin-top: 25px;
}

.features img{
	width: 100%;
	max-width: 800px;
	padding: 0px 10px 10px 10px;
	display: flex;
}

.features p{
	font-size: 14pt;
	text-align: left;
	padding-top: 10px;

}

.features .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: left;
}

.features .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4{
	color: #555;
    font-size: 20px;
    margin-bottom: 25px;
	text-align: left;
}

.features .grid li p{
    margin: 0;
}

@media (max-width : 1000px ){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.features .grid li{
		flex-basis: 100%;
	}

}



/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #f0f0f0;
	width: 100%;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 25px;
}

.reviews h4{
	text-align: left;
	max-width: 800px;
	padding: 0px 10px;
	font-size: 30pt;
	color: #000000;
}

.reviews p{
	font-size: 14pt;
	text-align: left;
	padding: 10px 25px 10px 10px;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width : 1000px ){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}

/*--------------------
 	The How Section
--------------------*/

.the-how{
	background-color: #000000;
	align-items: center;
}

.the-how h1{
	color: #ffffff;
	font-size: 28pt;
	padding-top: 40px;
	padding-bottom: 50px;
	text-align: center;
}

.the-how .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.the-how .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.the-how .author:last-child{
    margin-bottom: 0;
}

@media (max-width : 1000px ){

	.the-how .quote{
		font-size: 20px;
	}

	.the-how .author{
	    font-size: 16px;
	}

}



/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #ffffff;
	width: 100%;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 25px;
}

.contact h3{
	text-align: left;
	max-width: 800px;
	padding: 0px 10px;
	font-size: 30pt;
	color: #000000;
}

.contact p{
	font-size: 14pt;
	text-align: left;
	padding-top: 10px;
	
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact form .btn{
	padding: 18px 42px;
}


@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}




/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	background-color: #000000;
	padding: 50px;
}

footer ul{
	align: center;
	display: flex;
	margin: 0px 20px 25px 20px;
	margin: auto;
}

footer ul li{
	margin: 0 20px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
	padding-top: 20px;
}

footer p a{
	color: #fff;
}


@media (max-width: 700px){

	footer{
		padding: 30px 15px;
	}

}


/* -- Demo ads -- */

@media (max-width: 1200px) {
	#bsaHolder{ display:none;}
}
