body {
	height: 100%;
}

img {
	width: 100%;
}

table {
	width: 100%;
}

.menu-card {
	background-color: #fff;
	margin-bottom: 5px;
	font-family: Rambla;
	border-radius: 5px;
}

#restaurant_menus .box {
	padding-right: 5px;
}

#restaurant_menus a {
	text-decoration: none;
	color: #fff;
}

#mapContainer {
    height: 448px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}

@media (max-width: 768px) {	
	#mapContainer {
	    margin: 0 auto;
	    width: 100%;
	    height: 320px;
	}
}

.navbar-inverse {
	background-color: ;
}

/* CIRCLE BUTTON */
/*****************/
.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 40px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

/* LOADING SPINNER */
/*******************/
#loading_spinner {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    background: url(../images/icons/loading_spinner.gif) no-repeat center #fff;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 0px solid #666;
    /*margin-left: -50px;
    margin-top: -50px;*/
    z-index: 2;
    overflow: auto;
    opacity: 0.8;
}

.row {
	margin-bottom: 5px;
}


.input-group {
	width: 100%;
}

.centered {
	text-align: center;
}

.week-day {
 	font-size: 12px;
 	text-align: center;
 	background-color: #E85C41;;
 	border-radius: 100px;
 	width: 60px;
 	height: 60px;
 	color: #fff;
 	padding: 10px;
 }
 
 .week-day h1 {
 	padding: 0px;
 	margin: 0px;
 	font-size: 20px;
 	text-align: center;
 	color: #fff;
 }

/* PAPER BOX */
/*************/
.box
{
	padding: 5px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.box:before, .box:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.box:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

/* LETTERPRESS */
/***************/
.letterpress {
    color: #000;
    text-shadow: 0 2px 1px #a0a0a0;
}

/* CALENDAR */
/************/
.calendar-top h2 {
	padding: 0;
	margin: 0;
	font-size: 25px;
}

.calendar-top {
	padding: 30px;
}




hr {
	background-color: #cecece;
	color: black;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #fbfbfb;
	margin: 5px 0px 5px 0px;
	padding: 0;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}


/* CUSTOM BUTTON */
/*****************/
.btn-custom {
  background-color: #949494;
  border-color: #949494;
  color: #fff;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #878787;
  border-color: #7b7b7b;
  color: #fff;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #949494;
  border-color: #949494;
}

.btn-ld {
  background-color: #E85C41;
  border-color: #ce4c35;
  color: #fff;
}
.btn-ld:hover,
.btn-ld:focus,
.btn-ld:active,
.btn-ld.active {
  background-color: #bf4631;
  border-color: #ce4c35;
  color: #fff;
}
.btn-ld.disabled:hover,
.btn-ld.disabled:focus,
.btn-ld.disabled:active,
.btn-ld.disabled.active,
.btn-ld[disabled]:hover,
.btn-ld[disabled]:focus,
.btn-ld[disabled]:active,
.btn-ld[disabled].active,
fieldset[disabled] .btn-ld:hover,
fieldset[disabled] .btn-ld:focus,
fieldset[disabled] .btn-ld:active,
fieldset[disabled] .btn-ld.active {
  background-color: #E85C41;
  border-color: #800000;
}

.btn-facebook {
  background-color: #3B5998;
  border-color: #2f497c;
  color: #fff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active {
  background-color: #1b2b4c;
  border-color: #2f497c;
  color: #fff;
}
.btn-facebook.disabled:hover,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled]:hover,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook.active {
  background-color: #92a6cc;
  border-color: #7989a8;
}

.btn:focus {
	outline:0;
}

.opacity50 {
	opacity: 0.0;
}

.padding20 {
	padding: 20px 20px 20px 20px;
}

.agb-agreement {
	font-size: 12px;
	text-align: center;
}

i.flaticon-cupcake3, i.flaticon-hot56 {
	
}

/* TABBAR */
/**********/
.tabbar div {
	background-color: #676767;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	padding: 20px;
}

/* GOOGLE MAPS LABELS */
/**********************/
.glabels {
    color: #fff;
    font: normal 13px/140% "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
}

/* TAB PANE */
/************/
@media (min-width: 768px) {
	.tab-pane {
		display: block !important;
	}
}

.navigation-bar .nav-tabs > li {
	float: left;
	background-color: #c1c1c1;
	width: 50%;
	border: 0px solid #333;
}

