/*-----------------------------------------------------------------------------------*/
/*	00.	CSS Reset
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, 
small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img { vertical-align: top; } /* Removes the space below an image in a div */

a img { border:none; } /* Removes image link border in IE */

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

strong { font-weight: bold; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	01.	GLOBAL
/*-----------------------------------------------------------------------------------*/

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.container:after {
	content: "";
	display: table;
	clear: both;
}

.row {
	width: 100%;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.col_3 {
	width: 21.666666%;
	margin-left: 1.666666%;
	margin-right: 1.666666%;
	margin-bottom: 3.333333%;
	background-color: green;
	float: left;
}

.col_4 {
	width: 30%;
	margin-left: 1.666666%;
	margin-right: 1.666666%;
	position: relative;
	float: left;
}

.col_8 {
	width: 63.333333%;
	margin-left: 1.666666%;
	margin-right: 1.666666%;
	float: left;
}

.col_12 {
	width: 96.666666%;
	margin-left: 1.666666%;
	margin-right: 1.666666%;	
	float: left;
}


/*-----------------------------------------------------------------------------------*/
/*	02.	MASTHEAD
/*-----------------------------------------------------------------------------------*/

.masthead {
	width 100%;
	padding-top: 25px;
	padding-bottom: 30px;
}

.masthead .container .col_8 ul  {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 25px;
	float: right;
}

.masthead .container .col_8 ul li  {
	margin-left: 20px;
	display: inline-block;
	letter-spacing: 2px;
	color: #414141;
}

.masthead .container .col_8 ul li a:link  {
	color: #959595;
	text-decoration: none;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #FFF;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.masthead .container .col_8 ul li a:visited  {
	color: #959595;
	text-decoration: none;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #FFF;
	padding-bottom: 4px;
}

.masthead .container .col_8 ul li a:hover  {
	color: #414141;
	text-decoration: none;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #414141;
	padding-bottom: 4px;
}

.masthead .container .col_8 ul li a:active {
	color: #414141;
	text-decoration: none;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #414141;
	padding-bottom: 4px;
}

.masthead .container .col_4 {
	width: 30%;
	margin-left: 1.666666%;
	margin-right: 1.666666%;
	position: relative;
	float: left;
}


/*-----------------------------------------------------------------------------------*/
/*	03.	HERO
/*-----------------------------------------------------------------------------------*/

.hero img {
	width: 100%;	
}


/*-----------------------------------------------------------------------------------*/
/*	04.	CONTENT
/*-----------------------------------------------------------------------------------*/

.content {
	width 100%;
}

.content .container .col_12 h1 {
	text-align: center;
	font-family: "proxima-nova", sans-serif;
	font-size: 50px;
	font-weight: 300;
	color: #222;
	margin-top: 50px;
}

.content .container .col_12 h2 {
	text-align: center;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	color: #8B8B8B;
	margin-top: 30px;
	margin-right: 10%;
	margin-bottom: 100px;
	margin-left: 10%;
}

.content .container .row .col_4 .icon-design {
	width: 70.555555%;
	margin-left: 14.722222%;
}

.content .container .row .col_4 .icon-install {
	width: 70.555555%;
	margin-left: 14.722222%;
}

.content .container .row .col_4 .icon-on-air {
	width: 70.555555%;
	margin-left: 14.722222%;

}

.content .container .row .col_4 h3 {
	text-align: center;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 34px;
	color: #222;
	margin-top: 40px;
}

.content .container .row .col_4 h4 {
	text-align: center;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #8B8B8B;
	line-height: 28px;
	margin-top: 20px;
}

.content .container .row .col_4 ul {
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #8B8B8B;
	line-height: 22px;
	margin-top: 40px;
	margin-left: 50px;
	background-position: 0px 1px;
	background-position: left top;
}

.content .container .row .col_4 ul li {
	margin-bottom: 3%;
	padding-left: 25px;
	background-image: url(images/check-icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}


/*-----------------------------------------------------------------------------------*/
/*	05.	VIDEOS
/*-----------------------------------------------------------------------------------*/

.videos {
	width 100%;
	background-color: #f5f5f5;
	margin-top: 80px;
	padding-bottom: 70px;
}

.videos h1 {
	text-align: center;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 42px;
	color: #222;
	margin-top: 40px;
	margin-bottom: 40px;
}

.videos img {
	width: 100%;
}

.videos .container .row .col_4 .thumb-off {
	position: absolute; top: 0; left: 0;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
  	     -o-transition: all .4s ease-in-out;
	        transition: all .4s ease-in-out;
}

.videos .container .row .col_4 .thumb-off:hover {
	position: absolute; top: 0; left: 0;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}

.videos .container .row .col_4 .thumb-on {
	position: relative;
}

.videos .container .row .col_4 h2 {
	text-align: left;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #222;
	margin-top: 20px;
}

.videos .container .row .col_4 h3 {
	text-align: left;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #8B8B8B;
	margin-top: 10px;
}


/*-----------------------------------------------------------------------------------*/
/*	06.	FOOTER
/*-----------------------------------------------------------------------------------*/

.footer {
	width 100%;
	padding-top: 3%;
	padding-bottom: 5%;
}

.footer .container .row .col_8 img {
	float: left;
}

.footer .container .row .col_8 h5 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #222;
	margin-left: 30px;
	margin-top: 41px;
	float: left;
}

.footer .container .row .col_4 h6 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #222;
	margin-top: 37px;
}


































/*-----------------------------------------------------------------------------------*/
/*	07.	MEDIA QUERIES 980px
/*-----------------------------------------------------------------------------------*/

@media (max-width:980px) {
.container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.masthead .container .col_8 ul  {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 26px;
	float: right;
}

.content .container .col_12 h2 {
	text-align: center;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #8B8B8B;
	margin-top: 30px;
	margin-right: 10%;
	margin-bottom: 70px;
	margin-left: 10%;
}

.content .container .row .col_4 h4 {
	text-align: center;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #8B8B8B;
	line-height: 26px;
	margin-top: 20px;
}

.content .container .row .col_4 ul {
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #8B8B8B;
	line-height: 22px;
	margin-top: 25px;
	margin-left: 25px;
	background-position: 0px 1px;
	background-position: left top;
}

.videos .container .row .col_4 h2 {
	text-align: left;
	font-size: 16px;
	color: #222;
	margin-top: 20px;
}

.videos .container .row .col_4 h3 {
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	color: #8B8B8B;
	margin-top: 10px;
}


}


/*-----------------------------------------------------------------------------------*/
/*	07.	MEDIA QUERIES 740px
/*-----------------------------------------------------------------------------------*/

@media (max-width:740px) {

.container {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.masthead .container img { 
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.masthead .container .col_4 { 
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.masthead .container .col_8 { 
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.masthead .container .col_8 ul  {
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin: auto;
	float: left;
}

.masthead .container .col_8 ul li  {
	margin-left: 20px;
	font-size: 14px;
	display: inline-block;
	letter-spacing: 2px;
	color: #414141;
}

.masthead .container .col_8 ul li:first-child {
	margin-left: 0px;
}

.content .container .col_12 h1 {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	color: #222;
	margin-top: 40px;
}

.content .container .col_12 h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #8B8B8B;
	margin-top: 16px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 0px;
}

.content .container .col_4 { 
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 30px;
	border-top: 1px #dcdcdc solid;
	float: left;
}

.content .container .row .col_4 .icon-design {
	display: block;
    margin: auto;
	width: 160px;
}

.content .container .row .col_4 .icon-install {
	display: block;
    margin: auto;
	width: 160px;
}

.content .container .row .col_4 .icon-on-air {
	display: block;
    margin: auto;
	width: 160px;
}

.content .container .row .col_4 h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	color: #222;
	margin-top: 20px;
}

.content .container .row .col_4 h4 {
	text-align: center;
	font-size: 14px;
	color: #8B8B8B;
	line-height: 26px;
	margin-top: 10px;
}

.content .container .row .col_4 ul {
	font-size: 14px;
	color: #8B8B8B;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: 70px;
	background-position: 0px 1px;
	background-position: left top;
}

.content .container .row .col_4 ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	background-image: url(images/check-icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.videos {
	width 100%;
	background-color: #f5f5f5;
	margin-top: 40px;
	padding-bottom: 50px;
}

.videos h1 {
	text-align: center;
	font-size: 35px;
	color: #222;
	margin-top: 30px;
	margin-bottom: 30px;
}

.videos .container .row .col_4 {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.videos .container .row .col_4 h2 {
	text-align: left;
	font-size: 16px;
	color: #222;
	margin-top: 20px;
}

.videos .container .row .col_4 h3 {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	color: #8B8B8B;
	margin-top: 10px;
	margin-bottom: 35px;
}

.footer {
	width 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer .container .row .col_8 {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.footer .container .row .col_8 img {
    display: block;
    margin: auto;
    float: none;
}

.footer .container .row .col_8 h5 {
	font-size: 14px;
	text-align: center;
	color: #222;
	margin-top: 20px;
	margin-left: 0px;
	text-align: center;
	float: none;

}

.footer .container .row .col_4 {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.footer .container .row .col_4 h6 {
	font-size: 18px;
	color: #222;
	margin-top: 38px;
	text-align: center;
}

}


/*-----------------------------------------------------------------------------------*/
/*	07.	MEDIA QUERIES 440px
/*-----------------------------------------------------------------------------------*/

@media (max-width:440px) {
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.masthead .container img { 
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.masthead .container .col_8 ul  {
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin: auto;
	display: block;
}

.masthead .container .col_8 ul li  {
	font-size: 12px;
	letter-spacing: 2px;
	color: #414141;
	display: block;
	margin-left: 0px;
	margin-bottom: 15px;
}

.content .container .col_12 h1 {
	text-align: center;
	font-size: 30px;
	color: #222;
	margin-top: 30px;
}

.content .container .col_12 h2 {
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	color: #8B8B8B;
	margin-top: 16px;
	margin-right: 0px;
	margin-left: 0px;
}

.content .container .row .col_4 h3 {
	text-align: center;
	font-size: 26px;
	color: #222;
	margin-top: 20px;
}

.content .container .row .col_4 h4 {
	text-align: center;
	font-size: 13px;
	color: #8B8B8B;
	line-height: 23px;
	margin-top: 10px;
}

.content .container .row .col_4 ul {
	font-size: 13px;
	color: #8B8B8B;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 50px;
	background-position: 0px 1px;
	background-position: left top;
}

.content .container .row .col_4 ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	background-image: url(images/check-icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

}

