@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
body {
	background-color:#fdfcfb;
	font-family:Dosis, sans-serif;
	font-weight:400;
	font-size:14px;
	color:#515151;
}
a {
	text-decoration:none;
}
.header {
	background:url(../pics/header.png) #414141 no-repeat center top;
	width:100%;
	height:100px;
	position:relative;
}
.logo a {
	position:absolute;
	left:22px;
	top:17px;
	background:url(../pics/zooo.png) no-repeat 0 0;
	width:313px;
	height:66px;
	font-size:1px;
	color:#414141;
	text-indent:-1000px;
	display:block;
}
#nl .logo a {
	background:url(../pics/zooo_NL.png);
}
#en .logo a {
	background:url(../pics/zooo_EN.png);
}
.social {
	position:absolute;
	top:12px;
	right:28px;
}
.social .facebook, .social .linkedin {
	background:url(../pics/facebook_picto.png) no-repeat 0 0;
	width:27px;
	height:25px;
	display:block;
	float:left;
	display:inline;
}
.social .linkedin {
	background:url(../pics/linkedin_picto.png) no-repeat 0 0;
	margin-left:3px;
}
.languages {
	position:absolute;
	list-style-type:none;
	position:absolute;
	right:91px;
	top:15px;
}
.languages li {
	display:inline;
}
.languages li a {
	font-family:Muli, sans-serif;
	font-size:13px;
	color:white;
	float:left;
	display:block;
	padding: 0 10px;
}
.languages #active a, .languages li a:hover {
	color:#c4c3c3;
}
.menu {
	position:absolute;
	top:43px;
	right:18px;
}
.menu li {
	display:inline;
}
.menu li a {
	font-size:22px;
	color:#fdfcfb;
	font-family:Dosis, sans-serif;
	font-weight:400;
	padding:0 10px;
}
.menu .first {
	display:none;
}
.menu #active a, .menu li a:hover {
	color:#f26402;
}
.button {
	background:url(../pics/grid_button_inactive.png) no-repeat 0 0;
	width:40px;
	height:53px;
	left: 50%;
	margin-left:-20px;
	top:35px;
	position:absolute;
	cursor:pointer;
	z-index:6;
}
.button#active, .button:hover {
	background:url(../pics/grid_button.png) no-repeat 0 0;
}
.burger {
	display:none;
}
.trieur {
	width:100%;
	height:47px;
	background:url(../pics/marker.png) no-repeat center -10px;
	position:relative;
}
.select {
	display:none;
}
.trieur .submenu {
	width:100%;
	text-align:center;
}
.trieur .submenu li, .trieur .submenu li a {
	display:inline-block;
}
.trieur .submenu li a {
	font-size:14px;
	color:#444444;
	font-family:Muli, sans-serif;
	display:inline-block;
	height:47px;
	line-height:47px;
	vertical-align:middle;
	padding-left:35px;
}
.trieur .submenu #active a, .trieur .submenu li a:hover {
	background:url(../pics/fleche.png) no-repeat left 15px;
	color:#f26402;
}
.isotope {
	margin:auto;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.item {

  width: 25%;
  height: 0;
  padding-top:16%;
  -o-background-size: 100% 100%, auto;
  -moz-background-size: 100% 100%, auto;
  -webkit-background-size: 100% 100%, auto;
  background-size: 100% 100%, auto;
  position:relative;
  box-shadow: 0px 0px 0px 3px #fff inset;
}
.grid-sizer {
	width:25%;
}
.item.width2 { 
	width: 50%; 
}
.item.height2 { 
	padding-top:32%; 
}
.item .play, .project .play, .project .vimeo, .project .fancybox-media, .project #v360, .project #sketchfab, .item .v360, .item .sketchfab{
	background:url(../pics/play.png) no-repeat 0 0;
	width:63px;
	height:63px;
	left:50%;
	top:50%;
	margin-left:-31px;
	margin-top:-31px;
	position:absolute;
}
.item .v360,.project #v360{
	background-image:url(../pics/360.png);
}
.item .sketchfab,.project #sketchfab{
	background-image:url(../pics/sketchfab.png);
}
.item .gommette, .item .case {
	background:url(../pics/gommette.png) repeat 0 0;
	width:90%;
	height:70px;
	position:absolute;
	left:5%;
	bottom:7%;
	overflow:hidden;
}
.item .gommette strong, .item .gommette em {
	font-family:Dosis, sans-serif;
	font-weight:600;
	font-size:18px;
	color:#fdfcfb;
	padding-top:6px;
	padding-bottom:10px;
	text-align:center;
	display:block;
}
.item .gommette em {
	font-size:13px;
	font-style:normal;
	background:url(../pics/gommette_line.png) no-repeat center top;
	padding-top:10px;
	text-transform:uppercase;
}
.item .case {
	background:url(../pics/case.png) repeat 0 0;
}
.item .case p {
	padding:10px;
	color:#646464;
	font-size:13px;
	font-family:Muli, sans-serif;
}
.item .case p strong {
	font-size:18px;
	color:#646464;
	font-family:Dosis, sans-serif;
	font-weight:600;
}
.item .case p strong em {
	font-style:normal;
	color:#f26402;
}
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -54px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 54px; /* .push must be the same height as .footer */
}
.content {
	width:960px;
	margin:auto;
}
#references h2 {
	background:url(../pics/h2.png) no-repeat center bottom;
	font-size:24px;
	color:#4c4f4a;
	text-align:center;
	font-family:Dosis, sans-serif;
	font-weight:400;
	padding-bottom:15px;
	padding-top:25px;
}
.refs {
	width:764px;
	margin:auto;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:40px;
}
.ref_item {
	width:175px;
	height:175px;
	float:left;
	display:inline;
	margin:8px;
	background:#f2f0eb no-repeat center center;
}
.ref_item a {
	display:block;
	width:175px;
	height:175px;
}
.ref_more {
	background:url(../pics/more_ref.png) no-repeat 0 10px;
	width:121px;
	height:37px;
	line-height:37px;
	vertical-align:middle;
	clear:both;
	margin:auto;
	margin-top:20px;
	font-size:18px;
	color:#ffffff;
	font-family:Dosis, sans-serif;
	font-weight:600;
	padding-left:44px;
	cursor:pointer;
	padding-top:10px;
}
.ref_more:hover {
	background:url(../pics/more_ref_hover.png) no-repeat 0 10px;
}
.next_ref {
	clear:both;
}
.last_rea {
	text-align:center;
	overflow:hidden;
	padding-bottom:60px;
}
.last_rea .item {
	margin:3px;
	display:inline-block;
	float:none;
}
.last_rea h3 {
	color:#555555;
	font-size:20px;
	font-family:Dosis, sans-serif;
	font-weight:400;
	text-align:center;
	background:url(../pics/last_rea.png) no-repeat center 11px;
	padding-bottom:20px;
}
.about_pic {
	background: no-repeat center top;
	height:439px;
	width:100%;
}
#about {
	width:740px;
	padding-top:30px;
	padding-bottom:60px;
}
.about_item {
	padding-bottom:20px;
}
.about_item .title1 {
	color:#4c4f4a;
	font-family:Dosis, sans-serif;
	font-weight:400;
	text-align:center;
	background:url(../pics/h2.png) no-repeat center bottom;
	padding-bottom:20px;
}
.about_item .title2 {
	color:#515151;
	font-size:19px;
	font-family:Dosis, sans-serif;
	font-weight:600;
	padding:10px 0;
}
.about_item .text {
	color:#515151;
	font-size:14px;
	font-family:Muli, sans-serif;
}
.about_item .text p {
	padding: 5px 0;
}
.question {
	text-align:center;
	padding-top:20px;
}
.question p {
	font-size:24px;
	color:#4c4f4a;
	font-family:Dosis, sans-serif;
	font-weight:400;
	display:inline-block;
	background-color:#f2f0eb;
	padding:15px 70px;
	padding-top:12px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.contact_us {
	background:url(../pics/contact_us.png) no-repeat 0 10px;
	width:143px;
	height:37px;
	line-height:37px;
	vertical-align:middle;
	font-size:18px;
	color:#ffffff;
	font-family:Dosis, sans-serif;
	font-weight:600;
	display:block;
	margin:auto;
	padding-left:37px;
	margin-top:10px;
	padding-top:10px;
}
.contact_us:hover {
	background:url(../pics/contact_us_hover.png) no-repeat 0 10px;
}
#contact {
	padding-top:15px;
}
.contact_title1, .contact_title2, .contact_title3 {
	font-size:24px;
	color:#4c4f4a;
	background:url(../pics/h2.png) no-repeat center bottom;
	text-align:center;
	padding-bottom:20px;
	font-family:Dosis, sans-serif;
	font-weight:400;
	padding-top:10px;
}
.contact_title2, .contact_title3 {
	color:#fe6801;
}
.contact_title3 {
	background:none;
}
.contact_title2 em {
	font-style:normal;
}
.contact_form {
	background:#f2f0eb;
	width:950px;
	height:382px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	margin-bottom:20px;
}
.contact_form label {
	font-size:14px;
	color:#44474b;
	display:block;
	margin-bottom:3px;
	font-family:Muli, sans-serif;
}
.contact_form .required {
	position:absolute;
	top:34px;
	right:70px;
	font-family:Muli, sans-serif;
	font-size:14px;
	color:#44474b;
}
.contact_form #name, .contact_form #company, .contact_form #phone, .contact_form #email, .contact_form #message {
	width:378px;
	height:34px;
	line-height:34px;
	vertical-align:middle;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#ffffff;
	border: 1px solid #dcdbd9;
	margin-bottom:8px;
	padding: 0 10px;
	font-size:14px;
	font-family:Muli, sans-serif;
	outline:none;
}
.contact_form #message {
	padding:10px;
	line-height:14px;
	height:208px;
	resize:none;
}
.contact_form .form_left {
	padding-top:35px;
	padding-left:60px;
}
.contact_form .form_right {
	position:absolute;
	left:495px;
	top:34px;
}
.contact_form .error {
	border:1px solid red!important;
	background:#f1cdb5!important;
}
.contact_form #submit {
	background-color:#fb6f0f;
	height:38px;
	padding:0 30px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size:18px;
	color:white;
	font-family:Dosis, sans-serif;
	font-weight:600;
	border:none;
	margin:auto;
	margin-left:415px;
	display:block;
	margin-top:20px;
	cursor:pointer;
}
.contact_form #submit:hover {
	background-color:#505050;
}
.map {
	background:url(../pics/map.png) no-repeat 0 0;
	width:951px;
	height:303px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:80px;
	position:relative;
}
.map_where {
	background:white;
	position:absolute;	
	font-size:14px;
	background:none;
	bottom:-33px;
	left:0;
	font-weight:bold;
}
.map_where strong {
	font-size:18px;
	color:#4c4f4a;
	font-family:Dosis, sans-serif;
	font-weight:600;
	display:inline;
}
.map_where p {
	padding:10px 0;
}
.map_where em {
	font-family:Dosis, sans-serif;
	font-weight:600;
	font-size:18px;
	color:#6a6969;
	display:inline;
	font-style:normal;
	padding-top:15px;
}
.slider {
	width:100%;
	height:90%;
}
.project {
	height:100%;
	width:100%;
	background-color:#414141;
	background: no-repeat center fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}
