/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}
.instagram {
	margin: 0 10px 10px 0;
	display: inline-block;
}
.instagram img {
	width: auto;
	height: auto;
}
/*Navigation*/
.navbar {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3997d5+0,2989d8+50,207cca+53,2f91d0+100 
	background-color: #1270B8;*/
}
.navbar-brand {
	color: #1270B8 !important;
	font-weight: 700;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	width: 419px;
	height: auto;
	margin-top: 5px;
	background-position: 10px;
	background-size: contain;
}
.navbar-brand .out {
	position: absolute;
	left: 9000px;
}
/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  color: white;
  padding-bottom: 20px;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  background: url(images/mb7.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bigthing {
	border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  color: White;
}
.bigthing:hover {
	text-decoration: none;
	color: #F8F8F8;
}
#about {
}

#about, #contact {
	background-color: #0D6BAB;
	color: White;
}
#contact a {
	color: White;
}
#onlineshop .glyphicon {
  border: 2px solid #000000;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#labels {
  background: url(images/center.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#labels .panel {
  opacity: 0.85;
}

#google_map {
  height: 40vh;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}
.fb-container {
	width: 200px;
	height: 300px;
}
.cfw-widgetModalBody {
	position: fixed !important;
	top: 100px;
	right: 10px;
	z-index: 5000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}