.visible-phone {
	display: none;
}

.visible-desktop {
	display: block;
}

.visible-desktop-wide {
	display: none;
}

.visible-std {
	display: block;
}


.wrapper {
	width: 960px;
	margin: auto;
}

/* @group home */

.work_icon:hover span {
	right: 0;
}


.contentcontainer_home {
	margin-left: -1%;
	margin-right: -1%;
}


/* @end */

.content p{
	margin-left: 498px;
	margin-bottom: 30px;
}

.post_content,
.work_txt {
	margin-bottom: 50px;
}

div.bullet {
	margin-left: 500px !important;
}

/* @group work detail */

.workimg_s {
/*	width: 468px;*/
	margin-bottom: 24px;
	display: block;
	float: right;
	margin-left: 23px;
}

.workimg_s:nth-child(odd) {
	float: left;
	margin-left: 0;
}

.workimg_s img {
	width: 468px;
	height: auto;
}






.contentcontainer_work {
	/*margin-left: -1%;
	margin-right: -1%;*/
}

/* @end */


.work_gal,
	.work_gal img {
	width: 960px !important;
	height: 539px !important;
}