/* Add additional stylesheets below
		
/* Body and structure
-------------------------------------------------- */
	html, body {
		height: 100%;
	}
	body {
		position: relative;
		margin: 0;
		font-size: 16px;
		font-family: 'Open Sans', 'Neue Helvetica', Arial, sans-serif;
		font-weight: normal;
		background: #fff;
		height: 100%;
		min-height: 100%;
		color: #222;
		/*line-height: 1.2;*/
	}
	
	#content {
		padding-top: 53px;
	}
	@media screen and (max-width: 991px) {
		#content {
			padding-top: 50px;
		}
	}
/* Fonts 
-------------------------------------------------- */
	.font1  {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.font2  {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400i;
		font-style: italic;
	}
	.font3  {
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		font-style: normal;
	}
	.font4  {
		font-family: 'Dosis', sans-serif;
		font-weight: 300;
		font-style: normal;
	}
/* Look and Feel */

	/* Colors */
	
	.color1 {
		color: #CBB069; /* orange */
	}
	.color2 {
		color: #FFA171; /* orange light */
	}
	.color3 {
		color: #8A7130; /* orange dark*/
	}
	.color4 {
		color: #369791; /* turquoise */
	}
	.color5 {
		color: #73E4DD; /* turquoise dark */
	}
	
	.bg-color1 {
		background-color: #0e0e0e;
	}
	
	@media screen and (min-width: 1px) {
		.btn {
			padding: 12px 24px;
			background: #CBB069;
			color: #fff;
			white-space: normal;
			transition: 0.4s ease all;
			-moz-transition: 0.4s ease all;
			-webkit-transition: 0.4s ease all;
		}
		.btn:hover,
		.btn:focus		{
			color: #fff;
			background: #8A7130;
			transition: 0.4s ease all;
			-moz-transition: 0.4s ease all;
			-webkit-transition: 0.4s ease all;
			outline: 0px auto -webkit-focus-ring-color;
			outline-offset: 0;
		}
	}
	.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
		outline: 0px auto -webkit-focus-ring-color;
		outline-offset: 0;
	}
	
	a {
		color: #CBB069;
		text-decoration: none;
	}
	a:hover {
		color: #CBB069;
	}
	
	.image img {
		max-width: 100%;
		height: auto;
	}
	
