#business_page {
  font-family: roboto;
  font-size: 14pt;
}
#business_page h2 {
}

h1 .label {
    font-size: 40%;
	vertical-align: middle;
}

.wrapper-outer.wrapper-stripe {
  background-color: #333;
}
.wrapper-outer.wrapper-stripe a {
    color: #fff;
    text-decoration: underline;
}

#business_headine {
    background-color: #242323;
    color: #fff;
}
#business_headine a {
    color: #fff;
    text-decoration: underline;
}


#business_header_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
}
#business_header {
	background-color: rgba(0,0,0,.4);
	border-bottom: 2px solid #000;
}
#business_header h1 {
    color: #fff;
    font-size: 50px;
	font-weight: bold;
    margin: 25px 0;
    word-break: break-word;
}
#business_menu_social {
    margin: 32px 0;
}
#business_menu_social a {
	line-height: 40px;
	font-size: 20px;
	background-color: #000;
	width: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
}
#business_menu_contacts {
    float: right;
    margin-top: 25px;
    margin-right: 15px;
}
#business_menu_contacts p {
    color: #fff;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
#hero_placeholder {
    height: 300px;
    position: relative;
}

#i_am_your_father {
    background-color: rgba(0,0,0,.7);
    border-radius: 5px;
    bottom: 10px;
    font-size: 10pt;
    padding: 15px 5px;
    position: absolute;
    text-align: center;
    right: 10px;
}
#i_am_your_father a {
    display: block;
    text-decoration: none;
}
#i_am_your_father img {
    width: 150px;
}



/* OFFERS */
#offers_wrapper {
    background-color: /*#FFE199*/ #fff;
    padding: 30px 0 40px;
}
#offers_wrapper h2 {
    color: #333;
    margin: 20px;
    text-align: center;
    width: 100%;
}
.thumbnail .caption {
    padding: 0;
}


/* ABOUT US */
#about_wrapper {
    background-color: /*#FF9875*/ #eee;
    color: #333;
}
#about_wrapper h2 {
    border-color: #333;
}
#about_wrapper p {
  text-align: justify;
}



/* HOURS */
#hours_wrapper {
	background-color: #FF6654;
}
#operating_hours {
    margin: 15px auto;
}
#operating_hours .hours-set {
    width: 14%;
}
#operating_hours .hours-set p {
    margin-top: 10px;
}
#operating_hours .hours-set-today {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #fff;
  border-radius: 10px;
  width: 16%;
}
#hours_disclaimer {
    font-size: 10pt;
    opacity: .7;
    text-transform: lowercase;
}


#gallery_wrapper {
    background-color: #3F9E24;
}


#contacts_wrapper {
    background-color: #63E0AE;
}











/* menu inspired by ub.cz */
#biz_basics_menu {
    position: fixed;
    right: 10px;
    text-align: right;
    top: 40%;
}
#biz_basics_menu li {
    margin: 5px 0;
}
#biz_basics_menu a {
    background-color: #1DB76D;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    width: 40px;
}
#biz_basics_menu a i {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
#biz_basics_menu a span {
    display: none;
    padding-left: 10px;
}
#biz_basics_menu li:hover a {
    width: auto;
}
#biz_basics_menu li:hover a span {
    display: inline;
}

#contacts_details table {
    height: 400px;
}
#contacts_details td {
    padding: 0;
}

#map {
    height: 400px;
    width: 97%;
}
.container {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#offers_auth {
    margin-top: 20px;
}
#offers_auth p {
    margin-bottom: 5px;
}


@media only screen and (max-width : 768px) {
    #business_menu_contacts {
        float: left;
        margin: 0;
    }
    #business_header h1 {
        margin: 0;
    }
    #offers_wrapper h2 {
        margin-top: 0;
        text-align: left;
        width: auto;
    }
}
