@font-face {
	font-family: 'HaveHeartOne';
	src: url('../fonts/HaveHeartOne.eot');
	src: url('../fonts/HaveHeartOne.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HaveHeartOne.woff') format('woff'),
	url('../fonts/HaveHeartOne.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BrownStdThin';
	src: url('../fonts/BrownStd-Thin.eot');
	src: url('../fonts/BrownStd-Thin.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BrownStd-Thin.woff') format('woff'),
	url('../fonts/BrownStd-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'BrownStdRegular';
	src: url('../fonts/BrownStd-Regular.eot');
	src: url('../fonts/BrownStd-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BrownStd-Regular.woff') format('woff'),
	url('../fonts/BrownStd-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BrownStdItalic';
	src: url('../fonts/BrownStd-Italic.eot');
	src: url('../fonts/BrownStd-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BrownStd-Italic.woff') format('woff'),
	url('../fonts/BrownStd-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'BrownStd';
	src: url('../fonts/BrownStd-Bold.eot');
	src: url('../fonts/BrownStd-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BrownStd-Bold.woff') format('woff'),
	url('../fonts/BrownStd-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


/* GLOBAL STYLES

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


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

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

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


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

/* Carousel base class */
.carousel {
	min-height: 100px;
	margin-bottom: 60px;
	background-color: #E6E6E6;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	top: 0%;
	left: 55%;
	z-index: 10;
	width:45%;
	background: #042d46;
	opacity: 1;
	bottom:2px;
	box-sizing: border-box !important;
}
.carousel-indicators.featured-carousel {
	width: 30% !important;
	margin-left: 0;
	text-align: left;
}
.carousel-caption h1 {
	width: 80%;
	max-width: 360px;
	text-align: left;
	float: left;
	position: relative;
}

.carousel-caption h1 .headline-main {
	clear: both;
	color: #fff !important;
	text-decoration: none;
	position: relative;
	font-size: 2.7em;
	font-family: 'HaveHeartOne';
	line-height: 1.3em;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-left: 0;
	padding-top: 50px;
	background: url('../img/pinpoint.png') top left no-repeat;
	white-space: pre-wrap;      /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap;     /* Opera <7 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	word-wrap: break-word;      /* IE */
}
.carousel-caption h1 .headline, .carousel-caption h1 .headline:hover {
	font-family: 'BrownStdRegular';
	clear: both;
	color: #fff !important;
	text-decoration: none;
	position: relative;
	font-size: 1.5em;
	line-height: 1.3em;
	padding-bottom: 20px;
	white-space: pre-wrap;      /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap;     /* Opera <7 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	word-wrap: break-word;      /* IE */
}
.carousel-caption h1 .headline mark {
	color: white;
	box-decoration-break: clone;
	box-shadow: 10px 0 0 #000, -10px 0 0 #000;
	white-space: pre-wrap;
	background-color: #1c1c1c;
}
.carousel-caption h1 a, .carousel-caption h1 a:hover {
	text-decoration: none;
}
.carousel-caption h1 span.cta, .carousel-caption h1 span.cta:hover, .carousel-caption h1 a.cta, .carousel-caption h1 a.cta:hover {
	color: #2196E3;
	font-size: 1.1em;
	padding: 8px 0;
	border-radius: 0;
	text-decoration: none;
}

/* Declare heights because of positioning of img element */
#myCarousel.carousel .item {
	/*min-height: 570px;*/
	max-width: 1400px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#myCarousel .carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 500px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}
#myCarousel.carousel .item .carousel-img-container{
	width:55%;
}
#myCarousel.carousel .item .carousel-img-container img{
	width: 100%; height: auto; display: block;
}
#myCarousel.carousel .item .btn.btn-lg.btn-primary.cta{
	display: block;
	padding:0;
}
.carousel-indicators li {
	width: 18px;
	height: 18px;
	margin: 5px;
	background-color: #ffffff;
	border: none;
}

.carousel-indicators .active {
	width: 18px;
	height: 18px;
	margin: 5px;
	background-color: #2196E3;
}

.slide-controls { opacity: 1; cursor: pointer; }
.slide-controls.opaque { opacity: 0.5; cursor: default; }
.carousel-indicators { bottom: 10px; }

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-left: 15px;
	padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	text-align: center;
	margin-bottom: 20px;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-left: 10px;
	margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

	/* Remove the edge padding needed for mobile */
	.marketing {
		padding-left: 0;
		padding-right: 0;
	}

	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}
	.navbar-wrapper .container {
		padding-left:  15px;
		padding-right: 15px;
	}
	.navbar-wrapper .navbar {
		padding-left:  0;
		padding-right: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}

}

@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}


.carousel-pause-button { display: none; }
.carousel-control { width: 10%; z-index: 15; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	margin-left: -25%;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control {
	opacity: 1;
	background-image: none !important;
}
.carousel-control{
	top:auto;
	bottom: 10px;
}
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
	width: 100px;
	height: 100px;
	background: black;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.75;
	padding: 18px 20px;
	border: 1px solid white;
}
.glyphicon-chevron-right:hover, .glyphicon-chevron-left:hover {
	opacity: 1;
}
.fa-angle-right:before, .fa-angle-left:before {
	width: 100px;
	height: 100px;
	opacity: 0.75;
	color: #2196E3;
	font-size: 90px;
	margin-top: 480px;
	display: block;
}
.fa-angle-right:hover, .fa-angle-left:hover {
	opacity: 1;
}


#myCarousel2 .carousel-inner .coming-soon-tile { display: inline-block; vertical-align: top; }
#myCarousel2 .carousel .coming-soon-tile { height: 310px; background-color: #fff; }
#myCarousel2 .carousel-indicators { bottom: -100px; }
#myCarousel2 .carousel-control.left { position: relative; top: 85px; float: left; font-size: 10px; color: white; margin-left: 36%; }
#myCarousel2 .carousel-control.right { position: relative; top: 85px; float: right; font-size: 10px; color: white; margin-right: 34%; }

#myCarousel2 .carousel-control .glyphicon-chevron-left,
#myCarousel2 .carousel-control .glyphicon-chevron-right,
#myCarousel2 .carousel-control .icon-prev,
#myCarousel2 .carousel-control .icon-next {
	font-size: 20px;
}
#myCarousel2 .glyphicon-chevron-right:before, #myCarousel2 .glyphicon-chevron-left:before {
	padding: 10px;
	background-color: #777777;
}

#myCarousel #id_title, #myCarousel #id_desc, #myCarousel2 #id_title, #myCarousel2 #id_desc { color: white; }
.carousel-indicators span.sr-only { color: black; }


#carouselButtons {
	margin: 0 auto;
	display: inline-block;
}