#project {
	margin-top:0px;
}
#project .header {
	position:fixed;
	top:0;
	z-index:500;
}
.about_project {
	height:90px;
	width:100%;
	background:url(../pics/shadow.png) white repeat-x 0 0;
	background:#353535;
	position:relative;
}
.about_project h1 {
	font-size:18px;
	color:#fff;
	font-family:Dosis, sans-serif;
	font-weight:600;
	padding-top:22px;
	margin-left:28px;
}
.about_project h2 {
	font-size:14px;
	color:#fff;
	font-family:Muli, sans-serif;
	font-weight:normal;
	padding-top:5px;
	margin-left:28px;
	padding-bottom:20px;
}
.about_project .nav {
	width:140px;
	height:52px;
	position:absolute;
	z-index:500;
	top:-53px;
	left:50%;
	margin-left:-70px;	
}
.about_project .addthis {
	display:inline;
	padding-top:49px;
	font-family:Dosis, sans-serif;
	font-weight:600;
	font-size:16px;
	color:#626262;
	float:right;
	margin-right:28px;
}
.about_project .nav .left, .about_project .nav .right, .about_project .nav .count {
	background:url(../pics/bottom_left2.png) no-repeat 0 0;
	width:40px;
	height:38px;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}
.about_project .nav .right {
	background:url(../pics/bottom_right2.png) no-repeat 0 0;
	left:auto;
	right:0;
}
.about_project .nav .left:hover {
	background:url(../pics/bottom_left2_hover.png) no-repeat 0 0;
}
.about_project .nav .right:hover {
	background:url(../pics/bottom_right2_hover.png) no-repeat 0 0;
}
.about_project .nav .count {
	background:url(../pics/slide_count.png) no-repeat 0 0;
	left:50px;
	top:5px;
	text-align:center;
	width:40px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-size:15px;
	color:#626262;
	font-family:Dosis, sans-serif;
	font-weight:600;
}
.project_nav {
	position:absolute;
	width:126px;
	height:27px;
	left:50%;
	top:35px;
	margin-left:-63px;
	z-index:5;
	position:relative;
}
.project_nav .project_left, .project_nav .project_right {
	background:url(../pics/left2.png) no-repeat 0 0;
	width:40px;
	height:38px;
	position:absolute;
	top:2px;
	left:0;
	display:block;
}
.project_nav .project_left:hover {
	background:url(../pics/left2_hover.png) no-repeat 0 0;
}
.project_nav .project_right:hover {
	background:url(../pics/right2_hover.png) no-repeat 0 0;
}
.project_nav .project_right {
	background:url(../pics/right2.png) no-repeat 0 0;
	left:auto;
	right:0;
}
.project_cat  {
	background:url(../pics/cat2.png) no-repeat center bottom;
	width:123px;
	height:31px;
	z-index:6;
	position:absolute;
	left:50%;
	margin-left:-61px;
	top:96px;
	font-size:19px;
	color:#ffffff;
	font-family:Dosis, sans-serif;
	font-weight:400;
	text-align:center;
	padding-top:5px;
	display:block;
}
.intro_case {
	width:740px;
	margin:auto;
	padding-top:60px;
	font-family:Muli, sans-serif;
	font-size:14px;
}
.intro_case h1 {
	font-size:24px;
	color:#484848;
	text-align:center;
	font-family:Dosis, sans-serif;
	font-weight:400;
	padding-bottom:10px;
}
.intro_case  p {
	text-align:center;
}
.case {
	width:960px;
	margin:auto;
	text-align:center;
	padding-top:5px;
	padding-bottom:50px;
	clear:both;
}
.article {
	text-align:center;
	padding-top:30px;
	clear:both;
}
.article .forpicture {
	position:relative;
}
.article .vimeo {
	background:url(../pics/play.png) no-repeat center center;
	width:446px;
	height:291px;
	position:absolute;
}
#pic_right .forpicture, #pic_left .forpicture {
	float:right;
	display:inline;
	margin-top:32px;
}
#pic_left .forpicture {
	float:left;
}
#pic_right .text {
	padding-right:470px;
	padding-left:23px;
}
#pic_left .text {
	padding-left:470px;
	padding-right:23px;
}
#pic_left .forpicture, #pic_right .forpicture {
	margin-left:23px;
	margin-right:23px;
}
.article .title {
	font-size:21px;
	color:white;
	font-weight:400;
	font-family:Dosis, sans-serif;
	display:inline-block;
	background:#4e4e4e;
	padding: 5px 20px;
	padding-top:2px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.article .subtitle {
	background:url(../pics/case_title2.png) no-repeat center top;
	min-height:32px;
	margin-top:8px;
	font-size:22px;
	color:#424242;
	text-align:center;
	font-family:Dosis, sans-serif;
	font-weight:400;
	padding-top:10px;
}
.article .text {
	background:url(../pics/case_text.png) no-repeat center top;
	margin-top:15px;
	padding-top:15px;
	text-align:left;
	color:#515151;
	font-size:14px;
	font-family:Muli, sans-serif;
}
.article .text {
	padding-left:100px;
	padding-right:100px;
}
.article .text p {
	padding:5px 0;
}
.article ul {
	padding:10px 0;
	list-style-type:none!important;
}
.article ul li {
	padding:5px 0;
	background:url(../pics/bullet.png) no-repeat left 10px;
	padding-left:20px;
}
.article#pic_left ul {
	margin-left:25px;
}
#last_case {
	background:url(../pics/case_last.png) no-repeat center 58px;
	clear:both;
	padding-top:20px;
}
#last_case h3 {
	font-size:22px;
	background:none;
}
#last_case .item {
	width:242px;
	height:160px;
	padding:0;
	margin-top:15px;
}
.merci {
	text-align:center;
	padding:10px 0;
	padding-bottom:30px;
	font-size:16px;
}
.footer {
	width:100%;
	height:50px;
	border-top:4px solid #fdfcfb;
	background:#505050;
	position:relative;
}
.footer .menu {
	position:absolute;
	width:800px;
	top:14px;
	left:50%;
	margin-left:-400px;
	text-align:center;
}
.footer .menu li a {
	font-size:13px;
	float:none;
	display:inline-block;
	font-family:Muli, sans-serif;
}
.footer .menu .first {
	display:inline;
}
.copyright, .sowedo {
	position:absolute;
	left:28px;
	font-family:Muli, sans-serif;
	font-size:12px;
	color:white;
	top:0;
	line-height:50px;
	vertical-align:middle;
}
.sowedo {
	left:auto;
	right:28px;
	background:url(../pics/by.png) no-repeat 0 0;
	width:111px;
	height:29px;
	font-size:1px;
	text-indent:-10000px;
	top:10px;
}
.sowedo .link1, .sowedo .link2 {
	height:29px;
	width:45px;
	float:left;
	display:inline;
}
.sowedo .link2 {
	width:66px;
}

