/*-- DEMO Code---*/

@media screen and (max-width: 620px) {
	.logo {margin-left: 40px;}
	}
@media screen and (min-width: 540px) {
	.logo {margin-left: 10px;}
	}

.wrap {
	width:100%;
	max-width:1000px;
	margin:0px auto;
}
.logo {
	float:left;}

.contact {margin-left: 7px;}

/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}
.tasks-hdr {
	height:auto;
	width:100%;
}

/*----- Menu -----*/
@media screen and (min-width: 750px) {
	.monitor:after {/*tv support*/margin-top: 222px;}
	.ft-box {width:33%; height:auto; float:left; border:4px solid; color:black;}
	.contact {}
	#top-menu {
		height:auto;
		width:100%;
	}
	#bottom-menu {
		display:none;
	}
	
	#facebook-icons{
		/*position:absolute;
		left: 400px;*/
		margin-left:7%;
		height:32px;
		width: 200px;
		webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
}
	.facebook, .twitter, .rss, .blog {
		margin:5px; 
		width:32px;
		height:32px;
		float:left;
	}
	.facebook {

	
}
	#facebook img{
		float:left;
		margin-right:30px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-khtml-transition: all 0.5s ease-in-out;
		-chrome-transition: all 0.5s ease-in-out;
}

	.facebook:hover{
		-webkit-transform: rotate(2deg) scale(1.2);
		-moz-transform: rotate(2deg) scale(1.2);
		-o-transform: rotate(2deg) scale(1.2); 
		-ms-transform: rotate(2deg) scale(1.2);
		-khtml-transform: rotate(2deg) scale(1.2);
		-chrome-transform: rotate(2deg) scale(1.2);
		transform: rotate(2deg) scale(1.2);
}

	.twitter {

}
	#twitter img{
		float:left;
		margin-right:30px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-khtml-transition: all 0.5s ease-in-out;
		-chrome-transition: all 0.5s ease-in-out;
}

	.twitter:hover{
		-webkit-transform: rotate(2deg) scale(1.2);
		-moz-transform: rotate(2deg) scale(1.2);
		-o-transform: rotate(2deg) scale(1.2); 
		-ms-transform: rotate(2deg) scale(1.2);
		-khtml-transform: rotate(2deg) scale(1.2);
		-chrome-transform: rotate(2deg) scale(1.2);
		transform: rotate(2deg) scale(1.2);
}
	.rss {

}
	#rss img{
		float:left;
		margin-right:30px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-khtml-transition: all 0.5s ease-in-out;
		-chrome-transition: all 0.5s ease-in-out;
}

	.rss:hover{
		-webkit-transform: rotate(2deg) scale(1.2);
		-moz-transform: rotate(2deg) scale(1.2);
		-o-transform: rotate(2deg) scale(1.2); 
		-ms-transform: rotate(2deg) scale(1.2);
		-khtml-transform: rotate(2deg) scale(1.2);
		-chrome-transform: rotate(2deg) scale(1.2);
		: rotate(2deg) scale(1.2);
}
	.blog {

}
	#blog img{
		float:left;
		margin-right:30px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-khtml-transition: all 0.5s ease-in-out;
		-chrome-transition: all 0.5s ease-in-out;
}

	.blog:hover{
		-webkit-transform: rotate(2deg) scale(1.2);
		-moz-transform: rotate(2deg) scale(1.2);
		-o-transform: rotate(2deg) scale(1.2); 
		-ms-transform: rotate(2deg) scale(1.2);
		-khtml-transform: rotate(2deg) scale(1.2);
		-chrome-transform: rotate(2deg) scale(1.2);
		transform: rotate(2deg) scale(1.2);
}
/*end FB icons*/
.logo {
	margin-left: 5px;
	}
	h1, h2, h3 {font-size:1.7em;}
	#header {
		margin-top: 5px;
	}
	.banner {
		float:right;
		margin-right: 5px;
	}
	#mobile-logo {
		display:none;
		}
	.menu {
		width:100%;
		padding:10px 10px;
		border-radius:3px;
		/*background:#303030;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);*/
			background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(134,137,136,1) 50%, rgba(89,89,89,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(50%,rgba(134,137,136,1)), color-stop(99%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#595959',GradientType=0 ); /* IE6-8 */
	/* rounded corner */
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-chrome-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	}

.menu ul li a:hover {
	color:#fff;
	}

.menu ul {
	display:inline-block;
}

.menu li {
	margin:0px 30px 0px 0px;
	float:left;
	list-style:none;
	font-size:17px;
}

.menu li:last-child {
	margin-right:0px;
}

.menu a {
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	transition:color linear 0.15s;
}

.menu a:hover, .menu .current-item a {
	text-decoration:none;
	/*color:#66a992;
	color:#e3e1f3;*/
}
#content, #rt {	
	min-height: 450px;
	border:1px solid #000;
	}
#content {		
	width:78%;
	float:left;
	}
#rt {	
	height: auto;
	width:22%;
	float:right;
	}

/*------------------------------
--------------------------------------------
--------------------------------------------
-------------------------------------------*/	
}



