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

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

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

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

.clear{
	clear:both;
}

.hidden{
	display:none !important;
}

.shadow{
	-moz-box-shadow:    0 0 5px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.25);
	box-shadow:         0 0 5px 0px rgba(0,0,0,0.25);
}

*{
	cursor:default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html, body{
	scrollbar-face-color: #666666; 
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666; 
	scrollbar-3dlight-color: #666666;
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color:#000000;
}
 
::-webkit-scrollbar-thumb {
    background-color:#666666;
}


html, body, frameset{
	background-color:#000000;
}

body{
    padding:0;
    margin:0;
}

body, p, input, textarea, select, button, .button{
	color:#C0C0C0;
	
    font-family: GeogrotesqueUltraLight, helvetica, arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight:normal;
	
    font-size: 17px;
    line-height: 23px;
	letter-spacing: 0.1em;
	
	text-transform: none;
    text-align: left;
    text-indent: 0;
	text-shadow:none;
	
	word-wrap:break-word;
}


svg{
	pointer-events: none !important;
}

img, iframe{
    border:none;
    margin:0;
    padding:0;
}

form {
	display:block;
	position:relative;
	float:left;
	width:100%;
	font-size:0;
	line-height:0;
}

#standardabweichung-kontaktform{
	width:100%;
	padding:0 0 52px 0;
}

input, textarea, button, select{
	margin:0;
	padding:0;

	-webkit-border-radius:0; 
	border-radius:0;
	border:none;
	outline: none;
	
	-webkit-appearance: none;
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

select {
	float:left;
	width:100%;
	height:35px;
	padding:2px 18px 3px 3px;
	text-transform:uppercase;
	background: #F0F0F0;
	color:#000000;
}

input{
	float:left;
	cursor:text !important;
	width:100%;
	height:35px;
	padding:7px;
	color:#000000;
}

input[type="file"] {
	color:#FFFFFF;
	background:none;
	padding:0;
	margin:0 0 0 -1px;
}

input[type="checkbox"], input[type="checkbox"]:hover, input[type="checkbox"]:checked {
	text-align:left !important;
	width:20px !important;
	height:35px !important;
	color:#000000 !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	cursor:pointer !important;
	-webkit-appearance: checkbox;
	-webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

button, .button, input[type="submit"]{
	display:block;
	cursor:pointer !important;
	height:35px !important;
	padding:7px !important;
	color:#FFFFFF !important;
	background:#000000 !important;
	text-transform:uppercase !important;
	float:left;
	clear:none;
	max-width:200px;
}

.button {
	display:block !important;
	padding:6px 0 0 0 !important;
	margin:0 1px 0 0;
	height:29px !important;
	min-width:150px;
	text-indent:7px;
	color:#FFFFFF !important;
	
}

#edit-submit{
	margin:0 0 0 11px;
}

textarea{
	cursor: text;
	width:100%;
	min-height:35px;
	padding:10px;
	margin:0 0 0 0;
	resize:vertical;
	color:#000000;
}

.textinput, .selectinput {
	position:relative;
	font-size:0;
	line-height:0;
	margin:0;
	min-height:35px;
}

.checkinput {
	float:left;
	clear:both;
	height:35px;
}

.checkinput_box {
	display:block;
	float:left;
}

.checkinput_label{
	display:block;
	float:left;
	
	font-family: GeogrotesqueRegular, helvetica, arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight:normal;
	
	font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	text-decoration: none !important;

	color:#FFFFFF;
	
	padding:9px 0 0 9px !important;
}

.textarea{
	cursor: text;
	position:relative;
	font-size:0;
	line-height:0;
	margin:0 0 11px 0;
}

.select_button{
	position:absolute;
	top:0;
	right:0;
	z-index:2000;
	
	width:17px;
	height:17px;
	padding:9px;
	
	pointer-events:none;
}

.select_button, .select_button *{
	cursor: pointer;
	pointer-events:none;
}


.option_button{
	position:absolute;
	top:0;
	right:0;
	z-index:2000;
	
	width:17px;
	height:17px;
	padding:9px;
	
	opacity:0.25;
}

.option_button, .option_button *{
	cursor: pointer;
}

.speech_button{
	position:absolute;
	top:0;
	right:0;
	z-index:2000;
	
	width:17px;
	height:17px;
	padding:9px;
	
	opacity:0.25;
}

.speech_button, .speech_button *{
	cursor: pointer;
}

h1 {
    padding:0;
    margin:0;
	
	font-family: GeogrotesqueUltraLight, helvetica, arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight:normal;
	
	font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	
	color:#C0C0C0;
	
	text-transform: uppercase;
}

h3, #sigma_head {
    padding:4px 0 14px 0;
    margin:0;
	
	font-family: GeogrotesqueUltraLight, helvetica, arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight:normal;
	
	font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    
	color:#C0C0C0;
	
	text-transform: uppercase;
}

