@charset "utf-8";
/* CSS Document */

.fadeIn, .fadeOut{
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.fadeIn {
	opacity:1 !important;
	display:block !important;
}
.fadeOut {
	opacity:0 !important;
}
.hide {
    display: none;
}
a img, a {
    border: none;
    outline: none;
}



#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;
}
#inner-container{
    visibility: hidden;
}
#section_1{
	position:absolute;
	width: 298px;
	height: 598px;
}
#bg{
	position:absolute;
	width:300px;
	height:600px;
	left:0px;
	background:url(../images/bg.jpg) no-repeat top;
    background-size: 100%;
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#bg.init{
    top: 0px;
}

/*
#dummy{
    position: absolute;
    width:300px;
    height:600px;
    background:url(../images/dummy.jpg) no-repeat;
    background-size: 100%;
    left:-1px;
	right:0px;
	margin:auto;
	top:-1px;
    opacity:0.5;

}
*/

/********frame1 animation***********/
#frame_1 {
    position:absolute;
	width:258px;
	height:141px;
	top: 135px;
	left:12px;
    background:url(../images/frame1.png) no-repeat;
    background-size:100%;
    -webkit-transition:all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition:all 0.25s ease;
	transition: all 0.25s ease;
}
#frame_1.init {
	left:-264px !important;
    -webkit-transition:all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition:all 0.25s ease;
	transition: all 0.25s ease;
}

#frame_1.end {
	left:300px !important;
    -webkit-transition:all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition:all 0.25s ease;
	transition: all 0.25s ease;
}


#logo {
    position:absolute;
	width:219px;
	height:116px;
	top: -1px;
	left: 41px;
    background:url(../images/logo.png) no-repeat;
    background-size:100%;
    -webkit-transition:all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition:all 0.25s ease;
	transition: all 0.25s ease;
}

#logo.init {
	top: -72px !important;
	left: 175px !important;
    -webkit-transition:all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition:all 0.25s ease;
	transition: all 0.25s ease;
}

/********frame2 animation***********/

#frame_2 {
    position:absolute;
	width:265px;
	height: 168px;
	top: 133px;
    left: 15px;
    background:url(../images/frame2.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_2.init {
	left:-300px !important;
    -webkit-transition:all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition: all 0.5s ease;
}

#frame_2.end {
	left:300px !important;
    -webkit-transition:all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition: all 0.5s ease;
}

/********frame3 animation***********/

#frame_3 {
    position:absolute;
	width:208px;
	height: 65px;
	top: 165px;
    left: 17px;
    background:url(../images/frame3.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_3.init {
	left: -300px !important;
    -webkit-transition:all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition: all 0.5s ease;
}

#frame_3.end {
	left: 300px !important;
    -webkit-transition:all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition: all 0.5s ease;
}

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

#cta_btn {
    position:absolute;
	width:226px;
	height: 87px;
	top: 155px;
    left: 38px;
    background:url(../images/cta.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;
}
#cta_btn.init {
	left: -260px !important;
	-webkit-transition:all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition: all 0.5s ease;
}

#cta-patch {
	position:absolute;
	width: 226px;
    height: 87px;
	top: 173px;
    left: 9px;
	z-index:150;
}
#cta-patch.init {
	display:none;
}

#clickTag {
	width:300px;
	height:600px;
	position:absolute;
	top:0px;
    left: 0px;
	z-index:100;
}
/*****************/
/*****************************section2***************************************/

