@charset "utf-8";
#dummy{
    width:298px;
	height:598px;
    background: url(../images/dummy6.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
	left:0px;
	right:0px;
	margin: 0 auto;
    pointer-events: none;
    z-index: 99;
    opacity: 0.5;
    opacity: 0;
}
body {
	margin: 0;
	padding: 0;
}

a img, a {
    border: none;
    outline: none;
}

.fadeIn {
	opacity: 1 !important;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;     
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}

.fadeOut {
	opacity: 0 !important;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}

.hide {
    opacity: 0;
}

.show{
    opacity: 1;
}

.quickHide{
  display: none !important;  
}

#inner-container{
    visibility: hidden;
}

#main_wrapper{
	position:absolute;
	border:1px solid #666666;    
    background: #FFF;    
    background-size: 100% 100%;
	width:298px;
	height:598px;
	left:0px;
	right:0px;
	margin: 0 auto;
	top:0px;
	overflow:hidden;	
}

#section_1{
	position:absolute;
	width: 298px;
	height: 598px;
    z-index: 9;
}


#bg1{
    width: 300px;
    height: 800px;
    background: url(../images/bg1.jpg) 0 0 / 100% 100% no-repeat;
    position: absolute;
/*     top: 0px; */
    top: -90px;
    left: 0px;
}

#bg1.zoomOut{
/*     top: -386px; */
	top: -340px;
    /*transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);*/
    transition: all 2.5s cubic-bezier(0.5, 1, 0.89, 1);
    -webkit-transition: all 2.5s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: all 2.5s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: all 2.5s cubic-bezier(0.5, 1, 0.89, 1);
}


#bg1_mask1{
    width: 204px;
    height: 74px;
    background: url(../images/bg1_mask1.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    top: 344.5px;
    left: 49px;
    display: none;
    z-index: 101;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

#bg1_mask1.fadeIn {
    display: block !important;
}


#logo1{
    width: 300px;
    height: 600px;
    background: url(../images/logo1.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    top: -90px;
    left: 0px;
}

#logo1.moveTop{
    top:0px;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
}

#building_holder{
    position: absolute;
    left: -610px;
    top: -450px;
    transform: scale(2.75);
    -webkit-transform: scale(2.75);
    -moz-transform: scale(2.75);
    -ms-transform: scale(2.75);
    z-index: 102;
    pointer-events: none;
    
}

#building1{
    width: 83px;
    height: 383px;
    background: url(../images/building.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    top: 608px;
    left: 42px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

#building1.moveTop{
    top: 508px;
/*
    transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -moz-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -ms-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
*/
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
}

#building2{
    width: 83px;
    height: 383px;
    background: url(../images/building.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    top: 554px;
    left: 139px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

#building2.moveTop{
    top: 454px;
/*
    transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -moz-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -ms-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
*/
    transition: all 2.5s linear;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -ms-transition: all 2.5s linear;
}

#building3{
    width: 83px;
    height: 383px;
    background: url(../images/building.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    top: 367px;
    left: 234px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}



#building4{
    width: 83px;
    height: 383px;
    background: url(../images/building.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    top: 496px;
    left: 333px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

#building4.moveTop{
    top: 396px;
/*
    transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -moz-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -ms-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
*/
    transition: all 2.5s linear;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -ms-transition: all 2.5s linear;
}



#building_holder.zoomOut {
    left: 0px;
    top: 0px;
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);     
    -moz-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
    -ms-transition: all 2.5s cubic-bezier(0.61, 1, 0.88, 1);
}

#text01{
    width: 300px;
    height: 600px;
    background: url(../images/text01.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

#text01.fadeIn {
    opacity: 1 !important;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;     
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
}

#datapayer{
    width: 300px;
    height: 600px;
    background: url(../images/datapayer.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 103;
    pointer-events: none;
}

#datapayer.fadeIn {
    display: block !important;
}

#datapayer.moveTop {
    top:0px;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;     
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
}


#cta{
    width: 188px;
    height: 39px;
    background: url(../images/cta.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    top: 325px;
    left: 56px;
    z-index: 100;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

#cta.fadeIn {
    display: block !important;
}


#cta.moveTop{
    top:193px;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
}

#cta.pulse {
	transform: scale(1);
	animation: pulse 1.5s 2;
}

