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(145, 153, 153) 1px solid;
    overflow: hidden;
    width: 298px;
    height: 598px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#logo {
	position:absolute;
    background-image: url("../images/newlogo.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 149px;
    height: 27px;
    margin-left: 78px;
    margin-top: 2px;
    cursor:pointer;
}
#banner {
    position: absolute;
    display: block;
    width: 298px;
    height: 598px;
    /*background-color: #1f409a;*/
    background-image: url("../images/bg.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.buttons {
    position: absolute;
    bottom: 3px;
    left: 106px;
}
.button {
    height: 20px;
    width: 85px;
}
/*.label {
    top: 65px;
}*/
/*.buttons {
  left: 10px;
  bottom: 60px;
}

.buttons button{
  margin: 3px 0;
}*/

#learnmore-button{
    background-image: url("../images/learnmore.jpg");
    background-position: 0px;
    background-repeat: no-repeat;
}

.video-container {
    height: 170px;
    position: absolute;
    width: 300px;
	margin-top:65px;
}
#playbutton{
    background-image: url("../images/playbutton.png");
	position:absolute;
	width: 100%;
	height: 170px;
	cursor:pointer;
	bottom: 0px;
    z-index: 3px;
}

#imageGallery{
	position:absolute;
	top:238px;
	left:0px;
	width:300px;
	height:190px;
	overflow:hidden;
}
.centered {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
video {
	display:none;
    height: 100%;
    width: 100%;
}
.ios-center-video-controls video::-webkit-media-controls {
    min-width: 0;
}
.sdk .sdk-video-player {
    height: 100%;
    width: 100%;
    position: relative;
    background: url("../images/poster.jpg");
    background-size: cover;
}
.sdk .sdk-video-player-button {
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    background: url("../images/play.png") no-repeat scroll 0px 0px;
    background-size: cover;
}
.imgClick{
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor:pointer;
}
#posterimg{
	width:300px;
	height:169px;
	background:url("../images/start_img.jpg") no-repeat scroll 0 0;
}
#defaultClick{
	width:300px;
	height:600px;
    top: -50;
	cursor:pointer;
}

#videoBox{
    position: absolute;
    width:300px;
    height:6px;
    background-color: #005589;
    bottom: 357px;
    z-index: 25;
    cursor:pointer;
}
#VideoClick{
    position: absolute;
   /* background-color: #ff0000;
    opacity:0.5;*/
    width:300px;
    height: 135px;
    bottom: 398px;
    z-index: 1;
    cursor:pointer;
    display: none;
}