html, body  { height: 100%; margin: 0; padding: 0; overflow:hidden; }
body {
	background-color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	position:relative;
	line-height: auto;
}
.social-bar-top #header { margin-top:30px;}
.social-bar-top #fotoblock { margin-top:50px; }
.social-bar-bottom #footer { bottom: 30px; }
.social-bar-top .pages { top:30px;}
.social-bar-bottom #music-on, .social-bar-bottom #music-off { bottom:35px;}
.social-bar-bottom .music-player { bottom:25px;}
.social-bar-bottom .controls { bottom:30px;}
.social-bar-top .sections { top:50px; }
.social-bar-top .page-container { margin-top:80px; }


@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasReg';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#BebasReg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LaneNarrowRegular';
    src: url('../fonts/LANENAR_-webfont.eot');
    src: url('../fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LANENAR_-webfont.woff') format('woff'),
         url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
         url('../fonts/LANENAR_-webfont.svg#LaneNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul, li  { margin: 0; padding: 0; list-style: none; }
h1      { margin: 0; float:left; padding: 0 0 0 15px; position: relative; text-align:left; width:400px; line-height:0; z-index: 100; }
h1 a    { display: block; text-decoration: none; width: auto; z-index:101; height:50px; }
h1 a img { z-index:102; }
.no-logo-image { display:block; line-height:50px; }
a img   { border: 0; }
.clear { clear:both; }

.page-container { position:relative; margin-top:50px; }

.img-overlay { width:100%; height:100%; position:fixed; left:0; top:0; z-index:2}
#header {
	background:#000;
	top:0;
	color:#FFF;
	height:50px;
	left:0;
	position:absolute;
	width:100%;
	z-index:8000;
}
#header h1 { position:relative; width:auto; z-index:1001; }
#header ul { position:relative; z-index:1001; }

#nav { float:right; font-family:BebasReg; font-size:18px; height:50px; padding:0 0 0 20px; }
	#nav ul { }
		#nav li { float:left; margin-right:10px; }
		#nav li.li-submenu:hover ul { display:block; }

		#nav a { display:block; line-height: 48px; padding:0px 8px 2px 8px; }

		/* Submenu */
		#nav ul ul { top:50px; display:none; margin-left:0px; height:auto; position:absolute; z-index:9999; }
			#nav li li { background:#000; background:rgba(0,0,0,0.75); clear:both; float:none; }
			#nav li li a { display:block; line-height:17px;  padding:5px 10px;}
			#nav li li:first-child a { display:block; padding:12px 10px 8px;}
			#nav li li:last-child a { display:block; padding-bottom:10px;}
				#nav li li a span { margin-top:0; }


#nav a, #nav a:active, #nav a:visited {
	color:#000;
	text-decoration:none;
}
#nav a:hover {  }
#nav li li { margin:0; }
#nav span { display:block; }

#textBlock {
	background:#000;
	background:rgba(0,0,0,0.75);
	color:#000;
	height:100%;
	padding:30px 20px 30px 30px;
	position:absolute;
	top:0;
	width:490px;
	z-index:2;
}

#textBlock.left { left: 0 }
#textBlock.right { right: 0 }
#textBlock.center { top: 50%; left: 50%; transform: translate(-50%, -50%); }


/*#textBlock    { font-size:14px; line-height:1.5em; width: 35%; padding:10px 0; background:#000; background-color:rgba(0,0,0,0.7); position: absolute; overflow-y:auto; overflow-x:hidden; top: 0px; left: 0; height: 100%; z-index: 1000; }
*/.textBlockIn  { padding:0 20px 0 0; }
.textBlockIn strong  { font-size: 14px; line-height: 18px; }
h2            { margin: 0 0 30px 0; padding: 10px 0 0 0; font-size: 32px; font-weight: bold; text-transform: uppercase; }

#textBlock form { margin-top: 20px; }
#textBlock li { margin-left:14px; padding:12px 0 0 10px; list-style-type: circle;}
#textBlock p { margin:10px 0 15px 0; }
#textBlock a { color:#aaa; }
#textBlock strong, #textBlock b { font-weight:bold; }
#textBlock em, #textBlock i { font-variant:italic; }
#textBlock u { text-decoration:underline; }
#textBlock .button { color:#000; }

