html, body{
	margin: 0;
	padding: 0;
	overflow-x: hidden !important;
}

/*CATEGORY*/
.bg-light-blue{
	background-color: #0092ce;
    color: #ffffff;
    font-family: Roboto-Reg;
    font-size: 12px;
    padding: 0 30px;
    position: relative;
    z-index: 400;
}

.bg-light-blue a{
	color: #FFFFFF;
}

.wrapper-category{
	float: right;
}

.tab-category{
	text-transform: uppercase;
	border-right: 1px solid #FFFFFF;
}

.tab-sort{
	text-transform: uppercase;
	border-left: 1px solid #FFFFFF;
}

.icon-bullet{
	background: url('../images/tab/02_artikel_1.png') no-repeat;
	width: 12px;
	height: 11px;
	float: left;
	margin: 23px 7px 5px 0;
}

.text-category{
	float: left;
	padding: 20px 5px;
}

.bg-cat{
	background-color: #0092ce;
	padding: 0 5px 0 10px;
	width: auto;
}

.bg-all-1{
	background-color: #0584b9;
}

.bg-hydro{
	background-color: #0092ce;
}

.bg-health{
	background-color: #f35528;
}

.bg-activity{
	background-color: #fcb819;
}

.bg-life{
	background-color: #7cba0d;
}

.bg-sort{
	background-color: #0092ce;
}

.bg-all-2{
	background-color: #2075ab;
}

.bg-latest{
	background-color: #2382bc;
}

.bg-popular{
	background-color: #2688c7;
}

.bg-light-blue a > div{
	position: relative;
}

.inner-wrap{	
	padding: 0 5px 0 10px;
}

.inner-border{
	border: 2px solid #FFFFFF;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display:none;
}

.wrapper-category a.active .inner-border,.wrapper-category a:hover .inner-border,.wrapper-sortir a.active .inner-border,.wrapper-sortir a:hover .inner-border{	
	display:block;
}
/*END OF CATEGORY*/

@media screen and (max-width: 1167px){
	.tab-sort, .tab-category{
		border: none;
		width: 100%;
	}
	.wrapper-sortir{
		float: right;
	}
	.bg-light-blue{
		padding: 0;
	}
}

@media screen and (max-width: 630px){
	.bg-light-blue{
	    font-size: 11px;
	}

	.wrapper-category, .wrapper-sortir{
		float: none;
	}

	.bg-sort, .bg-cat{
		width: 100%;
		text-align: center;
	}
	.bg-latest{
		width: 100%;
		text-align: center;
	}
	.bg-popular{
		width: 50%;
	}
	.bg-all-2{
		width: 50%;
	}
	
	.bg-all-1{
		width: 100%;
	}
	.bg-hydro{
		width: 50%;
	}
	.bg-health{
		width: 50%;
	}
	.bg-activity{
		width: 50%;
	}
	.bg-life{
		width: 50%;
	}
}

@media screen and (max-width: 480px){
	.inner-border{
		width:98%;
	}
}