.menu-phone {
	display: block;
}

.menu-desktop {
	display: none;
}

.visible-phone {
	display: block;
}

.visible-desktop {
	display: none;
}

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

.visible-std {
	display: block;
}

.not-visible-phone {
	display: none;
}


body {
	padding-left: 5px;
	padding-right: 5px;
}

.wrapper {
	/*width: 100%;*/
	padding-right: 8px;
	padding-left: 8px;
}

/* @group header / nav */

.header {
	height: 58px;
}

.header h1 {
	padding-top: 14px;
}

.mainnav li {
	padding-top: 16px;
}

.mainnav li.current-menu-item,
	.mainnav li.current-page-ancestor {
	background-size: 20px 10px;
}

.header h1 {
	background: url(../img/logo_header.svg) no-repeat 0px 16px;
	font-size: 36px;
	background-size: 170px 25px;
	width: 200px;
	height: 30px;
}

.mainnav {
	font-size: 32px;
	margin-right: 5px;
}

/* @end */


.footer {

}

.footer a {
	/* float: left; */
}

/* @group home */

.work_icon:first-child .thu_large {
	display: none;
}

.work_icon:first-child .thu_std {
	display: inline-block;
}



.work_icon,
.work_icon span {
	width:47%;
	height: auto;
	/*max-width: 222px;*/
}


.work_icon img {
	width: 100%;
	height: auto;
}

.work_icon span {
	right: -100%;
	height: 100%;
	width: 100%;
}

.work_icon:hover span {
	right: 0%;
}

.work_icon {
	margin-right: 1.5%;
	margin-bottom: 3%;
	margin-left: 1.5%;
}

.work_icon span h1,
.work_icon span h2 {
	margin-left: 15px;
	font-size: 15px;
	line-height: 15px;
}

.work_icon span h2 {
	display: none;
}

.work_icon span h1 {
	margin-bottom: 20px;
}

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

/* @end */

/* @group work detail */

.workimg_s{
	margin-bottom: 15px;
}




.workimg_l,
.thumbnail img  {
		margin-bottom: 15px;

}

.workimg_s img {
width: 100%;
height: auto;
	float: none;
}

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

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

.work_txt {
	clear: both;
}

/* @end */

.content h1 {
	width: 100%;
	float: none;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 6px;
}

.content h2 {
	margin-bottom: 22px;
	font-size: 19px;
}

.content p,
.content.about div {
	margin-left: 0%;
	line-height: 1.3em;
	font-size: 18px;
	margin-bottom: 15px;
}

.content.about div {
	/*height: 50px;*/
	margin-left: 10px;
}


.content.about ul {
	float: left;
	display: block;
	margin-right: 10%;
	margin-bottom: 30px;
}

.content.about ul li {
		list-style-type: none;

}

.content.about ul li:before {
	content: "-";
	position: relative;
	left: -5px;
}

.content.about ul li:first-child {
	margin-left: -10px;
}
.content.about ul li:first-child:before {
	content: none;
}


.contentcontainer {
		padding-top: 72px;

}

.work_gal {
	min-height: 220px;
}


.work_gal img {
	width: 100% !important;
	height: auto !important;
}