.padtop {
	padding-top:0px !important;
}

h3 p{
	padding-bottom:3px;
}

b {
	padding:0;
    margin:0;
	
	font-family: GeogrotesqueRegular, helvetica, arial, sans-serif !important;
    font-style: normal;
	font-weight: normal;
    font-variant: normal;
}

.bold{
	font-family: GeogrotesqueRegular, helvetica, arial, sans-serif !important;
    font-style: normal;
	font-weight: normal;
    font-variant: normal;
	color:#FFFFFF !important;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

a, a:link, a:visited, a:hover, a:active {
	color:#FFFFFF;
    cursor:pointer;
    text-decoration: none;
}

a *{
	cursor:pointer;
}

p{
	padding:0 0 13px 0;
	margin:0;
}

.versal {
	letter-spacing: 0.1em;
    text-transform: uppercase;
}

table, .font_versal_b, .font_versal_b a{
	font-family: GeogrotesqueUltraLight, helvetica, arial, sans-serif;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    
	color:#C0C0C0;
}

thead, .font_versal_b b, .font_versal_a b a{
	font-family: GeogrotesqueRegular, helvetica, arial, sans-serif;
	color:#C0C0C0;
}

table{	
	width:100%;
	
	color:#121212;
	background:none;
}

table, thead, tbody, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	border-spacing:0;
}

thead{
	height:52px;
	color:#000000;
}

thead tr th{
	padding:15px 19px 13px 19px;
	height:24px;
	background:#C0C0C0;
	border:5px solid #000000;
}

tbody {
	color:#000000;
}

tbody tr td a{
	color:#000000;
}

tbody tr td{
	padding:15px 19px 13px 19px;
	min-height:24px;
	background:#121212;
	border:5px solid #000000;
}

.colorA1, .colorA1 b, .colorA1 p, .colorA1:link, .colorA1:visited, .colorA1:hover, .colorA1:active, .colorA1 a:link, .colorA1 a:visited, .colorA1 a:hover, .colorA1 a:active {
	color: #FFFFFF;
}

.colorA2, .colorA2 b, .colorA2 p, .colorA2:link, .colorA2:visited, .colorA2:hover, .colorA2:active, .colorA2 a:link, .colorA2 a:visited, .colorA2 a:hover, .colorA2 a:active {
	color: #D0D0D0;
}

.colorA3, .colorA3 b, .colorA3 p, .colorA3:link, .colorA3:visited, .colorA3:hover, .colorA3:active , .colorA3 a:link, .colorA3 a:visited, .colorA3 a:hover, .colorA3 a:active {
	color: #C0C0C0;
}

.colorA4, .colorA4 b, .colorA4 p, .colorA4:link, .colorA4:visited, .colorA4:hover, .colorA4:active, .colorA4 a:link, .colorA4 a:visited, .colorA4 a:hover, .colorA4 a:active {
	color: #666666;
}

.colorA5, .colorA5 b, .colorA5 p, .colorA5:link, .colorA5:visited, .colorA5:hover, .colorA5:active, .colorA5 a:link, .colorA5 a:visited, .colorA5 a:hover, .colorA5 a:active {
	color: #121212;
}

