@charset "utf-8";

/* CSS Document */

.fadeIn,
.fadeOut {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.fadeIn {
	opacity: 1 !important;
	display: block !important;
}

.fadeOut {
	opacity: 0 !important;
	-webkit-transition: all 1s ease !important;
	-moz-transition: all 1s ease !important;
	-o-transition: all 1s ease !important;
	transition: all 1s ease !important;
}

.hide {
	display: none;
}

a img,
a {
	border: none;
	outline: none;
}

#inner-container {
	visibility: hidden;
}

#main_wrapper {
	position: absolute;
	border: 1px solid #666666;
	background: #FFF;
	background-size: 100%;
	width: 298px;
	height: 598px;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
	overflow: hidden;
}

#section_1 {
	position: absolute;
	width: 298px;
	height: 598px;
}

#bg {
	position: absolute;
	width: 300px;
	height: 388px;
	background-color: #76004b;
	background-size: 100%;
}

#dummy {
	position: absolute;
	width: 300px;
	height: 600px;
	top: 0px;
	left: 0px;
	background: url(../images/dummy.jpg) no-repeat center;
	background-size: 100%;
}

#frame_1 {
	position: absolute;
	width: 273px;
	height: 73px;
	top: 196px;
	left: 14px;
	background: url(../images/frame1_copy.png) no-repeat;
	background-size: 100%;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#frame_1.init {
	opacity: 0 !important;
}

#frame_1.end {
	top: 400px;
	-webkit-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
	opacity: 0.1;
}

#logo {
	position: absolute;
	width: 186px;
	height: 104px;
	top: 0;
	left: 57px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#logo.init {
	opacity: 0 !important;
}

#logo.show {
	opacity: 1 !important;
}

#logo.final {
	opacity: 0 !important;
}

#logo.end {
	top: -100px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#num {
	position: absolute;
	width: 61px;
	height: 116px;
	left: 93px;
	top: -120px;
	background: url(../images/number.png) no-repeat;
	background-size: 100%;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	z-index: 2;
}

#num.topbelow {
	top: 45px;
}

#num.bounce {
	-webkit-animation: bounce 0.25s ease;
	-ms-animation: bounce 0.25s ease;
	-moz-animation: bounce 0.25s ease;
	-o-animation: bounce 0.25s ease;
	animation: bounce 0.25s ease;
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}

#lineone {
	width: 108px;
	height: 25px;
	background: url(../images/lineone.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#set_wid {
	width: 0;
	overflow: hidden;
	top: 124px;
	left: 52px;
	position: absolute;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#set_wid.wid_add {
	width: 107px;
}

#linetwo.init {
	opacity: 0 !important;
}

#linetwo #mask {
	position: absolute;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	top: 0;
	bottom: 0;
	right: 0;
	width: 67px;
	height: 35px;
	background: url(../images/linetwo.png) no-repeat;
	background-size: 100% 100%;
}

#linetwo {
	height: 35px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: 5;
	top: 113px;
	overflow: hidden;
	right: 138px;
	position: absolute;
	width: 0;
	animation-name: reducetime;
}

@keyframes reducetime {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

#linetwo.active {
	width: 67px;
}

#set_widtwo {
	width: 0;
	top: 51px;
	left: 115px;
	position: absolute;
	z-index: 3;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden;
}

#linethree {
	width: 154px;
	height: 25px;
	background: url(../images/linethree.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#set_three {
	width: 0;
	overflow: hidden;
	top: 113px;
	left: 92px;
	position: absolute;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: 5;
}

#set_three.active {
	width: 158px;
}

#symbol {
	position: absolute;
	top: 28px;
	left: 18px;
	background: url(../images/symbol.png) no-repeat;
	background-size: 100% 100%;
	transition: all 1s ease;
    -moz-transition: all 1s ease; /* Firefox 4 */
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -o-transition: all 1s ease; /* Opera */
	width: 16px;
	height: 16px;
}

#symbol.symbol_top {
	top: 5px;
	left: 18px;
}

#letter {
	position: absolute;
	top: -18px;
	left: 22px;
	background: url(../images/letter.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 119px;
	height: 16px;
	z-index: 7;
}

#letter.symbol_top {
	top: 4px;
}

#text_copy {
	position: absolute;
	background: url(../images/text_copy.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 235px;
	height: 51px;
	top: 151px;
	left: 33px;
}

#text_copy_2 {
	position: absolute;
	background: url(../images/text_copy_2.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 265px;
	height: 89px;
	top: 218px;
	left: 17px;
}

#text_head {
	top: 250px;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#text_head.text_top {
	top: 50px;
}

#text_copy_3 {
	position: absolute;
	background: url(../images/text_copy_3.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 236px;
	height: 72px;
	top: 201px;
	left: 30px;
}

#text_copy_3.text_move {
	top: 429px;
}

#text_copy_3.move {
	left: -300px;
}

#cta_btn.move {
	left: 48px;
}

#bgChange {
	position: absolute;
	width: 300px;
	height: 146px;
	left: 0px;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: 100%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}

#bgChange.hide {
	display: none;
}

#bgChange.init {
	display: block;
	top: 143px;
}

#bgChange.end {
	top: 0px;
}


/**********cta animation************/

#cta_btn {
	position: absolute;
	width: 204px;
	height: 106px;
	top: 187px;
	left: 300px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: url(../images/cta.png) no-repeat;
	background-size: 100% 100%;
}

#cta_btn.init {
	left: 300px;
}


/*#cta_btn.move {
	left: 32px;
}*/

#cta-patch {
	position: absolute;
	width: 204px;
	height: 106px;
	top: 187px;
	left: 48px;
	z-index: 110;
}


#cta-patch.init {
	display:none;
}

#clickTag {
	width: 300px;
	height: 390px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}


/*****************************section2***************************************/

#section2 {
  position: absolute;
  left: 0px;
  z-index:119;
  background-color: #FFF;
  width: 298px;
  height: 208px;
  border-top: 2px solid #f26937;
  background-image: url(../images/section2_bg.png);
  bottom:0px;
}
.isiBlockContent {
    padding: 0 5px;
    border: 1px solid #010101;
    color: #010101 !important;
    margin-top: -5px;
}
/* Scroll area styles starts */
#scrollableArea {
    width: 298px;
    height: 155px;
    z-index: 99;
    margin-bottom: 19px;
    font-family: Arial, sans-serif;
    background: #FFF;
}
#scrollableContent {
    position: absolute;
    overflow: hidden;
    width: 294px;
    height: 155px;
    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 4px;
    list-style: none;
    padding-left: 8px;
    background-size: 4px 4px;
}

#scrollableContent ul li b {
    color: #760048;
}

#scrollableContent #white-patch{
  position: absolute;
  left: 10px;
  bottom: 0px;
  width: 270px;
  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%;
  letter-spacing: -0.01em;
}
#piLink span, #piLink a {
	font-size: 11px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    left: 3px;
	top:-1px;
    
}
#piLink a {
    top: 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;
}

#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:154px;
    }
    
	#scrollableContent sup {
	left:0.5px;
}
    
.contentBtn {    
    top: -1px !important;    
}
.windows #scrollableContent {
        height:155px;
    }
.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 #scroller p strong.warn{
  position: relative;
  font-weight: 600;
  left: -1px;
}
.ie.windows #piLink span .piLink-heavy b{
  left: -1px;
}