/* for 960px or less */
@media screen and (max-width: 960px) {

.header {
	background:url(../pics/m_header.png) repeat-x 0 0;
	height:395px;
	width:100%;
	margin-top:-318px;
}
#project .header {
	background:url(../pics/transpa.png) repeat 0 0;
}
.logo a { 
	top:auto;
	bottom:12px;
	left:6px;
	background:url(../pics/m_zooo.png) no-repeat 0 0;
	width:213px;
	height:52px;
}
#nl .logo a { 
	background:url(../pics/m_zooo_NL.png) no-repeat 0 0;
}
#en .logo a { 
	background:url(../pics/m_zooo_NL.png) no-repeat 0 0;
}
.button {
	margin-left:0;
	top:auto;
	bottom:17px;
	right:55px;
	left:auto;
	height:38px;
}
.burger {
	background:url(../pics/burger.png) no-repeat 0 0;
	width:40px;
	height:38px;
	position:absolute;
	right:10px;
	bottom:17px;
	cursor:pointer;
	display:block;
}
.menu .first {
	display:block;
}
.social {
	width:100px;
	left:50%;
	margin-left:-50px;
	top:auto;
	bottom:115px;
	text-align:center;
}
.social .facebook, .social .linkedin {
	background:url(../pics/m_facebook_picto.png) no-repeat 0 0;
	width:39px;
	height:38px;
	display:inline-block;
	float:none;
}
.social .linkedin {
	background:url(../pics/m_linkedin_picto.png) no-repeat 0 0;
}
.languages, .menu { 
	width:260px;
	left:50%;
	margin-left:-130px;
	text-align:center;
}
.languages li, .languages li a {
	display:inline-block;
}
.menu {
	top:46px;
	border-top:1px solid #b3b4b8;
}
.menu li {
	display:block;
}
.menu li a {
	display:block;
	width:260px;
	height:44px;
	border-bottom:1px solid #b3b4b8;
	padding:0;
	line-height:44px;
	vertical-align:middle;
	text-align:center;
}
.menu li a:hover, .menu #active a {
	background:#8b8d8e;
	color:white;
}
.trieur {
	background:none;
}
.trieur .submenu {
	display:none;
}
.trieur .select {
	display:block;
	width:164px;
	margin:auto;
	padding-top:6px;
}
.selecttri { 
	background:url(../pics/customselect.png) no-repeat 0 0;
	width:150px;
	padding-left:14px;
	margin:auto;
	height:32px;
	top:7px;
	line-height:32px;
	vertical-align:middle;
	color:#7a7a7a;
	font-size:12px;
	font-family:Muli, sans-serif;
	cursor:pointer;
	z-index:100;
	display:block;
}
.item {
  width: 50%;
  width:100%;
  padding-top:32%;
  padding-top:64%;
  box-shadow:none;
  border-bottom:3px solid white;
}