.colorA6, .colorA6 b, .colorA6 p, .colorA6:link, .colorA6:visited, .colorA6:hover, .colorA6:active, .colorA6 a:link, .colorA6 a:visited, .colorA6 a:hover, .colorA6 a:active {
	color: #000000;
}

.colorB1{
	background: #FFFFFF !important;
}

.colorB2{
	background: #D0D0D0 !important;
}

.colorB3{
	background: #C0C0C0 !important;
}

.colorB4{
	background: #D3D3D3 !important;
}

.colorB5{
	background: #1A1A1A !important;
}

.colorB6{
	background: #000000 !important;
}

.colorB7{
	background: #FF0000 !important;
}

#logo{
	clear:none;
	float:left;
	padding:29px 0 0 0;
}

#sigma_logo{
	display:block;
	position: absolute; 
	z-index:9999; 
	left: 50%; 
	top:100px; 
	width: 160px; 
	height: 120px; 
	margin:-150px 0 0 -80px;
}

#sigma_head{
	font-family: GeogrotesqueRegular, helvetica, arial, sans-serif;
	text-align:center;
    color:#FFFFFF;
	
	display:block;
	position: absolute; 
	z-index:9999; 
	left: 50%; 
	top:120px; 
	width: 480px; 
	height: 20px; 
	margin:0 0 0 -240px;
	
}

#sigma_text{
	display:block;
	position: absolute; 
	z-index:9999; 
	left: 50%; 
	top:140px; 
	width: 480px; 
	height: 20px; 
	margin:0 0 0 -240px;
	text-align:center;
}

/*GOOGLE MAPS CONTACT */
#gm{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

#gm>div:nth-child(1)>div:nth-child(2){
	top:13px !important;
	bottom:auto !important;
	left:auto !important;
	right:27px !important;
}

.gmnoprint{
	right:auto !important;
	left:173px !important;
	bottom:2px !important;
}

.gm-style-cc{
	right:auto !important;
	left:24px !important;
	bottom:2px !important;
}

.gmnoprint div, .gmnoprint div a, .gmnoprint div span{
	background-image:none !important;
	background:none !important;
	color: #FFFFFF !important;
	margin:0 !important;
	padding:0 !important;
	
	font-family: GeogrotesqueUltraLight, helvetica, arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight:normal;
	
	font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	text-decoration: none !important
}

#gm_location{
	padding-left:19px;
}

.zoom_button{
	cursor: pointer !important;
	margin:5px 5px 0 0;
	padding-left:19px;
	width:100px;
	font-family: GeogrotesqueRegular, helvetica, arial, sans-serif;
    font-style: normal;
	font-weight: normal;
    font-variant: normal;
}

#contact{
	pointer-events: none;
	cursor:inherit;
	display:block;
	padding:16px 19px 17px 19px;
	width:282px;
	min-width:282px;
	max-width:282px;
	height:210px;
	min-height:210px;
	max-height:210px;
}

#contact h3{
	padding:0;
}

#contact p{
	padding:0 0 8px 0;
}

#contact p a{
	pointer-events: auto;
}

#header {
	position:fixed;
	float:left;
	z-index:2000;
	top:0;
	left:0;
	right:0;
	padding:0;
	margin:0;
	min-width:262px;
	min-height:52px;
	height:52px;
	overflow:hidden;
}

#header_navigation {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	padding:8px 0 15px 0;
	background:none;
}

#message{
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:0;
	overflow:hidden;
	z-index:2750;
	min-width:262px;
}

#message_content{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:16px 29px 15px 24px;
}

#list{
	position:absolute !important;
	top:0;
	left:0;
	right:0;
	padding:0 0 100px 0!important;
	margin:0 0 0 5px !important;
	z-index:0;
}

#page{
	cursor:default;
	position:absolute;
	
	top:52px;
	left:0;
	right:0;
	bottom:0;
	
	padding:0;
	margin: 0 0 10px 0;
	
	font-size:0;
	line-height:0;
	
	overflow:hidden;
}

