body {
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0;
	padding: 0;
}

#wrapper{
	margin: auto;
	width: 1080px;
}

header {
	width: 1080px;
	margin: auto;
}

/* Basic Styles */

#navwrap {
	width: 1080px;
	margin-top: 50px;
}

#nav {
	width: 1080px;
	height: 142px;
	padding: 0;
	margin: 0;
	background: url(images/ribbon.png);
	display: block;
}

.leftnav {
	width: 459px;
	height: 44px;
	padding: 0;
	margin-top: 52px;
	float: left;
}

.leftnav a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	text-align: right;
	padding-right: 22px;
	padding-top: 12px;
	float: right;
}

.leftnav a:hover {
	color: #222;
}

.rightnav {
	width: 459px;
	height: 44px;
	padding: 0;
	margin-top: 52px;
	float: left;
}

.rightnav a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	text-align: right;
	padding-left: 22px;
	padding-top: 12px;
	float: left;
}

.rightnav a:hover {
	color: #222;
}

.smallnav {
	display: none;
}

.logo {
	width: 162px;
	height: 142px;
	background: url(images/logo.png);
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.bluebar {
	background: url(images/bluebar.png);
	width: 100%;
	max-width: 1089px;
	height: 15px;
	margin: 10px auto;
}

.bluebar2 {
	display: none;
}

.homemain {
	width: 1080px;
	height: 540px;
	margin: 25px auto;
	padding: 0;
}

.homemaintop {
	width: 1080px;
	height: 270px;
	padding: 0;
}

.homemainleft {
	width: 540px;
	height: 270px;
	float: left;
	background: url(images/ice.jpg);
	padding: 0;
	overflow: hidden;
}

.homemainright {
	width: 540px;
	height: 270px;
	float: right;
	background:  url(images/money.jpg);
	padding: 0;
	overflow: hidden;
}

.homemainbottom {
	width: 1080px;
	height: 270px;
	background:  url(images/safety.jpg);
	padding: 0;
}

.smallbar {
	background: rgba(255,255,255,0.3);
	width: 90%;
	margin-left: 25px;
	height: 2px;
}

.smallbar2 {
	background: rgba(255,255,255,0.3);
	width: 50%;
	margin-left: 25px;
	height: 2px;
}

footer {
	width: 100%;
	margin-top: 15px;
	background: #e6e6e6;
	height: 35px;
	
}

.footerwrap {
	width: 95%;
	max-width: 1080px;
	height: 35px;
	margin: auto;
}

.footerleft {
	width: 50%;
	float: left;
	height: 27px;
	margin-top: 8px;
}

.footerright{
	width: 50%;
	float: right;
	height: 35px;
}

.problemwrap {
	width: 1080px;
	height: 450px;
	margin: auto;
}

.problemwrap ul{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	padding: 50px 35px 10px 50px;
	margin: 0;
	color: #222;
}

.problemleft {
	width: 540px;
	height: 400px;
	margin-top: 25px;
	float: left;
}

.problemright {
	width: 540px;
	height: 400px;
	margin-top: 25px;
	float: right;
}

.problem {
	margin: 10px auto;
	width: 380px;
	height: 383px;
}

.solutionwrap p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: 400;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #222;
}

.solutionwrap {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.solutiontop {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.solutionbottom {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.solution {
	width: 100%;
	max-width: 951px;
	height: auto;
	margin: auto;
}

.vidcontainer {
	width: 95%;
	max-width: 960px;
	height: auto;
	max-height: 540px;
	margin: auto;
}

.topbar {
	background: #ebebeb;
	height: 2px;
	width: 80%;
	margin: auto;
}

.formwrap {
	width: 95%;
	max-width: 900px;
	height: 340px;
	margin: 20px auto;
	padding-top: 25px;
	background: #ebebeb;
	text-align: center;
}

input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	border: none;
	padding-left: 5px;
	margin: 10px auto;
	height: 30px;
	width: 90%;
}

textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	border: none;
	padding-left: 5px;
	margin: 10px auto;
	height: 65px;
	width: 90%;
	resize: none;
}

button {
	margin: 25px auto;
	height: 35px;
	background: red;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: white;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}

/* Text */

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: black;
	text-align: center;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 32px;
	font-style: italic;
	margin: 0;
	padding: 15px 0px 5px 25px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 32px;
	font-style: italic;
	margin: 0;
	padding: 65px 0px 5px 25px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: red;
	text-align: center;
	padding: 10px 25px 10px 25px;
	margin: 0 auto;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #7d7d7d;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}

.homemain p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	padding: 10px 35px 10px 25px;
	margin: 0;
}

footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	text-align: right;
	color: #7d7d7d;
	padding: 8px 0px 0px 10px;
	margin: 0;
}

footer a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #7d7d7d;
	text-decoration: none;
}

footer a:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	color: red;
	padding-top: 5px 0px 0px 10px;
}

.quote {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 8px 0px 8px 0px;
	text-align: center;
	width: 90%;
	color: #7d7d7d;
	margin: auto;
}

