body {
	font-family: 'Open Sans Condensed', sans-serif;

}

.t3-wrapper {
	background:#e9e8e4 !important;
}

.b {
	border:1px solid rgba(255,0,4,1.00);
}

.testbox {
	border:1px solid rgba(253,0,4,1.00);
	min-height:250px;
}

header .top-line {
	background-color:#008acc;
	line-height:30px;
	color:rgba(255,255,255,1.00);
	min-height:30px;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

header .middle-line {
	background-color:#0083c1;
	min-height:130px;
}

.bottom-line {
	background-color:#d80108;
	border:0 !important;
}

.logo-text-top a {
	display:inline-block;
	padding-top:30px;
	font-size:36px;
	color:rgba(255,255,255,1.00) !important;
}

.slider-index {
	width:100%;
	height:350px;
	background-color:#FFF;
	background: url(../images/akb.jpg) center center no-repeat;
	background-size:cover;
	border-bottom:4px solid rgba(102, 175, 233, 0.6);
}

.slider-index-bottom {
	display:none;
	width:100%;
	height:30px;
	background:rgba(0,0,0,.70);
	line-height:30px;
	color:rgba(255,255,255,1.00);
}

.navbar-default .navbar-nav > li > a {
	font-size:15px;
	color:rgba(255,255,255,1.00);
	font-weight:bold;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color:#ccc;
}


/* MENU */

#top-menu {
	height:40px !important;
	box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}


.sticktop {
	position: fixed;
	background:rgba(0,131,193,.9) !important;
	transition:all .3s;
	top: 0;
	width:100%;
	z-index: 1;
}

.logo-small-img {
	float:left;
	width:0;
	display:inline-block;
	transition:all .5s;
	height:47px;
	background:url(../images/logos.png) 0px 3px no-repeat;
}

.logo-small-cart {
	overflow:hidden;
	text-overflow:clip;
	float:right;
	width:0;
	display:inline-block;
	transition:all .5s;
	height:47px;
	background:url(../images/cart.png) 80px 3px no-repeat;
	color:rgba(255,255,255,1.00);
	text-align:left;
}

.logo-small-cart-txt {
	height:20px;
	overflow:hidden;
	margin-top:15px;
}
	
.sticktop .logo-small-cart,
.sticktop .logo-small-img {
	width:130px;
}
	
.off-canvas-toggle {
	font-size:20px;
	float:left;
	display:inline-block;
	width:80px;
	background:	rgba(0,131,193,.9);
}

.menu-head-fix {
	float:left;
	display:inline-block;
	max-width:300px !important;
}






.index-content-box {
	background:#e9e8e4;
	min-height:700px;
}

.index-item-bg {
	width:100%;
	height:100px;
	background:url(../images/banner-1-1.jpg) center center;
	background-size:cover;
	border:0px solid #000000;
}

.index-item-name {
	background:rgba(0,131,193,.80);
	height:100px;
	color:rgba(255,255,255,1.00);
	text-align:center;
	line-height:100px;
	font-size:36px;
	font-weight:100;
}

.index-item-name span {
	color:rgb(238,28,36);
	font-weight:bold;
}
	

/* rgb(255,3,46) */

/* INDEX ITEMS */

.item-accum-box {
	background:rgba(255,255,255,1.00);
	border:1px solid rgba(204,204,204,1.00);
	min-height:500px;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px 0;
	transition:all .5s;
	cursor:default;
}


.item-accum-img {
	border:1px solid rgb(180,180,180);
	border-bottom:1px solid rgba(255,255,255,1.00);
	width:95%;
	margin:0px auto;
	height:220px;
	background:rgba(219,219,219,1.00);
	transition:all .5s;
}

.item-accum-box:hover {
	box-shadow:0px 0px 5px rgba(189,189,189,1.00);
}

.item-accum-box:hover .item-accum-img {
	background:rgba(200,200,200,1.00);
	border-bottom:4px solid rgba(0,131,193,.80);
	transition:all .5s;
}


.item-accum-name {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	width:95%;
	margin:15px auto;
	font-size:20px;
	font-weight:100;
	border-left:4px solid #d80108;
	padding-left:15px;
	transition:all .5s;
	background:url(../images/lgs.png) -40px top no-repeat;
}

.item-accum-box:hover .item-accum-name {
	padding-left:40px;
	border-left:4px solid #FFF;
	background:url(../images/lgs.png) 0px top no-repeat;
	transition:all .5s;
}


.item-accum-line {
	width:95%;
	margin:5px auto 15px auto;
	border-bottom:1px solid rgb(180,180,180); 
}

@media (min-width: 768px) {
	.container > .navbar-header {
		display:none;
	}
	
	.navbar-collapse.collapse { /* FIX */
		display:inline-block !important;
	}
}



/* TABS|ACCORD INDEX */

.index-tab-box {
	background:#e9e8e4;
}

.r-tabs {
	position: relative;


}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: rgba(0,131,193,1);
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-align:center;
	padding: 10px 12px;
	height:80px;
	width:110px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background:url(../images/splash.png) -70px -70px no-repeat; 
}

.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
	background:url(../images/splash.png) -100px -100px no-repeat;
	transition:all .5s;
}


/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #FFF;
	background-color: #d80108;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #FFF;
	border:1px solid rgba(204,204,204,1.00);
	min-height:200px;
	margin-bottom:30px;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background:rgba(0,131,193,1);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	border-bottom:1px solid #FFFFFF;

}




/* FOOTER */

.footer-box {
	min-height:200px;
	height:100%;
	border-top:3px solid #FFF;
	background:rgba(0,131,193,1);
}
