/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'AnimalsNormal';
    src: url('fonts/animals-webfont.eot');
    src: url('fonts/animals-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/animals-webfont.woff') format('woff'),
         url('fonts/animals-webfont.ttf') format('truetype'),
         url('fonts/animals-webfont.svg#AnimalsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #000;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

/*-------------------------------------------------------- txt, links, lines, titles -----*/

a {
font-size:11px;
color:red; 
outline:none;
text-decoration:none;
}

a:hover{
color:#c3c3c3;
text-decoration:none;
}

p1 { 
margin-bottom:15px;
color: #555;
}

h1 {	
}

h2 {
font-size:28px;
color:#fff;
line-height:1.2em;
letter-spacing:-1px;
border-bottom:0px dotted #979797;
margin:0 -20px 20px -20px;
padding:0 20px 10px 20px;
}

h3 {
font-size:20px;
text-transform:uppercase;
line-height:1.7em;
margin-bottom:-20px;
color:#dfdfdf;
}

a h4 {
font-size:16px;
line-height:1.2em;
text-transform:uppercase;
font-weight:bold;
margin-bottom:0px;
color:#008ed7;
}
	h4 a {
		font-weight:bold;
		text-decoration:none;
        color:#008ed7;
	}
	h4 a:hover {
		background:#008ed7;
		color:#fff;
	}
h5 {
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
}
h6 {
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:2px;
}
	h6 a {
		text-decoration:none;
	}
	h6 a:hover {
		background:#ff005a;
		color:#fff;
	}

h7 {
width:240px;
display: block;
overflow:hidden;
font-size:13px;
font-weight:bold;
color:#fff;
background:#008ed7;
text-transform:uppercase;
margin-bottom:1px;
padding:1px 15px 1px 15px;
}

h8 {
width:250px;
display: block;
overflow:hidden;
font-size:14px;
font-weight:bold;
color:#fff;
background:#;
text-transform:uppercase;
margin-bottom:8px;
padding:0px 0px 0px 0px;
}


h9 {
display: inline-block;
width:960px;
font-size:28px;
color:#fff;
line-height:1.2em;
letter-spacing:-1px;
border-bottom:1px dotted #979797;
margin:0 -20px 0px -20px;
padding:0 20px 10px 20px;
}

.link1 { 
	font-weight:bold;
	font-size:14px;
	color:#858585;
	text-transform:uppercase;
    text-decoration:none;
}


.link2 {
	background:url(images/arrow2.gif) no-repeat right 4px;
	padding-right:12px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
}
.link2:hover {
color:#008ed7;
text-decoration:none;
}

.link3 {
padding-top: 15px;
font-size:13px;
text-decoration:none;
font-weight:bold;
color:#8e0000;
}

.link3:hover {
text-decoration:none;
font-weight:bold;
color:#555;
}

.link4 {
font-size:14px;
line-height:1.2em;
margin-bottom:0px;
color:#dedede;
text-transform:uppercase;
align:center;
}

.link4:hover {
color:#fd0000;
}


.container {
	width: 100%;
	position: relative;
}

.container.mainSite {
	height: 100%;
	position: absolute;
	margin-top: 0px;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header,
.content-wrapper {
	padding: 10px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin-left: -30px;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	margin-top: -15px;
	font-size: 20px;
	font-weight: 300;
}

.container.feedSite {
	height: 100%;
	position: absolute;
	margin-top: 0px;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	margin-top:inherit;
	z-index: 9999;
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
	margin-right: 160px;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.mainSite .codrops-demos {
	position: absolute;
	z-index: 2000;
	top: 30px;
	left: 30px;
}

.codrops-demos a {
    display: inline-block;
    margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 15px;
    color: #aeaeae;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid #aeaeae;
}

.codrops-demos a:hover {
	color: #8e0000;
	border-color: #8e0000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

/*============================================================================ NEWS LIST =====*/
.news-list li {
	display: inline-block;
	width:33%;
	overflow:visible;
	padding-bottom:10px;

}
.news-list li.last {
	padding-bottom:10;
		padding-right:20px;
}
	.news-list li img {
		float:left;
		margin-right:20px;
	}
	.news-list li span {
		background:url(images/divider1.gif) no-repeat left 3px;
		padding:0 0 0 11px;
		color: red;
		font-size:11px;
		margin-left:11px;
}

/*======================================================================= SOCIAL NETWORKS =====*/
.socialNetworks{
	display: inline-block;
	position: relative;
	margin-top: 5px;
	right: 5px;
	width: 100%;
	z-index: 999999;
	font-size: 11px;
	font-family: Cambria, Georgia, serif;
	}

.socialNetworks span.right {
	float: right;
	text-transform: uppercase;
}

.socialNetworks a {
	letter-spacing: 1px;
	color: #333;
}


/*================================================================================ FOOTER =====*/
.footer {
	display: inline-block;
    position: absolute;
	height: 90px;
	z-index: 99999999;
    left: 0;
    bottom: 0;
    width: 100%;
	background-color: #;
}

.footSpacer{
	display: inline-block;
	width:100%;
	height:65px;
	}