﻿html{box-sizing:border-box; height: 100%;}*,*:before,*:after{box-sizing:inherit}

body{margin:0; height:100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; font-family:WorkSans-Regular, Arial, Helvetica, sans-serif; color:#484848; font-size:16px; line-height:1.666em}/*font-size:18px*/

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}

a:link.w3-text3 {color:#D8AB27;text-decoration:none}
a:active.w3-text3 {color:#D8AB27;text-decoration:none}
a:visited.w3-text3 {color:#D8AB27;text-decoration:none}
a:hover.w3-text3 {color:#484848;text-decoration:none}

h1{font-family:WorkSans-Regular; font-size:4.444em; line-height:1em; color: #134975; font-weight: 100}
h2{font-family:WorkSans-Regular; font-size:2.555em; line-height:1em; color: #134975; font-weight: 700}
h3{font-family:WorkSans-Regular; font-size:2.666em; line-height:1.5em; font-weight:normal}

.p-2{font-size:0.666em; line-height:1.666em}
.p-1{font-size:0.777em; line-height:1.666em}
.p0{font-size:0.888em; line-height:1.666em}
.p1{font-size:1.111em; line-height:1.666em}
.p2{font-size:1.4em; line-height:1.666em}
.p3{font-size:1.777em; line-height:1.5em}
.p4{font-size:1.666em; line-height:1.5em}
.p5{font-size:2em; line-height:1.5em}
.p6{font-size:2.666em; line-height:1.5em}

.bold{font-family:WorkSans-Bold}
.sofiaSans{font-family:WorkSans-Regular}
.sofiaSans-Bold{font-family:WorkSans-Bold}
.white{color:#ffffff}
.blue{color:#244269}
.blueLight{color:#99c6eb}

.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-container {-webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction:column; flex-direction:column; margin-top:95px}

.banner{background: #f6f6f6}

.main-content{background: #ffffff}

.home-title{font-family:WorkSans-Regular; font-size:4.8em; line-height:1em; color: #21426a; font-weight:700}

.home-link-container{position:relative}
.home-link{position:absolute; top:0; left:0; width:100%; height:100%}

.geeksImg {
	width: 100%;
	aspect-ratio:0.51 / 1;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

	.geeksImg img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

	.geeksImg:hover .link {
		transform: scale(1.1);
	}

.outer {
  	overflow-x: hidden;
}

.slider {
  	display:-webkit-box; display:-webkit-flex; display:flex;
	width: 500vw;
}

section {
	height: 100vh;
	width: 100%;
	
	.inner {
		-webkit-align-items:center; align-items:center;
		margin: 60px 30px 0px 30px;
		width: calc(100% - 60px);
		height: 716px;
		background-size: cover;
		border-radius: 100px;
		
		h1{margin: 0;}
	}
}
	
.home-slider {
	-webkit-align-items:center; align-items:center;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 100px;
	white-space:normal;
		
	h1{margin: 0;}
}

.about-item{display: flex; flex-direction: column; justify-content: space-between; height: 100%}
.about img{max-width:100%}

.news{display: block; height: 100%; background: #f6f6f6; border-radius: 30px}
.news img{width: 100%}
.newsDetail img{margin:30px 0px; max-width: 100%; border-radius: 30px}

.youtube{width: 100%; max-width: 800px; height: 460px}

#faq{scroll-margin-top:65px}

    .contactForm label {
        display: inline-block;
    }

    .contactForm .input {
        display: block;
		border: none;
        border-bottom:1px solid #80858a!important;
		background:#ffffff;
		padding:10px;
        width: 100%;
        height: 2.5em;
        font-family: inherit;
        font-size: inherit;
		max-width: 500px;
    }

.contactForm .input2 {
	display: block;
	border: none;
	border-bottom: 1px solid #80858a !important;
	background: #ffffff;
	/*padding: 10px;*/
	width: 100%;
	height: 2.5em;
	font-family: inherit;
	font-size: inherit;
	max-width: 300px;
}

.contactForm .textarea {
	display: block;
	border: none;
	border-bottom: 1px solid #80858a !important;
	background: #ffffff;
	padding: 10px;
	width: 100%;
	height: 10em;
	font-family: inherit;
	font-size: inherit;
	max-width: 500px;
}

.map-container{width:100%; position:fixed; top:0; left:0; z-index:99999}
.map{position:relative; height:600px; border:2px solid #244269}
.map-close {color: #ffffff; font-size:1.5em; line-height:1em; padding:20px; background:#484848; position:absolute; top:0; right:0}
.map-close:hover,.close:focus {background: #6b6b6b; text-decoration: none; cursor: pointer;}

.close {border:none; background: none; color:inherit; font-size:2.666em; line-height:1em; padding:15px; text-decoration:none; cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0px; border-radius: 0px;}
.close:hover {color: #6b6b6b;}

.button{border:none; background:#99c6eb; margin:20px 0px; width: 230px; height: 60px; font-family:inherit; font-size:1.111em; color:#ffffff; border-radius: 20px; cursor:pointer}
.button:hover {color: #6b6b6b}
.button2{border:none; background:#99c6eb; margin:10px 0px; width: 180px; height: 45px; font-family:inherit; font-size:0.888em; color:#ffffff; border-radius: 10px; cursor:pointer}
.button2:hover {color: #6b6b6b}
.button3{border:none; background:#6b6b6b; margin:10px 0px; width: 180px; height: 45px; font-family:inherit; font-size:0.888em; color:#ffffff; border-radius: 10px; cursor:pointer}
.button3:hover {color: #99c6eb}
.button4{border:none; background:url("images/btnSearch.png") no-repeat center; width: 60px; height: 60px; font-family:inherit; font-size:inherit; color:#ffffff; border-radius: 50%; cursor:pointer}

.footer {flex-shrink: 0; padding:30px}
.footer-container {background: #ecf6ff; border-radius: 50px; color: #6b6b6b}
.footer-link {padding:5px 0px; font-family: WorkSans-Bold; font-size:1.333em; line-height: 1.5em; white-space: nowrap}
.footer-link2 {padding:0px 10px; white-space: nowrap}
.footer-container2 {background: url("images/bgFooter.png") no-repeat center; background-size: cover}

.w3-padding-1{padding:1px}
.w3-padding-5{padding:5px}
.w3-padding-10{padding:10px}
.w3-padding-15{padding:15px}
.w3-padding-30{padding:30px}
.w3-padding-x-5{padding:0px 5px}
.w3-padding-x-10{padding:0px 10px}
.w3-padding-y-1{padding:1px 0px}
.w3-padding-y-10{padding:10px 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}
	
#top{position:fixed; top:0; background: #ffffff; width:100%; height: 95px; z-index:9999}
.topMenu{width:100%; height: 100%; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center}
.topMenuItem{-webkit-align-items:center; align-items:center}
.topM{position:fixed; width:100%; height: 100vh; color:inherit; padding:30px 90px; z-index:9999; top:0px; left: 0px; background:#eaeaea}
	
.logo{height: 75px}

.w3-button{display:inline-block; border:none;background:none; padding:10px 15px; text-align:center;overflow:hidden;text-decoration:none; font-family:inherit; font-size:inherit; color:inherit;cursor:pointer;white-space:nowrap; -webkit-appearance: none; -webkit-border-radius: 0px; border-radius: 0px}
.w3-button:hover{color: #6b6b6b}
.w3-button2{display:inline-block; border:none;background:#99c6eb; margin: 0px 15px; padding:10px 30px; text-align:center;overflow:hidden;text-decoration:none; font-family:inherit; font-size:0.888em; line-height: 1.5em; color:#ffffff;cursor:pointer;white-space:nowrap; -webkit-border-radius: 15px; border-radius: 15px}
.w3-button2:hover{color: #6b6b6b}
.w3-button3{display:block; border:none;background:none;overflow:hidden;text-decoration:none; font-family:WorkSans-Regular; font-size:2em; line-height: 1.5em; color:#244269;cursor:pointer;white-space:nowrap; -webkit-appearance: none; -webkit-border-radius: 0px; border-radius: 0px}
.w3-button3:hover{color: #6b6b6b}
.w3-button4{border:none; background:none; display:block; padding:0px 20px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:inherit; font-size:1.333em; line-height: 1.5em; color:#838383;cursor:pointer;white-space:normal}

.dropmenudiv
{	position: absolute;
	visibility: hidden;
	width: auto;
	margin: 400px 0 0 0px;
	padding: 15px;
	background: #99c6eb;
	border-radius: 30px;
	z-index:1}

.dropmenudiv2
{	position: absolute;
	visibility: hidden;
	width: auto;
	margin: 400px 0 0 120px;
	padding: 15px;
	background: #99c6eb;
	border-radius: 30px;
	z-index:1}

.dropmenudiv3
{	position: absolute;
	visibility: hidden;
	width: auto;
	margin: 280px 0 0 240px;
	padding: 15px;
	background: #99c6eb;
	border-radius: 30px;
	z-index:1}

.dropmenudiv a, .dropmenudiv2 a, .dropmenudiv3 a
	{	position: relative;
		display: block;
		margin: 0px;
		padding: 5px 15px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #99c6eb;
		color: #FFFFFF;
		font-size: inherit}

.dropmenudiv a:hover, .dropmenudiv2 a:hover, .dropmenudiv3 a:hover
	{	color: #484848}

details summary::-webkit-details-marker {display: none}

details summary {width: 100%; position: relative; cursor: pointer; list-style: none; outline: 0}

details .summaryMenu {padding:0px; font-family:WorkSans-Regular; font-size:2em; line-height: 1.5em; color:#244269}
details .summaryMenu span {padding:0px}
details .summaryMenu:after {content: "\f107"; color:#244269; position: absolute; top:0px; 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] .summaryMenu:after {transform: rotate(180deg)}

details .summaryContent {padding:10px 0px}
details .summaryContent span {padding-right:60px}
details .summaryContent:after {content: "\f067"; position: absolute; top:15px; 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)}

.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%}

.geeks {
	width: 100%;
	aspect-ratio:0.51 / 1;
	overflow: hidden;
	margin: 0 auto;
}

	.geeks img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

	.geeks:hover img {
		transform: scale(1.1);
	}

.geeks2 {
	aspect-ratio:0.53534 / 1!important;
}

ul.bo-slider {
	display: none
}

.bo-slider {
	position: relative;
	width: 100%
}

	.bo-slider .bo-slide {
		display: none
	}

		.bo-slider .bo-slide.active {
			display: block
		}

body .bo-slider .bo-slide img {
	height: auto;
	width: 100%;
	object-fit: cover;
}

.bo-slider .bo-slide {
	position: relative
}

.bo-slider .play-button {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	margin-top: -62px;
	margin-left: -62px;
	padding: 16px;
	color: #fff;
	font-weight: 700;
	font-size: 80px;
	transition: .6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none
}

.bo-prev, .bo-slider .bo-next {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	transition: .6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none
}

.bo-slider .bo-prev {
	left: 0
}

.bo-slider .bo-next {
	right: 0
}

.bo-next:hover, .bo-prev:hover {
	background-color: rgba(0,0,0,.8)
}

.bo-dots {
	display: none;
	margin-top: 10px;
	text-align: center
}

.bo-dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color .6s ease
}

	.bo-dot:hover, .selected {
		background-color: #717171
	}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
	-moz-animation-name: fade;
	-moz-animation-duration: 3s;
	-ms-animation-name: fade;
	-ms-animation-duration: 3s;
	-o-animation-name: fade;
	-o-animation-duration: 3s;
	animation-name: fade;
	animation-duration: 3s
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@-moz-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@-o-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/*Animation*/
.reveal, .reveal1, .reveal2, .reveal3, .reveal4, .reveal5, .reveal6 {
  position: relative;
  opacity: 0;
}

.reveal.active, .reveal1.active, .reveal2.active, .reveal3.active, .reveal4.active, .reveal5.active, .reveal6.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom .8s ease-out;
}
.active.fade-bottom2 {
  animation: fade-bottom 1.3s ease-out;
}
.active.fade-bottom3 {
  animation: fade-bottom 1.7s ease-out;
}
.active.fade-bottom4 {
  animation: fade-bottom 2.0s ease-out;
}
.active.fade-bottom5 {
  animation: fade-bottom 2.3s ease-out;
}

.active.fade-left {
  animation: fade-left .8s ease-out;
  /*animation-timing-function:ease-out;*/
}
.active.fade-right {
  animation: fade-right .8s ease-out;
  /*animation-timing-function: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;
  }
}

.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}
/*.animated4 {animation: 2.0s ease-out; animation-fill-mode: forwards}
.animated5 {animation: 2.3s 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;
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
         
.fadeInTop {
	animation-name: fadeInTop;
}

@media (max-width:600px){
	body{font-size:0.888em!important; line-height:1.666em!important}
	
	h1{font-size:2.222em!important; line-height:1.5em!important}
	h2{font-size:2em!important; line-height:1.5em!important}
	h3{font-size:1.666em!important; line-height:1.5em!important}
	
	.p3{font-size:1.333em; line-height:1.5em}
	.p5{font-size:1.555em; line-height:1.5em}
	
	.content-container {margin-top:70px!important}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}

	.banner-padding{padding:30px 20px}
	
	.home-title{font-size:3.333em!important; line-height:1em!important}

	section {
		.inner {
			-webkit-align-items:flex-start; align-items:flex-start;
			margin: 30px 15px 0px 15px;
			width: calc(100% - 30px);
			height: 700px;
			border-radius: 30px;
		}
	}
	
	.home-slider {
		-webkit-align-items:flex-start; align-items:flex-start;
		border-radius: 30px;
	}

	.youtube{max-width: 600px!important; height: 345px!important}

	.button{width: 180px!important; height: 50px!important}
	.button2{width: 160px!important; height: 40px!important}
	.button3{width: 160px!important; height: 40px!important}

	.box-padding{padding:30px 20px}
	.box-padding2{padding:0px 20px}
	.box-padding3{padding:30px 20px}

	.footer {padding:20px!important}
	.footer-container {border-radius: 30px!important}
	.footer-link-padding{padding:10px}
	.footer-link{font-size:1.111em}
	.footer-link2{font-size:13px!important}
	.footer-content {-webkit-flex-direction:column; flex-direction:column}
	.footer-direction{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	.footer-copy-content {-webkit-justify-content:center; justify-content:center}

	#top{height: 70px!important}
	.topM{padding:30px!important}
	
	.logo{height: 38px!important}

	.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-col.xs3{width:24.99999%}
	.w3-col.xs4{width:33.33333%}
	.w3-col.xs6{width:49.99999%}
	.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.25em!important}
	h2{font-size:2.666em!important; line-height:1.25em!important}
	h3{font-size:2.333em!important; line-height:1.5em!important}
	
	.p3{font-size:1.555em; line-height:1.5em}
	.p5{font-size:1.888em; line-height:1.5em}
	
	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}

	.banner-padding{padding:30px 20px}
	
	.home-title{font-size:4em!important; line-height:1em!important}
	
	.logo{height: 55px!important}

	section {
		.inner {
			-webkit-align-items:flex-start; align-items:flex-start;
			margin: 30px 15px 0px 15px;
			width: calc(100% - 30px);
			height: 700px;
			border-radius: 60px;
		}
	}
	
	.home-slider {
		-webkit-align-items:flex-start; align-items:flex-start;
		border-radius: 60px;
	}
	
	.youtube{max-width: 700px!important; height: 400px!important}

	.box-padding{padding:30px}
	.box-padding2{padding:0px 30px}
	.box-padding3{padding:30px}

	.footer-container {border-radius: 30px!important}
	.footer-link-padding{padding:10px}
	.footer-link{font-size:1.222em}
	.footer-content {-webkit-flex-direction:column; flex-direction:column}
	.footer-direction{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	.footer-copy-content {-webkit-justify-content:center; justify-content:center}
	
	.footer-link2{font-size:15px}
	
	.w3-hide-small{display:none!important}

	.w3-padding{padding:30px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}

	.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:1500px){
	h1{font-size:3.333em!important; line-height:1.25em!important}
	h2{font-size:3em!important; line-height:1.25em!important}

	.p3{font-size:1.555em; line-height:1.5em}
	
	.w3-button{padding:10px 12px; font-size:16px}
	
	.banner-padding{padding:30px 60px}
	
	.home-title{font-size:3.7em!important; line-height:1em!important; max-width:470px}
	
	.box-padding{padding:60px}
	.box-padding2{padding:0px 60px}
	.box-padding3{padding:30px 60px}
	
	.footer-link-padding{padding:30px}
	.footer-content {-webkit-justify-content:space-between; justify-content:space-between}

	.footer-link{font-size:1.111em}
	.footer-link2{font-size:16px}
	
	.w3-hide-large{display:none!important}

	.w3-padding{padding:50px}
	.w3-padding-x{padding:0px 50px}
	.w3-padding-y{padding:50px 0px}

	.w3-col.l2{width:16.66666%}
	.w3-col.l3{width:24.99999%}
	.w3-col.l4{width:33.33333%}
	.w3-col.l5{width:41.66666%}
	.w3-col.l6{width:49.99999%}
	.w3-col.l7{width:58.33333%}
	.w3-col.l8{width:66.66666%}
	.w3-col.l9{width:74.99999%}
	}
	
@media (min-width:1501px){
	.banner-padding{padding:30px 60px 30px 16.66666%}

	.main-content{margin-top: -30px}

	.box-padding{padding:60px}
	.box-padding2{padding:0px 60px}
	.box-padding3{padding:30px 60px 30px 16.66666%}

	.footer-link-padding{padding:30px}
	.footer-content {-webkit-justify-content:space-between; justify-content:space-between}

	.w3-hide-x-large{display:none!important}

	.w3-padding{padding:60px 16.66%}
	.w3-padding-x{padding:0px 16.66%}
	.w3-padding-y{padding:60px 0px}

	.w3-col.xl2{width:16.66666%}
	.w3-col.xl3{width:24.99999%}
	.w3-col.xl4{width:33.33333%}
	.w3-col.xl5{width:41.66666%}
	.w3-col.xl6{width:49.99999%}
	.w3-col.xl7{width:58.33333%}
	.w3-col.xl8{width:66.66666%}
	.w3-col.xl9{width:74.99999%}
	}

@media (min-width:1501px) and (max-width:1680px){
	.home-title{font-size:4.2em}
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url('font/WorkSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WorkSans-Bold';
    src: url('font/WorkSans-Bold.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.png) 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)
}
