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

@font-face {
	font-family: 'GothamBookRegular';
	src: url('../fonts/gotham-book.eot');
	src: url('../fonts/gotham-book.eot') format('embedded-opentype'),
	url('../fonts/gotham-book.woff') format('woff'),
	url('../fonts/gotham-book.ttf') format('truetype'),
	url('../fonts/gotham-book.svg#GothamBookRegular') format('svg');
}

@font-face {
	font-family: 'GothamLightRegular';
	src: url('../fonts/GothamLight/gothamlight.eot');
	src: url('../fonts/GothamLight/gothamlight.eot') format('embedded-opentype'),
	url('../fonts/GothamLight/gothamlight.woff') format('woff'),
	url('../fonts/GothamLight/gothamlight.ttf') format('truetype'),
	url('../fonts/GothamLight/gothamlight.svg#GothamLightRegular') format('svg');
}

@font-face {
	font-family: 'GothamMediumGothamMedium';
	src: url('../fonts/gothmmed.eot');
	src: url('../fonts/gothmmed.eot') format('embedded-opentype'),
	url('../fonts/gothmmed.woff') format('woff'),
	url('../fonts/gothmmed.ttf') format('truetype'),
	url('../fonts/gothmmed.svg#GothamMediumGothamMedium') format('svg');
}

@font-face {
	font-family: 'RobotoLight';
	src: url('../fonts/Roboto-Light/roboto-light.eot');
	src: url('../fonts/Roboto-Light/roboto-light.eot') format('embedded-opentype'),
	url('../fonts/Roboto-Light/roboto-light.woff') format('woff'),
	url('../fonts/Roboto-Light/roboto-light.ttf') format('truetype'),
	url('../fonts/Roboto-Light/roboto-light.svg#RobotoLight') format('svg');
}

@font-face {
	font-family: 'RobotoMedium';
	src: url('../fonts/Roboto-Medium/roboto-medium.eot');
	src: url('../fonts/Roboto-Medium/roboto-medium.eot') format('embedded-opentype'),
	url('../fonts/Roboto-Medium/roboto-medium.woff') format('woff'),
	url('../fonts/Roboto-Medium/roboto-medium.ttf') format('truetype'),
	url('../fonts/Roboto-Medium/roboto-medium.svg#RobotoMedium') format('svg');
}


@font-face {
	font-family: 'RobotoSlabLight';
	src: url('../fonts/RobotoSlab-Light/robotoslab-light.eot');
	src: url('../fonts/RobotoSlab-Light/robotoslab-light.eot') format('embedded-opentype'),
	url('../fonts/RobotoSlab-Light/robotoslab-light.woff') format('woff'),
	url('../fonts/RobotoSlab-Light/robotoslab-light.ttf') format('truetype'),
	url('../fonts/RobotoSlab-Light/robotoslab-light.svg#RobotoSlabLight') format('svg');
}

@font-face {
	font-family: 'RobotoSlabBold';
	src: url('../fonts/RobotoSlab-Bold/robotoslab-bold.eot');
	src: url('../fonts/RobotoSlab-Bold/robotoslab-bold.eot') format('embedded-opentype'),
	url('../fonts/RobotoSlab-Bold/robotoslab-bold.woff') format('woff'),
	url('../fonts/RobotoSlab-Bold/robotoslab-bold.ttf') format('truetype'),
	url('../fonts/RobotoSlab-Bold/robotoslab-bold.svg#RobotoSlabBold') format('svg');
}



body {
	padding-bottom: 0;
	color: #5a5a5a;
	font-family: 'GothamBookRegular', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing:antialiased;
	background:url(../img/bg.jpg) repeat;
}

button:focus {outline:none;} 
button::-moz-focus-inner {border:0;}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding:15px;
}

