@font-face {
	font-family: 'Futura Md BT';
	src: url('/fonts/futura_medium_bt-webfont.eot'); /* IE9 Compat Modes */
	src: url('/fonts/futura_medium_bt-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/futura_medium_bt-webfont.woff') format('woff'), /* Modern Browsers */
	url('/fonts/futura_medium_bt-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('/fonts/futura_medium_bt-webfont.svg#75529023e858c4637d1c4cf773e7b6bc') format('svg'); /* Legacy iOS */
	
	font-style:   normal;
	font-weight:  400;
}


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

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

body {
	background: #d6d6d6;
	font-family: 'Futura Md BT';
}
a#logo {
	display: block;
	height: 100px;
	background: url('/images/logo.png') no-repeat scroll center center #000;
	text-indent: -5000px;
}

#main_container {
	background-color: #fff;
	position: relative;
}

#footer {
	background-color: #2b252c;
	text-align: center;
	padding: 50px 0;
}

#footer > div {
	margin-bottom: 20px;
	
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li, #footer ul li a {
	color: white;
}

#footer ul li, #footer ul li a {
    color: #FFF;
    padding: 5px 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.05);
	margin: 0 40px;
}

#footer ul li h5 {
	font-size: 18px;
}

/* fonts + styles */

p, h1, h2, h3 {
	padding-right: 10px;
	padding-left: 10px;
}

#secondary_container {
	margin: 40px auto;
}

#secondary_container p, #secondary_container h1 {
	font-family: 'Quicksand-Light';
	
}

#secondary_container p {
	font-size: 20px;
}

#secondary_container h1 {
	font-size: 100px;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
#footer ul#social a,
#footer ul#social a:hover {
	font-size: 20px;
}

/* Small devices (tablets, 768px and up) */
	@media (min-width: 768px) {
		#footer ul#social a,
		#footer ul#social a:hover {
			font-size: 30px;
		}
		#footer{
			padding: 0;
		}
		
		.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
			text-align: center;
		}
		.navbar-nav {
			float: none;
			display: inline-block;
		}
	}
	
	/* Medium devices (desktops, 992px and up) */
	@media (min-width: 992px) {
		#nav_container {
			position: absolute;
			z-index: 1000;
			top: 100px;
			right: 0;
			left: 0;
		}
	}
	
	/* Large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) {
	}
	
	
	/*navbar*/
	
	.navbar-inverse {
		background: black;
	}
	
	.navbar-brand {
		text-indent: -1000em;
		width: 78px;
		height: 60px;
		background: url('/images/logo.png') repeat scroll 0% 0% #FFF;
	}
	
	.navbar-default {
		font-family: 'Futura Md BT';
		border-color: transparent;
		/* background-color: #f3f3f3; */
		background-color: #000;
		box-shadow: none;
		background-image: none;
	}
	
	.navbar-default .navbar-nav > .active > a {
		box-shadow: none;
		background-image: none;
	}
	
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
		text-decoration: underline;
	}
	
	#diaporama {
		height: 768px;
		width: auto;
	}
	
	#carousel {
		width: auto;
		background-color: #F8F8F8;
	}
	
	/* RS fix */
	
	.rsBullet, .touchcarousel-item {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.rsDefault .rsBullets {
		background: none;
	}
	
	.touchcarousel .touchcarousel-item {
		text-align: center;
		width: 255px;
		height: 370px;
		margin: 15px;
		background-color: white;
		overflow: hidden;
	}
	
	.touchcarousel .touchcarousel-item p {
		text-align: justify;
	}
	
	.touchcarousel .touchcarousel-item p, .touchcarousel .touchcarousel-item h4 {
		padding: 0 15px;
	}
	
	/* deco */
	
	.icon {
		font-size: 24px;
		display: inline-block;
		border-radius: 24px;
		padding: 10px;
		line-height: 24px;
		background-color: white;
		margin-bottom: 30px;
	}
	hr:after {
		right: -1px;
	}
	hr:before {
		left: -1px;
	}
	hr:before, hr:after {
		content: "";
		position: absolute;
		top: -8px;
		display: block;
		width: 1px;
		height: 21px;
		background: none repeat scroll 0% 0% rgba(128, 128, 128, 0.2);
	}
	element {
	}
	hr {
		position: relative;
		display: block;
		border-right: 0px none;
		border-left: 0px none;
		-moz-border-top-colors: none;
		-moz-border-right-colors: none;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		border-image: none;
		top: 4.5em;
		margin-bottom: 9em;
		height: 6px;
		border-width: 1px 0px;
		border-style: solid none;
		border-color: rgba(128, 128, 128, 0.2) -moz-use-text-color;
	}
	
	/***************
		*
		*  RS Fixes
		*
	****************/
	
	.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
		background-position: -44px -84px;
	}
	
	.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
		background-position: 0px -84px;
	}
	
	.rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover {
		background: url("/images/skins/default/customArrows.png") no-repeat scroll -44px -1px transparent;
	}
	
	.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:hover {
		background: url("/images/skins/default/customArrows.png") no-repeat scroll 0 -1px transparent;
	}
	.rsDefault .rsArrowIcn {
		background: url('/images/skins/default/customArrows.png') no-repeat scroll 0px 0px transparent;
		width: 44px;
		height: 84px;
		top: 50%;
		left: 50%;
		margin-top: 0;
		margin-left: -22px;
		position: absolute;
		cursor: pointer;
		border-radius: 0;
	}
	
	.rsDefault .rsArrowIcn:hover {
		background-color: transparent;
	}
	
	.rsDefault .rsBullets {
		bottom: 10px;
	}
	
	.rsDefault .rsBullet.rsNavSelected span {
		background: url('/images/skins/default/customDots.png') no-repeat scroll 0px 0px transparent !important;
	}
	
	.rsDefault .rsBullet span {
		background: url('/images/skins/default/customDots.png') no-repeat scroll right 0px transparent !important;
		display: block;
		height: 12px;
		width: 13px;
	}	