
/* space for fixed-top toolbar */
body {
	font-family: 'FreeUniversal-Regular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
}
@media (min-width: 980px) {
    body {
        padding-top: 40px;
    }
}
@media (max-width: 978px) { 
    body {
        margin: 0px;
        padding: 0px;
    }
	.navbar {
		min-height: 30px;
	}
}

/* eh2 Logo in Bootstrap Navbar
   see: https://groups.google.com/d/msg/twitter-bootstrap/AqOZpmcyaCw/n4fmsO78rZAJ 
*/
.navbar a.brand {
	display: inline-block; 
	width: 70px; 
	height: 35px; 
	padding: 0 0 0 0; 
	margin: 3px 0 0 0;
	background: url(../img/eh2LogoWhite28px.png) no-repeat right center;
}
.nav {
	font-family: 'FreeUniversal-Bold', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.menubox {
	font-size: 11pt;
}
.menubox a {
	color: black;
}
.menubox a:hover {
	background-color: #b0c050; 
	text-decoration: none;
}
.menuboxHead {
	font-family: 'FreeUniversal-Bold', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13pt;
	font-weight: normal; /*no double bold for h2*/
	border-bottom: 1px solid black;
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.menuboxHead i {
	vertical-align: baseline;
}

.menuboxBody {
	margin-top: 20px; 
}

.menubox .menuboxBox {
	padding-top: 0px;
	margin-top: 10px; 
	margin-bottom: 10px; 
	background-color: #b6c655;
	border-bottom: 1px solid #000000;
}

.menubox a.menuboxOrderBox {
	padding-top: 0px;
	margin-top: 10px; 
	margin-bottom: 10px; 
	border-bottom: 1px solid #000000;
	background-color: #cec097;
}

.menubox a.menuboxOrderBox:hover {
	background-color: #c0b590; 
}

.menubox a.menuboxPosBox {
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
    background-color: #7CA4C5;
}

.menubox a.menuboxPosBox:hover {
    background-color: #70A0C0;
}
.content {
	margin-top: 20px; 
}

.content h1 i {
	vertical-align: 2pt;
}

.content h1 {
	font-family: 'FreeUniversal-Bold', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-top: 0px;
	font-weight: bold;
	font-size: 18pt;
	border-bottom: 1px solid #000000;
}
.content h2 {
	font-size: 15pt;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
	/* padding-left: 0px; */
}

h2.block {
	text-align:center; 
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.block {
	text-align:center; 
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.footer {
	margin-top: 20px; 
	border-top: 1px solid black; 
	font-size: 8pt;
}

span.bigger {
	font-size: 140%;
}
img.center {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.shadow {
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.generalcolor1 {
	background-color: #b6c655; 
}

.servalcolor1 {
	background-color: #CEC097;
}
.impalacolor1 {
	background-color: #7CA4C5;
}
.servalcolor2 {
	/*background-color: #EEEEEE;*/
	background-color: #FAFAFA;
}
.impalacolor2 {
	/*background-color: #EEEEEE;*/
	background-color: #FAFAFA;
}

.punch {
	font-size: 25px; 
	line-height: 30px; 
	font-weight: bold; 
	margin-top: 40px;
}
.off200 {
	margin-left: 200px; 
}
.off100 {
	margin-left: 100px; 
}

.benefits .backforecontainer {
	text-align: center; 
	padding-top: 70px;
}
.benefits .backfore {
	text-decoration: none; 
	color: #777777; 
	background-color: #DDDDDD; 
	font-size: 20px;
}
.benefits .carousel-inner {
	font-size: 20px; line-height: 28px;
}
.benefits h4 {
	border-bottom: 2px solid #eebf71; 
	font-size: 20px; 
	line-height: 25px; 
	text-align: center;
}
.benefits li {
	margin-bottom: 20px;
}
.audience li {
	margin-bottom: 10px;
}
li.mainfeature {
	margin-bottom: 10px;
}
.benefits .carousel-inner {
	height: 250px;
	min-height: 250px;
	max-height: 250px;
}
.carousel-indicators span {
	cursor: pointer;
}

#homeCarousel .slidecontent {
	margin: 0 auto; 
	height: 500px; min-height: 500px; max-height: 500px; 
	max-width: 1000px; 
	background: #f5f5f5 url('../img/mountainclouds.jpg'); background-repeat:no-repeat; 
	color: white; 
	text-align: center;
}
#homeCarousel a:hover,
#homeCarousel a:active,
#homeCarousel a:link,
#homeCarousel a:visited
{
	text-decoration: none;
	color: white; 
}

#homeCarousel img.productlogo {
	padding-top: 150px; margin-bottom: 50px;
}

@media (min-width: 768px ) and (max-width: 979px) { 
	.benefits .carousel-inner {
		height: 300px;
		min-height: 300px;
		max-height: 300px;
	}
}
@media (max-width: 767px) { 
	.benefits .carousel-inner {
		height: 380px;
		min-height: 380px;
		max-height: 380px;
	}
	#homeCarousel img.productlogo {
		padding-top: 30px; margin-bottom: 30px;
	}
	.benefits .carousel-inner img {
		display: none;
	}
	.benefits .backforecontainer {
		text-align: center; 
		padding-top: 5px;
	}
	.carousel-indicators {
		top: -50px;
	}
	.punch {
		margin-left: 10px; 
	}
}

/* ------------------------------------- */

@font-face {
    font-family: 'FreeUniversal-Bold';
    src: url('../font/freeuniversal-bold-webfont.eot');
    src: url('../font/freeuniversal-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/freeuniversal-bold-webfont.woff') format('woff'),
         url('../font/freeuniversal-bold-webfont.ttf') format('truetype'),
         url('../font/freeuniversal-bold-webfont.svg#freeuniversalbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FreeUniversal-Regular';
    src: url('../font/freeuniversal-regular-webfont.eot');
    src: url('../font/freeuniversal-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/freeuniversal-regular-webfont.woff') format('woff'),
         url('../font/freeuniversal-regular-webfont.ttf') format('truetype'),
         url('../font/freeuniversal-regular-webfont.svg#freeuniversalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
