@charset "utf-8";

.body-daniel
{
	background-color: #EEEEEE;
}

.page-daniel
{
	background-image: url(bg.jpg);
	color: #2a4e63;
	background-position: left 0 top 0;
	-webkit-background-size: 800px;
	background-size: 1055px;
	max-height: 1200px;
}

.page-daniel .content
{
	
}

.page-daniel .char
{
	position: absolute;
	right: 30px;
	top: 135px;
	width: 150px;
	z-index: 99;
}

.page-daniel .label1 .no1,
.page-daniel .label1 .no2
{
	color: #FFF;
}

.page-daniel .label1
{
	top: 450px;
	left: 50px;
}

.page-daniel .label1 .line
{
	background-color: #FFF;
}

.page-daniel .label2
{
	margin-left: 40px;
	padding-top: 10px;
}

.page-daniel .label2 div
{
	display: inline-block;
	padding: 10px;
	padding-right: 55px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}

.page-daniel .label2 span
{
	display: block;
	font-size: 18px;
}

.page-daniel .label3
{
	display: inline-block;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	transform: rotate(270deg);
}

@media (max-width: 480px) {

#MEDIA-MOBILE-SMALL------------------------------
{
}

.page-daniel
{
	background-position: left -200px top 0;
}

}


@media (max-width: 1023px) {

#MEDIA-MOBILE-ONLY------------------------------
{
}

.page-daniel .content:before
{
	display: none;
	content:'';
	background-color: #2a4e63;
	height: 10px;
	width: 70%;
	position: absolute;
	top: -5px;
	right: 0;
}

.page-daniel .label2 div
{
	padding: 0 20px 20px 0;
	font-size: 16px;
}

.page-daniel .label2 span
{
	font-size: 12px;
}


}

@media (min-width: 1024px) {

#MEDIA-DESKTOP------------------------------
{
}

.page-daniel
{
	background-position: left -600px top 0;
	-webkit-background-size: 1500px;
	background-size: 1900px
}

.page-daniel .char
{
	position: absolute;
	left: auto;
	right: 520px;
	top: auto;
	bottom: 280px;
	width: 170px;
}

.page-daniel .content
{
	background-color: transparent;
	position: absolute;
	bottom: 300px;
	right: 40px;
	width: 440px;
	padding-right: 40px;
}

.page-daniel .label1
{
	top: auto;
	bottom: 70px;
	left: 230px;
}

.page-daniel .label2
{
	position: absolute;
	bottom: 80px;
	right: 120px;
	text-align: right;
}

.page-daniel .label3
{
	position: absolute;
	bottom: 80px;
	right: 60px;
}

}

@media (min-width: 1300px) {

#MEDIA-LARGE------------------------------
{
}

.page-daniel h2
{
	font-size: 94px;
}

.page-daniel
{
	background-position: left -200px top;
}

.page-daniel .char
{
	width: auto;
	bottom: 220px;
}

.page-daniel .content
{
	bottom: 280px;
}


}


@media (min-width: 1440px) {

#MEDIA-ULTRA------------------------------
{
}

.body-daniel
{
	background-color: #F0F0F0;
}

.page-daniel
{
	background-position: left top;
	-webkit-background-size: cover;
	background-size: cover;
}

}


