/* DEFAULTS */
*,*:before,*:after{
	box-sizing:border-box;
}

html{
	background: url(../images/background.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #000;
}

*{
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #000;
}

.wrapper{
	float: left;
	width: 100%;
}

.center{
	margin: 0 auto;
	width: 1000px;
}

.bg{
	float: left;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

#logo{
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.menu{
	float: left;
	background: #00a651;
	width: 100%;
}

.menu ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu ul li a {
	float: left;
	padding: 15px 30px;
	font-size: 15px;
	color: #fff;
}

.menu ul li a:hover, .menu ul li a.active, .menu ul li a:active {
	background: #068343;
}

.blogs{
	float: left;
	padding: 10px;
}

.blog{
	float: left;
	width: 223px;
	height: 204px;
	background: url('../images/blog1.png');
	background-size: 110%;
	transition: 0.2s;
	overflow: hidden;
	margin: 0 10px;
}

.blog:hover{
	background-position: 0px -10px;
}

.blog:hover .blogtitle{
	margin: 169px 0 0 0!important;
}

.blogtitle {
	float: left;
	width: 100%;
	color: #fff;
	background: #00a651;
	padding: 10px;
	box-sizing: border-box;
	margin: 204px 0 0 0;
	transition: 0.3s;
	text-align: center;
}

.text{
	float: left;
	width: 100%;
}

h1{
	color: #00a651;
	padding: 0px 20px;
	margin: 0;
	font-size: 35px;
}

h2{
	color: #00a651;
	padding: 0px 20px;
	margin: 0;
	font-size: 25px;
}

h3{
	color: #00a651;
	padding: 0px 20px;
	margin: 0;
	font-size: 15px;
}

p{
	padding: 10px 20px 20px 20px;
	margin-top: 0;
	line-height: 20px;
	font-size: 14px;
	color: #2D2D2D;
}

.footerBanner{
	float: left;
	padding: 0 20px;
}

.footer{
	float: left;
	width: 100%;
	background: #00a651;
	margin-top: 25px;
}

.footer span{
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

.footer span a{
	color: #fff;
}

.footer span a:hover{
	text-decoration: underline;
}

ol, ul{
	padding: 0px 20px;
}

ol li, ul li{
	margin: 10px 0;
	font-size: 14px;
}

#mainContact{
	float: left;
	width: 100%;
	text-align: center;
}

.formTitle{
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0;
	color: #00a651;
}

#mainContact input, textarea{
	float: left;
	margin: 10px 2%;
}

#mainContact [type="text"], textarea{
	float: left;
	width: 96%;
}

#mainContact [type="submit"]{
	float: left;
	width: 96%;
	color: #000;
	background: #00a651;
}

/* LINKSYS CSS */
.container{
	width: 96%;
	margin: 0;
}

.linksysText{
	float:left;
	width:100%;
}

.linkRewrite{
	border: 1px #2D2D2D solid!important;
	margin-left: 20px!important;
}

.linkRewrite:hover{
	background: #00A651!important;
}

.linkRow{
	margin-left: 20px!important;
}

.linksysLeft img{
	max-width: 100%;
	margin-left: 20px;
}

.linksysText img{
	padding-right: 20px;
}

.linksContainer{
	float:left;
	width:100%;
	border-top: 1px dashed #ccc;
}

.singleLink{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom: 1px dashed #ccc;
}

.singleLink .linksysLeft{
	float:left;
	width:20%;
	padding: 0 20px 0 0;
}

.singleLink .linksysRight{
	float:right;
	width:78%;
}

.linkTitle{
	float:left;
	width:100%;
	font-weight: bold;
	font-size:16px;
	margin: 0 0 15px 0;
}

.linkShortDesc{
	float:left;
	width:95%;
	margin: 0 0 15px 0;
}

.linkRewrite{
	float:left;
	padding:10px 12px 12px;
	line-height:1em;
	border:1px solid #00a651;
	text-decoration:none;
	border-radius:3px;
	transition: all 0.3s;
}

.linkRewrite:hover{
	color:#fff;
	background:  #00a651;
}


.linkRow{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}.linkRow a{	text-decoration: underline;	color: blue;}

/* ADD LINK PAGE */
.fancyInputs{
	float:left;
	width:100%;
}

.fancyInputs span{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

.fancyInputs input, .fancyInputs textarea, .fancyInputs select{
	/*max-width:500px;*/
	width:100%;
}

.fancyInputs input[type="submit"]{
	float:left;
	width:100%;
	padding:15px 0;
	height: auto;
	margin:0;
	background: #202020;
	border:1px solid #202020;
	line-height: 1em;
	font-size: 1.2em;
	color:#fff;
	transition: box-shadow 0.1s;
}

.fancyInputs input[type="submit"]:hover{
	box-shadow: 0px 0px 0 2px rgba(255,255,255,0.5) inset;
}

.fancyInputs input[type="submit"]:active{
	box-shadow: 0px 0px 0 30px rgba(255,255,255,0.5) inset;
}

/* LINKSYS OVERVIEW */
.linksys_overview{
	float:left;
	width:100%;
	margin-bottom: 20px;
	padding: 0 20px;
}

.linksys_overview ul{
	float:left;
	width:100%;
	padding:0;
	margin:20px 0 10px;
	list-style:none;
}

.linksys_overview ul li{
	float:left;
	padding:0 10px;
	border-right: 2px solid #2D2D2D;
	font-size:17px;
	margin:0 0 10px 0;
}

.linksys_overview ul li a{
	text-decoration:none;
	color: #2D2D2D;
}

.linksys_overview ul li a.activeCat{
	color: #00a651;
	border-bottom: 2px solid #00a651;
}

.linksys_overview ul li a:hover{
	color: #00a651;
	border-bottom: 2px solid #00a651;
}

.linksys_overview a.linksysCatBlock{
	float:left;
	width:20%;
	border:1px solid #fff;
	height:160px;
	position:relative;
	background-size:cover;
	overflow:hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #202020;
}

.linksys_overview a.linksysCatBlock:hover{
	opacity: 0.85;
	transition: all 0.2s;
}

.linksys_overview a.linksysCatBlock span{
	float: left;
	width:100%;
	margin-top: 100px;
	padding:8px 12px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	text-align: center;
	left:0;
}

.linksys_overview a.linksysCatBlock:hover span{
	bottom:0;
}

.linksys_overview a.linksysCatBlock.activeCat{
	background-position: 0 -20px;
}

.linksys_overview a.linksysCatBlock.activeCat span{
	bottom:0;
}

.linksysDetail{
	float:left;
	width:100%;
	border-bottom: 1px solid #555;
	padding: 0 0 20px 0;
}

.linksysDetail .linksysLeft{
	float:left;
	width:25%;
	padding: 0 20px 0 0;
}

.linksysDetail .linksysRight{
	float:right;
	width:75%;
}


@media screen and (max-width: 600px) {
	.singleLink .linksysLeft{
		width:100%;
		padding: 0;
	}

	.singleLink .linksysRight{
		width:100%;
	}
	
	.linksysDetail .linksysLeft{
		width:100%;
		padding: 0;
	}

	.linksysDetail .linksysRight{
		width:100%;
	}
	
	.linksys_overview a.linksysCatBlock{
		width:50%;
	}
}
