@import url(//fonts.googleapis.com/css?family=Open+Sans);

h1, h2, h3 {
	color: #000000;
	font-weight: 300;
}

body {
	font-family: sans-serif;
	font-weight: 300;
	background-color: #282828;
}

button {
	font-family: "Quicksand Bold", sans-serif;
}

.home-page {
	float: left;
	color: #555555;
	transition: margin .3s ease-in-out;
	width: 100%;
	height: 80%;
	text-align: center;
}

.home-page {
	height: 100%;
}

.home-page p, .home-page ul {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.618em;
	font-size: 18px;
}

.home-page p, .home-page ul, .pricing-page p, .pricing-page ul {
	font-family: "Open Sans", sans-serif;
	line-height: 1.618em;
	font-size: 18px;
}

.home-page ul {
	text-align: left;
}

.landscape, .under-landscape {
	width: 100%;
	height: 100%;
	max-height: 1280px;
	float: left;
	background: url("../resources/img/food.jpg") no-repeat center center
		fixed;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
}

.landscape.food {
	background: url("/javax.faces.resource/img/pizza.jpg.xhtml?ln=common&v=2_3");
	no-repeat center center fixed;
}

.landscape {
	height: auto;
}

.under-landscape {
	height: 800px;
}

.landscape h1, h2, h3 {
	color: #fff;
}

.landscape h1 {
	font-weight: 800;
	font-family: "Quicksand Light", sans-serif;
	font-size: 76px;
}

.under-landscape {
	background-image: none;
	padding: 90px 10%;
}

*:focus {
	outline: 0;
}

.ui-button {
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #7fbc50;
}

*::-ms-clear {
	display: none;
}

.bubble-container, .standard-button {
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}

.bubble-container {
	background-color: #ededed;
	padding: 15px;
}

.container-2 {
	margin: 1em;
}

.sofa {
	width: 70%;
}

.container-2.center {
	margin: 100px auto;
}

.container-3.center {
	margin: 50px auto;
}

.standard-button {
	border-color: #6AA73B;
}

.standard-button {
	padding: 6px 16px;
}

.bubble-container.round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

.img-1 {
	height: 500px;
}

.img-2 {
	height: 400px;
}

.img-150 {
	height: 150px;
}

.under-landscape {
	height: auto;
	background: none;
	background-image: linear-gradient(110deg, #8AC95B 10%, #31C8B1 90%),
		url("/javax.faces.resource/img/pattern.jpg.xhtml?ln=common&v=2_3");
	background-blend-mode: multiply;
	color: #FFF;
}

.home-page li {
	padding: .5em;
}

.content-inner {
	text-align: center;
	padding: 75px 0;
}

.under-landscape.v2 {
	background: none;
	background-image: linear-gradient(110deg, #D0C37C 10%, #49861A 90%),
		url("/javax.faces.resource/img/pattern.jpg.xhtml?ln=common&v=2_3");
	background-blend-mode: multiply;
	color: #FFF;
}

.under-landscape h1 {
	font-size: 29px;
	color: #fff;
}

.standard-button.login {
	width: 95%;
	min-width: 70px;
	margin-top: 3px;
	float: none;
	margin: 0;
	height: 100%;
}

@media screen and (max-width: 50em) {
	.landscape h1 {
		font-size: 40px;
	}
}

.register-link-container {
	text-align: center;
	margin-top: 10px;
	padding: 0 10px;
}

.standard-button.login.home {
	width: inherit;
	float: right;
	margin: 8px;
}

.standard-button.demo.home {
	background-color: #fff;
	border: 1px solid #808080;
	color: #808080;
	margin-bottom: 25px;
	border-radius: 30px;
}

.standard-button.try.home {
	border: 1px solid #4E8B1F;
	margin-bottom: 25px;
	border-radius: 30px;
}

.dashed.left {
	border-width: 0 0 0 1px;
	border-style: dashed;
	border-color: #D1D1D1;
}

.pricing-page .under-landscape {
	background-color: #FFFFFF;
	background-image: none;
	color: #4C4C4C;
	max-height: none;
	border-bottom: 3px solid #7FBC50;
}

.pricing-page .under-landscape.v2 {
	background-color: #FFFFFF;
	background-image: none;
	color: #4C4C4C;
}

.pricing-page .under-landscape h1 {
	color: #4C4C4C;
}

.pricing-page p {
	text-align: justify;
}

.features h1, .features h2, .features h3 {
	color: #FFF;
}

.features {
	background-color: #EDEDED;
	border: solid 1px #DDD;
	margin: 10px;
	text-align: center;
	color: #4C4C4C;
	margin: 10px;
}

.features.base h3 {
	color: #4C4C4C;
}

.features .head {
	border-bottom: solid 2px #DDDDDD;
	display: inline-block;
	width: 100%;
}

.features .head.v1 {
	background-color: #73B1DB;
	border-bottom: 2px solid #5492BC;
}

.features .head.v2 {
	background-color: #E1C75D;
	border-bottom: 2px solid #BCA756;
}

.features .head.v3 {
	background-color: #ADC2C3;
	border-bottom: 2px solid #98ADAE;
}

.features ul {
	list-style: none;
	padding: 0 15px;
}

.features ul li {
	font-size: .8em;
	margin-bottom: 5px;
}

.features ul li.price {
	border-top: 1px solid #DDDDDD;
	padding-top: 13px;
	font-size: 1.1em;
}

.label-container {
	margin-top: 10px;
	text-align: center;
	height: 50px;
	padding: 0px 10px;
}

.site-logo {
	float: left;
	margin: 8px;
}

.standard-button.info {
	background-color: #3CA7A7;
	border-color: #148080;
}

input.login {
	border: 2px solid #CECECE;
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px
		rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px
		rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px
		rgba(0, 0, 0, 0.1);
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 0 10px 0;
	width: 90%;
	margin-bottom: 0;
}