/*
    Description: 	Tabs Framework
    Author: 		InsideLab
    Version: 		1.0
*/

/*	--------------------------------------------------
	:: Tablet Portrait Design for a width of 1200px
	-------------------------------------------------- */

@media only screen and (min-width:960px) and (max-width:1199px) {

	.wrapper { width:960px; }

	.tabs .label{
		position:relative;
/*		display:block;
		width:100%;*/
	}

}

/*	--------------------------------------------------
	:: Tablet Portrait Design for a width of 960px
	-------------------------------------------------- */

@media only screen and (min-width:768px) and (max-width:959px) {

	.wrapper { width:768px; }

	.tabs .label{
		position:relative;
/*		display:block;
		width:100%;*/
	}

}

/*	--------------------------------------------------
	:: Mobile Landscape Design for a width of 420px
	-------------------------------------------------- */

@media only screen and (min-width:480px) and (max-width:767px) {

	.wrapper { width:420px; }

	.tabs .label{
		position:relative;
/*		display:block;
		width:100%;*/
	}

}

/*	--------------------------------------------------
	:: Mobile Portrait Design for a width of 300px
	-------------------------------------------------- */

@media only screen and (max-width:479px) {

	.wrapper { width:300px; }

	.tabs .label{
		position:relative;
/*		display:block;
		width:100%;*/
	}

}

@media screen and (max-width: 420px){
.tabs .label {
    font-size: 13px;
    padding: 28px 3%;
}
}