.quoteauthor {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	padding: 8px 25px 0px 0px;
	text-align: right;
	color: red;
	margin: 0;
}

.quoteauthortitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	padding: 0px 25px 8px 0px;
	text-align: right;
	color: #7d7d7d;
	margin: 0;
}

.patent {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	color: #7d7d7d;
}

.blue {
	color: #237b9e;
}

.green {
	color: #61864f;
}

.grey {
	color: #7d7d7d;
}

.smallgrey {
	color: #7d7d7d;
	max-width: 500px;
}

.reditalic {
	font-weight: 700;
	color: red;
	font-style: italic;
}

.reditalicsmall {
	font-weight: 400;
	color: red;
	font-style: italic;
}

.red {
	font-weight: 700;
	color: red;
}


/* Large screens (1080px) */

@media screen and (max-width: 1080px) {
	
	footer {
		background: transparent;
		
	}
	
	.problemwrap {
		width: 900px;
		height: 450px;
		margin: auto;
	}
	
	.problemleft {
		width: 450px;
		height: 400px;
		margin-top: 25px;
		float: left;
	}
	
	.problemright {
		width: 450px;
		height: 400px;
		margin-top: 25px;
		float: right;
	}
	
	.footerleft {
		display: none;
	}
	
	.footerright{
		width: 80%;
		float: right;
		height: 35px;
	}
	
	#wrapper{
		margin: auto;
		width: 100%;
	}
		
	.bluebar {
		background: #a0e4ff;
		width: 95%;
		height: 2px;
		margin: 5px auto;
	}
	
	.bluebar2 {
		background: #a0e4ff;
		width: 95%;
		height: 2px;
		margin: 5px auto;
		display: block;
	}

	.homemain {
		width: 100%;
		height: 540px;
		margin: 25px auto;
	}
	
	.homemaintop {
		width: 100%;
		height: 270px;
	}
	
	.homemainleft {
		width: 50%;
		height: 270px;
		float: left;
	}
	
	.homemainright {
		width: 50%;
		height: 270px;
		float: right;
	}
	
	.homemainbottom {
		width: 100%;
		height: 270px;
	}
	
	header {
		width: 100%;
		margin: auto;
	}
	
	#navwrap {
		display: none;
	}
	
	.smallnav {
		display: block;
		width: 95%;
		margin: auto;
	}
	
	.mobilelogo {
		width: 162px;
		height: 142px;
		margin: 20px auto;
		background: url(images/logo.png);
		display: block;
	}
	
	.mobilenav {
		height: 30px;
		width: 100%;
		padding-top: 10px;
		background: red;
		text-align: center;
	}
	
	.mobilenav a{
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		padding-right: 7px;
		padding-left: 7px;
	}
	
	.mobilenav a:hover{
		color: #222;
	}

}

/* Medium screens (900px) */

@media screen and (max-width: 900px) {
	
	.solution {
		width: 100%;
		height: 356px;
		margin: auto;
	}
	
	.problemwrap {
		width: 100%;
		height: 850px;
		margin: auto;
		display:block;
	}
	
	.problemleft {
		width: 100%;
		height: 400px;
		margin-top: 25px;
		float: left;
	}
	
	.problemright {
		width: 100%;
		height: 400px;
		margin-top: 0px;
		float: left;
	}
	
	h1 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 30px;
		color: black;
		text-align: center;
	}
	
	h3 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 32px;
		font-style: italic;
		margin: 0;
		padding: 10px;
		text-align: center;
	}
	
	.smallbar2 {
		background: rgba(255,255,255,0.3);
		width: 90%;
		margin: auto;
		height: 2px;
	}
	
	.smallgrey {
		color: #7d7d7d;
		max-width: 1080px;
	}
	
	.smallbar {
		background: rgba(255,255,255,0.3);
		width: 90%;
		margin: auto;
		height: 2px;
	}
	
	h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 32px;
		font-style: italic;
		margin: 0;
		padding: 10px;
		text-align: center;
	}
	
	.homemain p{
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		line-height: 22px;
		font-weight: 400;
		padding: 10px 35px 10px 35px;
		margin: 0;
		text-align: center;
	}
	
	.homemain {
		width: 100%;
		height: 690px;
		margin: 25px auto;
	}
	
	.homemaintop {
		width: 100%;
		height: 460px;
	}
	
	.homemainleft {
		width: 100%;
		height: 230px;
		float: left;
		background: #a0e4ff;
	}
	
	.homemainright {
		width: 100%;
		height: 230px;
		float: left;
		background: #d7f0c8;
	}
	
	.homemainbottom {
		width: 100%;
		height: 230px;
		background: #e6e6e6;
	}
}

/* Small screens (400px) */

@media screen and (max-width: 450px) {
	
	h1 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 24px;
		color: black;
		text-align: center;
	}
	
	
	.mobilenav {
		height: 50px;
		width: 100%;
		background: red;
		padding-top: 10px;
		text-align: center;
	}
	
	.mobilenavwrap {
		width: 250px;
		margin: auto;
	}
	
	.mobilenav a{
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
	}
	
	.mobilenav a:hover{
		color: #222;
	}
}