/* #Media Queries
================================================== */


@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {

	.b-responsive .b-container {
		width: 790px;
	}
	.b-responsive .b-boxed {
		max-width: 850px;
		margin-right: auto;
		margin-left: auto;
		position:relative;
	}
	.b-responsive .b-container.b-fullscreen {
		width: 100% !important;
	}
}

@media only screen and (max-width: 959px), only screen and (max-device-width: 959px) {

	.b-responsive .b-container {
		width: 610px;
	}
	.b-responsive .b-boxed {
		max-width: 670px;
		margin-right: auto;
		margin-left: auto;
		position:relative;
	}
	.b-responsive .b-container.b-fullscreen {
		width: 100% !important;
	}

	.b-right-sidebar .b-main-content,
	.b-left-sidebar .b-main-content,
	.b-right-sidebar .b-sidebar ,
	.b-left-sidebar .b-sidebar {
		padding: 0px;
		width:100%;
		float: left;
	}
}
	
		
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	
	.b-responsive .b-container {
		width: 430px;
	}
	.b-responsive .b-boxed {
		max-width: 490px;
		margin-right: auto;
		margin-left: auto;
		position:relative;
	}
	.b-responsive .b-container.b-fullscreen {
		width: 100% !important;
	}
	
	.b-responsive .b-column-1-6,
	.b-responsive .b-column-1-5,
	.b-responsive .b-column-1-4,
	.b-responsive .b-column-1-2,
	.b-responsive .b-column-1-3,
	.b-responsive .b-column-2-3,
	.b-responsive .b-column-3-4,
	.b-responsive .b-column-4-5,
	.b-responsive .b-column-5-6,
	.b-responsive .b-column-1 {
		width:100%;
	}
	.b-main-content.b-sidebar {
		width:100%;
	}
	.b-right-sidebar .b-main-content,
	.b-left-sidebar .b-main-content,
	.b-right-sidebar .b-sidebar ,
	.b-left-sidebar .b-sidebar {
		padding: 0px;
		width:100%;
		float: left;
	}
}


@media only screen and (max-width: 479px), only screen and (max-device-width: 479px) {

	.b-responsive .b-container {
		width: 230px;
	}
	.b-responsive .b-boxed {
		max-width: 290px;
		margin-right: auto;
		margin-left: auto;
		position:relative;
	}
	.b-responsive .b-container.b-fullscreen {
		width: 100% !important;
	}

	.b-responsive .b-column-1-6,
	.b-responsive .b-column-1-5,
	.b-responsive .b-column-1-4,
	.b-responsive .b-column-1-2,
	.b-responsive .b-column-1-3,
	.b-responsive .b-column-2-3,
	.b-responsive .b-column-3-4,
	.b-responsive .b-column-4-5,
	.b-responsive .b-column-5-6,
	.b-responsive .b-column-1 {
		width:100%;
	}
	.b-main-content.b-sidebar {
		width:100%;
	}
	
	.b-right-sidebar .b-main-content,
	.b-left-sidebar .b-main-content,
	.b-right-sidebar .b-sidebar ,
	.b-left-sidebar .b-sidebar {
		padding: 0px;
		width:100%;
		float: left;
	}
}