/*
@keyframes pulse {
	0% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.05);
	}
}
*/
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}


#clickTag {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;
}


/*****************************section2***************************************/

#section2 {
  position: absolute;
  left: 0px;
  z-index:119;
  background-color: #FFF;
  width: 298px;
  /*height: 208px;*/
  height: 190px;
  border-top: 2px solid #f26937;
  background-image: url(../images/section2_bg.png);
  bottom:-210px;
  -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

#section2.moveTop{
    /*transform: translateY(-61px);
    -webkit-transform: translateY(-61px);
    -moz-transform: translateY(-61px);
    -ms-transform: translateY(-61px);*/
    bottom:0px;
    transition: all 1s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: all 1s cubic-bezier(0.61, 1, 0.88, 1);
    -moz-transition: all 1s cubic-bezier(0.61, 1, 0.88, 1);
    -ms-transition: all 1s cubic-bezier(0.61, 1, 0.88, 1);
}

.isiBlockContent {
    padding: 0 5px;
    border: 1px solid #010101;
    color: #010101 !important;
    margin-top: -5px;
}
/* Scroll area styles starts */
#scrollableArea {
    width: 298px;
    /*height: 155px;*/
    height: 137px;
    z-index: 99;
    margin-bottom: 19px;
    font-family: Arial, sans-serif;
    background: #FFF;
}
#scrollableContent {
    position: absolute;
    overflow: hidden;
    width: 294px;
    /*height: 155px;*/
    height: 136px;
    padding-left: 4px;
    font-size: 11px;
    color: #2d2d2d;
    background-color: #FFFFFF;
/*    border-bottom: 1px solid #dcdbdb;*/
}

#scrollableContent h3 {
    font-size: 11px;
    margin: 8px 0;
	color: #760048;
	font-weight: bold;
	/*padding-left: 6px;*/
}
#scrollableContent p {
    margin: 9px 0;
	margin-left:1px;
	/*color:#003b5c;*/
	/*padding-left: 6px;*/
}
#scrollableContent h4 {
	/*color: #003b5c;*/

	font-weight: bold;
	margin: 3px 0px;
	font-size: 11px;
}
#scrollableContent h4 a {
	color: #2d2d2d;
	text-decoration: underline;
}
#scrollableContent strong {
	font-weight: bold;
    font-size: 11px
}
#scrollableContent span {
    height: 7px;
    width: 100%;
    display: block
}
#scrollableContent ul {
    margin: 0px 0px 0px 8px;
	padding-left: 0px;
}
#scrollableContent ul.black li {
  margin-bottom: 5px 0px 6px 0px;
  /*background: url("../images/bullet_circle.png") no-repeat 0 5px;*/
  background: url("../images/bullet_circle.png") no-repeat 0 4px;
  list-style: none;
  padding-left: 8px;
  background-size: 4px 4px;
  background-position: 0px 4px;
  /*color: #003b5c;*/
}
#scrollableContent ul li {
    margin-bottom: 6px;
    background: url("../images/bullet_circle_purple.png") no-repeat 0 4px;
    background-position: 0px 3px;
    list-style: none;
    padding-left: 8px;
    background-size: 4px 4px;
}

#scrollableContent ul li b {
    color: #760048;
}

#scrollableContent #white-patch{
      position: absolute;
    left: 5px;
    bottom: 0px;
    width: 275px;
    height: 7px;
    background-color: white;
}


#scrollableContent ul li span.no-wrap {
	white-space:nowrap;
	font-family:normal;
    /*white-space: nowrap;
    display: inline;*/
}
.no-wrap{
	white-space:nowrap;
	font-style: normal;
}
#scrollableContent ul.inner {
  list-style-type: circle;
  margin: 3px 0px;
  padding-left: 0px;
}
#scrollableContent ul.inner li {
  background: url("../images/bullet_dash.png") no-repeat 0 4px;
	padding-left: 10px;
}
#white-patch{
  position: absolute;
  left: 10px;
  bottom: -3px;
  width: 265px;
  height: 10px;
  background-color: white;
  z-index: 1;
}
#sTitle sup {
	position: relative;
	top: 0px;
    vertical-align: super;
    font-size: 7px;
	font-weight:bold;
	line-height:0;
}
#scrollableContent sup {
	position: relative;
	top: 0px;
    vertical-align: super;
    font-size: 7px;
	font-weight:bold;
	line-height:0;
}