.item.width2 { 
	width: 100%; 
}
.item.height2 { 
	padding-top:64%; 
}
.content {
	width:90%;
}
.refs {
	width:100%;
	text-align:center;
}
.refs .ref_item {
	float:none;
	display:inline-block;
}
#references h2 {
	font-size:18px;
}
.ref_item {
	width:140px;
	height:140px;
	background:#f2f0eb no-repeat center center;
	-o-background-size: 100% 100%, auto;
  	-moz-background-size: 100% 100%, auto;
  	-webkit-background-size: 100% 100%, auto;
  	background-size: 100% 100%, auto;
}
.ref_item a {
	display:block;
	width:140px;
	height:140px;
}
.last_rea h3 {
	background:url(../pics/m_last_rea.png) no-repeat center 11px;
	font-size:18px;
}
.about_pic {
	height:222px;
	background-size: auto 222px;
}
#about {
	width:90%;
}
.question p {
	font-size:18px;
	padding:10px 50px;
}
.contact_form, #contact {
	width:100%;
}
.contact_title2 em {
	display:block;
}
.contact_form {
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
}
.contact_form .form_left {
	padding:0;
	width:80%;
	margin:auto;
}
.contact_form #name, .contact_form #company, .contact_form #phone, .contact_form #email, .contact_form #message {
	width:96%;
	padding:0 2%;
	margin:auto;
}
.contact_form .form_right {
	position:static;
	width:80%;
	margin:auto;
	padding:0;
}
.contact_form .required {
	top:10px;
	right:10%;
}
.contact_form #submit {
	margin:auto;
	margin-top:20px;
}
.map {
	width:100%;
	padding:0;
	padding-bottom:140px;
}
.map .map_where {
	position:absolute;
	padding:0;
	margin:0;
	top:auto;
	right:auto;
	left:0;
	top:300px;
	background:none;
	width:100%;
	text-align:center;
	padding-top:30px;
}
#project {
	margin-top:0px;
}
.project_nav {
	width:100%;
	background:url(../pics/transpa.png) repeat 0 0;
	border-top:1px solid white;
	top:auto;
	top:394px;
	height:48px;
	left:auto;
	margin-left:auto;	
}
.project_nav .project_left, .project_nav .project_right {
	top:7px;
	left:5%;
}
.project_nav .project_right {
	left:auto;
	right:5%
}
.project_cat  {
	background:none;
	top:400px;
}
.about_project .addthis {
	display:none;
}
.about_project {
	min-height:90px;
	height:auto;
	padding-bottom:10px;
}
.intro_case {
	width:90%;
	padding-top:80px;
}
.case {
	width:95%;
}
#pic_left .text, #pic_right .text {
	padding-left:0;
	padding-right:0;
}
#pic_left img, #pic_right img {
	float:none;
	display:inline-block;
	margin:10px 0;
	margin-top:15px;
	max-width:100%;
	height:auto;
}
.article .subtitle {
	background:url(../pics/h2.png) no-repeat center top;
}
.article .text {
	padding-left:0;
	padding-right:0;
}
.article .vimeo  {
	width:62px;
	height:62px;
	left:50%;
	top:50%;
	margin-left:-31px;
	margin-top:-31px;
}
#last_case {
	background:url(../pics/h2.png) no-repeat center 38px;
}
.footer .menu, .footer .sowedo {
	display:none;
}
.footer .copyright {
	width:100%;
	text-align:center;
	left:0;
}
.article#pic_left ul {
	margin-left:0px;
}
}