body {
  font-family: Arial, sans-serif;
}

button {
  background-color: #0068FF;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 12px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

button:hover, button:active {
  color: #FAF000;
}

button:active {
  font-size: 11px;
}
.label {
  color: #0D2A4D;
  position: absolute;
  margin-left: 10px;
  top: 35px;
}

body{
  margin:0px;
}

#ad{
   display: block;
   border: rgb(0,0,0) 1px solid;
   overflow:hidden;
   width: 298px;
   height: 598px;
  background:url(images/mainBg.jpg);
  background-repeat:no-repeat;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

#banner{
  position:absolute;
  display: block;
  width: 300px;
  height: 600px;
}
.buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.button {
  height: 26px;
  width: 108px;
}
.label {
	font-size: 14px;
	top: 65px;
}

.collapsed .buttons {
	bottom: 30px;
	left: 10px;
}
.label{
  font-size: 10px;
  top: 33px;
}

#banner {
	background-size: auto 20px;
}

.video-container {
  height: 144px;
  /*width: 163px;*/
    width: 257px;
}
.centered {
  left: 22px;
  /*margin: auto;*/
  position: absolute;
  top: 291.7px;
}

video {
  height: 100%;
  width: 100%;
}

#videoEndFrame
{
	left:22px;
	top:291.7px;
	height:144px;
	width:257px;
	position:absolute;;
	cursor:pointer;
}

#videoBg
{
	left: 20.1px;
	top: 289.7px;
	height:144px;
	width:257px;
	position:absolute;
	background-color: black;
	border:solid white 2px;
	-moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	box-shadow: 0px 0px 5px black;
}

#topBannerClick
{
	left:0px;
	top:0px;
	height:95px;
	width:300px;
	position:absolute;
	background-color: #FFFFFF;
	opacity:0;;
	cursor:pointer;
}

#bottomBannerClick
{
	left:0px;
	top:505px;
	height:95px;
	width:300px;
	position:absolute;
	background-color: #FFFFFF;
	opacity:0;;
	cursor:pointer;
}

.thumb{
	left:0px; 
	position:absolute; 
	/*width:48px; 
	height:48px; 
	background:rgba(220,30,34,1.00);*/
}

.thumb:hover{
	/*background: rgba(184,167,167,1.00);	*/
}


#meetCTA{	
	position:absolute;
	width:186px;
	height:29px;
	background:url(images/cta.jpg) no-repeat;
	cursor:pointer;
	top:528px;
	left:56px;
	opacity:1;
}

#firstFrame{
	position:absolute;
	width:188px;
	height:55px;
	background:url(images/txt1.png) no-repeat;
	top:200.8px;
	left:53.1px;
	opacity:0;
}

#secondFrame{
	position:absolute;
	width:263px;
	height:55px;
	background:url(images/txt2.png) no-repeat;
	top:200.8px;
	left:16.2px;
	opacity:0;
}

#thirdFrame{
	position:absolute;
	width:236px;
	height:55px;
	background:url(images/txt3.png) no-repeat;
	top:200.8px;
	left:29.6px;
	opacity:0;
}

#finalFrame{
	opacity:0;
}

#txt4{
	position:absolute;
	width:267px;
	height:43px;
	background:url(images/txt4.png) no-repeat;
	top:143.3px;
	left:18px;
	opacity:0;
}

#captionText{
	position:absolute;
	width:231px;
	height:49px;
	top: 447.4px;
	left: 30px;
	opacity:0;
}
