		* {
			font-size: 15px;
		}
		div {
			margin: 0;
			padding: 0;
		}

		html, body {
			height: 100%;
			margin: 0;
			padding: 0;
		}	
		body {
/* 			overflow: hidden; */
		}
		.pagecontainer {
			position: relative;
			top:0;
			left: 0;
			width: 100%;
			height: auto;
		}
		
		#bgcontainer {
/* 			background-position: top; */
/* 			background-size: 100vw auto; */
/* 			background-size: cover; */
/* 			background-repeat: no-repeat; */
/* 			background-image: url('img/beeline_bg1.jpg'); */
/* 			background-attachment: cover;	 */
			position: fixed;
/* 			position: absolute; */
			width: 100%;
			height: auto;
			overflow: hidden;
/* 			top: 0; */
		}
		
		#bgspacer{
			position: relative;
			width: 100%;
			height: auto;
/* 			top: -500px; */
		}


		#buscontainer {
/* 			margin: 30vh 46vw; */
			left: 45.30vw;
/* 			padding: 50px; */
/* 			outline: 1px dashed orange; */
			position: fixed;
/* 			top: 3vh; */
/* 			width: 10; */
			top: 0;
			padding: 0;
			margin: 0;
			z-index: 1;
			width: 13%;
			width: 13vw;
/* 			background-image: url('img/bus/FL0.png'); */
			background-position: center;
/* 			background-attachment: fixed; */
			background-repeat: no-repeat;
			background-size: contain;

		}
		
		#bus {
/* 		    padding: 10px; */
/* 		    border: 1px solid black; */
/* 		    font-family: Helvetica; */
			width: 13%;
			padding:0;
			margin: 0;
		}
		
		.bboard {
			position: absolute;
/* 			background-color: red; */
			z-index: 1;
			top: 0px;
			left: 0px;
			overflow: hidden;

		}
		.h {
			width: 711px;
			height: 357px;
			
		}

		.v {
			width: 265px;
			height: 433px;
			
		}
		.video{
			width: 726px;
			height: 364px;
			background-color: black;
		}

		.slides {
			position: relative;

			top:0;
			margin:0; 
			padding: 0;
			width: 100%;
			height: 100%;
		}
/*		
		.slides li {
			list-style: none;
			width: 100%
		}
		
		.slides ul li {
			float: left; 
		}
		.slides ul li img {
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
		}
*/
		
		.signal {
			position: absolute;
			width: 322px;
			height: 250px;
			z-index: 1;
			text-align: center;
			text-align: -webkit-center;
/* 			background-image: url('img/wi_full.png'); */

/* 			background-size: 100% 100% */
		}
		.signal p {
			display: inline-block;
			position: relative;
			margin: 0 auto;
			margin-left: auto;
			margin-right: auto;
			color: white;
			font-size: 3em;
			font-family: "Helvetica", sans-serif;
			font-weight: bold;
			text-align: center;
			text-align: -webkit-center;
			white-space: nowrap;
		}
		.signal p span {

		}
		.signal img {
			position: relative;
			width: 100%;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0.5em;
			left: 50%;
			-webkit-transform: translate(-50%);
			transform: translate(-50%);
/* 			top: 11em; */
/* 			margin-top: -20% */
/* 			visibility: hidden; */
		}
		
		.popup-text {
			position: absolute;
			top: 25px;
			left: 45px;
			overflow: hidden;
/* 			padding 5em 5em; */
			background-image: url("../img/pop-up_window_r.png");
			background-size: contain;
			background-repeat: no-repeat;
/* 			background-clip: content-box; */
			width: 822px;
			height: 411px;
			z-index: 1;
			display: none;
/*
			border-bottom: 100px solid black;
			border-spacing: !important
*/
		}

		
		.popup-text .text {
/* 			display: ;  */
/* 			position: relative; */
/* 			margin: 1em 1.5em 5em 1.5em; */
			overflow-y: scroll;
			overflow-x: visible;
/* 			width: 100%; */
			height: 68%;
/* 			margin-top: 1.5%; */
			margin-left: 3%;
			margin-right: 0.3%;
/* 			bottom: 2%; */
			margin-top: 1.5%;
			padding-right: 1.5%;
/* 			margin-bottom: 30%; */
/* 			border-bottom: 90px solid black; */
/* 			z-index: 1; */
			text-align: justify;
		}
		
		.text ul {
			list-style: none;
			margin-left: -1.5em;
			margin-top: -0.5em;
		}
		
		.text ul li {
			padding-top: 0.5em
		}
		
		a.bee {
			color: #f2ad00;
/* 			background-color: black; */
		}
		
		.accent {
			width: 153px;
			height: 357px;
			position: absolute;
			z-index: 1;
			background-image: url('../img/!-striped.png');
			background-size: contain;
			background-repeat: no-repeat;
		}

		.accent.mail {
			width: 148px;
			height: 85px;
			position: absolute;
			z-index: 1;
			background-image: url('../img/envelope.png');
			background-size: contain;
			background-repeat: no-repeat;
		}

		.accent a {
			display: block;
			width: 100%;
			height: 100%;
		}
