.content_margin_top {
	padding-top: 10px;
}
.content_margin_bottom {
	padding-bottom: 10px;
}
.content_margin_left {
	padding-left: 10px;
}
.content_margin_right {
	padding-right: 10px;
}
@media only screen and (min-width: 960px) {
.rs_header_logo img {
	max-width: 100%;
}
.custom_layer img {
	max-width: 100%;
}
.rs_header_logo {
	position: absolute;
	z-index: 11;
}
.rs_header_companyname {
	white-space: nowrap;
	position: absolute;
	z-index: 12;
}
.rs_header_slogan {
	white-space: nowrap;
	position: absolute;
	z-index: 13;
}
.RVS_BlockLogin {
	display: block;
}
.RVS_Newsletter {
	display: block;
}
.m_block_login {
	display: none;
}
.m_block_newsletter {
	display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.rs_header_logo img {
	max-width: 80%;
}
.custom_layer img {
	max-width: 80%;
}
.custom_layer {
	display: block;
	width: 100%;
}
.RVS_BlockLogin {
	display: block;
}
.RVS_Newsletter {
	display: block;
}
.m_block_login {
	display: none;
}
.m_block_newsletter {
	display: none;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.rs_header_logo img {
	max-width: 50%;
}
.custom_layer img {
	max-width: 50%;
}
.RVS_BlockLogin {
	display: none;
}
.RVS_Newsletter {
	display: none;
}
.m_block_login {
	display: block;
}
.m_block_newsletter {
	display: block;
}
}
@media only screen and (max-width: 479px) {
.rs_header_logo img {
	max-width: 33%;
}
.custom_layer img {
	max-width: 33%;
}
.RVS_BlockLogin {
	display: none;
}
.RVS_Newsletter {
	display: none;
}
.m_block_login {
	display: block;
}
.m_block_newsletter {
	display: block;
}
}
