﻿html{box-sizing:border-box; height: 100%;}*,*:before,*:after{box-sizing:inherit}

body{margin:0; height:100%; background:#efefef; font-family: Lato-Regular, Arial, Helvetica, sans-serif; color:#000000; font-size:18px; line-height:1.5em}

form {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

a:link.w3-text {color:inherit}
a:active.w3-text {color:inherit}
a:visited.w3-text {color:inherit}
a:hover.w3-text {text-decoration:none;}

a:link.w3-text2 {color:inherit; text-decoration:none}
a:active.w3-text2 {color:inherit; text-decoration:none}
a:visited.w3-text2 {color:inherit; text-decoration:none}
a:hover.w3-text2 {text-decoration:none;color:#129b71}

a:link.w3-text3 {color:#129b71; text-decoration:none}
a:active.w3-text3 {color:#129b71; text-decoration:none}
a:visited.w3-text3 {color:#129b71; text-decoration:none}
a:hover.w3-text3 {color:#129b71; text-decoration:underline}

.white{color:#ffffff}
.green{color:#129b71}
.grey{color:#5c5c5c}
.bold{font-family:Lato-Heavy}

h1{font-family:Lato-Heavy;font-size:3.5em; line-height:1.5em; font-weight:normal}
h2{font-family:Lato-Heavy;font-size:2.5em; line-height:1.5em; font-weight:normal}
h3{font-family:Lato-Heavy;font-size:2em; line-height:1.5em; font-weight:normal}

.p1{font-size:1.125em; line-height:1.5em}
.p2{font-size:1.333em; line-height:1.5em}
.p3{font-size:1.5em; line-height:1.5em}
.p4{font-size:2em; line-height:1.5em}
.p5{font-size:2.5em; line-height:1.5em}

.table{display:table; border:2px solid #5c5c5c; width:100%}
.table2{display:table; border-top:2px solid #5c5c5c; border-left:2px solid #5c5c5c; border-right:2px solid #5c5c5c; border-bottom: 1px solid #5c5c5c; width:100%}
.table3{padding:5px 0px 5px 0px;display:table; border-left:3px solid #5c5c5c; border-right:3px solid #5c5c5c; border-bottom: 2px solid #5c5c5c;width:100%}

.tr{display:table-row;}
.td{display:table-cell; border:1px solid #5c5c5c; padding:5px; text-align:center; vertical-align:middle}
/* full width row */
.tr.full-row{display:block;width:100%;}
.tr.full-row .td{display:block;width:100%;box-sizing:border-box;}
/*td{border:1px solid #cccccc; text-align:center; vertical-align:middle}*/
/*image Border*/
#rcorners1 {border-radius: 60px;}
#rcorners2 {border-radius: 30px;}
#rcorners3 {border-radius: 50px;}

.flex-container{display:-webkit-box; display:-webkit-flex; display:flex}
.directionV{-webkit-flex-direction:column; flex-direction:column}
.wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap}

.content-center {
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.content-centerV {
	-webkit-align-items: center;
	align-items: center;
}

.content-container {-webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction:column; flex-direction:column; padding-top:100px}

.home-banner{width:100%; min-height:850px; background:url(images/bannerHome.png) center no-repeat; background-size:cover; -webkit-align-items: center; align-items: center}

.home-banner2{position:relative}
.home-banner-container{position:absolute; top:0; left:0; width:100%; height:100%; -webkit-align-items: center; align-items: center}

.renewable-banner{width:100%; min-height:700px; background:url(images/bannerRenewable.png) center no-repeat; background-size:cover; -webkit-align-items: center; align-items: center}

.question{width:100%; min-height:450px; background:url(images/question.png) center no-repeat; background-size:cover}

.faq {width: 100%; padding: 20px 0px; border-bottom: 1px solid #949494;}

.logo{height:80px}	

.map-container{width:100%; position:fixed; top:0; left:0; z-index:99999}
.map{position:relative; height:600px; border:2px solid #000000}
.close {color: #ffffff; font-size:1.5em; line-height:1em; padding:20px; background:#129b71; position:absolute; top:0; right:0}
.close:hover,.close:focus {color: #cccccc; text-decoration: none; cursor: pointer;}

/* Products - image mouseover */
.container1 {
	position: relative;
	width: 100%;
	border-radius: 60px;
}

.image1 {
	display: block;
	width: 100%;
	height: auto;
}

.overlay1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	/*opacity: 0.3;*/
	transition: 0.6s;
	/*background-color: #000000;*/
	background-color: rgba(0, 0, 0, 0.6); 
	pointer-events: none; 
	z-index: 1;
}

.container1:hover .overlay1 {
	/*opacity: 0.3;*/
	background-color: rgba(0, 0, 0, 0.4); 
}

.text1 {
	color: #a1ffe2;
	font-family: Lato-Heavy;
	font-size: 2em;
	line-height: 1.5em;
	position: absolute;	
	top: 80%;
	left: 10%;
	z-index: 2;
}
/* END image mouseover */

.geeks {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

	.geeks img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

	.geeks:hover img {
		transform: scale(1.1);
	}

    .contactForm label {
        display: inline-block;
    }

    .contactForm .input {
        display: block;
		border: none;
        border-bottom: 1px solid #b9b9b9;
		background:none;
		padding:10px;
        width: 100%;
        height: 2.5em;
		font-family: inherit;
		font-size: inherit;
		color: inherit;
    }

    .contactForm .textarea {
        display: block;
        border: none;
        border-bottom: 1px solid #b9b9b9;
		background:none;
		padding:10px;
        width: 100%;
        height: 10em;
		font-family: inherit;
		font-size: inherit;
		color: inherit;
    }

.contactForm .hidetext{display:none; visibility:hidden}

.contact-form-item{width: 100%; padding:10px 0px}

.btn {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn span {display: inline-block; position: relative; transition: 0.5s;}
.btn span:after {content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;}
.btn:hover span {padding-right: 20px;}
.btn:hover span:after {opacity: 1; right: 0;}

.btn2 {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn2 span {display: inline-block; position: relative; transition: 0.5s;}
.btn2 span:before {content: '\00ab'; position: absolute; opacity: 0; top: 0; left: -20px; transition: 0.5s;}
.btn2:hover span {padding-left: 20px;}
.btn2:hover span:before {opacity: 1; left: 0;}

.button {border:none; background:#129b71; color:#ffffff; margin:10px 0px; width:250px; height:65px; font-family:inherit; font-size:inherit; text-align: center; text-decoration: none; cursor:pointer; border-radius: 20px; transition: 0.6s}
.button2 {border:none; background:#000000; color:#ffffff; margin:10px 0px; width:250px; height:65px; font-family:inherit; font-size:inherit; text-align: center; text-decoration: none; cursor:pointer; border-radius: 20px; transition: 0.6s}

details summary::-webkit-details-marker {display: none}

details summary {width: 100%; position: relative; cursor: pointer; list-style: none; outline: 0}

details .summaryContent {padding:10px 0px}
details .summaryContent span {padding-right: 60px}
details .summaryContent:after {content: "\f067"; position: absolute; right: 0px; font-family:FontAwesome; font-size:inherit; width:1.5em; height:1.5em; text-align:center; transform-origin: center; transition: 200ms linear}
details[open] .summaryContent:after {transform: rotate(45deg)}

.footer {flex-shrink: 0; background: #2f2f2f; color:#ffffff;}
.footer-item{padding:10px 20px}
.footer-logo {width:100%}
.footer-text {-webkit-align-items:flex-end; align-items:flex-end; font-size:0.888em; line-height:1.5em; color:#919191}

.w3-padding-5{padding:5px}
.w3-padding-10{padding:10px}
.w3-padding-15{padding:15px}
.w3-padding-15-y{padding:15px 0px}
.w3-padding-20{padding:20px}
.w3-padding-30{padding:30px}
.w3-padding-30-y{padding:30px 0px}

.w3-padding,.w3-row-padding:after,.w3-row-padding:before,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-left{float:left!important}.w3-right{float:right!important}

.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}

.w3-top{position:fixed; top:0; width:100%; height:100px; padding: 10px 60px; z-index:9999; background: #ffffff; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center}

.w3-button{border:none;display:inline-block;padding:10px 25px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:inherit; font-size:1.25em; line-height:1.5em; color:#454545;text-align:center;white-space:nowrap; font-weight:600; transition: 0.6s}
a:hover.w3-button{color:#129b71;text-decoration:none}
.w3-button2{border:none;display:inline-block; width:100%;padding:5px 0px;vertical-align:middle; overflow:hidden; text-decoration:none; font-family:inherit; font-size:inherit; line-height:inherit; color:#ffffff; white-space:nowrap; transition: 0.6s}
a:hover.w3-button2{color:#cccccc;text-decoration:none}
.w3-button3{border:none;display:inline-block;padding:10px 20px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:inherit; font-size:inherit; line-height:inherit;color:inherit;text-align:center;white-space:nowrap; font-weight:600; transition: 0.6s}
a:hover.w3-button3{color:#cccccc;text-decoration:none}

.parent2 {display: block;position: relative;float: left;}
.parent2:hover > ul {display:block;position:absolute;}
.child2 {display: none;background: #129b71; margin-left:0px!important; width:180%}
.child2 li {background: #129b71; width:100%;}
.child3 {display: none;background: #404040; margin-left:0px!important; width:210%}
.child3 li {background: #404040; width:100%;}
.child4 {display: none;background: #404040; margin-left:0px!important; width:270%}
.child4 li {background: #404040; width:100%;}

.ul2{list-style: none;margin: 0px 25px;}
.ul{list-style: none;margin: 0px 0px 0px 0px;padding: 10px 20px!important;}

/* top menu */
.nav-toggle {
	display: none;
}

/* STYLING/POSITIONING THE MENU */
	.nav-toggle-label {
	z-index: 9999999;
	position: absolute;
	top: 0;
	right: 30px;
	margin:0px;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
	}

	.nav-toggle-label span,
	.nav-toggle-label span::before,
	.nav-toggle-label span::after {
		display: block;
		background: #000;
		height: 2px;
		width: 20px;		
		border-radius: 0px;
		position: relative;
		transition: all .5s ease-in-out;
	}

		.nav-toggle-label span::before,
		.nav-toggle-label span::after {
			content: '';
			position: absolute;
		}

		.nav-toggle-label span::before {
			bottom: 8px;
		}

		.nav-toggle-label span::after {
			top: 8px;
		}

/* When the menu is opened, change the background color */
#nav-toggle:checked ~ .nav-toggle-label {
  background: none; /* Change the background to white when menu is open */
  border-radius: 0; /* Keep the circular shape */
  padding:0px;
  margin:0;
  height: 0;
  top: 50%;
}

#nav-toggle:checked ~ .nav-toggle-label span {
	background: none; /* setting it to the same background as header so it "disappears" */
}

	/* transforming the before and after span into an X */
	#nav-toggle:checked ~ .nav-toggle-label span::before {
		transform: rotate(45deg);
		bottom: 0;
		background: #ffffff;
	}

	#nav-toggle:checked ~ .nav-toggle-label span::after {
		transform: rotate(-45deg);
		top: 0px;
		background: #ffffff;
	}

#menu {
	z-index: 999999;
	position: absolute;
	background: #000000;
	opacity: 0.8; /*0.9*/
	text-align: left; /* center*/
	/*top: 100%; /* puts itself directly under the preceeding relative positioned element */
	top: 0;
	left: 0;
	width: 100%; /*100%*/
	height: 1000px;
	transform: scale(1, 0);
	transform-origin: top; /*top menu appears from the top instead if center, try and comment this out and see for yourself */
	transition: transform .4s ease-in-out; /*transform .4s ease-in-out; all 0.3s ease;*/
}

	#menu ul {
		padding: 100px 30px;
		list-style: none;
	}

	#menu li {
		/*padding: 20px 0px 20px 0px;*/
		padding: 0px 20px;
		margin-bottom: 20px;
	}

	#menu a {
		text-decoration: none;
		color: #ffffff;
		font-family:inherit;
		font-size: 1.25em;
		opacity: 0;
		transition: opacity .15s ease-in-out;
	}

		#menu a:hover {
			color: #cccccc;
		}

#menu2 a {
	text-decoration: none;
	color: #ffffff;
	font-family:inherit;
	font-size: 16px;
	text-transform: none;
	opacity: 0;
	background: #000000;
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}

	#menu2 a:hover {
		color: #cccccc;
		text-decoration: none;
	}

#nav-toggle:checked + #menu {
	transform: scale(1, 1);
}

#nav-toggle:checked ~ #menu a {
	opacity: 1;
	transition: opacity .25s ease-in-out .35s;
}

/*Drop-Down*/

.nav-item {
	position: relative;
	border:none;
	float: left;
	list-style: none;
	width: 100%;
	color: #fff;
	font-family:inherit;
	font-size:inherit;
	cursor: pointer;
}

.child {
	display: none;
	margin: 0
}

	.child li {
		width: 100%
	}

ul {
	list-style: none;
}

.sub-nav {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sub-nav-item {
	font-family:inherit;
	position: relative;
	float: left;
	list-style: none;
	width: 100%;
	color: #fff;
	font-size: 1.25em;
	overflow: hidden;
	cursor: pointer;
}
/*End top menu*/

.w3-center{text-align: center !important}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}

.w3-quarter{width:24.99999%}
.w3-third{width:33.33333%}
.w3-half{width:49.99999%}
.w3-whole{width:99.99999%}

/*Animation*/
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom .8s ease-out;
}
.active.fade-bottom2 {
  animation: fade-bottom 1.1s ease-out;
}
.active.fade-bottom3 {
  animation: fade-bottom 1.4s ease-out;
}
.active.fade-bottom4 {
  animation: fade-bottom 1.7s ease-out;
}
.active.fade-bottom5 {
  animation: fade-bottom 2.0s ease-out;
}
.active.fade-bottom6 {
  animation: fade-bottom 2.3s ease-out;
}
.active.fade-bottom7 {
  animation: fade-bottom 2.6s ease-out;
}

.active.fade-left {
  animation: fade-left .8s ease-out;
}
.active.fade-right {
  animation: fade-right .8s ease-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*Animation2 - Auto show .8s*/
.animated {animation: .8s ease-out}
.animated2 {animation: 1.5s ease-out}
.animated3 {animation: 2.0s ease-out}
.animated4 {animation: 2.5s ease-out}
/*
.animated {animation: .8s ease-out; animation-fill-mode: forwards}
.animated2 {animation: 1.5s ease-out; animation-fill-mode: forwards}
.animated3 {animation: 2.0s ease-out; animation-fill-mode: forwards}
*/
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInLeft {
	animation-name: fadeInLeft;
}
         
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
         
.fadeInBottom {
	animation-name: fadeInBottom;
}
/*End Animation2 - Auto show*/

/*showig 1 by 1*/
.sw {
  opacity: 0;
  animation: fadeIn 1.5s ease-in both;
}
.sw-2 {
  animation-delay: 0.5s;
}
.sw-3 {
  animation-delay: 0.8s;
}
.sw-4 {
  animation-delay: 1.2s;
}
.sw-5 {
  animation-delay: 1.4s;
}
.sw-6 {
  animation-delay: 2s;
}
.sw-7 {
  animation-delay: 2.4s;
}
.sw-8 {
  animation-delay: 3s;
}
.sw-9 {
  animation-delay: 3.4s;
}
.sw-10 {
  animation-delay: 3.8s;
}
.sw-11 {
  animation-delay: 4.2s;
}
.sw-12 {
  animation-delay: 4.6s;
}
.sw-13 {
  animation-delay: 5s;
}

@keyframes fadeIn {
100% {
    opacity: 1;
  }		
}
/*End showing2 1 by 1*/

@media (max-width:600px){
	body{font-size:14px!important; line-height:1.5em!important; cursor:auto!important}

	h1{font-size:3em!important; line-height:1.5em!important}

	#rcorners1 {border-radius: 30px;}
	#rcorners2 {border-radius: 20px;}
	#rcorners3 {border-radius: 40px;}
	
	.footer-item{padding:5px 20px}
	.footer-logo {width:80px}
	.footer-link {-webkit-justify-content:center; justify-content:center}
	.footer-text {-webkit-align-items:center; align-items:center}

	.home-banner{min-height:500px;}
	
	.renewable-banner{min-height:500px;}

	.product-padding{padding:5px}
	
	.video{width: 300px; height: 168px}

	.question{min-height:300px;}

	.container1 {border-radius: 30px}
	.text1 {font-size: 1.25em; line-height: 1.5em;}

	.button {width:200px; height:50px; border-radius: 15px}
	.button2 {width:200px; height:50px; border-radius: 15px}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}

	.box-padding{padding:30px}

	.call {margin-right: 40px}

	.footer-direction{-webkit-flex-direction:column; flex-direction:column}

	.nav-toggle-label {right: 20px!important;}

	.w3-top{padding: 10px 20px}
		
	.w3-hide-x-small{display:none!important}
	
	.w3-padding{padding:30px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-t0{padding:0px 20px 30px 20px}

	.w3-col.xs2{width:16.66666%}
	.w3-col.xs3{width:24.99999%}
	.w3-col.xs4{width:33.33333%}
	.w3-col.xs5{width:41.66666%}
	.w3-col.xs6{width:49.99999%}
	.w3-col.xs7{width:58.33333%}
	.w3-col.xs8{width:66.66666%}
	.w3-col.xs9{width:74.99999%}
	}

@media (min-width:601px) and (max-width:992px){
	h1{font-size:3em!important; line-height:1.5em!important}

	#rcorners1 {border-radius: 30px;}
	#rcorners2 {border-radius: 20px;}
	#rcorners3 {border-radius: 40px;}

	.footer-logo {width:100px}
	.footer-link {-webkit-justify-content:center; justify-content:center}
	.footer-text {-webkit-align-items:center; align-items:center}

	.container1 {border-radius: 40px}
	.text1 {font-size: 1.5em; line-height: 1.5em;}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}

	.home-banner{min-height:600px;}
	
	.renewable-banner{min-height:600px;}
	
	.video{width: 500px; height: 280px}

	.product-padding{padding:15px}

	.box-padding{padding: 30px}
	
	.call {margin-right: 50px}

	.w3-top{padding: 10px 30px}
	
	.w3-hide-small{display:none!important}
	
	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	
	.w3-padding{padding:30px 30px}
	.w3-padding-x{padding:0px 30px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-t0{padding:0px 30px 30px 30px}

	.w3-col.s2{width:16.66666%}
	.w3-col.s3{width:24.99999%}
	.w3-col.s4{width:33.33333%}
	.w3-col.s6{width:49.99999%}
	.w3-col.s8{width:66.66666%}
	.w3-col.s9{width:74.99999%}
	}

@media (min-width:993px) and (max-width:1440px){	
	.ul2{padding:0!important}
	
	.home-banner{min-height:700px;}
	
	.video{width: 400px; height: 224px}
	
	.product-padding{padding:15px}

	.text1 {font-size: 1.666em; line-height: 1.5em; top: 75%;}

	.footer-link {-webkit-justify-content:center; justify-content:center}
	.footer-text {-webkit-align-items:center; align-items:center}

	.box-padding{padding:40px}

	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	
	.ul2{list-style: none;margin: 0px 15px;}

	.w3-button{padding:10px 15px!important}

	.w3-hide-large{display:none!important}
		
	.w3-padding{padding:60px}
	.w3-padding-x{padding:0px 60px}
	.w3-padding-y{padding:60px 0px}
	.w3-padding-t0{padding:0px 60px 60px 60px}

	.w3-col.l2{width:16.66666%}
	.w3-col.l3{width:24.99999%}
	.w3-col.l4{width:33.33333%}
	.w3-col.l6{width:49.99999%}
	.w3-col.l8{width:66.66666%}
	.w3-col.l9{width:74.99999%}
	}
	
@media (min-width:1441px){		
	.video{width: 600px; height: 337px}
	
	.product-padding{padding:30px}
	
	.box-padding{padding:60px}

	.w3-button2{padding:5px}

	.ul2{padding:0!important}

	.w3-hide-x-large{display:none!important}
	
	.w3-padding{padding:60px 8.33%}
	.w3-padding-x{padding:0px 8.33%}
	.w3-padding-y{padding:60px 0px}
	.w3-padding-t0{padding:0px 8.33% 60px 8.33%}
	
	.w3-col.xl2{width:16.66666%}
	.w3-col.xl3{width:24.99999%}
	.w3-col.xl4{width:33.33333%}
	.w3-col.xl6{width:49.99999%}
	.w3-col.xl8{width:66.66666%}
	.w3-col.xl9{width:74.99999%}
	}

@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Heavy';
    src: url('fonts/Lato-Heavy.ttf');
    font-weight: normal;
    font-style: normal;
}

#elevator_item {
width: 63px;
height: 63px;
position: fixed;
right: 0px;
bottom: 0px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width: 63px;
height: 63px;
background: url(images/iconTop.webp) center center no-repeat;
background-color: #000000;
background-color: rgba(0,0,0,.6);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
cursor: pointer;
margin-bottom: 10px
}
#elevator:hover {
background-color: rgba(0,0,0,.7)
}
#elevator:active {
background-color: rgba(0,0,0,.75)
}