.btn-signup {
	padding: 16px 48px !important;
}
.error-message {
	color:#f04124;
	font-weight:bold;
}
.navbar {
	margin-bottom:0px;
}
/*.navbar-default {
	background-color:#222;
}*/
.schedule-info a {
	text-decoration:none;
}
.text-inline {
	display:inline;
}
.schedule-table td {
	vertical-align: middle !important;
}
.alert {
	margin-bottom:0px;
}
#header .container-full, #footer .container-full {
	padding:0px;
}

.guest_well {

}
.guest_well p {
	line-height:20px;
}

.btn-signup {
	padding: 16px 48px !important;
}
.error-message {
	color:#f04124;
	font-weight:bold;
}
.navbar {
	margin-bottom:0px;
}
/*.navbar-default {
	background-color:#222;
}*/
.schedule-info a {
	text-decoration:none;
}
.text-inline {
	display:inline;
}
.schedule-table td {
	vertical-align: middle !important;
}
.alert {
	margin-bottom:0px;
}
#header .container-full, #footer .container-full {
	padding:0px;
}

.guest_well {

}
.guest_well p {
	line-height:20px;
}

h3 {
	font-size:20px;
}

@media (min-width: 1200px) {
	.container-full {
		width: 1170px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.panel-title {
	font-size:15px;
}

#billing_cont p {
	font-size:12px;
}

h4 {

	font-size:15px;

}

input.product_quantity {

	font-size: 14px;
	border: 1px solid #CCC;
	width: 55px;

}

.product_category_control .btn {

	padding: 10px 15px;

}

.cart-item-480 {

	font-size:13px;

}

.well {
	font-size: 14px;
	margin-top: 20px;
	overflow: hidden;
	height: 100%;
	position: relative;
}

body {
	font-size:13px;
}
.btn-subtract-product {
	background-color: #CCC;
	border:none;
	margin:1px;
	padding: 2px 9px;
	font-size:11px;
}
.btn-add-product {
	background-color: #CCC;
	border:none;
	margin:1px;
	padding: 2px 9px;
	font-size:11px;
}

.btn-danger {

	background-image: none;

}


.btn-success {

	background-image: none;

}

.panel-group {
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	background-color: #ddd;
}

#footer .inside-footer {
	margin-top: 45px;
}

.product_description {
	font-size: 11px;
}

.navbar {
	margin-bottom: 2px;
}

.form-control {
	font-size: 12px;
}

.product_description {
	max-height: 46px;
	transition: max-height 0.25s ease-out;
	overflow: hidden;
}

.product_list_item:hover .product_description, .product_list_item:active .product_description {

	max-height: 1000px;
	transition: max-height 0.5s ease-in;

}

@media (max-width: 991px) {
	.product_description {
		max-height: 1000px;
	}
}
.social-block {
	margin-bottom:10px;
}
.social-block a {
  color: #FFF;
  font-size: 28px;
  padding: 4px;
  text-align: center;
  margin-right: 5px;
}
.social-block a i {
	width:36px;
}
.limited-qty {

	font-size: 12px;
	padding-bottom: 5px;
	font-style: italic;
}

.navbar-toggle .icon-bar {
    background-color: #666 !important;
}