
/**
 * ======================================================
 * LANDING PAGE
 * ======================================================*/
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}
body.landing {
	background-color: #409452;
}
.landing #top {
	padding: 70px 0 60px;
	background-color: #49ab5e;
	background-image: none;
}
.landing #top .row {
	width: 800px;
	margin: 0 auto;
}
.landing #top .logo {
	float: left;
	margin-right: 30px;
}
.landing #top #welcome {
	float: left;
	width: 650px;
}
.landing #welcome h1 {
	margin: 10px 0 0 0;
	font: 30px/30px "Merienda", "Times New Roman", serif;
	color: #073e1c;
	text-shadow: 0 1px #62be76;
}
.landing #welcome h1 span {
	font-family: Pacifico, cursive;
}
.landing #welcome h2 {
	margin: 10px 0 0 0;
	font: 22px/22px "Merienda", "Times New Roman", serif;
	color: #074a21;
	text-shadow: 0 1px #62be76;
}
.landing #middle {
	background-color: #2c783c;
	padding: 30px 0 60px;
}
.landing #middle h3 {
	text-align: center;
	font: 28px/28px "Merienda", "Times New Roman", serif;
	color: #1b2b1e;
	text-shadow: 0 1px #368f49;
	margin-bottom: 60px;
}
.landing .product-list li {
	margin-bottom: 16px;
}
.landing .product-list a {
	display: block;
	text-align: center;
}
.landing .product-list img {
	border: 4px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #1a4724;
	-khtml-box-shadow: 1px 1px 3px #1a4724;
	-moz-box-shadow: 1px 1px 3px #1a4724;
	-o-box-shadow: 1px 1px 3px #1a4724;
	box-shadow: 1px 1px 3px #1a4724;
}
.landing #footer {
	padding-top: 40px;
	background-color: #409452;
}
.landing .copyright {
	color: #d0eed7;
}
.landing .enter {
	text-align: right;
}
.landing .enter i {
	margin: 1px 0 0 3px;
}

#footer small {
	color: #97D3A4;
	float: left;
	font-size: 11px;
	line-height: 48px;
}

/** Button **/
.btn-primary {
    font: bold 12px/14px "Roboto Condensed", Arial, sans-serif;
    color: #52420c;
    background-color: #e7d785;
    background-image: -moz-linear-gradient(top,#fffeb8,#c49c38);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fffeb8),to(#c49c38));
    background-image: -webkit-linear-gradient(top,#fffeb8,#c49c38);
    background-image: -o-linear-gradient(top,#fffeb8,#c49c38);
    background-image: linear-gradient(to bottom,#fffeb8,#c49c38);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffeb8',endColorstr='#ffc49c38',GradientType=0);
    border-color: #c49c38 #c49c38 #896d27;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #000000;
    text-decoration: none;
    background-color: #e4e4e4;
    text-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #333333;
    background-color: #c49c38;
    *background-color: #9b7b2c;
}
.btn-primary:active {
    background-color: #7c6323 \9;
}
.btn-medium {
    padding: 6px 12px;
}