#section2 {
	position: absolute;
	left: 0px;
	z-index:119;
	background-color: #FFF;
	width: 298px;
	height: 209px;
	/*border-top: 1px solid #999999;*/
	background-image: url(../images/section2_bg.png);
}
#section2.init {
	bottom: 0px;
}
#section2.end {
	bottom:-3px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.isiBlockContent {
    padding: 0 5px;
    border: 1px solid #010101;
    color: #010101 !important;
    margin-top: -5px;
}
/* Scroll area styles starts */
#scrollableArea {
    width: 300px;
    height: 146px;
    z-index: 99;
    margin-bottom: 19px;
    font-family: Arial, sans-serif;
    background: #FFF;
}
#scrollableContent {
    position: absolute;
    overflow: hidden;
    width: 294px;
    height: 146px;
    padding-left: 5px;
    font-size: 11px;
    color: #2d2d2d;
    background-color: #FFFFFF;
}

#scrollableContent h3 {
    font-size: 11px;
    margin: 8px 0;
	color: #760048;
	font-weight: bold;
}
#scrollableContent h3.head-black {
	color: #000000;
}
#scrollableContent p {
    margin: 8px 0;
	margin-left:1px;
}
#scrollableContent h4 {
	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 6px;
	padding-left: 0px;
}
#scrollableContent ul.black li {
    margin-bottom: 5px 0px 6px 0px;
	background: url("../images/bullet_circle.png") no-repeat 0 4px;
	list-style: none;
	padding-left: 9px;
}
#scrollableContent ul li {
       margin-bottom: 6px;
    background: url("../images/bullet_circle_purple.png") no-repeat 0 4px;
    background-position: 2px 3px;
    list-style: none;
    padding-left: 10px;
}

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


#scrollableContent ul li span.no-wrap {
	white-space:nowrap;
	font-family:normal;
}
.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;
}
#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: 286px;
	margin-bottom: 10px;
    margin-top: 10px;
    margin-left: -8px;
}
#sTitle {
	font-family: Arial, sans-serif;
    font-size: 13px;
    color: #760048;
    font-weight: bold;
    padding: 4px 0px 6px 6px;
    line-height: 14px;
    margin-top: 6px;
    letter-spacing: 0.025em;
	/*border-bottom:#a7a5a6 1px solid;*/
}
#sTitle span {
	text-transform:lowercase;
}
#scroller {
    position: absolute;
    z-index: 1;
    width: 92%;
	line-height:12px;
	margin-top:3px;
    padding-bottom: 4px;
}
.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 10px;
    bottom: 0px;
    top: 0px;
    right: 5px;
    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: 0px 0 3px 0;
	background: #282828;
	width: 100%;
	font-size: 11px;
    color: #ffffff;
    font-family: Arial;
	line-height:15px;
}
#piLink span, #piLink a {
	font-size: 10px;
    color: #ffffff;
    font-family: Arial;
	font-weight: normal;
    position: relative;
    left: 3px;
	top:1px;

}
#piLink span .piLink-heavy {
	font-size: 10px;
    color: #ffffff;
    font-family: Arial;
	font-weight: bold;
    position: relative;
    left: 0px;
	top:0px;

}
#piLink a {top:0px !important;}
#isiBlockContent {
	margin-top:-3px;
	padding: 0 6px;
	border: 1px solid #010101;
	color: #010101 !important;
	font-weight: bold;
}
#isiBlockContent h3 {
	color: #760048 !important;
	margin: 3px 0 -10px;
	padding-left: 0px;
/*    letter-spacing: -0.03em;*/
}
#isiBlockContent p {
	padding-left: 0px;
	margin-top:8px;
/*        letter-spacing: -0.026em;*/
}

#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;
}


@-moz-document url-prefix() {
	.allignSup{
    top: 3px !important;
	}
	#scrollableContent sup {
	left:0.5px;
}
.contentBtn {
    top: -1px !important;
}
.winff11{
	margin-top:2px !important;
}
.winff21{
	margin-top:13px !important;
}
.winff3{
	margin-top:13px !important;
}
    #isiBlockContent h3 {letter-spacing: 0em;}
    #isiBlockContent p {letter-spacing: 0em;}

#piLink span{

/*    letter-spacing: -0.06em;*/

}


}

.piLinkMoxAlign{
	top:0px !important;
}