#scrollableContent a {
    color: #f26937;
    text-decoration: underline;
	text-transform: uppercase;
}
#scrollableContent img {
    width: 100%;
    margin-left: 0px;
	margin-bottom: 10px;
    margin-top: 10px;
}
#sTitle {
	font-family: Arial, sans-serif;
    font-size: 13px;
    color: #760048;
    font-weight: bold;
    padding: 4px 0px 3px 4px;
    line-height: 12px;
    margin-top: 4px;
	/*border-bottom:#a7a5a6 1px solid;*/
}
#sTitle span {
	text-transform:lowercase;
}
#scroller {
    position: absolute;
    z-index: 1;
    width: 93%;
	line-height:12px;
	margin-top:3px;
}
.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 10px;
    bottom: 0px;
    top: 0px;
    right: 4px;
    overflow: hidden
}
.iScrollIndicator {
    position: absolute
}
.iScrollVerticalScrollbar .iScrollIndicator {
    width: 10px;
/*	background: url("../images/scroll_hand.png") no-repeat #1e4b6a 0 50%;*/
	background-color: #760048;
}
.iScrollLoneScrollbar {
    background-color: #d1d1d1;
    width: 10px;
}
#scrollableContent::-webkit-scrollbar-track {
    background-color: #d1d1d1
}
#scrollableContent::-webkit-scrollbar {
    width: 10px;
    background-color: #696969
}
#scrollableContent::-webkit-scrollbar-thumb {
    background-color: #696969
}
#txtIndic {
  position: absolute;
   top: 1px;
  left: 291px;
}
#piLink {
	bottom: 0px;
	left: 0px;
	z-index: 1;
	position: absolute;
	padding: 0;
	background: #282828;
	width: 100%;
 
}
#piLink span, #piLink a {
	font-size: 9px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    left: 3px;
	top:-1px;
    
}
#piLink a{
    top: 0;
    left: 0;
}

#piLink span .piLink-heavy {
  font-size: 11px;
  color: #ffffff;  
  position: relative;
  font-weight: 600;
  left: 0px;
  top:0px;    
}
#piLink span .piLink-heavy b{
  font-weight: 600;
  position: relative;
  left: -1px;
}
#isiBlockContent {
	margin-top:-3px;
	padding: 0 7px;
	border: 1px solid #010101;	
	color: #010101 !important;
	font-weight: bold;
}
#isiBlockContent h3 {
	color: #760048 !important;
	margin: 3px 0 -3px;
	padding-left: 0px;
	letter-spacing: -.3px; 
}
#isiBlockContent p {
	padding-left: 0px;
	margin-top:8px;
}

#taptoreveal {
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 76px;
    height: 49px;
}

.allignSup{
    top: 3px !important;
    vertical-align: top !important;	
}

.winff1{
	margin-top:0px;
}
.winff2{
	margin-top:0px;
}
.m-btm{
    margin-bottom: 0px !important;
}
.m-up{
    margin-top: 2px !important;
    margin-bottom: 10px;
}
.ta-c{
    text-align: center;
}


#scrollableContent p.m-up{
    margin-top: 2px !important;
    margin-bottom: 11px;
}

.windows #scrollableContent ul li {
  background-position: 0px 3px;
}

@-moz-document url-prefix() {
	.allignSup{
    top: 3px !important;
	}
    #scrollableContent {
        height:136px;
    }
    
	#scrollableContent sup {
	left:0.5px;
}
    
.contentBtn {    
    top: -1px !important;    
}
.windows #scrollableContent {
        height:136px;
    }
.winff11{
	margin-top:7px !important;
}
.winff21{
	margin-top:13px !important;
}
    
    .winff24{ height:54px;}

}

.piLinkMoxAlign{
	top:0px !important;
}

.no_caps{
    text-transform: none !important;
    color: #000000 !important;
}

.windows #piLink span strong.warn, .windows strong.warn{
  position: relative !important;
  font-weight: 600 !important;
  left: -1px !important;
}
.ie.windows #piLink span .piLink-heavy b{
  left: -1px;
}