@media screen and (max-width: 750px) {
	h1, h2, h3, h4, h5, h6 {text-transform: uppercase;}
	/*#rt {width:50%;}	*/
	p {margin:5px;}
	#ba {display:none;}
	iframe, #outlet, #cup, #css-icons-text, #top-menu, #header {display:none;}
	#bottom-menu {
		height:auto;
		width:100%;
	}
	.monitor:after {/*tv support*/margin-top: 222px;}
	.contact {display:none;}
	#facebook-icons{
		/*position:absolute;
		left: 400px;*/
		margin-left:7%;
		height:32px;
		width: 200px;
		webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
}
	.facebook, .twitter, .rss, .blog {
		margin:5px; 
		width:32px;
		height:32px;
		float:left;
	}
	.facebook {

	
}
	#facebook img{
		float:left;
		margin-right:30px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-khtml-transition: all 0.5s ease-in-out;
		-chrome-transition: all 0.5s ease-in-out;
}

	.facebook:hover{
		-webkit-transform: rotate(2deg) scale(1.2);
		-moz-transform: rotate(2deg) scale(1.2);
		-o-transform: rotate(2deg) scale(1.2); 
		-ms-transform: rotate(2deg) scale(1.2);
		-khtml-transform: rotate(2deg) scale(1.2);
		-chrome-transform: rotate(2deg) scale(1.2);
		transform: rotate(2deg) scale(1.2);
}

	.twitter {

}
	#twitter img{
		float:left;
		margin-right:30px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-khtml-transition: all 0.5s ease-in-out;
		-chrome-transition: all 0.5s ease-in-out;
}

	.twitter:hover{
		-webkit-transform: rotate(2deg) scale(1.2);
		-moz-transform: rotate(2deg) scale(1.2);
		-o-transform: rotate(2deg) scale(1.2); 
		-ms-transform: rotate(2deg) scale(1.2);
		-khtml-transform: rotate(2deg) scale(1.2);
		-chrome-transform: rotate(2deg) scale(1.2);
		transform: rotate(2deg) scale(1.2);
}
	.rss {

}
	#rss img{
		float:left;
		margin-right:30px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-khtml-transition: all 0.5s ease-in-out;
		-chrome-transition: all 0.5s ease-in-out;
}

	.rss:hover{
		-webkit-transform: rotate(2deg) scale(1.2);
		-moz-transform: rotate(2deg) scale(1.2);
		-o-transform: rotate(2deg) scale(1.2); 
		-ms-transform: rotate(2deg) scale(1.2);
		-khtml-transform: rotate(2deg) scale(1.2);
		-chrome-transform: rotate(2deg) scale(1.2);
		: rotate(2deg) scale(1.2);
}
	.blog {

}
	#blog img{
		float:left;
		margin-right:30px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-khtml-transition: all 0.5s ease-in-out;
		-chrome-transition: all 0.5s ease-in-out;
}

	.blog:hover{
		-webkit-transform: rotate(2deg) scale(1.2);
		-moz-transform: rotate(2deg) scale(1.2);
		-o-transform: rotate(2deg) scale(1.2); 
		-ms-transform: rotate(2deg) scale(1.2);
		-khtml-transform: rotate(2deg) scale(1.2);
		-chrome-transform: rotate(2deg) scale(1.2);
		transform: rotate(2deg) scale(1.2);
}
/*end FB icons*/
	#mobile-logo h1 h2 {
		/*margin-left:10px;
		padding-top: 4px;*/
		}
	#mobile-logo a {
		font-size:27px;
		position: absolute;
    	top: 14px;
    	left: 5px;
		}
	#mobile-logo {
		position: fixed; 
		top: 5px; 
		z-index: 9899;
		width:100%;
		height: 3.4em;
		/*margin-top: -.8em;
		
		background-color:#fff;	*/
		background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(134,137,136,1) 50%, rgba(89,89,89,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(50%,rgba(134,137,136,1)), color-stop(99%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#595959',GradientType=0 ); /* IE6-8 */
	/* rounded corner */
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-chrome-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	}

	.menu {
		text-align: left;
		margin-left: 80%;
		position:relative;
		display:inline-block;
	}

	.menu ul.active {
		display:none;
	}

	.menu ul {
		min-width: 100px;
		position:fixed;		
		right:5px;
		top:61px;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
					background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(134,137,136,1) 50%, rgba(89,89,89,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(50%,rgba(134,137,136,1)), color-stop(99%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#595959',GradientType=0 ); /* IE6-8 */
	/* rounded corner */
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-chrome-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	}

	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:40px;
		content:'';
		transform:translate(0%, -100%);
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		border-bottom:15px solid #303030;
	}

	.menu li {
		margin:5px 0px 5px 0px;
		float:none;
		display:block;
	}

	.menu a {
		display:block;
		font-size: 16px;
    	line-height: 1.5em;
	}

	.toggle-nav {
		padding:15px;
		float:left;
		display:inline-block;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:#777;
		font-size:20px;
		transition:color linear 0.15s;
		/*background:#303030;*/
					background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(134,137,136,1) 50%, rgba(89,89,89,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(50%,rgba(134,137,136,1)), color-stop(99%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#595959',GradientType=0 ); /* IE6-8 */
	/* rounded corner */
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-chrome-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	}
	

	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:#66a992;
	}
	#content {
		margin-top:50px;
		}
	#content p {
		margin-bottom: 10px;		
		font-size:1em;
		}
}
@media screen and (min-width: 541px) {
	.sm-banner {
		display: none;
		}
}
@media screen and (max-width: 540px) {
	.banner img {
		display:none;
		}
	.sm-banner {
		float:left;
		margin-left: -20px;
    	/*margin-top: -45px;*/
		}
}

@media screen and (max-width: 385px) {
	
	}
@media screen and (min-width: 385px) {

	}