@charset "utf-8";

.button-enter
{
	display: inline-block;
	text-decoration: none;
	color: #d67c1c;
	font-weight: bold;
	font-size: 50px;
	line-height: 40px;
	border:6px solid #d67c1c;
	border-radius:20px;
	padding: 15px 30px 30px 30px;
	margin-top: 10px;
}

.button-enter:hover
{
	color: #FFF;
	border-color: #FFF;
}

.body-references
{
	background-color: #0c000b;
}

.body-references .logo
{
	
}

.body-references #menu-bg
{
	background-image: linear-gradient(to right, rgba(0,0,0,0.9), transparent);
}

.body-references #menu li
{
	
}

.page-references
{
	background-image: url(bg.jpg);
	background-color: #0c000b;
	background-position: left -80px top 0;
	-webkit-background-size: 1055px;
	background-size: 1055px;
}

.body-references #menu li.active
{
	color: #d67c1c;
	border-left-color: #d67c1c;
}

.page-references .content
{
	/*background-color: rgba(255,255,255,0.05);*/
}

.page-references .char
{
	position: absolute;
	left: auto;
	right: 50px;
	top: 135px;
	width: 150px;
	z-index: 99;
	display: block;
}

.page-references .label1 .no2
{
	color: #d67c1c;
}

.page-references .label1
{
	top: 460px;
	left: 90px;
}

.page-references .label1 .line
{
	background-color: #d67c1c;
}

.page-references .label2
{
	margin-left: 40px;
	display: inline-block;
}

.page-references .label3
{
	display: inline-block;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #d67c1c;
	transform: rotate(270deg);
}

@media (max-width: 480px) {

#MEDIA-MOBILE-SMALL------------------------------
{
}

.page-references
{
	/*background-position: right -700px top 0;*/
}

}


@media (max-width: 1023px) {

#MEDIA-MOBILE-ONLY------------------------------
{
}

.page-references .content:before
{
	display: none;
	content:'';
	background-color: #d67c1c;
	height: 10px;
	width: 70%;
	position: absolute;
	top: -5px;
	right: 0;
}

}

@media (min-width: 420px) and (max-width: 1024px) {

#MEDIA-TABLET------------------------------
{
}

.page-references
{
	background-position: left 0 top 0;
	-webkit-background-size: 1055px;
	background-size: 1055px
}

}

@media (min-width: 1024px) {

#MEDIA-DESKTOP------------------------------
{
}

.page-references
{
	background-position: left -350px bottom 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-references .char
{
	position: absolute;
	left: 340px;
	top: auto;
	bottom: 250px;
	width: 170px;
}

.page-references .content
{
	background-color: transparent;
	position: absolute;
	bottom: 250px;
	left: 540px;
	max-width: 500px;
	padding-right: 40px;
}

.page-references .label1
{
	top: auto;
	bottom: 90px;
	left: 200px;
}

.page-references .label2
{
	position: fixed;
	bottom: 150px;
	right: 40px;
	text-align: right;
}

.page-references .label3
{
	position: fixed;
	bottom: 60px;
	right: 30px;
	left: auto;
}

}

@media (min-width: 1272px) {


#MEDIA-LARGE------------------------------
{
}

.page-references h2
{
	font-size: 75px;
}

.page-references
{
	-webkit-background-size: auto;
	background-size: auto;
	background-position: right -300px bottom;
}

.page-references .char
{
	width: 250px;
	bottom: 240px;
	right: 50px;
	left: auto;
}

.page-references .content
{
	left: auto;
	right: 300px;
	bottom: 270px;
}


}


@media (min-width: 1540px) {

#MEDIA-ULTRA------------------------------
{
}

.page-references
{
	background-position: right top;
}

.page-references .content
{
	right: 400px;
}

.page-references .char
{
	right: 130px;
}


}


