*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	word-wrap: break-word;
}
a {
	text-decoration: none;
}
.border {
	border: 1px solid #000000;
}
/* width */
::-webkit-scrollbar {
	width: 4px;
	height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #FFF;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #d69b0a;
	border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(214, 155, 010,0.5);
}

.content {
	width: 95%;
	
	margin-top: 20px;
}
.content form span {
	font-size: 30px;
	float: left;
	margin: 10px;
}
.content form textarea {
	border: 1px solid #d69b0a;
	width: 95%;
	display: block;
	border-radius: 3px;
}
.content form select {
	width: 200px;
	padding: 10px;
	margin-top: 20px;
}
.content form button {
	padding: 10px;
	width: 80px;
	border: none;
	cursor: pointer;
	margin: 30px 50px;
	background: rgb(214, 155, 010); /*d69b0a*/
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 100px;
	
}
.content form button:hover {
	background: rgba(214, 155, 010,0.8);
}
.preview {
	width: 80%;
	max-width: 1800px;
	border-bottom: 1px solid #d69b0a;
	margin-top: 20px;
	border-radius: 0px;
	color: #444444;
}
.preview .heading {
	width: 98%;
	font-size: 30px;
	font-weight: 600;
	display: block;
	background: #eeeeee;
	border-radius: 10px;
	margin: 2px;
	text-align: left;
	padding: 5px;
	font-family: 'serif';
	
}
.preview .content {
	width: 98%;
	display: block;
	background: #eeeeee;
	border-radius: 10px;
	margin: 2px;
	font-size: 20px;
	padding: 5px;
	text-align: left;
	letter-spacing: 2px;
	font-family: 'ZCOOL XiaoWei',serif;
	line-height: 25px;
}
.rowId {
	font-size: 13px;
	font-weight: 100;
	display: block;
	text-decoration: underline;
}
.rowId a {
	color: #585858;
}
.date{
	font-size: 15px;
	font-weight: 100;
	color: #585858;
	display: inline-block;
}
.categ {
	font-size: 15px;
	font-weight: 100;
	text-transform: Capitalize;
	border: 1px solid #d69b0a;
	padding: 2px 8px;
	border-radius: 15px;
	font-family: 'ZCOOL XiaoWei',serif;
	display: inline-block;
	margin-top: 15px;
}
.categ a {
	color: #d69b0a;
}
.categ a:hover {
	text-decoration: underline;
}
.categ:active {
	background: rgba(214, 155, 010,0.5);
}
.publish_btn {
	padding: 10px;
	width: 100px;
	border: none;
	cursor: pointer;
	margin: 20px;
	background: rgb(214, 155, 010); /*d69b0a*/
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 100px;
}
.publish_btn:hover {
	background: rgba(214, 155, 010,0.8);
}
.banner {
	background: url("../image/banner3.gif") repeat center center;
	height: 110px;
	opacity: 0.5;
	border-bottom: 1px solid #d69b0a;
	box-shadow: 0px 1px 15px #d69b0a;
}
.top {
	position: absolute;
	width: 100%;
	margin-top: -110px;
	height: 110px;
	display: flex;
}
.dphead {
	width: 20%;
	margin: auto;
}
.dp {
	display: inline-block;
	margin-left: 50px;
	overflow: hidden;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	border: 1px solid #d69b0a;
}
.dp img {
	height: 100px;
	width: 100px;
}
.socialid {
	display: inline-block;
	width: 30%;
	border: 1px solid 000000;
	text-align: center;
	margin: auto;
}
.socialid div {
	display: inline-block;
	border-radius: 100%;
	padding: 10px;
	margin: 5px;
	
}
.socialid div a i {
	font-size: 2vw;
}
.yes {
	color: #515151;
	font-family: 'ZCOOL XiaoWei',serif;
	font-size: 50px;
	float: right;
	margin: auto;
	width: 50%;
	text-align: center;
}
.yes a strong {
	color: #d69b0a;
	text-align: center;
}
.yes a strong:hover {
	color: rgba(214, 155, 010,0.8);
}
.fb {
	border: 1px solid #3b5998;
}
.fb a i {
	color: #3b5998;
}
.fb:hover {
	background: rgba(59,89,152,0.5);
}
.fb:hover > .fa-facebook{
	color: #FFFFFF;
}
.twitter {
	border: 1px solid #00acee;
}
.twitter a i {
	color: #00acee;
}
.twitter:hover {
	background: rgba(0,172,238,0.5);
}
.twitter:hover > .fa-twitter{
	color: #FFFFFF;
}
.linkedin {
	border: 1px solid #0e76a8;
}
.linkedin a i {
	color: #0e76a8;
}
.linkedin:hover {
	background: rgba(14,118,168,0.5);
}
.linkedin:hover > .fa-linkedin{
	color: #FFFFFF;
}
.filters {
	width: 80%;
	margin: auto;
	margin-top: 10px;
	overflow: auto;
	white-space: nowrap;
	max-width: 1800px;
}
.filters a{
	
}
.filters a span {
	border: 1px solid #d69b0a;
	display: inline-block;
	color: #d69b0a;
	padding: 10px 20px;
	margin: 5px;
	border-radius: 50px;
	font-family: 'ZCOOL XiaoWei',serif;
}
.filters a span:hover {
	text-decoration: underline;
}
.filters a span:active {
	background: rgba(214, 155, 010,0.5);
}
.footMain {
	
	background: #262020;
	padding: 5px 0
}
.footSub {
	padding: 10px 0;
	border: 1px dashed #CCC;
	border-left: none;
	border-right: none;
	width: 100%;
}
footer p {
	color: #CCC;
	margin: 5px 50px;
}
footer {
	margin-top: 30%;
}