.right {
	float:right;}

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		font-family: "Times New Roman", Times, serif;
		color:#5e0000;
	}
	
	h2 {font-size:21px;
	margin-bottom:20px;}

	a {
		color: #5e0000;
		text-decoration: none;
		cursor:pointer;
	}

	a:hover, a:focus {
		color: #ebc273;
		text-decoration: none;
	}

	ul {
		padding-left:20px;
	}
	
	

	/* FORM SETTINGS */

	input, select, textarea {
		width:100%;
	}
	
	input, button, select, textarea {
		background: lightgray;
color: white;
font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
font-size: 22px;
padding: 4px 20px;
border-radius: 5px;
border-style: none;
	}
	
	
	form .col-md-6, form .col-md-12 {
		padding:10px 15px;}
	
	button {
		padding:7px 20px;
		margin:0 auto 0;
		background:#e30223;}

		dl {
			margin:35px 0 0;}
			
.resource-nav {
	}
	
.resource-nav a {
	font-size:20px;
	display:inline-block;
	height:40px;
	width:120px;
	line-height: 40px;
vertical-align: middle;
color:black;}

.resource-nav a:hover {
	color:#f68a33;}

.resource-nav  a.left  {
	border-right:2px #f68a33 solid;}
	
.resource-active {
	color:#f68a33!important;}
	
.resource-bottom {
	margin-bottom:30px!important;}

.logos .img-responsive {
	width:100%;}

.big-gap {
	margin-bottom:150px!important;
	}
	
.contact-info {
	position: fixed;
bottom: 130px;
background: white;
width: 100%!important;}	
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	height:130px;
	margin-top: 0;
	background: url(../img/nav-bg.jpg) repeat-x #910009;
	font-size: 16px;
	box-shadow: 0px 2px 15px #333;
}

/* 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;
}


.navbar-inverse {
	background: transparent;
	border-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color:#f68a33;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
	color:#6ae5ff;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color:#fa2852;
}

.navbar-brand {
	display:inline-block;
	padding-top:20px;}

.navbar-brand > img {
	max-width: 100%;
	height:auto;
}

.navbar-nav {
	float: right;
	margin: 0;
	margin-top: 21px;
	display: inline-block;
	background: black;
border: red 3px inset;
border-radius: 5px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	text-shadow:none;
	vertical-align:baseline;
}

.navbar-inverse .navbar-nav>li>a {
padding-top:10px;
	padding-bottom:10px;
	line-height:9px;
}

.navbar {
	border-bottom:none;}
	
.phone {
	float:right;
	padding-top:20px;}
	


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

.fix-bottom {position:fixed;
z-index:100;
    bottom:0px;
    right:0;}
	
.fix-top {position:fixed;
z-index:100;
    top:0px;
    left:0;}

.phone-footer {
			display:inline-block;
			float:right;
			max-height:100%;}

.footer-wrapper {
	margin-top: 100px;
background: #5e0000;
font-size: 16px;
color: white!important;
position: fixed;
bottom: 0;
width: 100%;
border-top: 6px #ebc273 solid;
}
.footer-wrapper a {
	color:white!important;
}

.footer-wrapper .container {
	margin:auto;
	padding:0 15px;
}

.footer-wrapper .container .navbar-inverse .navbar-nav > li > a {
	color:white;
}

.footer-wrapper .container > .navbar-header, .footer-wrapper .container > .navbar-collapse {
	background-color:#f68a33;
}

.footer-wrapper .container > .navbar-header, .footer-wrapper .container > .navbar-collapse {
	background:#f68a33!important;
}

.footer-wrapper .navbar-brand > img {
	margin: 0 auto;
	float: none;
	display: block;}

	.footer-wrapper .navbar > .container .navbar-brand {
		margin: 0 auto;
		float: none;
		display: block;}

		/* FOOTER NAVBAR */
		.footer-wrapper .container > .navbar-header, .footer-wrapper .container > .navbar-collapse {
			margin: 0 auto;
			float: none;
		}
		
		.footer-wrapper .navbar-nav {
			width:100%;
			margin-left:0;
			text-align:center;}
			
			.footer-wrapper	.navbar-nav > li {
				float:none;
				display:inline-block;
			}


/* TEXT SETTINGS
-------------------------------------------------- */

.highlight-text {
	font-family: 'RobotoSlabBold', Arial, Helvetica, sans-serif;
	
}

.highlight-text-light {
	font-family: 'RobotoSlabLight', Arial, Helvetica, sans-serif;
	color:#e30223;
}

p {
	font-family:'RobotoLight', Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:1.6;
	color:#5f6a7d;
}

.lead {
	line-height:1.6;
}

.big-text {
	font-size:36px;
	line-height:46px;
}

.text-center {
	text-align:center;
}

.feature-title {
	font-size:56px;
	color:#f68a33;
}

.col-md-6 .feature-title {
	font-size:36px;
	margin-top:10px;
}

.feature p {
	line-height:1.1;
}
.feature-title-highlight {
	font-family:'RobotoSlabBold',Arial, Helvetica, sans-serif;
}

.featurette-image {
	margin:30px 0 0;
}

#wrap h1 {
	padding-left:20px;
	font-size:22px;
	line-height:22px;
	color:#f68a33;
	font-family:'RobotoSlabBold',Arial, Helvetica, sans-serif;
	display:inline-block;
}


.team-subtitle {
	font-size:22px;
	line-height:22px;
	color:#aea69b;
	font-family:'RobotoMedium',Arial, Helvetica, sans-serif;
}

.board-subtitle {
	font-size:40px;
	line-height:40px;
	color:#aea69b;
	font-family:'RobotoLight',Arial, Helvetica, sans-serif;
}

.services {
	margin-right:-15px;}


/* FULL WIDTH CONTAINER SETTINGS
-------------------------------------------------- */

.full-width {
	width: 100%;
	padding: 0;
	margin: 0;
}

.full-width-row {
	width: 100%;
	padding: 0;
	margin: 40px 0;
}

.team {
	border-bottom:#e1e1e1 1px solid;}
	
	.team:hover {
		background-color: #f6f6f6;}

		.team-first {
			border-top:#e1e1e1 1px solid;
			border-bottom:#e1e1e1 1px solid;}
			
			.team-first:hover {
				background-color: #f6f6f6;}
				
				.board {
					border-bottom: #e1e1e1 4px double;}

					.board:hover {
						background-color: #24262b;}
						
						.board-first {
							border-top: #e1e1e1 4px double;
							border-bottom: #e1e1e1 4px double;}

							.board-last {
								border-bottom: none;}

								.board-first:hover {
									background-color: #24262b;}
									
									.company-top {
										width: 100%;
										padding: 0;
										margin: 40px 0 0;
									}

									.row {
										margin-right: 0;
										margin-left: 0;
									}

									.fullwidth-content {
										width:960px;
										margin:0 auto;
										padding:0;
									}
									
									.cursor {
										cursor:pointer;}	
										
										.top-gap {
											margin-top:80px;}
											
											.bottom-gap {
												margin-bottom:60px!important;}
												
												/* Container BG Color */

												.gray {
													background-color:#ececec;
												}	
												
												.orange {
													background-color:#f68a33;
													color:white!important;
												}	
												.orange .feature-title {
													color:white!important;
												}
												.orange p {
													color:white!important;
												}

												.center {
													float:none;
													margin:0 auto;
													display:block;
													    max-height: 220px;
    width: auto;
}

footer .center {
	max-height: 115px;
	}
	
.chrome footer .center {
	max-height: 220px;
	}

.chrome .center {
													float:none;
													margin:0 auto;
													display:block;
													max-height: 350px;
}

img {border:0;}
												

												.unpad {
													padding:0;}
													
													.tooth:before {
														background: url(../img/product/tooth-top.png) repeat-x;
														display: block;
														height: 26px;
														width: 100%;
													}

													.tooth:after {
														background: url(../img/product/tooth-bottom.png) repeat-x;
														display: block;
														height: 26px;
														width: 100%;
													}

													.tooth .feature-title {
														color:#5a5a5a;}

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

/* Carousel base class */
.carousel {
	height: 500px;
	margin-bottom: 60px;
	margin-top: 0!important;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	width: 970px;
	background: rgba(255,255,255,0.7);
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 132px;
	color:#2e3b4e;
	text-shadow:none;
}

.carousel-caption h1 {
	font-family:'RobotoSlabBold', Arial, Helvetica, sans-serif;
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 0;
}

.carousel-caption h2 {
	font-family:'GothamLightRegular', Arial, Helvetica, sans-serif;
	font-size: 135px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 110px;
}

.carousel-caption p {
	font-family:'GothamBookRegular', Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.page-title {
	text-align:center;
	padding:35px 0 0;
}

.page-title h1 {
	font-family:'RobotoSlabBold', Arial, Helvetica, sans-serif;
	font-size: 35px;
	margin-top: 20px;
	margin-bottom: 0;
}

.page-title h2 {
	font-family:'GothamLightRegular', Arial, Helvetica, sans-serif;
	font-size: 65px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 65px;
}

.page-title p {
	font-family:'GothamBookRegular', Arial, Helvetica, sans-serif;
	font-size: 25px;
}

.company-title {text-align:center; margin:100px 0 0;}

.company-title h1 {
	font-family:'RobotoSlabBold', Arial, Helvetica, sans-serif;
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: white;
}
.carousel-inner > .item > img {
	height: auto;
	min-width: 1316px;
	width: 100%;
	left: -5%;
}

/* PRODUCT CONTENT */

.product {
	margin:auto;
}



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

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-left: 0;
	padding-right: 0;
	z-index: 50;
	position: relative;
}

/* 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;
}

.overlap {
	background: white;
margin: -110px auto 0;
box-shadow: 0px 12px 30px #333;}


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

.side-title img {
	width:450px;
	}

.bolt {
	position: absolute;
z-index: 100;
margin: 26px;
}

.bolt-right {
	position: absolute;
z-index: 100;
margin: 26px 0 0 900px;
}
	

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

/* Thin out the marketing headings */
.featurette-heading {
	font-family:'RobotoSlabLight',Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

/* COMPANY SETTINGS */

.bio {
	padding-bottom: 50px;
}

.bio a {
	color: #5c6f7c;
}

.bio-txt {
	margin-left: 130px;
}

.bio-img {
	width: 100px;
	display:inline-block;
}

#board {
	background-color:#33363d;
	color:#aea69b;
	font-size:22px;}
	
	#board p{
		color:#aea69b;
		font-size:22px;}
		
		#board h1 {
			color:white;}
			
			#board h2 {
				font-family:'RobotoSlabLight',Arial, Helvetica, sans-serif;
				font-size:40px;
				line-height:40px;
				color:#f68a33;}
				
				#board h3 {
					font-family:'RobotoSlabLight',Arial, Helvetica, sans-serif;
					font-size:40px;
					line-height:40px;
					color:#f68a33;}

					.board-container {
						background-color:#33363d;
						color:#aea69b;
						font-size:22px;}
						
						.tech-container {
							background-color:#ececec;}
							
							
							/* GOOGLE MAP RESPONSIVE */

							.google-maps {
								position: relative;
								height: 0;
								margin-top: 60px;
								overflow: hidden;
								min-height:500px!important;
							}
							.google-maps iframe {
								position: absolute;
								top: 0;
								left: 0;
								width:100% !important;
								height: 500px !important;
							}
							
							.row ul li {
								font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
								font-size: 16px;
								line-height: 1.6;
								color: #5f6a7d;}

								.entry-meta .row ul li {
									font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
									font-size: 12px;
									line-height: 1.6;
									color: #5f6a7d;}

									.entry-meta a {
										display:block;
										font-style:normal;}
										
										/*TECHNOLOGY SETTINGS*/

										.scale-wrap {
											width:364px;
											height:364px;}
											
											.scale-paper {
												position: absolute;
												z-index: 10;
												top: 106px;
												left: 122px;}

												.mobile-img {
													display:none;}

													/* HOME SETTINGS */
													
													.home {
														margin-top:50px;}

													.home p {
														font-size:18px;}
														
														.home h2 {
															text-align:center;}
															
															/* BLOG SETTINGS */

															.entry-meta ul li img {
																width:100%;
															}
															/* COMPANY SETTINGS */

															.company-footer {
																margin-top:0;}

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

@media (min-width: 768px) {
	.fullwidth-content {
		width:750px;
	}

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

	/* Navbar positioning foo */
	.navbar-wrapper .container {
		padding-left:  0;
		padding-right: 0;
	}
	.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: 30px;
	}
	.page-title p {
		margin-bottom: 20px;
		font-size: 30px;
	}

	.featurette-heading {
		font-size: 46px;
	}
	
	.col-md-3  .featurette-heading {
		font-family:'RobotoSlabLight',Arial, Helvetica, sans-serif;
		line-height: 1;
		font-size:36px;
	}
}

@media (min-width: 992px) {
	.img-bottom {
		margin-bottom:0;
	}
	.featurette-heading {
		margin-top: 20px;
	}
	.contact.featurette-heading {
		margin-top:0;
	}
	
	.fullwidth-content {
		width:960px;
	}
}

@media (max-width: 992px) {
	.contact-info{bottom:140px;}
	.logos img {
		width:100%;
		margin-bottom:20px;}
	.img-bottom {
			margin-bottom:40px;
		}
	.services {
	margin-right:0;}
	
	.side-title img {
	width:100%;
	}
	.navbar-wrapper {
		height:auto;}
	.overlap {
		margin: 0 auto;}
		.bolt-right {
	display:none;
}
	.bolt {
	display:none;
}
.container>.navbar-header {
	width:50%;}
	
	.navbar-nav {
		float: right;
		margin: 0;
		margin-top: 20px;
		display: inline-block;
		margin-left: 0;
		font-size: 13px;
	}
	.carousel-caption {
		width: 750px;
		margin-bottom: 140px;
	}
	.carousel .item {
		height: 500px;
	}
	.carousel {
		height: 500px;
	}
	.right {
		float:none;}
		.page-title h2 {
			font-family:'GothamLightRegular', Arial, Helvetica, sans-serif;
			font-size: 56px;
			line-height:56px;
		}

		#wrap h1 {
			padding-left:0;
			font-size:22px;
			line-height:22px;
			color:#f68a33;
			font-family:'RobotoSlabBold',Arial, Helvetica, sans-serif;
			display:inline-block;
		}
		.carousel-inner > .item > img {
			left: -10%;
		}
		
	}

	@media (max-width: 767px) {
		
		.contact-info h2 {font-size:100%;}
		
		.phone {
			display:none;
			}
			.container>.navbar-header {
	width:100%;}
		.navbar-brand {
			width:60%;
			line-height:55px;}
		
		.marketing {
			z-index:0;}
		.fullwidth-content {
			width:100%;
		}
		.navbar-wrapper {
			padding-top: 0;
		}

		.navbar-toggle {
			margin-top: 25px;
			margin-right: 30px;
		}
		.navbar-inverse .navbar-toggle {
			border-color: transparent;
		}

		.navbar-inverse .navbar-toggle .icon-bar {
			background-color: white;
		}

		.navbar-toggle .icon-bar {
			display: block;
			width: 32px;
			height: 5px;
			border-radius: 1px;
		}

		.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
			background-color: transparent;
		}

		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 5px;
		}

		.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
			border-color: transparent;
		}

		.navbar-nav {
			margin-top: 0;
			margin: 0;
			width: 100%;
			font-size: 19px;
		}

		.nav > li {
			border-bottom: 1px solid red; 
		}

		.nav > li:last-child {
			border-bottom: none; 
		}

		.navbar-wrapper .navbar {
			padding-left: 0;
			padding-right: 0;
		}

		.container > .navbar-header, .container > .navbar-collapse {
			margin-right: 0;
			margin-left: 0;
			padding-left: 0;
			padding-right: 0;
		}

		.carousel-caption {
			width: 100%;
			padding: 0 5%;
			margin-bottom: 120px;
		}
		
		.carousel .item {
			height: 400px;
		}
		.carousel {
			height: 400px;
		}
		
		.footer-wrapper .navbar-brand > img {
			float: left;}
			.footer-wrapper	.navbar-nav > li {
				float:none;
				display:block;
			}

			.footer-wrapper	.navbar-nav {
				text-align:left;
			}
			
			.carousel-inner > .item > img {
				left: -40%;
			}

			.scale-wrap {
				width:auto;
				height:auto;}

				.scale-paper {
					display:none;
				}
				#scale-it {
					display:none;}
					
					.mobile-img {
						display:block;}
						
						.feature-title {
							font-size:46px;}
							
							.page-title h2 {
								font-size: 46px;
								line-height: 1;
							}
							
							.company-title h1 {
								font-size:36px;}
								
							}
							
							@media (max-width: 500px) {
								.carousel-inner > .item > img {
									left: -160%;
								}
								
							}
							@media (min-width: 1200px) {
								.navbar-wrapper .container {
									width:960px;}
									
								.carousel-caption {
									width: 976px;
								}
								.fullwidth-content {
									width:960px;
								}
								
								/* FOOTER NAVBAR */
								.footer-wrapper .container > .navbar-header, .footer-wrapper .container > .navbar-collapse {
									float: left;
								}
								.footer-wrapper .navbar-nav {
									width:100%;
									margin-left:20px;
								}
								
								.carousel-inner > .item > img {
									left: 0;
								}
							}

							.navbar-inverse .navbar-nav > li > a.active {
								color: #fa2852;
							}

							.carousel-control.left {
								background-image: none;
								z-index:900;
							}

							.carousel-control.right {
								background-image: none;
								z-index:900;
							}

@media print {
	
}