html {
    height: 100%;
}
@font-face {
	font-family: 'monte_font';
    src: url('dinmittelschriftstd-webfont.eot');
    src: url('dinmittelschriftstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('dinmittelschriftstd-webfont.woff') format('woff'),
         url('dinmittelschriftstd-webfont.ttf') format('truetype'),
         url('dinmittelschriftstd-webfont.svg#DINMittelschriftStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monte_font_thin';
    src: url('pfdindisplaypro-thin-webfont.eot');
    src: url('pfdindisplaypro-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfdindisplaypro-thin-webfont.woff') format('woff'),
         url('pfdindisplaypro-thin-webfont.ttf') format('truetype'),
         url('pfdindisplaypro-thin-webfont.svg#PFDinDisplayProThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
	font-family: monte_font;
	font-size: 15px;
    letter-spacing: 2px;
	background-color: #000;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no_show {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.background_img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: -1000; 
}

.background_align_top {
    bottom: auto !important; 
    top: 0px !important;
}

.background_align_bottom {
    bottom: 0px !important; 
    top: auto !important;
}

.loading_bar {
	color: #fff;
	position: absolute; 
	z-index: 420;
	/*top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -50px;
	*/
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	
}


.loading_bar_line {
    position: absolute;
    height: 40px;
    left: 0px;
    right: 0px;
    bottom: 60px;
    /*background-image: url('../images/gradient_rev_long.png');*/
    background-repeat: repeat-y;
    z-index: 5005;
}

.loading_bar_line div{
    font-family: monte_font_thin;
    font-size: 25px;
    position: absolute;
    left: 50px;
    top: 5px;
    letter-spacing: 5px;
}

.loading_bar_line .arrow {
    position: relative;
    top: -2px;
}

.loading_background {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	z-index: 5000;
	bottom: 0px;
	left: 0px;
	
}

.loading_barg span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
}

.page_content {
    width: 100%;
    height: 100%;    
}

.page_holder {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: cover;    
	overflow: hidden;
}

.mainpage {    
   /* background-image: url('../images/background2.jpg');*/
   background-color: #fff;
}

.gallery {    
    background-image: url('../images/background_catalog.png');
   /*background-color: #fff;*/
}

.newpage_holder {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999999;
    display: none;
	width: 100%;
	height: 100%;
}

.bio_text {
	/*width: 100%;*/
	position: absolute;
	top: 135px;
	bottom: 0px;
	color: #ffffff;
	overflow: hidden;
}

.bio_all_holder {
    position: absolute;
    -moz-box-shadow: 2px 2px 3px #000000;
	-webkit-box-shadow: 2px 2px 3px #000000;
	box-shadow: 2px 2px 3px #000000;
    bottom: 15px;
    top: 90px;
    /*left: 80px;*/
    left: 50%;
    margin-left: -420px;
    width: 840px;
}

.text {
	width: 790px;
	margin-left: 50px;
	margin-top: 20px;
	overflow: hidden;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;    

}
.bio_static_text .text {
	margin-top: 15px;
    
}
.bio_static_text {
	/*width: 100%;*/
    left: 0px;
    top: 0px;
	position: absolute;
	height: 135px;
	color: #ffffff;
}

.bio {
	background-image: url("../images/gradient_menu.png");
	background-repeat: repeat-y;
}

/*my custom scroll */

#scroll_content {
    position: absolute;
	width: 100%;
}


#scrollbar1 .scroll_bottom {background-image: url('../images/scroll_bottom.png'); background-repeat: no-repeat; position: absolute; width: 10px; height: 4px; bottom: 0px; left: 0px; margin-bottom: -34px; z-index: 100;}
#scrollbar1 .scroll_top{background-image: url('../images/scroll_top.png'); background-repeat: no-repeat; position: absolute; width: 10px; height: 4px; top: 0px; left: 0px; margin-top: 26px;}

#scrollbar1 { width: 760px; clear: both; margin: 5px 0; }
#scrollbar1 .viewport { width: 740px; height: 800px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-image: url('../images/scroll_grip.png'); }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track {background-image: url('../images/scroll_back.png'); background-repeat: repeat-y; height: 100%; width:10px; position: relative; padding: 0px; margin-top: 30px;}
#scrollbar1 .thumb { height: 26px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 0px; width: 13px; display: none;}
#scrollbar1 .disable{ display: none; }

#page_inner_content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.catalog_link {
	position: absolute;
	bottom: 100px;
	left: 100px;
	font-size: 16px;
}
.catalog_link .arrow{
	position: relative;
	bottom: 1px;
	
}
.catalog_link a:hover {
	color: #D0D0D0;
}

.catalog_link a {
	color: #fff;
	text-decoration: none;
}

/* news start */
.news_holder {
    background-image: url('../images/gradient_menu.png');
    background-repeat: repeat-y;
    top: 90px;
    bottom: 15px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    position: absolute;
    color: #fff;
    overflow: hidden;
    /*overflow-y: auto;*/
}

