<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

article, aside, div, dt, figcaption, footer, form, header, hgroup, html, main, nav {
	display: block;
}

/*NAVBAR CUSTOM*/
.navbar-brand {
    float: left;
    font-size: 150%;
	width:auto;
}

.social li img{
	width:50%;
	height:50%;
}

@media (min-width: 767px) {
	.navbar-nav.nav-justified &gt; li{
		float:none;
	}
}

.navbar-nav {
	margin: 1px 1px;
	z-index:100;
	clear:none;
}

/* customize nav style */
.navbar-custom {
    background-color: #2e2e2e;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}

.navbar-custom  .navbar-nav&gt;li&gt;a {
	color: #ddd;
}

.navbar-collapse{
	background:#2e2e2e;
	margin:0;
	padding:0;
}

.navbar-nav.nav-justified &gt; li:nth-child(2),
.navbar-nav.nav-justified &gt; li:nth-child(3),
.navbar-nav.nav-justified &gt; li:nth-child(4),
.navbar-nav.nav-justified &gt; li:nth-child(5){
	border-right:1px #5e5e5e solid;
}

.navbar-nav.nav-justified &gt; li:nth-child(3) &gt; a:hover, 
.navbar-nav.nav-justified &gt; li:nth-child(4) &gt; a:hover, 
.navbar-nav.nav-justified &gt; li:nth-child(5) &gt; a:hover,
.navbar-nav.nav-justified &gt; li:nth-child(3) &gt; a:focus, 
.navbar-nav.nav-justified &gt; li:nth-child(4) &gt; a:focus, 
.navbar-nav.nav-justified &gt; li:nth-child(5) &gt; a:focus{
	border-bottom: 4px #3E4095 solid;
	background:#222222;
}

.navbar-nav.nav-justified &gt; li:nth-last-child &gt; a:hover, 
.navbar-nav.nav-justified &gt; li:nth-last-child &gt; a:focus,
.navbar-nav.nav-justified &gt; li:nth-last-child &gt; a .active{
	margin-bottom:-4px;
}


.navbar-nav.nav-justified &gt; li:first-child{
	border-right:1px #5e5e5e solid;
	border-bottom:none;
}

.navbar-custom .dropdown-menu{
	right:0;
}
.navbar-custom .navbar-nav&gt;.dropdown&gt;a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

body{
	background:#fff;
	overflow-x:hidden;
	padding-bottom:0;
	margin-bottom:0;
}

.carousel{
	margin-bottom:10%;
}

.carousel-inner {
	margin-bottom:10%;
}

.carousel-indicators {
	position: absolute;
	bottom: -15%;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #ff0000;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #ff0000;
}

/*Page-header styling*/
.page-header &gt; h1{
	color:#fff;
}

.carousel-control{
	cursor:pointer;
}

.carousel-inner .active.left{
	left: -25%;
}

.carousel-inner .next{
	left:25%;
}

.carousel-inner .prev{
	left:-25%;
}

.carousel-control{
	width:4%;
}

.carousel-control.left{
	margin-left:0;
	background-image:none;
}

.carousel-control.right{
	margin-right:0;
	background-image:none;
}

.thumb-inner .thumb2-inner{
	background:#fff;
}

/*Hide Carousel Controls until hover*/
.carousel .carousel-control{
	display:none;
}

/*Display Carousel Controls on hover*/
.carousel:hover .carousel-control{
	display:block;
}

#thumb-inner &gt; .item{
	position:relative;
	overflow:hidden;
}

#thumb-inner &gt; .item &gt; a img{
	position:relative;
	overflow:hidden;
}

.caption{
	display:none;
	position:absolute;
	top:0;
	left:5.5%;
	right:2%;
	bottom:0;
	background:rgba(0, 0, 0, 0.65);
	color:#fff !important;
	margin-top:0;
	z-index:1000;
	padding-left:2%;
	padding-right:2%;
	text-align:center;
}

.caption p{
	padding:2%;
}

.carousel &gt; .thumb-inner{
	width:90%;
	position:relative;
	left:0;
	right:0;
	margin:auto;
	background:#000;
}

.thumb-carousel-navbar{
	position:relative;
	float:none;
	margin:2% auto;
	width:80%;
	background:#444;
}

.thumb-carousel-navbar{
	position:relative;
	float:none;
	margin:0 auto;
	width:90%;
	background:#444;
	text-align:center;
}

.thumb-carousel-navbar a &gt; img{
	position:relative;
	left:65%;
	margin:0 auto;
	float:none;
	text-align:center;
	border:#fff solid 1px;				
}

.thumb-carousel-navbar .active{
	opacity:.5;
	border:#3E4095 solid 1px;		
}

.nav-carousel{
	padding-bottom:0%;
	width: 90%;
	z-index:101;
	-webkit-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
	float:none;
	margin:0 5%;
	height:auto;
	position:absolute;
	top:100%;
	bottom:0;
	border-bottom: .5px #ededed solid;
	border-top: .5px #ededed solid;
}

.nav-carousel li{
	background-color:transparent;
}

.nav-carousel li &gt; a{
	color:#3E4095;
	font-weight:800;
}

.nav-carousel li &gt; a:hover{
	background:#3E4095;
	color:#fff;
}

.carousel-border{
	border-right:2px solid #fff;
}

.nav-carousel &gt; .active &gt; a, .nav-carousel &gt; .active &gt; a:hover, .nav-carousel &gt; .active &gt; a:focus, #carousel a:hover, #carousel a:focus{
	background-color: #3E4095;
	color: #fff;
	outline:none;
	cursor:pointer;
}

.nav-carousel.affix{
	width: 100%;
	position: static;
	z-index:101;
	height:auto;
	padding-bottom:0%;
}

.nav-carousel &gt; li{
	z-index:100;
	padding-bottom:0%;
}</pre></body></html>