#footer{
	position:absolute;
	bottom:0;
	left:0px;
	right:0px;
	z-index:1000;
}

#footer_navigation {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:0 29px 0 24px;
	margin:0 0 20px 0;
	background:none;
}

/*.projectnav_logo {*/
.logo {
	cursor:pointer;
	position:relative;
	float:left;
	clear:none;
	padding:8px 0 15px 24px;
	background:none;
}

/*.projectnav_logo b a{*/
.logo a{
	color:#FFFFFF !important;
	padding:0 !important;
}

#menu_button {
	position:absolute;
	top:0px;
	right:0px;
	padding:16px 24px 0 0;
}
/*.projectnav_links {*/
.links {
	cursor:pointer;
	position:relative;
	float:left;
	clear:none;
	padding:8px 0 15px 24px;
	background:none;
}

/*.projectnav_link {*/
.link {
	cursor:pointer;
	position:relative;
	float:left;
	clear:none;
	height:21px;
	padding:0 14px 0 0;
	background:none;
}

a.link:hover {
	color:#FFFFFF !important;
}

.link_small {
	position:relative;
	float:left;
	clear:none;
	min-height:16px;
	padding:0 14px 0 0;
	background:none;
	
	font-family: GeogrotesqueUltraLight, helvetica, arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight:normal;
	
	font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	text-decoration: none !important
}

/*.projectnav_search{*/
.search{
	display:none;
	position:absolute;
	top:8px;
	right:7px;
	width:262px;
	height:35px;
}

.search form{
	width:100%;
}

#list {
		-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-o-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	
	-webkit-perspective:800px;
	-moz-perspective:800px;
	-o-perspective:800px;
	-ms-perspective:800px;
	perspective:800px;
	
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.element{
	cursor:pointer;
	position:relative;
	
	clear:none;
	float:left;
	margin:0 5px 5px 0px;
	padding:0;
	
	font-size:0;
	line-height:0;
	overflow:hidden;
}

#list .element{
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;  
	
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;	
}

#list .element:hover{
	opacity:0.8;
}

.image, .element img, .layer0 img, .layer1 img{
	cursor:pointer;
	-webkit-transform: translateZ(0);
}

.data{
	display:none !important;
}

.overlay{
	cursor:pointer;
	position:absolute;
	z-index:25;
	top:0;
	left:0;
	font-size:0;
	line-height:0;
	-webkit-transform: translateZ(0);
}

.layer0{
	cursor:pointer;
	position:absolute;
	z-index:30;
	top:0;
	left:0;
	font-size:0;
	line-height:0;
	-webkit-transform: translateZ(0);
}

.layer1{
	cursor:pointer;
	position:absolute;
	z-index:20;
	top:0;
	left:0;
	font-size:0;
	line-height:0;
	-webkit-transform: translateZ(0);
}

#content {
	position:absolute;
	padding:29px 0 90px 0;
	margin:0 0 5px 0;
	top:0;
	left:0;
	right:0;
	background:#1A1A1A;
	-webkit-transform: translateZ(0);
}

.content_lock{
	padding:0 !important;
	margin:0 !important;
	height:0 !important;
	min-height:0 !important;
	min-width:0 !important;
	overflow: hidden !important;
	background:none;
}

/*INFO BEREICH*/
.container{
	clear:none;
	float:left;
	padding:0;
}

.text_section{
	clear:none;
	float:left;
	padding:0 0 0 0;
}

.text_section_inner{
	clear:none;
	float:left;
	padding:0;
}

.text{
	clear:none;
	float:left;
	overflow:hidden;
}

.text_inner{
	padding:0 24px 0 24px;
}

.text_column{
	position:relative;
	
	clear:none;
	float:left;
	
	margin:0 24px;
}

.info, .loader{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:none;
	padding:0;
	
	-webkit-transform: translateZ(0);
}

.info p a{
	color:#C0C0C0;
	
    font-family: GeogrotesqueUltraLight, helvetica, arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight:normal;
	
    font-size: 17px;
    line-height: 23px;
	letter-spacing: 0.1em;
	
	text-transform: none;
    text-align: left;
    text-indent: 0;
	text-shadow:none;
	
	word-wrap:break-word;
}