/* Navbar
-------------------------------------------------- */

	.navbar {
		border-radius: 0;
		border: none;
		margin-bottom: 0;
		background: #ffffff;
		color: #222;
		-webkit-box-shadow: 0px 2px 11px -4px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 2px 11px -4px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 11px -4px rgba(0,0,0,0.75);

	}
	.navbar .navbar {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav > li > a {
		color: #222;
		border-bottom: 3px solid transparent;
		transition: 0.4s ease all;
		-moz-transition: 0.4s ease all;
		-webkit-transition: 0.4s ease all;
	}
	
	.navbar-default .navbar-nav > li > a:hover {
		color: #CBB069;
		border-bottom: 3px solid #CBB069;
		transition: 0.4s ease all;
		-moz-transition: 0.4s ease all;
		-webkit-transition: 0.4s ease all;
	}
	
	.navbar-nav li a {
		position: relative;
	}
	
	@media (max-width: 991px) {
		
		.navbar-nav {
			margin: 15px -15px;
		}
		.navbar-nav li {
			float: left;
			margin-right: 15px;
		}
		
		.navbar-default .navbar-nav li span {
			display: none;
		}
		.navbar-default .navbar-nav > li > a {
			width: 15px;
			height: 15px;
			background: #fff;
			padding-top: 0;
			padding-bottom: 0;
			padding: 0;
			border-radius: 50%;
			border: 0;
		}
		.navbar-default .navbar-nav > li > a:hover {
			border: 0;
			background: #CBB069;
		}
	}
	
	.navbar-brand {
		background-image: url('assets/img/content/logo.jpg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left top;
		width: 180px;
		height: 180px;
		padding: 0;
		position: absolute;
		
		-webkit-box-shadow: 0px 2px 11px -4px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 2px 11px -4px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 11px -4px rgba(0,0,0,0.75);
	}
	.affix-top .navbar-brand {
		top: 0;
		transition: 0.4s ease all;
		-moz-transition: 0.4s ease all;
		-webkit-transition: 0.4s ease all;
	}
	
	.affix .navbar-brand {
		top: -90px;
		transition: 0.4s ease all;
		-moz-transition: 0.4s ease all;
		-webkit-transition: 0.4s ease all;
	}
	
	@media (max-width: 767px) {
		.affix-top .navbar-brand {
			top: -125px;
			left: 15px;
		}
		.affix .navbar-brand {
			left: 15px;
		}
	}
	
	@media (min-width: 768px) {
		.navbar > .container .navbar-brand, 
		.navbar > .container-fluid .navbar-brand {
			margin-left: 0;
		}
	}

	
/* Jumbotron
-------------------------------------------------- */
	.jumbotron {
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		color: #222;
		-webkit-box-shadow: inset 0px -500px 300px 0px rgba(0,0,0,0.55);
		-moz-box-shadow: inset 0px -500px 300px 0px rgba(0,0,0,0.55);
		box-shadow: inset 0px -500px 300px 0px rgba(0,0,0,0.55);
	}
	.jumbotron p {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	
	
	.jumbotron .caption {
		background: rgba(255,255,255,0.8);
		padding: 30px 50px 40px;
	}
	
	.jumbotron .caption .btn {
		margin-right: 10px;
	}
	
	
	
	@media screen and (min-width: 768px) {
		.jumbotron {
			padding-top: 330px;
			padding-bottom: 250px;
		}
		.jumbotron .caption {
			width: 80%;
		}
	}
	
/* Item
-------------------------------------------------- */

.item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}


/* Lead
-------------------------------------------------- */

	.lead {
		text-align: center;
		margin-bottom: 55px;
	}
	.lead p {
		font-size: 1.6rem;
		color: #666;
	}

	.lead h2:after, .lead .h2:after{
		content: '';
		display: block;
		margin: 0 auto;
		width: 80px;
		height: 3px;
		background: #CBB069;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	
	@media screen and (min-width: 768px) {
		.lead p {
			max-width: 980px;
			display: block;
			margin: auto;
		}
	}
	

/* Topic
-------------------------------------------------- */

.topic {
	padding: 30px;
	background: #eee;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-box-shadow: inset 0px -250px 200px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -250px 200px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px -250px 200px 0px rgba(0,0,0,0.75);
	margin-bottom: 60px;
}

.topic h3 {
	margin-bottom: 25px;
	color: #fff;
}

.topic p {
	color: #fff;
}

.topic .image {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: #CBB069;
	color: #fff;
	display: block;
	/*margin: 0 auto;*/
	line-height: 95px;
	text-align: center;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.topic .image:hover i {
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	font-size: 4.6rem;
}

.topic .image i {
	font-size: 4rem;
	color: #fff;
}

/* Teaser
-------------------------------------------------- */
.teaser {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #0e0e0e;
	
}

.teaser h3 {
	color: #fff;
	display: block;
	margin-bottom: 25px;
}
.teaser p {
	color: #fff;
	display: block;
    margin: 25px auto;
}

.teaser .btn {
	margin-top: 25px;
	margin-right: 10px;
}

.teaser .col-sm-12 > h3 {
	margin-bottom: 0;
}

/* Pivot
-------------------------------------------------- */

.pivot {
	padding: 50px 0;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-shadow: inset 0px -250px 200px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -250px 200px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px -250px 200px 0px rgba(0,0,0,0.75);
}
.pivot .btn {
	margin-top: 10px;
	margin-right: 10px;
}

.pivot h3 {
	color: #222;
	display: block;
	margin-bottom: 25px;
}
.pivot p {
	color: #222;
	display: block;
	margin: 25px auto;
}
.pivot .content {
	background: rgba(255,255,255,0.8);
    padding: 30px 50px 40px;
}

.pivot .image {
	margin-top: 25px;
}

/* Panel
-------------------------------------------------- */

.panel {
	margin-bottom: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #0e0e0e;
    border-color: transparent;
	border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-body {
	padding-top: 50px;
	padding-bottom: 60px;
}

/* Footer
-------------------------------------------------- */

footer {
	padding: 40px 0 0;
	border-top: 1px solid #ddd;
}

footer ul {
	-webkit-padding-start: 0;
	padding-left: 0;
	margin-bottom: 20px;
}
footer ul ~ ul {
	margin-bottom: 60px;
}

footer li {
	list-style-type: none;
}

footer li.divider {
	border-bottom: 1px solid transparent;
	height: 7px;
	margin-bottom: 7px;
	display: block;
	
}
footer li span.spacer {
	width: 80px;
    display: inline-block;
    float: left;
}
