/* CSS Document */

   /*html.loading body {
		opacity: 0;
		     -moz-transition: opacity 0.8s ease-out;
		     -o-transition: opacity 0.8s ease-out;
		     -webkit-transition: opacity 0.8s ease-out;
		     -ms-transition: opacity 0.8s ease-out;
		     transition: opacity 0.8s ease-out;
	}*/


           body {
                margin: 0px;
                padding: 0px;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:6px 24px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				-webkit-tap-highlight-color: rgba(0,0,0,0);
				-webkit-tap-highlight-color: transparent;

            }
			
			
			
			.iptanimate {
				
			            -webkit-animation-duration: 0.2s;
						-moz-animation-duration: 0.2s;
						-ms-animation-duration: 0.2s;
						-o-animation-duration: 0.2s;
			            animation-duration: 0.2s;
			            -webkit-animation-fill-mode: both;
						-moz-animation-fill-mode: both;
						-ms-animation-fill-mode: both;
						-o-animation-fill-mode: both;
			            animation-fill-mode: both;
			         }
			
			
		            @-webkit-keyframes iptfadeInRight {
		               0% {
						  opacity:0.5;
						  -webkit-transform:	scale(0.67);
						  -webkit-transform-origin: 1000px top;
		               }
		               100% {
						  opacity:1;
						  -webkit-transform:	scale(0.67);
						  -webkit-transform-origin: right top;
		               }
		            }
					
		            @-moz-keyframes iptfadeInRight {
		               0% {
						  opacity:0.5;
			  			  -moz-transform:	scale(0.67);
			  			  -moz-transform-origin: 1000px top;
		               }
		               100% {
						  opacity:1; 
			  			  -moz-transform:	scale(0.67);
						  -moz-transform-origin: right top;
		               }
		            }
         
		 
		            @-ms-keyframes iptfadeInRight {
		               0% {
						  opacity:0.5; 
			  			  -ms-transform:	scale(0.67);
			  			  -ms-transform-origin: 1000px top;
		               }
		               100% {
						  opacity:1; 
			  			  -ms-transform:	scale(0.67);
			  			  -ms-transform-origin: right top;
		               }
		            }
					
					
		            @-o-keyframes iptfadeInRight {
		               0% {
						  opacity:0.5; 
			  			  -o-transform:	scale(0.67);
			  			  -o-transform-origin: 1000px top;	
		               }
		               100% {
						  opacity:1;
			  			  -o-transform:	scale(0.67);
			  			  -o-transform-origin: right top;
		               }
		            }
					
		            @keyframes iptfadeInRight {
		               0% {
						  opacity:0.5;
			  			  transform:	scale(0.67);
						  transform-origin: 1000px top;
		               }
		               100% {
						  opacity:1; 
			  			  transform:	scale(0.67);
						  transform-origin: right top;
		               }
		            }
					
					.iptfadeInRight {
					-webkit-animation-name: iptfadeInRight;
					-moz-animation-name: iptfadeInRight;
					-ms-animation-name: iptfadeInRight;
					-o-animation-name: iptfadeInRight;
	                animation-name: iptfadeInRight;
				    }
					
					
					
					
					.prpanimate {
				
					            -webkit-animation-duration: 0.2s;
								-moz-animation-duration: 0.2s;
								-ms-animation-duration: 0.2s;
								-o-animation-duration: 0.2s;
					            animation-duration: 0.2s;
					            -webkit-animation-fill-mode: both;
								-moz-animation-fill-mode: both;
								-ms-animation-fill-mode: both;
								-o-animation-fill-mode: both;
					            animation-fill-mode: both;
					         }
			
			
				            @-webkit-keyframes prpfadeInLeft {
				               0% {
								  opacity:0.5;
								  -webkit-transform:	scale(0.67);
								  -webkit-transform-origin: -1000px top;
				               }
				               100% {
								  opacity:1;
								  -webkit-transform:	scale(0.67);
								  -webkit-transform-origin: left top;
				               }
				            }
					
				            @-moz-keyframes prpfadeInLeft {
				               0% {
								  opacity:0.5;
					  			  -moz-transform:	scale(0.67);
					  			  -moz-transform-origin: -1000px top;
				               }
				               100% {
								  opacity:1; 
					  			  -moz-transform:	scale(0.67);
								  -moz-transform-origin: left top;
				               }
				            }
         
		 
				            @-ms-keyframes prpfadeInLeft {
				               0% {
								  opacity:0.5; 
					  			  -ms-transform:	scale(0.67);
					  			  -ms-transform-origin: -1000px top;
				               }
				               100% {
								  opacity:1; 
					  			  -ms-transform:	scale(0.67);
					  			  -ms-transform-origin: left top;
				               }
				            }
					
					
				            @-o-keyframes prpfadeInLeft {
				               0% {
								  opacity:0.5; 
					  			  -o-transform:	scale(0.67);
					  			  -o-transform-origin: -1000px top;	
				               }
				               100% {
								  opacity:1;
					  			  -o-transform:	scale(0.67);
					  			  -o-transform-origin: left top;
				               }
				            }
					
				            @keyframes prpfadeInLeft {
				               0% {
								  opacity:0.5;
					  			  transform:	scale(0.67);
								  transform-origin: -1000px top;
				               }
				               100% {
								  opacity:1; 
					  			  transform:	scale(0.67);
								  transform-origin: left top;
				               }
				            }
					
							.prpfadeInLeft {
							-webkit-animation-name: prpfadeInLeft;
							-moz-animation-name: prpfadeInLeft;
							-ms-animation-name: prpfadeInLeft;
							-o-animation-name: prpfadeInLeft;
			                animation-name: prpfadeInLeft;
						    }
         
					
		
			
			
			#inputarea {
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				
				-moz-transform:	scale(0.67);
				-moz-transform-origin: right top;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: right top;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: right top;
				-o-transform:	scale(0.67);
				-o-transform-origin: right top;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
				
				
			}

			
			
			#navbar {
			    height:40px;
				background-color:#000000;
			}
			
			
			
			#principlesarea {
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				
				-moz-transform:	scale(0.67);
				-moz-transform-origin: left top;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: left top;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: left top;
				-o-transform:	scale(0.67);
				-o-transform-origin: left top;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
				
				
			}
			
			#principlesarea ul {
				
				
				
			}
			

			#principlesarea ul li {
				
				list-style-type:none;
				float:left;
				
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				text-align:center;
				
				display:block;
				background-color:#a6a6a6;	
				height:30px;
				width:500px;
				padding:12px 0px 0px 0px;
				margin: 0px 0px 30px 0px;
				
			}
			
			#principlesarea ul li a {
				text-decoration:none;
				color:#ffffff;
			}
			
			#principlesarea ul li:hover {
			   background-color:#000000;
			   cursor: pointer;	
			}
			
			#principlesarea ul li:hover a{	
		       display:block;
		    }
			
			

			
			
			
			
			
			.rdimenmdanimate, .wdimenmdanimate, .wtwratiomdanimate, .orlamdanimate, .solanmdanimate, .solan2mdanimate, .solusemdanimate, .soluse2mdanimate, .soluse3mdanimate, .trrefmdanimate, .obsanmdanimate, .dalfacmdanimate, .dalfac2mdanimate, .ventdmdanimate, .aircmdanimate, .freamdanimate, .tropamdanimate, .thcommdanimate, .thcom2mdanimate, .metabmdanimate, .clothmdanimate, .surftmdanimate, .velohumimdanimate, .pvpdmdanimate {
		
			            -webkit-animation-duration: 0.5s;
						-moz-animation-duration: 0.5s;
						-ms-animation-duration: 0.5s;
						-o-animation-duration: 0.5s;
			            animation-duration: 0.5s;
			            -webkit-animation-fill-mode: both;
						-moz-animation-fill-mode: both;
						-ms-animation-fill-mode: both;
						-o-animation-fill-mode: both;
			            animation-fill-mode: both;
			         }
					 
	
							 
							 	
		            @-webkit-keyframes moveDown {
		               0% {
						  opacity:1;
						  -webkit-transform:	scale(0.03);
						  -webkit-transform-origin: 0px 0px;
		               }
		               100% {
						  opacity:1;
						  -webkit-transform:	scale(0.67);
						  -webkit-transform-origin: 0px 0px;
		               }
		            }
			
		            @-moz-keyframes moveDown {
		               0% {
						  opacity:1;
			  			  -moz-transform:	scale(0.03);
			  			  -moz-transform-origin: 0px 0px;
		               }
		               100% {
						  opacity:1; 
			  			  -moz-transform:	scale(0.67);
						  -moz-transform-origin: 0px 0px;
		               }
		            }
 
 
		            @-ms-keyframes moveDown {
		               0% {
						  opacity:1; 
			  			  -ms-transform:	scale(0.03);
			  			  -ms-transform-origin: 0px 0px;
		               }
		               100% {
						  opacity:1; 
			  			  -ms-transform:	scale(0.67);
			  			  -ms-transform-origin: 0px 0px;
		               }
		            }
			
			
		            @-o-keyframes moveDown {
		               0% {
						  opacity:1; 
			  			  -o-transform:	scale(0.03);
			  			  -o-transform-origin: 0px 0px;	
		               }
		               100% {
						  opacity:1;
			  			  -o-transform:	scale(0.67);
			  			  -o-transform-origin: 0px 0px;
		               }
		            }
			
		            @keyframes moveDown {
		               0% {
						  opacity:1;
			  			  transform:	scale(0.03);
						  transform-origin: 0px 0px;
		               }
		               100% {
						  opacity:1; 
			  			  transform:	scale(0.67);
						  transform-origin: 0px 0px;
		               }
		            }
			
					.moveDown {
					-webkit-animation-name: moveDown;
					-moz-animation-name: moveDown;
					-ms-animation-name: moveDown;
					-o-animation-name: moveDown;
	                animation-name: moveDown;
				    }
					
					
					
		            @-webkit-keyframes moveUp {
		               0% {
						  opacity:1;
						  -webkit-transform:	scale(0.67);
						  -webkit-transform-origin: 0px 0px;
		               }
		               100% {
						  opacity:1;
						  -webkit-transform:	scale(0.03);
						  -webkit-transform-origin: 0px 0px;
		               }
		            }
			
		            @-moz-keyframes moveUp {
		               0% {
						  opacity:1;
			  			  -moz-transform:	scale(0.67);
			  			  -moz-transform-origin: 0px 0px;
		               }
		               100% {
						  opacity:1; 
			  			  -moz-transform:	scale(0.03);
						  -moz-transform-origin: 0px 0px;
		               }
		            }
 
 
		            @-ms-keyframes moveUp {
		               0% {
						  opacity:1; 
			  			  -ms-transform:	scale(0.67);
			  			  -ms-transform-origin: 0px 0px;
		               }
		               100% {
						  opacity:1; 
			  			  -ms-transform:	scale(0.03);
			  			  -ms-transform-origin: 0px 0px;
		               }
		            }
			
			
		            @-o-keyframes moveUp {
		               0% {
						  opacity:1; 
			  			  -o-transform:	scale(0.67);
			  			  -o-transform-origin: 0px 0px;	
		               }
		               100% {
						  opacity:1;
			  			  -o-transform:	scale(0.03);
			  			  -o-transform-origin: 0px 0px;
		               }
		            }
			
		            @keyframes moveUp {
		               0% {
						  opacity:1;
			  			  transform:	scale(0.67);
						  transform-origin: 0px 0px;
		               }
		               100% {
						  opacity:1; 
			  			  transform:	scale(0.03);
						  transform-origin: 0px 0px;
		               }
		            }
					
					
					.moveUp {
					-webkit-animation-name: moveUp;
					-moz-animation-name: moveUp;
					-ms-animation-name: moveUp;
					-o-animation-name: moveUp;
	                animation-name: moveUp;
				    }
			
			
			
				
		   #noty_customCenterleft_layout_container li {
		   	
			-moz-animation-duration: 0.2s;
			-ms-animation-duration: 0.2s;
			-webkit-animation-duration: 0.2s;
			-o-animation-duration: 0.2s;
			
		   }	
		   
		   #noty_customCenterleft3_layout_container li {
		   	
			-moz-animation-duration: 0.2s;
			-ms-animation-duration: 0.2s;
			-webkit-animation-duration: 0.2s;
			-o-animation-duration: 0.2s;
			
		   }	
			
			
			
			#noty_customCenterleft_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
				
			}
			
			#noty_customCenterleft2_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
				
				-moz-animation-duration: 0.2s;
				-ms-animation-duration: 0.2s;
				-webkit-animation-duration: 0.2s;
				-o-animation-duration: 0.2s;
			}
			
			#noty_customCenterleft3_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
				
				-moz-animation-duration: 0.2s;
				-ms-animation-duration: 0.2s;
				-webkit-animation-duration: 0.2s;
				-o-animation-duration: 0.2s;
			}
			
			#noty_customCenterleft4_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
				
				-moz-animation-duration: 0.2s;
				-ms-animation-duration: 0.2s;
				-webkit-animation-duration: 0.2s;
				-o-animation-duration: 0.2s;
			}
			
			
			#noty_customCenter_layout_container {
				-moz-transform:	scale(0.8);
				-moz-transform-origin: 50% 0;
				-ms-transform:	scale(0.8);
				-ms-transform-origin: 50% 0;
				-webkit-transform:	scale(0.8);
				-webkit-transform-origin: 50% 0;
				-o-transform:	scale(0.8);
				-o-transform-origin: 50% 0;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			#noty_customCenter2_layout_container {
				-moz-transform:	scale(0.8);
				-moz-transform-origin: 50% 0;
				-ms-transform:	scale(0.8);
				-ms-transform-origin: 50% 0;
				-webkit-transform:	scale(0.8);
				-webkit-transform-origin: 50% 0;
				-o-transform:	scale(0.8);
				-o-transform-origin: 50% 0;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			
			#noty_customCenterright_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 100% 100%;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 100% 100%;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 100% 100%;
				-o-transform:	scale(0.67);
				-o-transform-origin: 100% 100%;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			#noty_customBottomleft_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			#noty_customTopright_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 100% 100%;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 100% 100%;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 100% 100%;
				-o-transform:	scale(0.67);
				-o-transform-origin: 100% 100%;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			#noty_customTopright1_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 100% 100%;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 100% 100%;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 100% 100%;
				-o-transform:	scale(0.67);
				-o-transform-origin: 100% 100%;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			#noty_customTopright2_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 100% 100%;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 100% 100%;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 100% 100%;
				-o-transform:	scale(0.67);
				-o-transform-origin: 100% 100%;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			#noty_customTopright3_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 100% 100%;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 100% 100%;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 100% 100%;
				-o-transform:	scale(0.67);
				-o-transform-origin: 100% 100%;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			#noty_customTopright4_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 100% 100%;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 100% 100%;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 100% 100%;
				-o-transform:	scale(0.67);
				-o-transform-origin: 100% 100%;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			#noty_customTopright5_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 100% 100%;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 100% 100%;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 100% 100%;
				-o-transform:	scale(0.67);
				-o-transform-origin: 100% 100%;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}
			
			#noty_customToprightsurvey_layout_container {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 100% 100%;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 100% 100%;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 100% 100%;
				-o-transform:	scale(0.67);
				-o-transform-origin: 100% 100%;
				
				animationIterationCount:0;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
			}

			
			
			
			
			#myCanvas {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;	
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
			}
			
			#myCanvas2 {
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;	
			}


			nav ul {	
				margin:0;
				padding:0;
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
			}

			nav ul li {
				list-style-type:none;
				float:left;
				display:block;width:150px;
	            height:60px;
				text-align:center;
				line-height:55px;
				font-family:Arial;
				font-size:17px; 
				font-weight:lighter;
				
				transition: background-color 0.2s;
				-webkit-transition: background-color 0.2s;
				-moz-transition:background-color 0.2s;
				-ms-transition:background-color 0.2s;
				-o-transition:background-color 0.2s;
				
			}

			nav ul li a {
			    text-decoration:none;
				color:#FFF;
				
				-webkit-user-select: none;  /* Chrome all / Safari all */
				-moz-user-select: none;     /* Firefox all */
				-ms-user-select: none;      /* IE 10+ */
				user-select: none; 
	
				transition: color 0.2s;
				-webkit-transition: color 0.2s;
				-moz-transition: color 0.2s;
				-ms-transition: color 0.2s;
				-o-transition: color 0.2s;
	
			}

			nav ul li:hover {
	
			   background-color:#ededed;
			   cursor: pointer;	
			}

			nav ul li:hover a {
	
				display:block;
				color: #777777;
			}
			
			
			#abouttext {
			
				transition: color 0.2s;
				-webkit-transition: color 0.2s;
				-moz-transition:color 0.2s;
				-ms-transition:color 0.2s;
				-o-transition:color 0.2s;	
			}
			
			
			#longlong:hover {
				cursor: default;
				background-color:transparent;	
			}
			
			
			.roomslider {
			
			width:280px;
			
			display:inline-block;
			
			margin: 0px 20px 0px 20px;	
					
			}
			
		
			.noUi-background {
			background: #ddd;
			height:13px;
		    border: 2px solid #ffffff;
			}
			
			.noUi-handle {
				margin: -2.5px 0px 0px 0px;
				border: 0px solid #000000;
				border-radius: 3px;
				background: #000000;
				cursor: default;
			}
            
			
			
			input[type=range] {
			    /*removes default webkit styles*/
			    -webkit-appearance: none;
			    /*fix for FF unable to apply focus style bug */
			    border: 1px;
			    border-color: rgba(50,50,50,0);
			    /*required for proper track sizing in FF*/
			    width: 300px;
			}
			input[type=range]::-webkit-slider-runnable-track {
			    /*width: 300px;*/
			    height: 15px;
			    background: #ddd;
			    border: 2px solid white;
			    border-radius: 3px;
			}
			input[type=range]::-webkit-slider-thumb {
			    -webkit-appearance: none;
			    border: none;
			    height: 30px;
			    width: 30px;
			    border-radius: 30%;
			    background: #000000;
				margin-top: -8px;
			}
			input[type=range]:focus {
			    outline: none;
			}
			input[type=range]:focus::-webkit-slider-runnable-track {
			    background: #ccc;
			}

			input[type=range]::-moz-range-track {
			    width: 300px;
			    height: 15px;
			    background: #ddd;
			    border: 2px solid white;
			    border-radius: 3px;
			}
			input[type=range]::-moz-range-thumb {
			    border: none;
			    height: 30px;
			    width: 30px;
			    border-radius: 30%;
			    background: #000000;
			}

			/*hide the outline behind the border*/
			input[type=range]:-moz-focusring{
			    outline: 0px;
			    outline-color: rgba(50,50,50,0);
			    outline-offset: -1px;
			}

			input[type=range]::-ms-track {
			    /*width: 300px;*/
			    height: 15px;

			    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
			    background: transparent;

			    /*leave room for the larger thumb to overflow with a transparent border */
			    border-color: transparent;
			    border-width: 6px 0;

			    /*remove default tick marks*/
			    color: transparent;
			    border: 2px solid white;
			    border-radius: 3px;
			}
			input[type=range]::-ms-fill-lower {
			    background: #777;
			    border-radius: 10px;
			}
			input[type=range]::-ms-fill-upper {
			    background: #ddd;
			    border-radius: 10px;
			}
			input[type=range]::-ms-thumb {
			    border: none;
			    height: 30px;
			    width: 30px;
			    border-radius: 30%;
			    background: #000000;
			}
			input[type=range]:focus::-ms-fill-lower {
			    background: #888;
			}
			input[type=range]:focus::-ms-fill-upper {
			    background: #ccc;
			}
			
			
			
			#time::-webkit-slider-runnable-track {
			width: 350px;		
			}
			
			#time::-moz-range-track {
			width: 350px;		
			}
			
			#time::-ms-track {
			width: 350px;		
			}
			
			
			#latitude::-webkit-slider-runnable-track {
			width: 380px;		
			}
			
			#latitude::-moz-range-track {
			width: 380px;		
			}
			
			#latitude::-ms-track {
			width: 380px;		
			}
			
			

			.myText {
				    border: 1px solid #848484; 
				    -webkit-border-radius: 10px; 
				    -moz-border-radius: 10px; 
				    border-radius: 10px; 
				    outline:0; 
				    height:25px; 
				    width: 250px; 
				    padding-left:10px; 
				    padding-right:10px;
				    color:#777777;
					font-family:arial;
					font-size:17px;
					font-weight:lighter; 
			}
			
			.wrapper-demo {
			    margin: 5px 10px 0 0;
			    *zoom: 1;
			    font-weight: lighter;
			    position: relative;
			    top: 0px;
			    left: 50px;
				-webkit-border-radius: 10px; 
			    -moz-border-radius: 10px; 
			    border-radius: 10px;
			}
			
			.wrapper-demo:after {
			    clear: both;
			    content: "";
			    display: table;
			}
			
			
			
			.wrapper-democ {
			    margin: 5px 10px 0 0;
			    *zoom: 1;
			    font-weight: lighter;
			    position: relative;
			    top: 0px;
			    left: 0px;
				-webkit-border-radius: 10px; 
			    -moz-border-radius: 10px; 
			    border-radius: 10px;
			}

			.wrapper-democ:after {
			    clear: both;
			    content: "";
			    display: table;
			}
			
			
			.wrapper-demofg {
			    margin: 5px 10px 0 0;
			    *zoom: 1;
			    font-weight: lighter;
			    position: relative;
			    top: 0px;
			    left: 10px;
				-webkit-border-radius: 10px; 
			    -moz-border-radius: 10px; 
			    border-radius: 10px;
			}

			.wrapper-demofg:after {
			    clear: both;
			    content: "";
			    display: table;
			}
			
			
			
			.wrapper-demo2 {
			    margin: 5px 10px 0 0;
			    *zoom: 1;
			    font-weight: lighter;
			    position: relative;
			    top: 0px;
			    left: -195px;
				-webkit-border-radius: 10px; 
			    -moz-border-radius: 10px; 
			    border-radius: 10px;
			}

			.wrapper-demo2:after {
			    clear: both;
			    content: "";
			    display: table;
			}
			
			
			.wrapper-demo3 {
			    margin: 5px 10px 0 0;
			    *zoom: 1;
			    font-weight: lighter;
			    position: relative;
			    top: 0px;
			    left: 0px;
				-webkit-border-radius: 10px; 
			    -moz-border-radius: 10px; 
			    border-radius: 10px;
				
			}

			.wrapper-demo3:after {
			    clear: both;
			    content: "";
			    display: table;
			}
			
			
			.wrapper-demo4 {
			    margin: 5px 10px 0 0;
			    *zoom: 1;
			    font-weight: lighter;
			    position: relative;
			    top: 0px;
			    left: -270px;
				-webkit-border-radius: 10px; 
			    -moz-border-radius: 10px; 
			    border-radius: 10px;
			}

			.wrapper-demo4:after {
			    clear: both;
			    content: "";
			    display: table;
			}
			
			

            .wrapper-dropdown-1 {
			    /* Size and position */
			    position: relative; /* Enable absolute positionning for children and pseudo elements */
			    width: 300px;
			    padding: 10px;
			    margin: 0 auto;
			
			   
			    /* Styles */
			    background: #000000;
			    color: #ffffff;
			    outline: none;
			    cursor: pointer;

			    /* Font settings */
			    font-family:arial;
				font-size:17px;
			    font-weight: lighter;
			    
			}

			.wrapper-dropdown-1:after {
			    content: "";
			    width: 0;
			    height: 0;
			    position: absolute;
			    right: 16px;
			    top: 50%;
			    margin-top: -6px;
			    border-width: 6px 0 6px 6px;
			    border-style: solid;
			    border-color: transparent #fff;    
			}

			.wrapper-dropdown-1 .dropdown {
			    /* Size & position */
			    position: absolute;
			    top: 100%;
			    left: 0;
			    right: 0;

			    /* Styles */
			    background: #ededed;
			    color: #777777;
			    list-style: none;
			    font-weight: lighter; /* Cancels previous font-weight: bold; */

			    /* Hiding */
			    opacity: 0;
			    pointer-events: none;
			}

			.wrapper-dropdown-1 .dropdown li span {
			    display: block;
			    text-decoration: none;
			    color: #9e9e9e;
			    padding: 10px 10px;
			}
			
			.wrapper-dropdown-1 .dropdown li span.input {
			    display: block;
			    text-decoration: none;
			    color: #000000;
			    padding: 10px 10px;
			}

			/* Hover state */
			.wrapper-dropdown-1 .dropdown li:hover span {
			    background: #000000;
			    color: #FFFFFF;
			}

			/* Active state */
			.wrapper-dropdown-1.active .dropdown {
			    opacity: 1;
			    pointer-events: auto;
			    
			}

			.wrapper-dropdown-1.active:after {
			    border-color: #000000 transparent;
			    border-width: 6px 6px 0 6px ;
			    margin-top: -3px;
			}

			.wrapper-dropdown-1.active {
			  background: #ededed;
			  color: #777777;
			  /*background: -moz-linear-gradient(left,  #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
			  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9bc7de), color-stop(78%,#9bc7de), color-stop(78%,#ffffff), color-stop(100%,#ffffff));
			  background: -webkit-linear-gradient(left,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
			  background: -o-linear-gradient(left,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
			  background: -ms-linear-gradient(left,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
			  background: linear-gradient(to right,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
			  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc7de', endColorstr='#ffffff',GradientType=1 );*/
			}

			/* No CSS3 support */

			.no-opacity       .wrapper-dropdown-1 .dropdown,
			.no-pointerevents .wrapper-dropdown-1 .dropdown {
			    display: none;
			    opacity: 1; /* If opacity support but no pointer-events support */
			    pointer-events: auto; /* If pointer-events support but no pointer-events support */
			}

			.no-opacity       .wrapper-dropdown-1.active .dropdown,
			.no-pointerevents .wrapper-dropdown-1.active .dropdown {
			    display: block;
			}
			
			
			
			
			
			.wrapper-dropdown-t:hover {
              background: #ededed;
  			  color: #777777;	
			}
			
			
			
			
			
			.wrapper-demot {
			    margin: 0px;
			    font-weight: lighter;
			    position: relative;
			    top: 0px;
			    left: 0px;
			}

			.wrapper-demot:after {
			    clear: both;
			    content: "";
			    display: table;
			}
			
			
			
            .wrapper-dropdown-t {
			    /* Size and position */
			    position: relative; /* Enable absolute positionning for children and pseudo elements */
			    width: 250px;
			    padding: 0px 0px 4px 0px;
			    margin: 0;
			    
			   
			    /* Styles */
			    background: #000000;
			    outline: none;
			    cursor: pointer;

			    /* Font settings */
			    font-family:arial;
				font-size:17px;
			    font-weight: lighter;
				
				
				transition: background-color 0.2s;
				-webkit-transition: background-color 0.2s;
				-moz-transition:background-color 0.2s;
				-ms-transition:background-color 0.2s;
				-o-transition:background-color 0.2s;
				
				


			}
			
			.wrapper-dropdown-t:hover {
			background:#ededed;
				
			}
			
			.wrapper-dropdown-t span{
			 color: #ffffff;	
			 
			-webkit-user-select: none;  /* Chrome all / Safari all */
			-moz-user-select: none;     /* Firefox all */
			-ms-user-select: none;      /* IE 10+ */
			user-select: none; 
			 
			transition: color 0.2s;
			-webkit-transition: color 0.2s;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
			}
			
			.wrapper-dropdown-t.active span {
			color: #777777;
			}
			
			.wrapper-dropdown-t:hover span{
			color: #777777;	
			}
			
						

			.wrapper-dropdown-t:after {
			    content: "";
			    width: 0;
			    height: 0;
			    position: absolute;
			    right: 16px;
			    top: 50%;
			    margin-top: -6px;
			    border-width: 6px 0 6px 6px;
			    border-style: solid;
			    border-color: transparent #fff;  
				
				/*transition: border-color 0.1s;
				-webkit-transition: border-color 0.1s;
				-moz-transition: border-color 0.1s;
				-ms-transition: border-color 0.1s;
				-o-transition: border-color 0.1s;*/
				  
			}

			.wrapper-dropdown-t:hover:after {
			    border-color: transparent #777777 ;    
			}
			
			.wrapper-dropdown-t .dropdown {
			    /* Size & position */
			    position: absolute;
			    top: 100%;
			    left: 0;
			    right: 0;

			    /* Styles */
			    background: #ededed;
			    color: #777777;
			    list-style: none;
			    font-weight: lighter; /* Cancels previous font-weight: bold; */

			    /* Hiding */
			    opacity: 0;
			    pointer-events: none;
				
				-moz-transform:	scale(1);
				-moz-transform-origin: 0 0;
				-ms-transform:	scale(1);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(1);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(1);
				-o-transform-origin: 0 0;
			}
			
			.wrapper-dropdown-t .dropdown li {
			    display: block;
				
				transition: background-color 0s;
				-webkit-transition: background-color 0s;
				-moz-transition:background-color 0s;
				-ms-transition:background-color 0s;
				-o-transition:background-color 0s; 
				
			}

			.wrapper-dropdown-t .dropdown li a {
				width:250px;
			    display: block;
			    text-decoration: none;
			    color: #9e9e9e;
			    padding: 0px 0px;
				
				transition: color 0s;
				-webkit-transition: color 0s;
				-moz-transition: color 0s;
				-ms-transition: color 0s;
				-o-transition: color 0s; 
				
			}
			
			.wrapper-dropdown-t .dropdown li a.input {
			    display: block;
			    text-decoration: none;
			    color: #000000;
			    padding: 0px 0px;
			}

			/* Hover state */
			.wrapper-dropdown-t .dropdown li:hover {
			    background: #000000;
			}
			
			.wrapper-dropdown-t .dropdown li:hover a{
			    color: #FFFFFF;
			}

			/* Active state */
			.wrapper-dropdown-t.active .dropdown {
			    opacity: 1;
			    pointer-events: auto;
			}

			.wrapper-dropdown-t.active:after {
				
				
			    border-color: #000000 transparent;
			    border-width: 6px 6px 0 6px ;
			    margin-top: -3px;
			}

			.wrapper-dropdown-t.active {
			  background: #ededed;
			  color: #777777;
			}

			/* No CSS3 support */

			.no-opacity       .wrapper-dropdown-t .dropdown,
			.no-pointerevents .wrapper-dropdown-t .dropdown {
			    display: none;
			    opacity: 1; /* If opacity support but no pointer-events support */
			    pointer-events: auto; /* If pointer-events support but no pointer-events support */
			}

			.no-opacity       .wrapper-dropdown-t.active .dropdown,
			.no-pointerevents .wrapper-dropdown-t.active .dropdown {
			    display: block;
			}
			
			
			
			.wrapper-dropdown-t ul li {	
				margin:0;
				padding:0;
                width:250px;
	            /*height:55px;*/
			}
			
			/*.wrapper-dropdown-t ul li span {	
				
			position:relative;

		    }*/
				
				#topiclist {
					
				position:relative;	
				}
			
			
			
			
			
			
			.myButton {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ededed;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:6px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:6px 24px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
			}
			.myButton:hover {
				background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
				background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
				color:#777777;
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
				/*background-color:#dfdfdf;*/
			}
			.myButton:active {
				position:relative;
				top:1px;
				color:#ffffff;
			}
			
			
			.myhref {	
			    -moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ededed;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:6px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
			}
			.myhref:hover {
				background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
				background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
				color:#777777;
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
				/*background-color:#dfdfdf;*/
			}
			.myhref:active {
				position:relative;
				top:1px;
				color:#ffffff;
			}
			
			
			.myButtonl {
				background-color:#000000;
				cursor:pointer;
				color:#ffffff;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:15px 20px 15px 20px;
				margin:0px;
				text-decoration:none;
				text-align:center;
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;	
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
			}
			.myButtonl:hover {
				background-color:#ededed;
				color:#000000;
			}
			.myButtonl:active {
				position:relative;
			}
			
			
			
			.myButtonrec {
				background-color:#A1D490;
				color:#ffffff;
				cursor:pointer;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:15px 20px 15px 20px;
				margin:0px;
				text-decoration:none;
				text-align:center;
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;	
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
				
				transition:background-color 0.15s;
				-webkit-transition: background-color 0.15s;
				-moz-transition: background-color 0.15s;
				-ms-transition: background-color 0.15s;
				-o-transition: background-color 0.15s;
			}
			.myButtonrec:hover {
				background-color:#E03C20;
			}
			.myButtonrec:active {
				position:relative;
			}
			
			
			.myButtondl {
				background-color:#000000;
				cursor:pointer;
				color:#ffffff;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:15px 20px 15px 20px;
				margin:0px;
				text-decoration:none;
				text-align:center;
				display:inline-block;
				-moz-transform:	scale(0.67);
				-moz-transform-origin: 0 0;	
				-ms-transform:	scale(0.67);
				-ms-transform-origin: 0 0;
				-webkit-transform:	scale(0.67);
				-webkit-transform-origin: 0 0;
				-o-transform:	scale(0.67);
				-o-transform-origin: 0 0;
			}
			.myButtondl:hover {
				background-color:#ededed;
				color:#000000;
			}
			.myButtondl:active {
				position:relative;
			}
			
			
			
			.myButtonll {
				background-color:#000000;
				cursor:pointer;
				color:#ffffff;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:10px 15px 10px 15px;
				margin:0px;
				text-decoration:none;
				text-align:center;
			}
			.myButtonll:hover {
				background-color:#ededed;
				color:#000000;
			}
			.myButtonll:active {
				position:relative;
			}
			
			
			.myButtonsa {
				background-color:#000000;
				cursor:pointer;
				color:#ffffff;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:5px 15px 5px 15px;
				margin:0px;
				text-decoration:none;
				text-align:center;
			}
			.myButtonsa:hover {
				background-color:#ededed;
				color:#000000;
			}
			.myButtonsa:active {
				position:relative;
			}
			
			
			.myButtonsa2 {
				background-color:#E03C20;
				cursor:pointer;
				color:#ffffff;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:5px 15px 5px 15px;
				margin:0px;
				text-decoration:none;
				text-align:center;
			}
			.myButtonsa2:hover {
				background-color:#ededed;
				color:#000000;
			}
			.myButtonsa2:active {
				position:relative;
			}
			
			
			.myButtonr {
				background-color:#000000;
				display:inline-block;
				cursor:pointer;
				color:#ffffff;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:10px 15px 10px 15px;
				margin:0px 0px 0px 10px;
				text-decoration:none;
				text-align:center;
			}
			.myButtonr:hover {
				background-color:#ededed;
				color:#000000;
			}
			.myButtonr:active {
				position:relative;
			}
			
			
			.myButtona {
				background-color:#000000;
				display:inline-block;
				cursor:pointer;
				color:#ffffff;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:15px 20px 15px 20px;
				margin:0px;
				height:100%;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				text-align:center;
			}
			.myButtona:hover {
				background-color:#ededed;
				color:#000000;
			}
			/*.myButtona:hover  form p:after {
				content:'MY ACCOUNT';
			}*/
			.myButtona:active {
				position:relative;
			}
			
			
			
			
			
			.myButton2 {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ededed;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:6px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:6px 19px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
			}
			.myButton2:hover {
				background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
				background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
				color:#777777;
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
				/*background-color:#dfdfdf;*/
			}
			.myButton2:active {
				position:relative;
				top:1px;
			}
			
			
			
			.myButton3 {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				border:0px solid #dcdcdc;
				background-color:#ffffff;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:6px 19px;
				text-decoration:none;
				position: relative;
				left: 0px;
				margin: 0px 15px 15px 0px;
			}
			.myButton3:hover {
				background:#000000;
				color:#ffffff;
			}
			.myButton3:active {
				position:relative;
			}
			
			
			
			
			.myButton4 {
				background-color:#ededed;
				border:1.5px solid #ededed;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:3px 10px;
				text-decoration:none;
				position: relative;
				left: 10px;
				margin:10px 10px 0px 0px;
				transition: border 0.3s;
				-webkit-transition: border 0.3s;
				-moz-transition:border 0.3s;
				-ms-transition:border 0.3s;
				-o-transition:border 0.3s;
			}
			.myButton4:hover {
				border:1.5px solid #000000;
			}
			.myButton4:active {
			}
			
			
			#coninwall {
			left: 0px;
			}
			
			
			
			.myButton5 {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:rgba(100,210,255,0.8);
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:6px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#ffffff;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:3px 10px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 3px;
				margin:10px 10px 0px 0px;
			}
			.myButton5:hover {
				background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
				background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
				color:#777777;
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
				/*background-color:#dfdfdf;*/
			}
			.myButton5:active {
				position:relative;
				top:1px;
			}
			
			
			.skipbutton {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ededed;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:6px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:3px 10px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 3px;
				margin:30px 10px 0px 0px;
			}
			.skipbutton:hover {
				background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
				background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
				color:#777777;
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
				/*background-color:#dfdfdf;*/
			}
			.skipbutton:active {
				position:relative;
				top:1px;
			}
			
			
			
			
			
			
			.measurementstask_open {
				
			}
			.measurementstask_open:hover {
				
			}
			.measurementstask_open:active {
				
			}
			
			
			
			.sunlighttask_open {
				
			}
			.sunlighttask_open:hover {
				
			}
			.sunlighttask_open:active {
				
			}
			
			
			
			.dftask_open {

			}
			.dftask_open:hover {

			}
			.dftask_open:active {

			}
			
			
			.vetask_open {

			}
			.vetask_open:hover {

			}
			.vetask_open:active {

			}
			
			
			
			.fhtask_open {

			}
			.fhtask_open:hover {

			}
			.fhtask_open:active {

			}
			
			
			.hltask_open {

			}
			.hltask_open:hover {

			}
			.hltask_open:active {

			}
			
			
			.tctask_open {

			}
			.tctask_open:hover {

			}
			.tctask_open:active {

			}
			
			
			
			.lmtask_open {

			}
			.lmtask_open:hover {

			}
			.lmtask_open:active {

			}
			
			
			
			.rttask_open {

			}
			.rttask_open:hover {

			}
			.rttask_open:active {

			}
			
			
			
			
			
			#measurementstask {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:0px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				width: 500;
				padding:40px 40px 40px 40px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				margin:100px 100px 100px 100px;
			}
			
			
			
			
			#sunlighttask {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:0px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				width: 500;
				padding:40px 50px 70px 50px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				margin:100px 100px 100px 100px;
			}
			
			
			
			#dftask {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:0px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				width: 500;
				padding:40px 50px 70px 50px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				margin:100px 100px 100px 100px;
			}
			
			
			#vetask {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:0px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				width: 500;
				padding:40px 40px 40px 40px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				margin:100px 100px 100px 100px;
			}
			
			
			
			#fhtask {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:0px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				width: 500;
				padding:40px 40px 40px 40px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				margin:100px 100px 100px 100px;
			}
			
			
			#hltask {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:0px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				width: 500;
				padding:40px 40px 40px 40px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				margin:100px 100px 100px 100px;
			}
			
			
			
			#tctask {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:0px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				width: 500;
				padding:40px 40px 40px 40px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				margin:100px 100px 100px 100px;
			}
			
			
			#lmtask {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:0px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				width: 500;
				padding:40px 40px 40px 40px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				margin:100px 100px 100px 100px;
			}
			
			
			
			#rttask {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:0px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				width: 500;
				padding:40px 40px 40px 40px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				margin:100px 100px 100px 100px;
			}
			
			
			.myButton6 {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ededed;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#777777;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:4px 4px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 0px;
				right: 0px;
				margin:0px 0px 10px 0px;
			}
			.myButton6:hover {
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
				background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:linear-gradient(to bottom, #dfdfdf 5%, rgba(100,210,255,0.8) 100%);*/
				color:#ffffff;
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
				background-color:rgba(100,210,255,0.8);
			}
			.myButton6:active {
				position:relative;
				top:1px;
			}
			
			
			
			.myButton7 {
				-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
				-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
				box-shadow:inset 0px 0px 0px 0px #ffffff;
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
				background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
				background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
				background-color:#ffffff;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:6px;
				border:0px solid #dcdcdc;
				display:inline-block;
				cursor:pointer;
				color:#999999;
				font-family:arial;
				font-size:17px;
				font-weight:lighter;
				padding:3px 30px 3px 10px;
				text-decoration:none;
				text-shadow:0px 0px 0px #ffffff;
				position: relative;
				left: 10px;
				margin:10px 30px 10px 10px;
				transition:All 0.8s ease;
				-webkit-transition:All 0.8s ease;
				-moz-transition:All 0.8s ease;
				-o-transition:All 0.8s ease;
				-ms-transform: scale(1,1);
				-webkit-transform: scale(1,1);
				transform: scale(1,1);
			}
			.myButton7:hover {
				/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
				background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
				background:linear-gradient(to bottom, #dfdfdf 5%, rgba(100,210,255,0.8) 100%);*/
				color:#000000;
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
				/*background-color:#dfdfdf;*/
				-ms-transform: scale(1.1,1.1);
				-webkit-transform: scale(1.1,1.1);
				transform: scale(1.1,1.1);
			}
			.myButton7:active {
				position:relative;
				top:1px;
			}
			
			
			
			.windonoffswitch {
		    position: relative; width: 110px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .windonoffswitch-checkbox {
		    display: none;
		    }
		    .windonoffswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .windonoffswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .windonoffswitch-inner:before, .windonoffswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .windonoffswitch-inner:before {
		    content: "WIND ON";
		    padding-left: 10px;
		    background-color: #34A7C1; color: #FFFFFF;
		    }
		    .windonoffswitch-inner:after {
		    content: "WIND OFF";
		    padding-right: 10px;
		    background-color: #EEEEEE; color: #999999;
		    text-align: right;
		    }
		    .windonoffswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 80px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .windonoffswitch-checkbox:checked + .windonoffswitch-label .windonoffswitch-inner {
		    margin-left: 0;
		    }
		    .windonoffswitch-checkbox:checked + .windonoffswitch-label .windonoffswitch-switch {
		    right: 0px;
		    }
		
		
		    .buoyancyonoffswitch {
		    position: relative; width: 145px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .buoyancyonoffswitch-checkbox {
		    display: none;
		    }
		    .buoyancyonoffswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .buoyancyonoffswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .buoyancyonoffswitch-inner:before, .buoyancyonoffswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .buoyancyonoffswitch-inner:before {
		    content: "BUOYANCY ON";
		    padding-left: 10px;
		    background-color: #E37E26; color: #FFFFFF;
		    }
		    .buoyancyonoffswitch-inner:after {
		    content: "BUOYANCY OFF";
		    padding-right: 10px;
		    background-color: #EEEEEE; color: #999999;
		    text-align: right;
		    }
		    .buoyancyonoffswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 115px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .buoyancyonoffswitch-checkbox:checked + .buoyancyonoffswitch-label .buoyancyonoffswitch-inner {
		    margin-left: 0;
		    }
		    .buoyancyonoffswitch-checkbox:checked + .buoyancyonoffswitch-label .buoyancyonoffswitch-switch {
		    right: 0px;
		    }
		
		
		    .onetwoopeningswitch {
		    position: relative; width: 150px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .onetwoopeningswitch-checkbox {
		    display: none;
		    }
		    .onetwoopeningswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .onetwoopeningswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .onetwoopeningswitch-inner:before, .onetwoopeningswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .onetwoopeningswitch-inner:before {
		    content: "ONE OPENING";
		    padding-left: 10px;
		    background-color: #999999; color: #FFFFFF;
		    }
		    .onetwoopeningswitch-inner:after {
		    content: "TWO OPENINGS";
		    padding-right: 10px;
		    background-color: #EEEEEE; color: #333333;
		    text-align: right;
		    }
		    .onetwoopeningswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 120px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .onetwoopeningswitch-checkbox:checked + .onetwoopeningswitch-label .onetwoopeningswitch-inner {
		    margin-left: 0;
		    }
		    .onetwoopeningswitch-checkbox:checked + .onetwoopeningswitch-label .onetwoopeningswitch-switch {
		    right: 0px;
		    }
		
		
			.sideswitch {
		    position: relative; width: 155px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .sideswitch-checkbox {
		    display: none;
		    }
		    .sideswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .sideswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .sideswitch-inner:before, .sideswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .sideswitch-inner:before {
		    content: "SAME SIDE";
		    padding-left: 10px;
		    background-color: #999999; color: #FFFFFF;
		    }
		    .sideswitch-inner:after {
		    content: "OPPOSITE SIDES";
		    padding-right: 10px;
		    background-color: #EEEEEE; color: #333333;
		    text-align: right;
		    }
		    .sideswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 125px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .sideswitch-checkbox:checked + .sideswitch-label .sideswitch-inner {
		    margin-left: 0;
		    }
		    .sideswitch-checkbox:checked + .sideswitch-label .sideswitch-switch {
		    right: 0px;
		    }
		
		
		
			/*.cuhlswitch {
		    position: relative; width: 330px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .cuhlswitch-checkbox {
		    display: none;
		    }
		    .cuhlswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .cuhlswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .cuhlswitch-inner:before, .cuhlswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .cuhlswitch-inner:before {
		    content: "CONSTRUCTION THERMAL CONDUCTANCE";
		    padding-left: 10px;
		    background-color: #C19734; color: #FFFFFF;
		    }
		    .cuhlswitch-inner:after {
		    content: "HEAT BALANCE AND HEATING LOAD";
		    padding-right: 10px;
		    background-color: #C15A34; color: #FFFFFF;
		    text-align: right;
		    }
		    .cuhlswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 300px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .cuhlswitch-checkbox:checked + .cuhlswitch-label .cuhlswitch-inner {
		    margin-left: 0;
		    }
		    .cuhlswitch-checkbox:checked + .cuhlswitch-label .cuhlswitch-switch {
		    right: 0px;
		    }*/
		
		
		
			.optpswitch {
		    position: relative; width: 250px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .optpswitch-checkbox {
		    display: none;
		    }
		    .optpswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .optpswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .optpswitch-inner:before, .optpswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .optpswitch-inner:before {
		    content: "OPAQUE CONSTRUCTION";
		    padding-left: 10px;
		    background-color: #BDB39D; color: #FFFFFF;
		    }
		    .optpswitch-inner:after {
		    content: "GLAZED CONSTRUCTION";
		    padding-right: 10px;
		    background-color: #78CCEB; color: #FFFFFF;
		    text-align: right;
		    }
		    .optpswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 220px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .optpswitch-checkbox:checked + .optpswitch-label .optpswitch-inner {
		    margin-left: 0;
		    }
		    .optpswitch-checkbox:checked + .optpswitch-label .optpswitch-switch {
		    right: 0px;
		    }
		
		
		    
		   	.sgswitch {
		    position: relative; width: 150px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .sgswitch-checkbox {
		    display: none;
		    }
		    .sgswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .sgswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .sgswitch-inner:before, .sgswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .sgswitch-inner:before {
		    content: "NO AIR CAVITY";
		    padding-left: 10px;
		    background-color: #EEEEEE; color: #999999;
		    }
		    .sgswitch-inner:after {
		    content: "WITH AIR CAVITY";
		    padding-right: 10px;
		    background-color: #B8EFFC; color: #FFFFFF;
		    text-align: right;
		    }
		    .sgswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 120px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .sgswitch-checkbox:checked + .sgswitch-label .sgswitch-inner {
		    margin-left: 0;
		    }
		    .sgswitch-checkbox:checked + .sgswitch-label .sgswitch-switch {
		    right: 0px;
		    }
		
		   
		    
		    .outtempswitch {
		    position: relative; top: 10px; width: 150px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .outtempswitch-checkbox {
		    display: none;
		    }
		    .outtempswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .outtempswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .outtempswitch-inner:before, .outtempswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .outtempswitch-inner:before {
		    content: "MANUAL INPUT";
		    padding-left: 10px;
		    background-color: #999999; color: #FFFFFF;
		    }
		    .outtempswitch-inner:after {
		    content: "BY LOCATION";
		    padding-right: 10px;
		    background-color: #EEEEEE; color: #333333;
		    text-align: right;
		    }
		    .outtempswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 120px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .outtempswitch-checkbox:checked + .outtempswitch-label .outtempswitch-inner {
		    margin-left: 0;
		    }
		    .outtempswitch-checkbox:checked + .outtempswitch-label .outtempswitch-switch {
		    right: 0px;
		    }
		
		
			.uinputswitch {
		    position: relative; top: 10px; width: 200px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .uinputswitch-checkbox {
		    display: none;
		    }
		    .uinputswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .uinputswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .uinputswitch-inner:before, .uinputswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .uinputswitch-inner:before {
		    content: "MANUAL INPUT";
		    padding-left: 10px;
		    background-color: #999999; color: #FFFFFF;
		    }
		    .uinputswitch-inner:after {
		    content: "LOAD CONSTRUCTION";
		    padding-right: 10px;
		    background-color: #EEEEEE; color: #333333;
		    text-align: right;
		    }
		    .uinputswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 170px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .uinputswitch-checkbox:checked + .uinputswitch-label .uinputswitch-inner {
		    margin-left: 0;
		    }
		    .uinputswitch-checkbox:checked + .uinputswitch-label .uinputswitch-switch {
		    right: 0px;
		    }
		    
		
		
			.vinputswitch {
		    position: relative; top: 10px; width: 230px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .vinputswitch-checkbox {
		    display: none;
		    }
		    .vinputswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .vinputswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .vinputswitch-inner:before, .vinputswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .vinputswitch-inner:before {
		    content: "MANUAL INPUT";
		    padding-left: 10px;
		    background-color: #999999; color: #FFFFFF;
		    }
		    .vinputswitch-inner:after {
		    content: "SAME AS VENTILATION TAB";
		    padding-right: 10px;
		    background-color: #EEEEEE; color: #333333;
		    text-align: right;
		    }
		    .vinputswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 200px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .vinputswitch-checkbox:checked + .vinputswitch-label .vinputswitch-inner {
		    margin-left: 0;
		    }
		    .vinputswitch-checkbox:checked + .vinputswitch-label .vinputswitch-switch {
		    right: 0px;
		    }
			
			
			
		    .playstopsoundswitch {
		    position: relative; width: 180px; margin:0 0 250px -330px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
			-moz-transform:	scale(0.67);
			-moz-transform-origin: 0 0;	
			-ms-transform:	scale(0.67);
			-ms-transform-origin: 0 0;
			-webkit-transform:	scale(0.67);
			-webkit-transform-origin: 0 0;
			-o-transform:	scale(0.67);
			-o-transform-origin: 0 0;
		    }
		    .playstopsoundswitch-checkbox {
		    display: none;
		    }
		    .playstopsoundswitch-label {
		    display: block; overflow: hidden; cursor: pointer; 
		    border: 1px solid #000000; border-radius: 10px;
		    }
			
		    .playstopsoundswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .playstopsoundswitch-inner:before, .playstopsoundswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 17px; color: white; font-family: arial; font-weight: lighter;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .playstopsoundswitch-inner:before {
		    content: "Play sound";
		    padding-left: 10px;
		    background-color: #000000; color: #ffffff;
		    }
		    .playstopsoundswitch-inner:after {
		    content: "Playing";
		    padding-right: 55px;
		    background-color: #A1D490; color: #ffffff;
		    text-align: right;
		    }
		    .playstopsoundswitch-inner:hover:after {
		    content: "Stop play";
		    padding-right: 55px;
		    background-color: #ffffff; color: #000000;
		    text-align: right;
		    }
		    .playstopsoundswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius:20px;
		    position: absolute; top: 0; bottom: 0; right: 150px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .playstopsoundswitch-checkbox:checked + .playstopsoundswitch-label .playstopsoundswitch-inner {
		    margin-left: 0;
		    }
		    .playstopsoundswitch-checkbox:checked + .playstopsoundswitch-label .playstopsoundswitch-switch {
		    right: 0px;
		    }
			
		
		
		
			#measurementstask {
			  transform: scale(0.72);
			  -moz-transform:	scale(0.72);
			  -ms-transform:	scale(0.72);
			  -webkit-transform:	scale(0.72);
			  -o-transform:	scale(0.72);
			}
			.popup_visible #measurementstask {
			  transform: scale(0.9);
			  -moz-transform:	scale(0.9);
			  -ms-transform:	scale(0.9);
			  -webkit-transform:	scale(0.9);
			  -o-transform:	scale(0.9);
			}

		
			#sunlighttask {
			  transform: scale(0.72);
			  -moz-transform:	scale(0.72);
			  -ms-transform:	scale(0.72);
			  -webkit-transform:	scale(0.72);
			  -o-transform:	scale(0.72);
			}
			.popup_visible #sunlighttask {
			  transform: scale(0.9);
			  -moz-transform:	scale(0.9);
			  -ms-transform:	scale(0.9);
			  -webkit-transform:	scale(0.9);
			  -o-transform:	scale(0.9);
			}
			
		
			#dftask {
			  transform: scale(0.72);
			  -moz-transform:	scale(0.72);
			  -ms-transform:	scale(0.72);
			  -webkit-transform:	scale(0.72);
			  -o-transform:	scale(0.72);
			}
			.popup_visible #dftask {
			  transform: scale(0.9);
			  -moz-transform:	scale(0.9);
			  -ms-transform:	scale(0.9);
			  -webkit-transform:	scale(0.9);
			  -o-transform:	scale(0.9);
			}
			
			#vetask {
			  transform: scale(0.72);
			  -moz-transform:	scale(0.72);
			  -ms-transform:	scale(0.72);
			  -webkit-transform:	scale(0.72);
			  -o-transform:	scale(0.72);
			}
			.popup_visible #vetask {
			  transform: scale(0.9);
			  -moz-transform:	scale(0.9);
			  -ms-transform:	scale(0.9);
			  -webkit-transform:	scale(0.9);
			  -o-transform:	scale(0.9);
			}
			
			
			#fhtask {
			  transform: scale(0.72);
			  -moz-transform:	scale(0.72);
			  -ms-transform:	scale(0.72);
			  -webkit-transform:	scale(0.72);
			  -o-transform:	scale(0.72);
			}
			.popup_visible #fhtask {
			  transform: scale(0.9);
			  -moz-transform:	scale(0.9);
			  -ms-transform:	scale(0.9);
			  -webkit-transform:	scale(0.9);
			  -o-transform:	scale(0.9);
			}
			
			
			#hltask {
			  transform: scale(0.72);
			  -moz-transform:	scale(0.72);
			  -ms-transform:	scale(0.72);
			  -webkit-transform:	scale(0.72);
			  -o-transform:	scale(0.72);
			}
			.popup_visible #hltask {
			  transform: scale(0.9);
			  -moz-transform:	scale(0.9);
			  -ms-transform:	scale(0.9);
			  -webkit-transform:	scale(0.9);
			  -o-transform:	scale(0.9);
			}
			
			
			#tctask {
			  transform: scale(0.72);
			  -moz-transform:	scale(0.72);
			  -ms-transform:	scale(0.72);
			  -webkit-transform:	scale(0.72);
			  -o-transform:	scale(0.72);
			}
			.popup_visible #tctask {
			  transform: scale(0.9);
			  -moz-transform:	scale(0.9);
			  -ms-transform:	scale(0.9);
			  -webkit-transform:	scale(0.9);
			  -o-transform:	scale(0.9);
			}
			

			#lmtask {
			  transform: scale(0.72);
			  -moz-transform:	scale(0.72);
			  -ms-transform:	scale(0.72);
			  -webkit-transform:	scale(0.72);
			  -o-transform:	scale(0.72);
			}
			.popup_visible #lmtask {
			  transform: scale(0.9);
			  -moz-transform:	scale(0.9);
			  -ms-transform:	scale(0.9);
			  -webkit-transform:	scale(0.9);
			  -o-transform:	scale(0.9);
			}
			
			
			#rttask {
			  transform: scale(0.72);
			  -moz-transform:	scale(0.72);
			  -ms-transform:	scale(0.72);
			  -webkit-transform:	scale(0.72);
			  -o-transform:	scale(0.72);
			}
			.popup_visible #rttask {
			  transform: scale(0.9);
			  -moz-transform:	scale(0.9);
			  -ms-transform:	scale(0.9);
			  -webkit-transform:	scale(0.9);
			  -o-transform:	scale(0.9);
			}
		
		
		
		
		
			.checkboxFive {
				width: 20px;
				margin: 1px 10px 1px 0px;
				position: relative;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:6px;
			}
			
			.checkboxFive label {
				cursor: pointer;
				position: absolute;
				width: 19px;
				height: 18px;
				top: 0;
			  	left: 0;
				background: #ededed;
				border:2px solid #ededed;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				border-radius:6px;
			}
			
			.checkboxFive label:after {
				opacity: 0.1;
				content: '';
				position: absolute;
				width: 9px;
				height: 5px;
				background: transparent;
				top: 3px;
				left: 4px;
				border: 3px solid #000000;
				border-top: none;
				border-right: none;

				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}
			
			.checkboxFive label:hover::after {
				opacity: 0.3;
			}
			
			.checkboxFive input[type=checkbox]:checked + label:after {
				opacity: 1;
			}
	
	
	
	    
		    .dlparaswitch {
		    position: relative; width: 205px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .dlparaswitch-checkbox {
		    display: none;
		    }
		    .dlparaswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .dlparaswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .dlparaswitch-inner:before, .dlparaswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .dlparaswitch-inner:after {
		    content: "PARAMETRIC STUDY ON";
		    padding-right: 10px;
		    background-color: #999999; color: #FFFFFF;
			text-align: right;
		    }
		    .dlparaswitch-inner:before {
		    content: "PARAMETRIC STUDY OFF";
		    padding-left: 10px;
		    background-color: #EEEEEE; color: #333333;
		    text-align: left;
		    }
		    .dlparaswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 175px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .dlparaswitch-checkbox:checked + .dlparaswitch-label .dlparaswitch-inner {
		    margin-left: 0;
		    }
		    .dlparaswitch-checkbox:checked + .dlparaswitch-label .dlparaswitch-switch {
		    right: 0px;
		    }
			
			
		    .dlparachaswitch {
		    position: relative; width: 120px;
		    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		    }
		    .dlparachaswitch-checkbox {
		    display: none;
		    }
		    .dlparachaswitch-label {
		    display: block; overflow: hidden; cursor: pointer;
		    border: 0px solid #999999; border-radius: 10px;
		    }
		    .dlparachaswitch-inner {
		    display: block; width: 200%; margin-left: -100%;
		    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
		    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		    }
		    .dlparachaswitch-inner:before, .dlparachaswitch-inner:after {
		    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
		    font-size: 13px; color: white; font-family: arial; font-weight: bold;
		    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		    }
		    .dlparachaswitch-inner:after {
		    content: "CHART OFF";
		    padding-right: 10px;
		    background-color: #EEEEEE; color: #333333;
			text-align: right;
		    }
		    .dlparachaswitch-inner:before {
		    content: "CHART ON";
		    padding-left: 10px;
		    background-color: #999999; color: #FFFFFF;
		    text-align: left;
		    }
		    .dlparachaswitch-switch {
		    display: block; width: 18px; margin: 6px;
		    background: #FFFFFF;
		    border: 0px solid #999999; border-radius: 20px;
		    position: absolute; top: 0; bottom: 0; right: 90px;
		    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
		    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		    }
		    .dlparachaswitch-checkbox:checked + .dlparachaswitch-label .dlparachaswitch-inner {
		    margin-left: 0;
		    }
		    .dlparachaswitch-checkbox:checked + .dlparachaswitch-label .dlparachaswitch-switch {
		    right: 0px;
		    }