.navigation-bar .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover {
    background-color: #E85C41;
    border: 0px solid #cecece;
    color: #fff;
}

.navigation-bar .nav-tabs > li > a {
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 0px;
	border: 0px solid #fff;
}

.navigation-bar .nav-tabs > li.active > a {
	background-color: #E85C41;
	color: #fff;
	border: 0px solid #333;
}

.navigation-bar .nav {
	border-top: 5px solid rgb(231, 231, 231);
	border-top: 5px solid rgba(0, 0, 0, .3);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box;
}

/* INPUT MASKE GASTRO */
/**********************/
#table-gastro-description {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}

.table-gastro-description-offer {
	font-size: 20px;
	padding: 10px;
}

#table-gastro-input-head {
	width: 80%;
	margin: 0 auto;
}

.table-gastro-input-head-day {
	text-align: left;
	width: 80px;
	width: 25%;
}

.table-gastro-input-head-menu {
	text-align: left;
	width: 50%;
}

.table-gastro-input-head-menu-small, .table-gastro-input-head-menu-big {
	width: 12.5%;
	text-align: center;
}

.table-gastro-input-wrapper {
	background-color: #f5f5f5;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #c3c3c3;
}

.table-gastro-input {
}

.table-gastro-input td {
}

.table-gastro-input table td {
	padding: 2px;
}
 
.table-gastro-input-day {
	width: 50px;
	padding: 10px;
}
 
.table-gastro-input-menu {
 	vertical-align: top;
}

.table-gastro-input-menu i {
 	font-size: 20px;
}

.th-price-small, .th-price-big {
 	text-align: center;
 	width: 100px;
}

.table-gastro-input-price-small, .table-gastro-input-price-big {
	width: 50%;
 	vertical-align: top;
 	text-align: center;
}

.table-gastro-input-price-small input, .table-gastro-input-price-medium input, .table-gastro-input-price-large input {
 	text-align: right;
}

/* TIMELINE */
/************/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px 10px 0px 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #E85C41;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-panel h4 {
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.timeline-panel h4 {
		font-size: 18px;
	}
	
	.timeline > li > .timeline-panel {
		padding: 10px 10px 0px 10px;
	}
	
	.timeline > li > .timeline-badge {
		color: #fff;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.0em;
		text-align: center;
		position: absolute;
		top: 25px;
		right: -10px;
		margin-left: 0;
		background-color: #E85C41;
		z-index: 100;
		border-top-right-radius: 50%;
		border-top-left-radius: 50%;
		border-bottom-right-radius: 50%;
		border-bottom-left-radius: 50%;
	}
	
	.timeline:before {
	  top: 0;
	  bottom: 0;
	  position: absolute;
	  content: " ";
	  width: 3px;
	  background-color: #eeeeee;
	  right: 3px;
	  margin-left: -1.5px;
	}
	
	.timeline > li > .timeline-panel {
	  width: calc( 100% - 10px );
	  float: left;
	  border: 1px solid #d4d4d4;
	  border-radius: 2px;
	  padding: 10px;
	  position: relative;
	  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	}
}

/* LOGO */
/********/
.logo {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.logo img {
	width: 250px;
	-webkit-animation: bounceIn 0.6s;
	-moz-animation: bounceIn 0.6s;
	-o-animation: bounceIn 0.6s;
	animation: bounceIn 0.6s;
	-webkit-transform: rotate(0deg) scale(1) translateZ(0);
	-moz-transform: rotate(0deg) scale(1) translateZ(0);
	-o-transform: rotate(0deg) scale(1) translateZ(0);
	transform: rotate(0deg) scale(1) translateZ(0);
	transition: all 0.4s cubic-bezier(.8,1.8,.75,.75);
	cursor: pointer;
}

/*
.logo img:hover {
  -webkit-transform: rotate(-5deg) scale(1.1);
  -moz-transform: rotate(-5deg) scale(1.1);
  -o-transform: rotate(-5deg) scale(1.1);
  transform: rotate(-5deg) scale(1.1);
}
*/

@media (max-width: 768px) {
	.logo img {
		width: 150px;
	}
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
  } 

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  } 

  70% {
    opacity: 1;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
  } 

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  } 

  70% {
    opacity: 1;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
  } 

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  } 

  70% {
    opacity: 1;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
  } 

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  } 

  70% {
    opacity: 1;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* GOOGLE MAPS QUIRK */
/********************/
#tab_map {
	margin-top: 20px;
}

