﻿.jcontainer {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.jcontainer:before, .jcontainer:after {
	content: " ";
	display: table;
}
.jcontainer:after {
	clear: both;
}
@media (min-width:768px){
.jcontainer {
	width: 750px;
}
}
@media (min-width:992px){
.jcontainer {
	width: 970px;
}
}
@media (min-width:1200px){
.jcontainer {
	width: 1170px;
}
}
.jcontainer-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.jcontainer-fluid:before, .jcontainer-fluid:after {
	content: " ";
	display: table;
}
.jcontainer-fluid:after {
	clear: both;
}
.jcontainer > .navbar-header, .jcontainer > .navbar-collapse, .jcontainer-fluid > .navbar-header, .jcontainer-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width:992px){
.jcontainer > .navbar-header, .jcontainer > .navbar-collapse, .jcontainer-fluid > .navbar-header, .jcontainer-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
}
@media (min-width:992px){
.navbar > .jcontainer .navbar-brand, .navbar > .jcontainer-fluid .navbar-brand {
	margin-left: -15px;
}
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}
.jumbotron h2, .jumbotron .h2 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.jcontainer .jumbotron, .jcontainer-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}
.jumbotron .jcontainer {
	max-width: 100%;
}
@media screen and (min-width:768px){
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px;
}
.jcontainer .jumbotron, .jcontainer-fluid .jumbotron {
	padding-left: 60px;
	padding-right: 60px;
}
.jumbotron h2, .jumbotron .h2 {
	font-size: 63px;
}
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}
@media all and (transform-3d),(-webkit-transform-3d){
.carousel-inner > .item {
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	-moz-transition: -moz-transform 0.6s ease-in-out;
	-o-transition: -o-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	left: 0;
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	left: 0;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	left: 0;
}
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);background-color:transparent
}
.carousel-control.left {
	background-repeat: repeat-x;
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: #000 \9;
	background-color: transparent;
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width:768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -10px;
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}
.jumbotron {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 50px;
}
@media (min-width:992px){
.jumbotron {
	min-height: 378px;
}
}
.jumbotron .item {
	background-color: #2f2a2b;
}
.jumbotron.carousel .carousel-text {
	padding: 25px 0 30px 0;
}
@media (min-width:768px){
.jumbotron.carousel .carousel-text {
	padding: 30px 0;
}
}
@media (min-width:992px){
.jumbotron.carousel .carousel-text {
	position: absolute;
	top: 50%;
	width: 600px;
	padding: 0;
	text-align: left;
	-ms-transform: translate(0%,-45%);
	-webkit-transform: translate(0%,-45%);
	-moz-transform: translate(0%,-45%);
	-o-transform: translate(0%,-45%);
	transform: translate(0%,-45%);
}
.jumbotron.carousel .carousel-text.center {
	width: 940px;
	text-align: center;
}
.carousel-topheading {
	display: none;
}
}
@media (min-width:992px) and (min-width:1200px){
.jumbotron.carousel .carousel-text.center {
	width: 1140px;
}
}
@media (min-width:992px){
.jumbotron.carousel .carousel-text.right {
	width: 940px;
	text-align: right;
}
}
@media (min-width:992px) and (min-width:1200px){
.jumbotron.carousel .carousel-text.right {
	width: 1140px;
}
}
.jumbotron.carousel .carousel-text h2 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 40px;
	color: #fff;
	line-height: 1.1;
	letter-spacing: 1px;
}
@media (min-width:992px){
.jumbotron.carousel .carousel-text h2 {
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
}
@media (min-width:1200px){
.jumbotron.carousel .carousel-text h2 {
	font-size: 46px;
}
}
.jumbotron.carousel .carousel-text p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
}
@media (min-width:1200px){
.jumbotron.carousel .carousel-text p {
	font-size: 16px;
}
}
.jumbotron.carousel .carousel-text p:last-of-type {
	margin-bottom: 0;
}
.jumbotron.carousel .carousel-text .btn {
	margin: 0 6px 0 0;
}
.jumbotron.carousel .carousel-text .btn:last-of-type {
	margin: 0;
}
.jumbotron.carousel .carousel-topheading {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5.5px;
	color: #a9a49e;
	text-shadow: 0 1px 2px rgba(0,0,0,.7);
}
.jumbotron .carousel-inner > .item > img, .jumbotron .carousel-inner > .item > a > img {
	width: 100%;
	height: auto;
}
.jumbotron .carousel-control.left, .jumbotron .carousel-control.right {
	opacity: 1;
	text-shadow: none;
	width: 55px;
	height: 55px;
	line-height: 55px;
	top: 30px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	z-index: 1;
	background: rgba(255,255,255,.1);
}
@media (min-width:480px){
.jumbotron .carousel-control.left, .jumbotron .carousel-control.right {
	top: 65px;
}
}
@media (min-width:768px){
.jumbotron .carousel-control.left, .jumbotron .carousel-control.right {
	top: 130px;
}
}
@media (min-width:992px){
.jumbotron .carousel-control.left, .jumbotron .carousel-control.right {
	top: calc(50% - 30px);
}
}
.jumbotron .carousel-control.left.left, .jumbotron .carousel-control.right.left {
	left: 15px;
}
.jumbotron .carousel-control.left.right, .jumbotron .carousel-control.right.right {
	right: 15px;
}
.jumbotron .carousel-control.left:hover, .jumbotron .carousel-control.left:focus, .jumbotron .carousel-control.right:hover, .jumbotron .carousel-control.right:focus {
	color: #fff;
	opacity: 1;
	background: rgba(255,255,255,.2);
}
.jumbotron .carousel-indicators {
	display: none;
}
@media (min-width:992px){
.jumbotron .carousel-indicators {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	text-align: center;
	border-radius: 1px 1px 0 0;
}
.jumbotron .carousel-indicators li, .jumbotron .carousel-indicators li.active {
	display: table-cell;
	width: auto;
	height: 6px;
	margin: 0 2px;
}
.jumbotron .carousel-indicators li {
	background-color: rgba(255,255,255,.2);
	border: none;
	border-radius: 0;
	transition: all 0.4s ease-out;
}
.jumbotron .carousel-indicators li.active {
	background-color: #a9a49e;
	border-color: #a9a49e;
}
}
@media (min-width:992px){
body.header-wide .jumbotron.carousel .carousel-text {
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
}
@media (min-width:992px){
body.no-topbar.header-wide .jumbotron.carousel .carousel-text {
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
}
@media (min-width:992px){
body.no-topbar .jumbotron.carousel .carousel-text {
	-ms-transform: translate(0%,-24%);
	-webkit-transform: translate(0%,-24%);
	-moz-transform: translate(0%,-24%);
	-o-transform: translate(0%,-24%);
	transform: translate(0%,-24%);
}
}
.btn-outline, .carousel.slide .btn-outline {
	color: #fff;
	border-color: rgba(250,250,250,.33);
}
.btn-outline:hover, .carousel.slide .btn-outline:hover {
	color: #fff;
	border-color: rgba(250,250,250,.5);
}
.btn-outline {
	text-shadow: none;
	border: 2px solid rgba(50,50,50,.2);
	color: rgba(50,50,50,.6);
	background-color: transparent;
}
.carousel {
	position: inherit;
	clear: both;
}
.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:hover, .jumbotron .carousel-indicators {
	background-color: #a9a49e;
	color: #fff;
}
.btn-primary {
	color: #fff;
	border-color: transparent;
	background-color: #a9a49e;
}
.btn {
	padding: 18px 22px;
	font-size: 13px;
	font-family: "Roboto",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-width: 2px;
	border-radius: 1px;
	transition: all 100ms ease-out;
}
.btn-primary {
	color: #fff;
	background-color: #908c89;
	border-color: #908c89;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