.news_data {
    width: 100%;
    margin-bottom: 60px;
}

.news_data .title_holder {
    background-image: url('../images/gradient_menu.png');
    width: 100%;
    height: 35px;
}

.news_data .title_holder .news_title {
    position: relative;
    left: 5px;
}

.news_data .title_holder .news_date {
    font-family: monte_font_thin;
    font-size: 10px;    
    position: relative;
    left: 5px;
}

.news_data .news_text {
    width: 600px;
    /*max-height: 300px;*/
    height: auto;
    text-overflow: ellipsis;
    /*overflow: hidden;
    position: relative;*/
    margin-left: 100px;
    margin-top: 260px;
}

.news_data .news_image {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    
}

.news_video_player {
    width: 420px;
    height: 237px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -210px;
}

/* news end */
.main_page_holder {
    background-image: url('../images/gradient_menu.png');
    background-repeat: repeat-y;
    top: 50%;
    left: 0px;
    width: 467px;
    height: 180px;
    margin-top: -90px;
    position: absolute;
}


.main_info_wrap {
    position: absolute;
    left: 125px;
    margin-top: -60px;
    top: 50%;
    
}

.main_logo {
    width: 110px;
    height: 37px;
    background-image: url('../images/logo.png');
    background-repeat: none;
}

.main_moto {
    font-size: 15px;
    width: 470px;
    /*height:*/
    font-family: monte_font_thin;
    color: #fff;
}

.main_buttons { 
    position: relative;
    top: 10px;
}

.main_buttons a {
    color: #fff;
    text-decoration: none;
}

.main_buttons a .arrow {
    display: none;
    position: relative;
    top: -1px;
    margin-left: -6.5px;
}

.main_buttons a:hover .arrow {
    display: inline;
}

.main_buttons a:hover {
    color: #D0D0D0;
}


/* contact code start */

.contact_holder {
    position: absolute;
    bottom: 20px;
    left: 50px;
    width: 605px;
    height: 335px;
}

.contact_holder .title div{
    float: right;
    
}
.contact_holder .title {
    width: 150px;
    height: 40px;
}

.contact_holder .spacer {
    width: 1px;
    height: 20px;
}
.contact_holder .textbox{
    background-image: url('../images/gradient_rev_long.png');
    background-repeat: repeat-y;  
    position: absolute;
    margin-top: -40px;
    left: 150px;
    position: absolute;
    -moz-box-shadow: 2px 2px 3px #000000;
	-webkit-box-shadow: 2px 2px 3px #000000;
	box-shadow: 2px 2px 3px #000000;
    border: 0px;
    font-family: monte_font;
    color: #D0D0D0;
    background: none;
    background-image: url('../images/gradient_rev_long.png');
    resize: none;
}

#email_data {
    font-size: 16px;
}


.contact_wrong_field {
    background: none !important;
    background-color: #f00 !important;
	opacity: 0.4;
	filter: alpha(opacity='40');
}


.contact_field_focused {
    background: none !important;
    background-color: #7052f2 !important;
    opacity: 1;
    filter: alpha(opacity='100');
}

.contact_error_message {
    color: #f00;
   /* right: 177px;*/
    left: 150px;
    margin-top: 122px;
    font-size: 11px;
    position: absolute;
}

.contact_holder .starcraft {
    color: #f00;
    position: absolute;
    margin-top: -47px;
}

.contact_wrong_title {
    color: #f00;
}

.contact_holder .starcraft.to {
    left: 98px;
}
.contact_holder .starcraft.subject {
    left: 73px;
}
.contact_holder .starcraft.name {
    left: 96px;
}
.contact_holder .starcraft.data {
    left: 78px;
}

.contact_holder .send_button:hover {
    color: #D0D0D0;
}
.contact_holder .send_button {
    position: absolute;
    margin-top: 120px;
    right: 0px;
    text-decoration: none;
    color: #000;
}

.message_sent {
    position: absolute;
    bottom: 25px;
}

/* contact code en */


/*music player code start */


.soundcloud_holder {
    background-image: url('../images/gradient_menu.png');
    background-repeat: repeat-y;
	
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -216.5px;
	height: 433px;
	width: 490px;
	
}

.soundcloud_wrap {
	width: 470px;
	height: 393px;
	overflow: hidden;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -235px;
	margin-top: -163.5px;
    -moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}

.soundcloud_player {
	width: 470px;
	height: 450px;
	
	opacity: 0.7;
	filter: alpha(opacity='70');
}

.soundcloud_hide {
	position: absolute;
	background-color: #DDD;
}

.like {
	top: 7px;
	height: 20px;
}

.soundcloud {	
	top: 8px;
    left: 8px;
	height: 152px;
    width: 152px;
    background-image: url('../images/music_cover.jpg');
}


/*music player code end */