/* Gizoogle fazonts */
@import url(//fonts.googleapis.com/css?family=Dosis);

/* Overriding Bootstrap */
body {
	padding-top: 0;
}
.container-narrow {
	max-width: 940px;
	margin: 0 auto;
}
.pad{
	 padding: 20px;
}
.masthead {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-fixed-top {
	background-color: gray;
}
.btn-demo {
	margin-top: 7px;
}
.padding {
	padding-top: 75px;
}
ul.nav-pills {
	padding-top: 5px;
}

/* Page Elements */
.header,
.footer {
	background-color: gray;
	clear: both;
}
.footer {
	padding-top: 25px;
	padding-bottom: 40px;
	height: 200px;
}
.logo {
	width: 54px;
	height: 54px;
}
.title {
	color: white;
	font-weight: normal;
	font-size: 25px;
	display: inline;
	padding-left: 25px;
}
.title:hover{
	color: white;
	text-decoration: none;
}

.announcements {
	background-color: #c6c6c6;
	margin-top: 10px;
	border-bottom: 1px solid gray;
}
.announcement-bullets {
	list-style-type: none;
	width: 800px;
	margin: 0 auto;
}
.announcement {
	display: block;
	font-size: 15px;
	text-align: center;
	padding: 5px 0;
}

.feature-expose {
	height: 550px;
	overflow: hidden;
	background: url(../images/swinemanagement/feature.jpg) 0 0 no-repeat fixed;
	min-height: 450px;
	background-size: 100%;
}
.app-tag-line {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 260px;
	font-weight: bold;
	color: #222;
}
.feature {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #eff2f5;
	float: left;
	width: 100%;
}
.feature-blurb {
	text-align: center;
}
.feature-image {
	width: 270px;
	overflow: hidden;
}
.hidden {
	display: none;
}
.odd {
	background-color: #c6c6c6;
}
.about {
	text-align: justify;
	color: white;
}
.contact {
	text-align: left;
	color: white;
	border-left: 1px solid white;
	padding-left: 35px;
	float: right;
}
.footer-about {
	display: block;
	padding-bottom: 5px;
}
.footer-about > span.title {
	vertical-align: bottom;
	padding-left: 8px;
}
.letterpress {
    /* color:#2f4050; */
    color: #95929B;
    font-family:Tahoma, Helvetica, Arial, sans-serif;
    font-size:50px;
    text-align:center;
    text-shadow: 0 1px 1px black;
}
.book-demo {
	display: block;
	padding-bottom: 10px;
	height: 40px;
}

/* Navigation */
.cs-nav {
	color: #989ea6;
}
.highlight {
	color: white;
}

/* Contact page */
.contact-form {
	padding: 15px 0;
}
.input-label {
	display: inline-block;
	width: 150px;
}
.prosoft-link {
	color: white;
	text-decoration: none;
}
.prosoft-link:hover {
	color: #009acd;
	text-decoration: none;
}

.awesome-railcar-parallax {
	height: 225px;
	overflow: hidden;
	background: url(../images/railcar.jpg) 0 0 no-repeat fixed;
	min-height: 225px;
	background-size: 100%;
}.center{
	 text-align: center;
}
input.error{
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}
#error_msg{
	color: #b94a48;
	display: none;
}
.pig-icon {
	padding-top: 25px;
}
#column_wrapper{
	margin-top: 10px;
	border-top: 1px solid #e8ebee;
}
.column {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.column .box {
	vertical-align: top;
	padding: 15px;
	height: 130px;
	border-bottom: 1px solid #e8ebee;
}
.column .overflow_box{
	padding: 15px;
	height: 165px;
}
.column h2 {
	line-height: 16px;
	font-size: 16px;
}
.features_header{
	color: #0088cc;
	text-align: center;
}
.index_link{
	font-size: 20px;
}
.fake_link{
	color: #0088cc;
}
#feature_desc{
	margin: 50px 0px;
}
.return_link{
	color: #0088cc;
	text-align: center;
	padding-bottom: 15px;
}
@media print {
		body {
			padding-top: 0;
		}
	}
