body {
	font-family: 'Lato', sans-serif;
	font-style: normal;
}

@media (min-width: 768px){
	.has-submenu:hover ul {
		display: block;
	}
	
	ul.sub-menu {
		background: rgba(255,255,255,0.9);
		width: 220px;
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
		display: none;
		margin-top: -2px;
		border-top: 1px solid rgba(0,0,0,0.2);
		border-left: 3px solid #337ab7;
		border-right: 1px solid rgba(0,0,0,0.2);
		border-bottom: 1px solid rgba(0,0,0,0.2);
		/*border-radius: 0px 0px 6px 6px;*/
		z-index: 999;
	}
	
	ul.sub-menu li a {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		display: block;
		font-size: 15px;
		color: #555;
		/*text-shadow: 1px 1px 1px #555;*/
		position: relative;
	}
}

.content, .header {
	border-left: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
}

.header {
	padding-top: 20px;
}

h1.title {
	font-weight: 300 !important;
	float:left;
	margin:0 0 10px 0;
}

p.quote {
	font-style: italic !important;
	font-weight: 300 !important;
}

.content {
	background-color: #F0D878;
	color: #333;
	padding-top: 15px;
	padding-bottom: 30px;
}

.beer-form span, .beer-form #amount {
	width: 35px;
	float: left;
	margin: 3px;
}

.user-home-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}

.user-home {
	background: rgba(0,0,0,0.1);
	height: 142px;
	padding-left:0;
	padding-right:0;
	display: block;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
}

#king-img {
	width:100px;
	position: absolute;
	margin-top: -56px;
	margin-left: -56px;
}

.user-home-name{
	background: rgba(0,0,0,0.2);
	width: 75%;
	height: 70px;
	margin:0;
	text-align: center;
	line-height: 70px;
	display: block;
	float: left;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	border-radius: 5px 0 0 0;
}

.user-home-amount{
	background: rgba(0,0,0,0.1);
	width: 25%;
	height: 70px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	display: block;
	float: left;
	-webkit-box-shadow: inset 5px 0px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 5px 0px 10px -5px rgba(0,0,0,0.75);
	box-shadow: inset 5px 0px 10px -5px rgba(0,0,0,0.75);
	border-radius: 0 5px 0 0;
}

.user-home-amount .user-amount {
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	margin-top:12px;
	display:block;
}

.user-home-amount .user-amount-price {
}

.stripe-wrap {
	width: 100%;
	height: 70px;
	display: block;
}

.stripe-less, .stripe-more, .stripe-amount, .stripe-add {
	height: 70px;
	display: block;
	float: left;
	margin:0;
	font-size: 20px;
	text-align: center;
	border-top: 2px solid rgba(0,0,0,0.2);
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.stripe-less, .stripe-more {
	width: 15%;
}

.stripe-less {
	border-radius: 0 0 0 5px;
}

.stripe-amount {
	width: 20%;
}

.stripe-add {
	width: 50%;
	border-radius: 0 0 5px 0;
}

.general-header {
	padding-bottom:10px;
}

@media screen and (min-width: 992px) {
	#title {
		height: 90px;
		display: block;
		margin-bottom: 15px;
		float:left;
		padding-top: 10px;
		padding-left: 20px;
	}

	#img-title {
		height: 90px;
		float: left;
	}

	p.quote {
		display: block;
	}
    .general-header p {
        text-align: right;
    }
	
	.navbar-collapse {
		padding-right:0;
	}
}

@media screen and (max-width: 991px) {
    .title-block {
		text-align: center;
	}
	.general-header p {
        text-align: center;
    }
	
	.navbar-collapse {
		padding-right:0;
	}
}

#brand1, #brand2, #amount, #price, #comment {
	width: auto;
	display: inline;
}

#deposit {
	width: 70px;
}

.price {
	margin-right: 7px;
	font-size: 15px;
}

table {
	background: #fff;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.2);
}

.options, .settings {
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
}

#export-form input {
	width: 75%;
}