#ajax { display:none; }

#textBlock label         { color: #00FFFF; font-family:OswaldLight; display:block; font-size:14px; padding-left:3px; }
#textBlock input.text    { border-radius:3px; border:1px solid #999; font-size: 13px; color:#000; -webkit-appearance: none; margin-bottom: 10px; background: #FFF;  width:96%; padding: 6px; }
#textBlock textarea   { font-family:Arial;color:#000; border-radius:3px; border:1px solid #999; font-size: 13px; -webkit-appearance: none; margin-bottom:10px; background: #FFF; width:96%; padding:6px; height:80px; resize:vertical; }
input.button, .success  {
	font-family:Arial;
	border-radius: 5px;
	-webkit-appearance: none;
	background: #666;
	/*box-shadow:0 0 3px #000;*/
	color:#fff;
	border:0;
	padding: 3px 18px;
	line-height:18px;
	margin:0 10px 3px 3px;
	float:left;
	font-size: 13px;
	color: white;
}
.success { background:#444444; box-shadow:0; }
input.button:hover  { background:#999; }

/*#textBlock .inputBlock   { position: relative; }*/
#textBlock label.error   { position: absolute; right: 0; top: 0; color: #feabab; }
.html .textBlockIn { color:#000; }

/*#textBlock div.error input, #textBlock div.error textarea { border: 1px solid red; }*/
#textBlock input.error, #textBlock textarea.error { border: 1px solid red; }
#textBlock input.fade, #textBlock textarea.fade { color:#999;}

/*#photoSlider  { position:absolute; left:0; top:100px; width:80%; z-index:103; }
.sliderIn     { padding:2px 0;  }*/
#photoSlider  { position:absolute; left:0; padding:20px 0; width:100%; z-index:1000;}
.sliderIn     { padding:2px 30px; width: 98%; margin: 0 auto 0 auto; }
.sliderIn img {
	border:1px solid transparent;
	cursor:pointer;
	display:block;
	float:left;
	margin:0 4px 4px 0;
}

#move         { width: 31px; height: 123px; position: absolute; left: 0; top: 2px; z-index: 1000; background: #161516; }
#move a       { display: block; width: 31px; height: 41px; }
#left         { background: url('../images/left.png') 0 -72px no-repeat; }
#right        { background: url('../images/right.png') 0 -72px no-repeat; }
#move a.off   { background-position: 0 -10px; }
#move a.slideOff { background-position:-1px -71px;}
#slide        { background: url('../images/slideshow.png') -1px -10px no-repeat; }


#footer     { position: absolute; z-index:5000; bottom:0; width:100%; }
.footerIn   { padding: 5px 0 2px 5px; }
.social-icons { position:absolute; right:5px; top:3px;}
.social-icons iframe { float:right; }

.cufon-loading .cuf { visibility: hidden !important; }

#fotoblock        { position:relative; left: 0; top: 0; overflow:hidden; z-index: 1; width:100%; height:100%; }
#fotoblock img    { position:fixed; display: none; }
#toggleThumbs { background:#000; cursor:pointer; z-index:3; color:#FFF; padding:5px; border-radius:5px 5px 0 0; position:absolute; bottom:23px; left:10px;}
.social-bar-bottom #toggleThumbs { bottom:53px; }


#videos {
	height:100%;
}

.video {
	display:inline-block;
	margin:10px 20px 10px 0;
	vertical-align: top;
	float:left;
}

.video a {
	-webkit-box-shadow:0 0 3px #333;
	-moz-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
	background:#fff;
	display:inline-block;
	height:200px;
	width:300px;

	display: table-cell;
    text-align: center;
    vertical-align: middle;

	zoom: 1;
	*display: inline;
}

.video img { display:block; text-align: center; margin:0 auto; }

.video a:hover {
	-webkit-box-shadow:0 0 6px #555;
	-moz-box-shadow:0 0 6px #555;
	box-shadow:0 0 6px #555;
}

#videos .center {
	position:relative;
	margin:0 auto;
	width:960px;
}

#videos span {
	background:#9d9d9d;
	border-color:#9d9d9d;
	color:white;
	display:block;
	font-family: TeXGyreAdventorBold;
	font-size:13px;
	margin-top:5px;
	padding:3px 0;
	text-align:center;
	width:300px;
}

