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

/* General Demo Style */



a{
	color: #333;
	text-decoration: none;
}
.container{
	
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(26,89,120,0.9);
	
    	padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #7cbcd6;
	
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #2d6277;
	
}
/* Header Style */
.codrops-top{
	line-height: 44px;
	font-size: 13px;
   	color:#ffffff;
	background: #1a98e2;
	text-transform: none;
	position: relative;
	
}
.codrops-top a{
	padding: 0px 10px ;
	letter-spacing: 1px;
	color: #ffffff;
	
	display: block;
	float: left;
}
.codrops-top a:hover{
	
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
.codrops-demos span{
	display: inline-block;
	padding-right: 15px;
	
}
.codrops-demos a,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    display: inline-block;
	font-style: italic;
	font-size: 12px;
	padding: 0px 5px;
	margin: 0px 3px;
	font-weight: 800;
	
	color: #fff;
	
	
}
.codrops-demos a:hover{
	
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	color: rgba(104,171,194,1);
	
	
}

.top{
line-height:44px;
background:#1a98e2;
font-size: 13px;
color:#ffffff;
text-transform: none;
  }
.left{
 float:left;
 display:inline;
  padding-right: 15px;
  }
.right{
 float:right;
 display:inline;
  padding-right: 15px;
  }