/*--- Responsive Design ---*/


/*--Phone (600px and down)--*/
@media only screen and (max-width : 600px) {
	.banner {
		background: url("../image/banner3.gif") repeat center center;
		height: 80px;
		opacity: 0.5;
	}
	.top {
		position: absolute;
		width: 100%;
		margin-top: -80px;
		height: 80px;
		border-bottom: 1px solid #d69b0a;
		box-shadow: 0px 1px 15px #d69b0a;
		display: flex;
		padding: 10px;
	}
	.dphead {
		width: 20%;
		margin: auto;
		border: 1px solid 000000;

	}
	.dp {
		display: inline-block;
		margin: auto;
		overflow: hidden;
		border-radius: 100%;
		height: 60px;
		width: 60px;
		border: 1px solid #d69b0a;
		
	}
	.dp img {
		height: 60px;
		width: 60px;
	}
	.socialid {
		display: none;
		width: 25%;
		border: 1px solid 000000;
		text-align: center;
		margin: auto;
	}
	.socialid div {
		display: inline-block;
		border-radius: 100%;
		padding: 2px;
		margin: 5px;
		
	}
	.socialid div a i {
		font-size: 10px;
	}
	.yes {
		color: #515151;
		font-family: 'ZCOOL XiaoWei',serif;
		font-size: 20px;
		float: right;
		margin: auto;
		width: 80%;
		text-align: center;
	}
	.preview {
		width: 95%;
		border-bottom: 1px solid #d69b0a;
		margin-top: 20px;
		border-radius: 0px;
		color: #444444;
		
	}
	.filters {
		width: 95%;
		margin: auto;
		margin-top: 10px;
		overflow: auto;
		white-space: nowrap;
	}
	footer p {
		color: #CCC;
		margin: 5px 20px;
	}
	footer {
		margin-top: 60%;
	}
}


