@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans-400.woff) format('woff');
}
* {
	box-sizing: border-box;
 -moz- box-sizing: border-box;
 -webkit- box-sizing: border-box;
 -o- box-sizing: border-box;
 -ms- box-sizing: border-box;
}
a, input, button {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
body {
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-size: 14px;
	margin:0;
	padding:0;
}
.clr {
	clear: both;
}
/*Typography*/

a {
	color: #4ab873;
}
hr {
	border-color: #e5e5e5;
	margin: 10px 0 10px 0;
}
h1 {
	font-size: 40px;
	text-transform: none
}
h1 span {
	color: #ea4b53;
}
h2 {
	font-size: 22px;
	line-height: 32px;
	margin:5px;
}
h3 {
	font-size: 27px;
	color: #434a4a;
}
h3 small {
	font-size: 18px;
}
h3 a {
	color: #262626;
}
h4 {
	font-size: 19px;
	color: #222222;
	margin: 0;
}
h4 a {
	color: #222222;
}
h4 a:hover {
	text-decoration: none;
	color: #4ab873;
}
h5 {
	font-size: 17px;
	text-transform: uppercase;
	color: #33313a;
}
p {
	margin:5px;	
}
.container {
	width:1000px;	
}
.header {
	width:100%;
	background:#e2e9f1;
}	
.navbar-header {
	background:#FFF;
	border-top:5px solid #255681;
	display:inline-block;
	text-align:left;
}
.navbar-brand {
	padding:5px 5px;
}	
.menu {
	display:inline-block;
	text-align:left;
	margin:0;
	padding:5px 0;
	background:#FFF;
}
.menu ul {
	margin:0;
	padding:0;
}
.menu ul li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	width:16%;
}
.menu ul li a, .menu ul li a:visited, .menu ul li a:link {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	font-size:16px;
	color:#a75f5a;
	width:100%;
	line-height:40px;
	border-right:2px dotted #000;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
.menu ul li:last-child a {
	border-right:0;
}
.slider {
	width:100%;
	background:#1e4161;
	display:inline-block;
}
.slider .img {
	display:inline-block;
}
.slider .img img {
	width:100%;
}
.btn-primary {
	font-size: 14px;
	color: #434a4a;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-weight: 400;
	font-family: Calibry, Arial, Hevetica, sans-serif;
	border-color: #d3d3d3;
	background: none;
}
.btn-primary:hover, .btn-primary:focus {
	background: none;
	border-color: #57292b;
	color: #57292b;
}
.wrapper {
	width:100%;
	background:#b9c8dd;
	display:inline-block;
}
.entry {
	background:#FFF;
	display:inline-block;
}
.content {
	float:left;
	width:75%;	
	text-align:left;
	padding:10px;
	padding-top:0;	
}
.login {
	float:right;
	width:25%;
	background:#e2e9f1;
	padding-bottom:10px;
}
.login h1 {
	margin:10px 0;
	font-size:20px;
	line-height:30px;
	text-align:center; 
	color:#333;
	padding-bottom:10px;
	border-bottom:1px dotted #CCC;
}
.field-wrap {
	width:100%;
	text-align:left;
	margin-bottom:5px;	
	padding:5px 10px;
	font-weight:bold;
	font-size:16px;
}
.field-wrap input[type=text], .field-wrap input[type=password] {
	width:100%;
	border:1px solid #999;
	padding:10px 5px;
	margin-top:2px;
}
.button {
	width:100%;
	border:0;
	text-align:center;
	line-height:35px;
	background:#33CC00;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.contents {
	width:100%;	
	text-align:left;
	padding:10px;
	padding-top:0;
}
.contents h1 {
	margin:0;
	padding:0;
	font-size:30px;
	line-height:50px;
	text-align:left;
	border-bottom:1px dotted #666;
	margin-bottom:10px;	
}
.contents p {
	margin:15px 0;	
}
.content h1 {
	margin:0;
	padding:0;
	font-size:30px;
	line-height:50px;
	text-align:left;
	border-bottom:1px dotted #666;
	margin-bottom:10px;	
}
.footer {
	border-bottom:5px solid #757d8a;
	background:#919dad;
	color:#FFF;
	margin-top:0;
	line-height:50px;
	clear:both;	
}
.news {
	width:100%;
	display:inline-block;
	position:relative;
	padding-left:150px;
	background:#CEF7D8;
	color:#000;
	height:30px;
}
.news h4 {
	width:150px;
	height:100%;
	background:#009900;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	left:0;
	top:0;
	line-height:30px;
}
.news ul {
	margin:0;
	padding:0;
}
.news ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	line-height:30px;
}
.err {
	color:#F00;
	font-weight:bold;
	font-size:11px;	
}