#content {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
    float: left;
	position: relative;
	z-index: 2;
}

#header,
.cpmfetch {
    display: none;
}

img.career-title {
	display: block;
	margin: 0 auto;
}

#news_all{
	float: left;
	width: 72.33%!important;
	margin: 0 0 60px 0!important;
}

#sidebar-page {
	position: fixed;
	height: 100%;
	top: 0;
	right: 29%;
	width: 5.33%!important;
}

.sidebar-page {
    padding: 5%;
	margin: 0 0 65px 0;
}

.sidebar-page img {
    box-shadow: none!important;
}

.sidebar {
    display: none!important;
}

.footer {
	margin: 1.5% 12.5% .1%!important;
}

/* -- PC SCREEN -- */

/* -- MOBILE DEVICES -- */
.show-menu,
.menu input[type=checkbox] {
	display: none;
}

.menu input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

@media (max-width : 1024px),
(max-width : 959px) {
	
	#navigation {
		overflow-x: hidden!important;
		max-width: 100%!important;
        margin: 0!important;
	}
    
    .container {
        background: transparent!important;
    }
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
#sidebar-page {
	display: none!important;
}
 
img.career-title {
	width: 100%!important;
	max-width: 686px;
	height: auto;
	margin: 0 auto!important;
	padding: 0!important;
	display: block!important;
}
  
#footer {
	width: 100%!important;
}
    
.footer {
	margin: 1.5% auto .1% auto!important;
	width: 80%!important;
}

}