/*--portrait tap and large Phone (600px and up)--*/
@media only screen and (min-width : 600px) {
	.banner {
		background: url("../image/banner3.gif") repeat center center;
		height: 80px;
		opacity: 0.5;
	}
	.top {
		position: absolute;
		width: 100%;
		margin-top: -80px;
		height: 80px;
		border-bottom: 1px solid #d69b0a;
		box-shadow: 0px 1px 15px #d69b0a;
		display: flex;
		padding: 10px;
	}
	.dphead {
		width: 20%;
		margin: auto;
		border: 1px solid 000000;

	}
	.dp {
		display: inline-block;
		margin: auto;
		overflow: hidden;
		border-radius: 100%;
		height: 60px;
		width: 60px;
		border: 1px solid #d69b0a;
		
	}
	.dp img {
		height: 60px;
		width: 60px;
	}
	.socialid {
		display: inline-block;
		width: 30%;
		border: 1px solid 000000;
		text-align: center;
		margin: auto;
	}
	.socialid div {
		display: inline-block;
		border-radius: 100%;
		padding: 8px;
		margin: 5px;
		
	}
	.socialid div a i {
		font-size: 30px;
	}
	.yes {
		color: #515151;
		font-family: 'ZCOOL XiaoWei',serif;
		font-size: 20px;
		float: right;
		margin: auto;
		width: 50%;
		text-align: center;
	}
	.preview {
		width: 90%;
		border-bottom: 1px solid #d69b0a;
		margin-top: 20px;
		border-radius: 0px;
		color: #444444;
	}
	.filters {
		width: 90%;
		margin: auto;
		margin-top: 10px;
		overflow: auto;
		white-space: nowrap;
	}
	footer p {
		color: #CCC;
		margin: 5px 40px;
	}
	footer {
		margin-top: 50%;
	}


/*--landscape tap (800px and up)--*/
@media only screen and (min-width : 800px) {
	.banner {
		background: url("../image/banner3.gif") repeat center center;
		height: 100px;
		opacity: 0.5;
	}
	.top {
		position: absolute;
		width: 100%;
		margin-top: -100px;
		height: 100px;
		border-bottom: 1px solid #d69b0a;
		box-shadow: 0px 1px 15px #d69b0a;
		display: flex;
		padding: 10px;
	}
	.dphead {
		width: 20%;
		margin: auto;
		border: 1px solid 000000;

	}
	.dp {
		display: inline-block;
		margin: auto;
		overflow: hidden;
		border-radius: 100%;
		height: 80px;
		width: 80px;
		border: 1px solid #d69b0a;
		
	}
	.dp img {
		height: 80px;
		width: 80px;
	}
	.socialid {
		display: inline-block;
		width: 25%;
		border: 1px solid 000000;
		text-align: center;
		margin: auto;
	}
	.socialid div {
		display: inline-block;
		border-radius: 100%;
		padding: 8px;
		margin: 5px;
		
	}
	.socialid div a i {
		font-size: 30px;
	}
	.yes {
		color: #515151;
		font-family: 'ZCOOL XiaoWei',serif;
		font-size: 30px;
		float: right;
		margin: auto;
		width: 55%;
		text-align: center;
	}
	.preview {
		width: 85%;
		border-bottom: 1px solid #d69b0a;
		margin-top: 20px;
		border-radius: 0px;
		color: #444444;
	}
	.filters {
		width: 85%;
		margin: auto;
		margin-top: 10px;
		overflow: auto;
		white-space: nowrap;
	}
	footer p {
		color: #CCC;
		margin: 5px 40px;
	}
	footer {
		margin-top: 30%;
	}
}


/*--landscape tap (1000px and up)--*/
@media only screen and (min-width : 1000px) {
	.banner {
		background: url("../image/banner3.gif") repeat center center;
		height: 120px;
		opacity: 0.5;
		border-bottom: 1px solid #d69b0a;
		box-shadow: 0px 1px 15px #d69b0a;
	}
	.top {
		position: absolute;
		width: 100%;
		margin-top: -120px;
		height: 120px;
		display: flex;
		padding: 0px;
	}
	.dphead {
		width: 20%;
		margin: auto;
		border: 1px solid 000000;

	}
	.dp {
		display: inline-block;
		margin-left: 50px;
		overflow: hidden;
		border-radius: 100%;
		height: 100px;
		width: 100px;
		border: 1px solid #d69b0a;
		
	}
	.dp img {
		height: 100px;
		width: 100px;
	}
	.socialid {
		display: inline-block;
		width: 30%;
		border: 1px solid 000000;
		text-align: center;
		margin: auto;
	}
	.socialid div {
		display: inline-block;
		border-radius: 100%;
		padding: 8px;
		margin: 5px;
		
	}
	.socialid div a i {
		font-size: 30px;
	}
	.yes {
		color: #515151;
		font-family: 'ZCOOL XiaoWei',serif;
		font-size: 40px;
		float: right;
		margin: auto;
		width: 50%;
		text-align: center;
	}
	.preview {
		width: 80%;
		border-bottom: 1px solid #d69b0a;
		margin-top: 20px;
		border-radius: 0px;
		color: #444444;
	}
	.filters {
		width: 80%;
		margin: auto;
		margin-top: 10px;
		overflow: auto;
		white-space: nowrap;
	}
	footer p {
		color: #CCC;
		margin: 5px 50px;
	}
	footer {
		margin-top: 30%;
	}
}


/*--landscape tap (1300px and up)--*/
@media only screen and (min-width : 1300px) {
	.banner {
		background: url("../image/banner3.gif") repeat center center;
		height: 120px;
		opacity: 0.5;
		border-bottom: 1px solid #d69b0a;
		box-shadow: 0px 1px 15px #d69b0a;
	}
	.top {
		position: absolute;
		width: 100%;
		margin-top: -120px;
		height: 120px;
		display: flex;
		padding: 0px;
	}
	.dphead {
		width: 20%;
		margin: auto;
		border: 1px solid 000000;

	}
	.dp {
		display: inline-block;
		margin-left: 50px;
		overflow: hidden;
		border-radius: 100%;
		height: 100px;
		width: 100px;
		border: 1px solid #d69b0a;
		
	}
	.dp img {
		height: 100px;
		width: 100px;
	}
	.socialid {
		display: inline-block;
		width: 30%;
		border: 1px solid 000000;
		text-align: center;
		margin: auto;
	}
	.socialid div {
		display: inline-block;
		border-radius: 100%;
		padding: 8px;
		margin: 5px;
		
	}
	.socialid div a i {
		font-size: 30px;
	}
	.yes {
		color: #515151;
		font-family: 'ZCOOL XiaoWei',serif;
		font-size: 50px;
		float: right;
		margin: auto;
		width: 50%;
		text-align: center;
	}
	.preview {
		width: 80%;
		border-bottom: 1px solid #d69b0a;
		margin-top: 20px;
		border-radius: 0px;
		color: #444444;
	}
	.filters {
		width: 80%;
		margin: auto;
		margin-top: 10px;
		overflow: auto;
		white-space: nowrap;
	}
	footer p {
		color: #CCC;
		margin: 5px 50px;
	}
	footer {
		margin-top: 30%;
	}
}














