@media only screen and (max-width: 1020px) {
	
.container {
	width: 100%;
	margin: 0 0;
}

#header {
	height: 250px;
	width: 100%;
}

#bg2 {
	background: url(images/others/bg03b.png) no-repeat center;
	margin-left: 0;
}

#login {
	float: none;
}

#login form {
	width: 100%;
	margin-right: 0;
	padding-top: 0;
}
	
/** CONTENT */

#content {
	float: none;
	width: 100%;
	padding-right: 0px;
}

.single #content {
	float: none;
	width: 100%;
	padding: 0px 0px;
}

/** SIDEBAR */

#sidebar {
	float: none;
	width: 100%;
	padding-left: 0px;
}

#sidebar2 {
	float: none;
	width: 100%;
}

#sidebar3 {
	float: none;
	width: 100%;
}

.box-style4 .title {
	background: url(images/others/homepage15.png) no-repeat left top;
	background-size: 100% 40px;
	width: 100%;
	height: 40px;
}


.box-style3 .title {
	margin-top: 0;
	width: 100%;
	height: 37px;
	text-align: center;
	background: url(images/others/homepage16.png) no-repeat left top;
}

.box-style4 .title2 {
	background: url(images/others/homepage15.png) no-repeat left top;
	background-size: 100% 40px;
}

.box-style2 .title {
	background: url(images/others/homepage12.png) no-repeat left top;
	background-size: 100% 40px;
}


.home #page {
	background: url();
	background-color: #261C0F;
}

.single #page {
	background: url();
}








}