/* CSS Document for Screens */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#555;
	margin:0;
	padding:0;
}

#page {
	/*max-width: 1294px;*/
	/*margin:0 auto;*/
	position: relative;
}

/* Text */

h1 {
	margin:0 0 1em 0;
	font-size:2.8em;
	font-weight:700;
}
h2 {
	margin:0 0 .5em 0;
	font-size:1.6em;
	font-weight:700;
	line-height:1.1em;
}
h3 {
	margin:0 0 .5em 0;
	font-size:1.3em;
	font-weight:700;
}
h4 {
	margin:0 0 1.5em 0;
	font-size:1em;
	font-weight:700;
	line-height:1.1em;
}

p {
	margin: 0 0 1em 0;
}

a {
	color:#007eff;
}
a:visited {
	color:#65b12s;
}

a.btn {
	font-size:1.2em;
	text-decoration:none;
	color:#fff;
	border:1px solid #fff;
	padding:4px 15px;
	transition: background-color .5s;
	background:#D21C27;
}

a.btn:hover {
	background-color:rgba(0,0,0,.3);
}

/* Header */

header {
	height:46px;
	position:relative;
}

header a.logo {
	z-index:1;
	position:absolute;
	display:block;
	width:263px;
	height:85px;
	background: url(../images/nortek-logo.gif) no-repeat 0 0;
	background-size:contain;
	top:21px;
	left:20px;
}
header a.logo span {
	display:none;
}

/* Section - All */

section {
	padding:0 30px;
}

section::after {
	content:'';
	display:block;
	clear:both;
}

/* Section - Main */

section.main {
	margin-top:20px;
	margin-bottom:30px;
	padding:0;
}
section.main aside {
	width:25%;
	float:left;
	text-align:center;
}
section.main .content {
	margin:2px;
	padding-top:285px;
	height:447px;
}

section.main aside div.global {

}

section.main aside div.home img{
margin-top:14px;
margin-bottom:20px;
}

section.main .content p {
	color:white;
}

section.main aside p {
	margin-top:-37px;
	font-size:11px;
	color:white;
}

section.main aside h3 a {
	color:#000;
	text-decoration:none;
}

section.main aside h3 a:hover {
	text-decoration:underline;
}

section.main aside .content.trending {
	background-image: url(../images/nortek-air-extra-large.gif);
}
section.main aside .content.find-it {
	background-image: url(../images/nortek-global-extra-large.gif);
}
section.main aside .content.home {
	background-image: url(../images/nortek-home-extra-large.gif);
}
section.main aside .content.tools {
	background-image: url(../images/nortek-security-extra-large.gif);
}
section.main aside img{
	width:90%;
	margin-bottom:30px;
}

section.main aside.security {
	float:right;
}


/* Terms */

section.terms {
	margin-top:20px;
	width:90%;
	margin-left:15px;
}

section.terms h1 {
	font-size:30px;
	text-align:center;
}

/* Footer */

footer {
	font-size:.8em;
	margin:40px;
	color:#999;
	float:right;
	margin-top:-11px;
	margin-bottom:inherit;
}
footer .content {
	display:inline;
}
footer a {
	margin-left:30px;
	color:#777;
}
footer a:visited {
	color:#777;
}
footer a:hover {
	color:#000;
}

@media screen and (max-width: 1400px) {
	section.main aside .content.trending {
	background-image: url(../images/nortek-air-background.gif);
}
section.main aside .content.find-it {
	background-image: url(../images/nortek-global-background.gif);
}
section.main aside .content.home {
	background-image: url(../images/nortek-home-background.gif);
}
section.main aside .content.tools {
	background-image: url(../images/nortek-security-background.gif);
}
	
}

/*Media Queries*/

@media screen and (max-width: 1000px) {
	h1 {
		font-size:2.4em;
	}
	
	/*Header*/
	
}

@media screen and (max-width: 825px) {
	h1 {
		font-size:2.2em;
	}
	
		footer {
		margin:30px;
	}
	
}

@media screen and (max-width: 760px) {
	h1 {
		font-size:1.8em;
	}
	h2 {
		font-size:1.4em;
	}
	h3{
		font-size:1.1em;
	}
	a.btn {
		font-size:1em;
		/*float:left;*/
		margin:auto;
		width:77%;
		text-align:center;
		margin-left:inherit;
	}
	
	/*Header*/
	header a.logo {
		width:35%;
		height:58px;
		margin-top:-13px;
	}

	/*Section - Main*/
	section.main {
		margin-top:10px;
		margin-bottom:10px;
	}
	section.main aside div.content {
		/*background-size:55px 55px;*/
		padding-top:60px;
	}
	section.main aside img {
		width:86%;
		margin-top:180px;
		margin-left:10px;
	}
	section.main aside div.home img{
margin-top:187px;
margin-bottom:25px;
}



	
	footer {
		margin:30px;
	}
}

@media screen and (max-width: 625px) {
	h1 {
		font-size:1em;
	}
	h3 {
		margin-bottom:0px;
	}
	a.btn {
		font-size:.9em;
		clear:both;
		float:left;
		margin-left:-29px;
	}
	/*Header*/

	header a.logo {
		width:50%;
		height:66px;
		left:17px;
		top:26px;
		/*background-color:rgba(0,0,0,.65);
		background-size:112px 46px;
		background-position:20px center;*/
	}
	
	/*Section - Main*/
	section.main aside {
		width:100%;
		float:none;
		text-align:left;
	}
	section.main aside div.content {
		/*margin:8px 20px 8px 0;*/
		padding:5px 0px 10px 85px;
		/*background-size:50px 50px;*/
		/*background-position:-56px -103px;*/
	}
	
	section.main aside p {
		margin:auto;
		width:25%;
		margin-top:-35px;
		margin-bottom:21px;
	}
	
	section.main aside img {
		margin-left:-24px;
	}
	section.main aside div.home img{
margin-top:180px;
}

	
	section.main aside .content.trending {
	background-image: url(../images/nortek-air-medium.gif);
	height:446px;
}
section.main aside .content.find-it {
	background-image: url(../images/nortek-global-medium.gif);
	height:446px;
}
section.main aside .content.home {
	background-image: url(../images/nortek-home-medium.gif);
	height:446px;
}
section.main aside .content.tools {
	background-image: url(../images/nortek-security-medium.gif);
	height:446px;
}
	
	
	
	/*Footer*/
	footer {
		margin:30px;
	}
	footer div.content {
		display:block;
		margin-top:15px;
	}
	footer div.content a {
		margin:0 20px 0 0;
	}

}
@media screen and (max-width:425px) {
	/*Header*/

	header a.logo {
		height:41px;
		background:url(../images/nortek-logo.gif) no-repeat center center;
		background-size:205px 30px;
		width:62%;
	}
	
	section.main aside div.content {
		background-position:inherit;
	}
	
section.main aside .content.trending {
	background-image: url(../images/nortek-air-small.gif);
	height:426px;
}
section.main aside .content.find-it {
	background-image: url(../images/nortek-global-small.gif);
		height:426px;
}
section.main aside .content.home {
	background-image: url(../images/nortek-home-small.gif);
		height:426px;
}
section.main aside .content.tools {
	background-image: url(../images/nortek-security-small.gif);
		height:426px;
}

section.main aside p {
	width:46%;
	margin-bottom:21px;
}
	
	/*Footer*/
	footer {
		margin:30px;
	}
	
	footer::after {
		content:'';
		display:block;
		clear:both;		
	}
	
	footer div.content a {
		display:inline-block;
		margin:0 0 10px 0;
		float:left;
		clear:both;
	}
}