@CHARSET "UTF-8";

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html, body {
	  height: 100%;
}

body {
  padding-bottom: 40px;
  font-size: 16px;
  background-color: #fff;
}

p a, li a {
	font-weight: bold;
}

.image {
	margin: 10px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  width: 100%;
  background-image: url("../images/background.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0px;
  width: auto;
  max-height: 500px;
  margin: 0 auto;
  display: block;
}


.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/*
.advertisement {
	position: absolute;
	top: 350px;
	left: 40px;
	width: 300px;
	z-index: 1000;
	background-color: #fff5dd;
	
	border-style: solid;
	border-width: 2px;
	border-color: #a10707;
	border-radius: 5px;
	
	
	padding: 10px;
	
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
	transform: rotate(-7deg);
}

.advertisement a {
	font-weight: bold;
}
*/

.advertisement {
	display: none;
}

.advertisement .content {
	display: none;
}

.advertisement h3 {
	display: none;
}