#video-controls {
	clear:both;
}

#video-controls a {
	background:url(../images/video.png) left bottom;
	color:#fff;
	display:inline-block;
	width:7px;
	height:18px;
	margin-right:5px;
	padding:3px 8px;
	font-family: TeXGyreAdventorBold;
	font-size:14px;
	text-decoration: none;

	zoom: 1;
	*display: inline;
}

#video-controls a:hover, #video-controls a#controlOn {
	background-position:left top;
}

#video-controls a:hover, #video-controls a#controlOn {
	background-position:left top;
}

#twitter-icon { width:17px; height:17px; margin-top:2px; display:block; float:right; z-index:1000; background:url(../images/twitter_icon.png) no-repeat top right;}
#twitter-icon:hover { background-position: -1px -17px;}
#facebook-icon { width:17px; height:17px; margin-top:2px; display:block; float:right; z-index:1000; background:url(../images/facebook_icon.png) no-repeat top right;}
#facebook-icon:hover { background-position: 0px -17px;}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #000;
}
.vscrollerbar {
width: 10px;
padding:10px 0 10px 0;
background-color: #aaa;
}
.hscrollerbase {
height: 10px;
background-color: #000;
}
.hscrollerbar {
height: 10px;
background-color: #555;
}

.vscrollerbasebeg {
	background: url(../images/bar.jpg) no-repeat;
	width: 10px;
	height:10px;
}

