@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


body{
	font-family: 'Open Sans', sans-serif;
	color: #1F497D;
	background-color: #ffffff;
}

p {
	color: #5D9732;
}

ul,
ol {
	color: #1F497D;
	list-style-type: circle;
}

hr{
	border:  thin #898989 dotted;
	margin: 25px 10px 25px 10px;

h1 {

color: #5D9732;
	
}


}

h2,
h3,
h4,
h5 {
	color: #5D9732;
}


.img-header {
	width: 100%;
}

.header {
	color: #1F497D; 
	text-align: center;
	margin-bottom: 10px;
}

.header h3,
.header h5 {
	margin: 0;
	line-height: normal;
}

.header h3 {
	font-weight: bold;
	color: #5D9732
}

a {
	color: #1f497d;
}

a,
img {
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

a.more-info {
	color: #84a446;
	text-transform: uppercase;
}

a.more-info:hover {
	color: #1F497D;	
}

a:hover {
	text-decoration: none;
	color: #1F497D;
}

p.title {
	background-color: #5D9732;
	padding: 2px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	border-radius: 15px;
}

.items label {
	display: inline;
	font-weight: 400;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*
.items label:hover {
	color: #0d6d1a;
}
*/

.t-center {
	text-align: center;
}

.t-small {
	font-size: .8em;
}

a#request-info,
a#getbook {
	text-indent: -9999em;
	display: inline-block;
	width: 265px;
	height: 55px;
	margin: 0 5px;
}


a.bluebutton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.a bluebutton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


a#request-info:hover,
a#getbook:hover {
	background-position: left bottom;
	opacity: .9;
}

.content input[type="reset"],
.content input[type="submit"] {
	width: 200px;
	height: 40px;
	margin: 0 10px;
}



input.youremail,
input.yourname {
	width: 250px;
}