@media (max-width: 768px) {
	#tab_map .col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* LOGIN */
/*********/
.form-box.sheet {
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 30px;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #ccc;
}

#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
}

#output.alert-danger{
    background: rgb(228, 105, 105);
}


.form-box.sheet::before, .form-box.sheet::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3.5px;
    left: 0;
    background: #fafafa;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.form-box.sheet::after {
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}

.avatar {
    width: 150px;
    margin: 20px auto 30px;
    border-radius: 100%;
    background-size: cover;
}

.avatar img {
	width: 150px;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="password"]
{
    width: 100%;
    padding: 10px;
    text-align: center;
    height: 40px;
    border: 1px solid #ccc;;
    background: #fff;
    transition:0.2s ease-in-out;
}

.form-box input:focus {
    outline: 0;
    background: #eee;
}

.form-box input[type="text"] {
    border-radius: 5px 5px 5px 5px;
}

.form-box input[type="email"] {
    border-radius: 5px 5px 5px 5px;
}

.form-box input[type="password"] {
    border-radius: 5px 5px 5px 5px;
}

.form-box button.login {
    margin-top:15px;
    padding: 10px 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* LUMEN THEME GLITCH */
/**********************/
.form-inline .form-control {
	width: 100%;
}

.collapse.navbar-collapse .nav.navbar-nav > li > a {
	line-height: 30px;
}

/* GEOCOMPLETE */
/***************/
#geocomplete_map { 
  width: 100%; 
  height: 200px; 
  margin: 10px 0 10px 0;
  border: 1px solid #cecece;
  border-radius: 5px;
}

#geocomplete_map:after{
  content: "Bitte oben Adresse oder Restaurantname eingeben.";
  padding-top: 30px;
  display: block;
  text-align: center;
  font-size: 2em;
  color: #999;
}

/* ACTIVE COLOR */
/****************/
a.list-group-item.active, a.list-group-item.active:hover {
	background-color: #E85C41;
	border-color: #ce4c35;
}

.navbar-default .navbar-nav>.active>a {
	color: #fff;
}

/* HR */
/******/
#restaurant_menus hr {
	margin: 0px 0px 5px 0px;
}

/* FRONT OFFERS */
/****************/
.price-tag {
	border: 2px solid #E85C41;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	margin: 0px 1px 0px 1px;
}

.offer-row hr {
	padding: 0px;
	margin: 10px;
}

.offer-price-row {
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	color: #E85C41;
}

.icon-or {
	font-size: 15px;
}

.menu-card-heart .btn {
	font-size: 10px;
}

@media (max-width: 480px) {	
	.offer-price-row {
		padding: 0px 0px 10px 0px;
		font-size: 16px;
		color: #E85C41;
	}
	
	.icon-or {
		font-size: 12px;
	}
}

.offer-ctrl-row {

}

.offer-footer-row {
}

.offer-restaurant-count {
	font-size: 15px;
	color: #fff;
	background-color: #999999;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 20px;
}

.lead {
	margin-bottom: 5px;
}

/* BOOTSTRAP CALLOUT */
/*********************/
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

/* ZIP SEARCH */
/**************/
form#input-zipcode {
	padding: 20px 0px 20px 0px;
}

/* TEXT RESIZER PLUGIN */
/***********************/
.plugin-card {
	position: relative;
}
.text-resizer {
	visibility: hidden;
	position: relative;
	top: -15px;
	right: -15px;
}
.plugin:hover .text-resizer {
	visibility: visible;
}
.text-resizer .text-smaller {
	font-size: 10px;
	line-height: 20px;
}
.text-resizer .text-bigger {
	font-size: 16px;
	line-height: 20px;
}

/* BOOTSTRAP THEME STRONG */
/**************************/
strong {
}

pre {
	font-size: 12px;
	text-align: left;
}

/* HEART BUTTON */
/****************/
.menu-card-heart .btn[disabled] {
	background-color: #E85C41;
}

/* FOOTER */
/**********/
footer {
	background-color: #313131;
	color: #fff;
	padding: 20px;
	margin-top: 20px;
}
footer h5 {
	margin: 0px;
	padding: 0px;
}
footer h6 {
	margin: 0px;
	padding-top: 5px;
}

/* APP STORE BADGE */
/*******************/
.appstoreBadge {
	width: 100%;
}

/* FB */
/******/
.fbPageProfilePicture {
	width: 50px;
	border-radius: 5px;
}