a.info{
	cursor:pointer;
}

.info_top{
	cursor:inherit;
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:none;
	min-height:42px;
	padding:16px 19px 17px 19px;
}

.info_bottom{
	cursor:inherit;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	background:none;
	
	padding:16px 19px 15px 19px;
}

.loader_info_page{
	padding:16px 19px 15px 24px;
}

.loader_bar{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
}

.image{
	position:relative;
	background:none;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

.centered{
	position:absolute;
	top:0;
	left:0;
}


.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/***************************************************/
/* 		Datetime picker
/***************************************************/

.ui-datepicker {
	margin-top: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;

	border: 1px solid #CCC;
	padding: 20px 30px;
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 16px rgba(0, 0, 0, .2);

	background-color: white;
	background-color: rgba(255, 255, 255, 0.95);
}

.ui-datepicker div.ui-datepicker-header {
	position: relative;
}

table.ui-datepicker-calendar td.ui-datepicker-week-col {
	color: #AAA;
}

.ui-datepicker td {
	padding: 2px;
	border-radius: 3px;
}

.ui-datepicker .ui-widget-header a {
	color: #505050;
}

.ui-datepicker-title { 
  padding-top: 9px;
}

.ui-datepicker-prev span, div.ui-datepicker-next span { 
  margin-top: 0px;
}

.ui-datepicker-today {
  background: #FF0000;
}

.ui-datepicker .ui-state-default {
	border: 0px;
}

.ui-datepicker .ui-state-default.ui-state-active {
	background: #DDD;
	border-radius: 3px;
}

.ui-datepicker.ui-widget-content {
	border: none;
	background: white;
	padding: 0 10px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { top: 10px;}

/***************************************************/
/* 		jQuery UI			
/***************************************************/
.ui-widget-header .ui-icon {background-image: url(/stylesheets/jquery/images/ui-icons_222222_256x240.png);}

.ui-dialog .ui-dialog-titlebar-close { top: 12px;}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}
.ui-widget-header {
	border: 0px;
	background: none;
	color: inherit;
	font-weight: bold;
}

.ui-widget-content {
	background: white;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fcfcfc;
	font-weight: bold;
	color: inherit;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .1em 0;
	font-size: 16px;
	padding: 2px 10px 1px 0px;
	margin: 0 0 10px 0;
	color: #444;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget-content .ui-state-focus  {
	border: 1px solid #EEE;
	background: #EEE;
}

ul.ui-autocomplete {
	margin-top: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
	background-color: white;
	background-color: rgba(255, 255, 255, 0.95);
	font-size: 11px;
}

.ui-autocomplete  .ui-menu .ui-menu-item a {
	padding: 3px 5px;
}

@media print {
   #sidebar { display: none; }
   div#content { width: 100%; }
}

/***************************************************/
/* 		Dat.GUI			
/***************************************************/

.dg {
	padding:0 0 0 20px !important;
	background:#000000;
}

.close-button {
	text-indent:6px;
}

.c .button{
	display:none!important;
}

.cr div .c input[type="text"]{
	height:24px;
	padding:0 !important;
	margin:0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	text-indent:7px!important;
	text-shadow:none !important;
	font-weight:normal !important;
}

.property-name, .close-button, .c input[type="text"] {	
	font-family: GeogrotesqueRegular, helvetica, arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight:normal;
	
	font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	text-decoration: none !important;
	text-align:left !important;
	text-shadow:none !important;
}

.property-name {
	padding:4px 0 0 0 !important;
}

.cr {
	border-left:0px !important;
	border-bottom:1px solid #000000!important;
	height:24px;
}

.slider{
	cursor:w-resize !important;
	margin:0 0 0 0 !important;
	height:24px !important;
	background: #000000 !important;
}

.slider-fg{
	cursor:w-resize !important;
	background: #000000 !important;
	border-right:2px solid #FFFFFF !important;
	height:24px !important;
}