.vscrollerbaseend {
	background: url(../images/bar.jpg) no-repeat;
	width: 10px;
	height:10px;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


.copyright { position:relative; line-height:50px;}
.copyright .box {
	background-position:center center;
	background-repeat: no-repeat;
	cursor:pointer;
	padding:0 11px;
	position:relative;
	float:left;
	top:0;
	line-height: 20px;
	left:5px;
	text-indent: -9999px
}
.copyright span {
	background: #333;
	color:#fff;
	display:none;
	font-size:14px;
	line-height: 25px;
	padding:6px 10px;
	position:fixed;
	left:5px;
	bottom:45px;
}
.copyright span em {
	height:8px;
	position:absolute;
	right:16px;
	top:26px;
	width:11px;
}
.copyright:hover span { display:block; }

.privacy_other {
	display:inline-block;
	position:relative;
	float:left;
	cursor:pointer;
	margin-left: 8px;
	text-indent:-9999px;
	height:21px;
	width:21px;
}

.icon_privacy_span {
	background: #333;
	color:#fff;
	display:none;
	font-size:14px;
	line-height: 25px;
	padding:6px 10px;
	position:fixed;
	left:5px;
	bottom:45px;
}


.social-bar-top .copyright span { bottom: auto; top:30px; }

.start,.stop, .counter {
	background-position:125px 4px;
	background-repeat: no-repeat;
	cursor:pointer;
	display:none;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:0 31px 0 11px;
	position:absolute;
	top:0;
	line-height: 20px;
	left:77px;
	text-decoration:none;
}
.stop { background-position:125px -20px; }
.counter { left:225px; }

.photo-page .start, .photo-page .stop, .photo-page .counter {
	display:none;
}

.no-copyright .start, .no-copyright .stop { left:42px; }
.no-copyright .counter { left:190px }
.no-copyright #musicIcon { left:5px; }
.no-music.no-copyright .start, .no-music.no-copyright .stop { left:5px; }
.no-music.no-copyright .counter { left:153px; }
.no-music .start, .no-music .stop { left:38px; }
.no-music .counter { left:190px; }

.caption {
	bottom:6px;
	display:none;
	left:0;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:50;
}
.caption span {
	background-color:#000;
	background:rgba(0,0,0,0.8);
	color:#FFF;
	display:inline-block;
	font-size:14px;
	margin:0 auto;
	padding:5px 10px;
}

.social-bar .left { position:relative; width:40%; }

.controls {
	font-family: TeXGyreAdventorRegular;
	font-size:16px;
	right:90px;
	position:absolute;
	line-height: 50px;
	z-index:10000;
	width: 120px;
}

.controls a{
	font-family:TeXGyreAdventorRegular;
	font-size:16px;
	text-decoration: none;

}

.start, .stop{ height: 25px;}
.previous, .next, .close {
	background: no-repeat 6px 8px;
	bottom:0;
	cursor:pointer;
	display:none;
	height:25px;
	position:absolute;
	left:65px;
	padding:4px 0;
	/*text-indent:-9999px;
	width:33px;*/
	z-index:1501;
}
.previous { bottom:-40px; }
.next {
	bottom:-40px;
	left:103px;
}
.close {
	bottom:-40px;
	background-position:7px 8px;
	left:141px;
	opacity:0;
}
.controls a {
	display:block;
	left:27px;
}

/**
 * Pages
 */
#videos img { margin:0 auto; float:none; }
.sections a { color:#000; display:block; margin:0 5px 20px 5px; float:left; text-decoration:none; width:422px;}
/*.section { height:332px; }*/

.page {
  float:left;
  font-weight:normal;
  margin:0;
  /*padding:5px;*/
}
.page .image { height:280px; overflow:hidden; width:420px; background:#989898; }
.page { border:1px solid transparent; }
a.clearfix label, .sections a label{margin-top: 5px; width: 420px; height: 25px; display:block; float: left; font-family:BebasReg; font-size:18px; line-height:25px;}
.pages .sliderIn img { border:0; }
.pages { margin-top:20px; }

#videos, .sections { position:absolute; top:20px; width:100%; z-index:2000; }

.pagesLeft, .pagesRight {
	display:none;
  height:23px;
  position:absolute;
  text-indent:-9999px;
  width:23px;
  z-index:2000;
  	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
}
a.pagesLeft { background-position:0 -23px; }

.label {
	background:#333333;
	bottom:40px;
	color:#fff;
	display:none;
	font-size:14px;
	padding:3px 20px;
	position:absolute;
	text-align:center;
	white-space:nowrap;
}


.close_label {
	left:109px;

}
.next_label {
	left:86px
}
.prev_label {
	left:41px
}
.slideshow_label {
	left:-10px;
	width:76px;
}


/**
 * Custom Scrollbar
 */
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	/margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCustomScrollBox .mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mCSB_scrollTools .mCSB_buttonUp+.mCSB_draggerContainer{
	padding-bottom:40px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	bottom:0;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer{
	height:100%;
	width:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft+.mCSB_draggerContainer{
	padding-bottom:0;
	padding-right:20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	right:0;
	bottom:auto;
	margin-left:-40px;
	margin-top:-16px;
	float:right;
}

/* default scrollbar colors and backgrounds */
.mCustomScrollBox .mCSB_scrollTools{
	opacity:0.75;
}
.mCustomScrollBox:hover .mCSB_scrollTools{
	opacity:1;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(../mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/* custom styling */
/* content_1 scrollbar */
.content_1 .mCustomScrollBox .mCSB_scrollTools{
	padding:5px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* content_2 scrollbar */
.content_2 .mCSB_scrollTools .mCSB_draggerRail{
	width:6px;
	box-shadow:1px 1px 1px rgba(255,255,255,0.1);
}
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:rgba(255,255,255,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.5);
	filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.6);
	filter:"alpha(opacity=60)"; -ms-filter:"alpha(opacity=60)"; /* old ie */
}
/* content_3 scrollbar */
.content_3 .mCustomScrollBox .mCSB_scrollTools{
	padding:10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.content_3 .mCSB_scrollTools .mCSB_draggerRail{
	width:0;
	border-right:1px dashed #09C;
}
.content_3 .mCSB_scrollTools .mCSB_dragger{
	height:11px;
}
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:11px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	background:#09C;
}
/* content_4 scrollbar */
.content_4 .mCustomScrollBox .mCSB_scrollTools{
	padding:20px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:8px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#d0b9a0;
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
	box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}
.content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:#dfcdb9;
}
.content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.5);
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}
/* content_5 scrollbar */
.content_5 .mCustomScrollBox .mCSB_scrollTools{
	padding:0 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.content_5 .mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.2);
}
.content_5 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	height:2px;
	margin:7px auto;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.content_5 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.content_5 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.content_5 .mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.content_5 .mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/* content_8 scrollbar */
.content_8 .mCSB_scrollTools .mCSB_draggerRail{
	width:0px;
	border-left:1px solid rgba(0,0,0,0.8);
	border-right:1px solid rgba(255,255,255,0.2);
}

.music-player {
	background:transparent url(../images/musicplayer.png) no-repeat;
	display:none;
	height:89px;
	padding-bottom:45px;
	padding-right:10px;
	position:absolute;
	bottom:0px;
	right: 0px;
	width:220px;
	z-index:1500;
}
#trackName {
	color:#000;
	height:20px;
	font-size:14px;
	margin:3px;
	opacity:0.8;
	overflow:hidden;
	padding:6px 8px 2px 8px;
	position:relative;
	text-align: center;
	white-space: nowrap;
	width: 194px;
}
#trackName .inner {
	height:20px;
	overflow:hidden;
	position:relative;
	position:absolute;
	width: 194px;
}
#trackName .inner span { min-width:194px; position:absolute;}

