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


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

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

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

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

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


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

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

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