#play, #pause, #nextTrack, #prevTrack {
	background:url(../images/playerbuttons.png) no-repeat;
	display:block;
	position:absolute;
	text-indent:-9999px;
}

#play {
	height:34px;
	left:92px;
	top:42px;
	width:35px;
}

#pause {
	background-position:0 -34px;
	height:34px;
	left:92px;
	top:42px;
	width:35px;
}

#nextTrack {
	background-position:-36px -2px;
	height:30px;
	left:133px;
	top:44px;
	width:30px;
}

#prevTrack {
	background-position:-36px -34px;
	height:30px;
	left:57px;
	top:44px;
	width:30px;
}

#musicIcon {
	background:url(../images/musicicon.png) no-repeat 4px 2px;
	top:0;
	cursor:pointer;
	display:none;
	height:25px;
	position:relative;
	float:left;
	margin-left: 4px;

	#left:40px;
	padding:4px 0;
	width:33px;
	z-index:1501;
}
.music-supported #musicIcon { display:block; }
#music-on,#music-off {
	bottom:5px;
	color:#FFF;
	display:none;
	cursor:pointer;
	font-weight:bold;
	position:absolute;
	right:48px;
	z-index:1501;
}
#music-on { right:83px; }

#music-on.off, #music-off.off { color:#7f7e7e; }

#musicIcon.off {
	background-position:4px -26px;
}
#currentTime { display:none; }

.mouse-left, .mouse-right, .mouse-close {
	display:none;
	height:100%;
	position:absolute;
	top:0;
	z-index:990;
}
.mouse-left {
	cursor:url(53-mouse-left.png), pointer;
	left:0;
	width:33%;
}
.mouse-right {
	cursor:url(53-mouse-right.png), pointer;
	right:0;
	width:33%;
}
.mouse-close {
	cursor:url(53-mouse-close.png), pointer;
	right:33%;
	width:33%;
}

.password-box {
	height:130px;
	margin:0 auto;
	padding:25px;
	width:320px;
}
.password-box input[type="password"] {
	background:#FFF;
	border:1px solid #AAA;
	border-radius:3px;
	color:#000;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom:12px;
	padding:3px 5px;
	width:100%;
}


.page-404 #header, .page-404 .social-bar, .page-404 #footer { display:none; }
.page-404 .page-container {
	background:#fff;
	margin:0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 5px;
}
.page-404 h1 { height:25px; line-height:normal; }

.flowpage .img-overlay{ display: none;}
.flowpage #wrap{ position: absolute; left: 0; padding: 20px 0; width: 100%; z-index: 1000;}
.flowpage #fotoblock img {position: absolute;}
.flowpage #textBlock { position: relative; width: 76%; margin: auto;}
