@font-face {
font-family: 'HelveticaLight';
src: url('fonts/Helvetica_LT_45_Light.eot');
src: url('fonts/Helvetica_LT_45_Light?#iefix') format('embedded-opentype'),
     url('fonts/Helvetica_LT_45_Light.woff') format('woff'),
     url('fonts/Helvetica_LT_45_Light.ttf') format('truetype'),
     url('fonts/Helvetica_LT_45_Light.svg#HelveticaLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Philosopher-Regular';
src: url('fonts/Philosopher-Regular.ttf');
}
body {
	font-family: HelveticaLight;
	font-weight:500;
}
.Pbg {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.table{
	display:table;
}
.jtblc{
	display:table-cell;
	width:1%;
}
.btnt {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding:12px 45px;
    line-height: 1.42857143;
    border-radius: 2px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;	
	color:#FFF;
	background-color:#3860af;
	font-size:18px;
	font-weight:600;
	overflow:hidden;
	z-index:1;
}
.btnt:focus{
	color:#fff;
	text-decoration:none;
}
.btnt:hover{
	color:#3860af;
	text-decoration:none;
}
.btnt:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);	
    z-index:-1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btnt:hover:after {
    height:360%;
    opacity: 1;
}

#MainHeader {
	position:relative;
	z-index:2;
	padding-top:88px;
}
.fullscreen-bg,.overlay{
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
	width:100%;
	height:100%;
}
.overlay{
	background-color:rgba(0,0,0,.45);
	z-index:3;
}
.fullscreen-bg-video {
	background-color:#000;
	z-index:2;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
/*    background: url(../images/p-bg-1.jpg) no-repeat;*/
    background-size: cover; 
	
}

#top_header {
	padding:20px 0;
	top:0;
	left:0;
	right:0;
	z-index:100;
	position:absolute;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navArea-h {
	text-align:right;
}

.navArea-h li{
	display:inline-block;
	text-transform:uppercase;
}
.navArea-h li a {
	color:#FFF;
	display:block;
    margin: 8px 8px 0;
	padding:10px 0;
	position:relative;
}
.navArea-h li a:before{border-bottom:2px solid #fff;content:"";position:absolute;left:50%;bottom:0px;height:2px;width:0%;-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;}
.navArea-h li:hover a:before{border-bottom:2px solid #f8b026;left:0%;width:100%;}
.navArea-h li a:hover,
.navArea-h li a:focus,
.navArea-h li a:active {
	color:#fff;
	text-decoration:none;
        border-bottom:2px solid #f8b026;
}
.navArea-h li:active a:before{border-bottom:2px solid #f8b026;left:0%;width:100%;}

.navArea-h li:visited a:before{border-bottom:2px solid #f8b026;left:0%;width:100%;}
.navArea-h li a.Lbt:before{display:none}
.navArea-h li a.Lbt {
	background-color:#f8b026;
	border-radius:6px;
	padding:8px 36px;
}
#top_header.fixed-header{
	
	position:fixed;
	padding:5px 0;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}
#top_header.fixed-header .navArea-h li a.Lbt{background-color:#f09a00;color:#fff}
#top_header.fixed-header .navArea-h li a{color:#fff;}
.navArea-h .navbar-toggle{	border: 0px solid transparent;}
.navArea-h .navbar-toggle .icon-bar{background-color:#fff}
.collapse#navbar{display:block;}
.btxc {
	color:#FFF;
	padding:40px 0;
}
.btxt1 {
	font-size:48px;
	font-weight:300;
}
.btxt2 {
	font-size:78px;
	font-weight:600;
	line-height:normal;
        font-family:Philosopher-Regular !important;
        letter-spacing:0.02em !important;
     
}
.btxt3 {
	font-size:20px;
	font-weight:300;
	line-height:35px;
}
.hptab {
	padding:20px 0 50px;
}
.hptab .ic{
	margin-bottom:10px;
}
.ic {
	display:inline-block;
	background:url(../images/home-sprite-1.png) no-repeat;
}
.ic.Shire {
	width:73px;
	height:102px;
	background-position: -35px -2px;
}
.ic.Phire {
	width:77px;
	height:102px;
	background-position: -208px -2px;
}
.hptab .btnt {
	width:100%;
	max-width:260px;
	display:block;
	margin:auto;
}
#findOut {
	background-color:#3860af;
	position:relative;
}
#findOut:after,
#findOut:before{
	content:'';
	width: 0;
	height: 0;
	border-left:50px solid transparent;
	border-right:50px solid transparent;
	position:absolute;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
	z-index:1;
}
#findOut:after{
	border-bottom:20px solid #3860af;
	top:-20px;
}
#findOut:before{
	border-top: 20px solid #3860af;
	bottom:-20px;	
}	
#findOut h1{
	margin:0;
	font-size:45px;
	color:#fff;
	font-weight:600;
	padding:10px;
}
#ffl {
    background-image: url(../images/p-bg-2.jpg);
	padding:50px 0;
}
.connectingFF {
	background-image:url(../images/connecting-circle.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	min-height:400px;
}
.connectingFF  .jtblc{
	vertical-align:top;
	width:20%;
}
.cffimg {
    position: relative;
    text-align: center;	
}
.imgWrap {
    border-radius: 50%;
    overflow: hidden;
    width: 154px;
    height: 154px;
	position:relative;
}
.cffimg.one .imgWrap {
    margin-left: 43px;
    margin-top: 22px;
}
.cffimg.two .imgWrap{
    margin-top: 226px;
    margin-left: 40px;
}
.cffimg.three .imgWrap {
    margin-top: 22px;
    margin-left: 37px;
}
.cffimg.four .imgWrap {
    margin-top: 226px;
    margin-left: 34px;
}
.cffimg.five .imgWrap {
    margin-top: 21px;
    margin-left: 32px;
}
.hoverwrap {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:0;
	left:0;
	background-color:#3860AF;
    background-color: rgba(56,96,175,0.6);
}
.tooltipwrap {
	position: absolute;
    top: -112px;
    display: block;
    left: 40px;
    right: 0;
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    padding: 23px 0;
    width: 192px;
    height: 112px;
    overflow: hidden;
    background: url(../images/tooltip-bg.png) no-repeat center;
  visibility: hidden;
  opacity: 0;
    -webkit-transition:visibility 0s, opacity 0.4s linear;
    -moz-transition:visibility 0s, opacity 0.4s linear;
    -o-transition:visibility 0s, opacity 0.4s linear;
    transition:visibility 0s, opacity 0.4s linear;	

}

.hoverwrap {
display:none;
}
.dtle {
	font-size:20px;
	font-weight:600;
}
.ddesc {
	font-size:14px;
}
.imgWrap:hover .hoverwrap{
	display:block;
}
.imgWrap:hover + .tooltipwrap{
  visibility: visible;
  opacity: 1;

}

.labelpnl {
	border-top:#f0f0f0 5px solid;
	
}
.labelpnl h2{
	color:#8d8d8d;
	font-weight:500;
	font-size:28px;
	margin:25px 0;
}
.labelpnl h2 .text-uppercase{
	color:#3860af;
	font-weight:700;
}
#TheNation {
	color:#FFF;
	padding:40px 0;
	border-bottom:#f09a00 3px solid;	
}
#TheNation .secTitle h1{
	
	font-size:40px;
}
#TheNation .secdesc h3{
	font-weight:normal;
}
#how-it-work {
	
	padding:20px 0 40px;
}

.nimg {
	padding:40px 0 60px;
}
.secbtn .btnt {
	max-width:260px;
	width:100%;
	display:block;
	margin:auto;
}
.cwrap {
	max-width: 240px;
	margin:auto;
}
.clgib {
	border:4px dashed #3860af;
	border-radius:50%;
	width:200px;
	height:200px;
	padding:5px;
	display:table;
	margin:auto;
	position:relative
}
.clgi {
	border-radius:50%;
	background:#3860af;
	display:table-cell;
	vertical-align:middle;
}
.clgt h4{
	font-weight:700;
	margin:15px 0;
}
.clgt ul  li{
	color:#707070;
	margin:2px 0;
}
/*.clgt ul {
	text-align:left;
}
.clgt i {
	width:8px;
	height:8px;
	background:#707070;
	display:inline-block;
	border-radius:50%;
	margin:0 15px 0 0;
}*/
.cls {
	position:absolute;
	font-size:30px;
	color:#fff;
    top: -10px;
    left: -15px;
	border:3px solid #fff;
	width:70px;
	height:70px;
	border-radius:50%;
    padding: 8px;
}
.jf {
    width: 95px;
    height: 66px;
    background-position: -8px -129px;
}
.yp {
    width: 63px;
    height: 72px;
    background-position: -131px -128px;
}
.usm {
    width: 80px;
    height: 80px;
    background-position: -224px -120px;
}
.arrow{
    width:0%;
	height:45px;
	background:url(../images/arrow.png) no-repeat center;
    overflow:hidden;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
	top: 154px;
    left: -22.5%;
    position: absolute;	
}
.arrow.in {
	width:166px;
}
#qsuport {
	background-image:url(../images/p-bg-5.jpg);
}
.pointBoxes {
	position:relative;
	max-width: 440px;
	margin:65px auto 0;
}
.tbox {
	position:absolute;
	top: -25px;
	left: 30px;
	width:100%;
}
.bbox,.tbox{
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0px 0px 25px 0px rgba(0, 0, 0, 0.15);
box-shadow:         0px 0px 25px 0px rgba(0, 0, 0, 0.15);
background-color:#fff;	
}
.bbox .thding,.tbox .thding {
	text-align:center;
	padding:25px;
	font-size: 30px;
	font-weight:700;
	color:#fff;
}
.bbox .thding {
	background:#444444;
}
.tbox .thding {
	background:#3860af;
}
.screenbox {
    position: relative;
	margin-top:40px;
	z-index:0;
}
.bbox ul,.tbox ul {
	margin-bottom:0;
}
.bbox li,.tbox li {
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
}
.bbox li span.ic,.tbox li span.ic{
	width:34px;
	height:20px;
	margin:0 15px 0 30px;
}
.bbox li:nth-child(odd),.tbox li:nth-child(odd) {
	color:#2252b1;
}
.bbox li:nth-child(even),.tbox li:nth-child(even) {
	color:#444;
	background-color:#f5f5f5;
}
.bbox li:nth-child(odd) span.ic,
.tbox li:nth-child(odd) span.ic{
    background-position: -14px -228px;
}
.bbox li:nth-child(even) span.ic,
.tbox li:nth-child(even) span.ic{
    background-position:-63px -228px;
	
}
.vidsec {
    position: absolute;
    top: 4%;
    width: 92.5%;
    left: 3.75%;
    cursor: pointer;
}
.fn-video{
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}
#poster{position:relative;z-index:2;}
#reward {
	background-image:url(../images/p-bg-6.jpg);
	padding:40px 0;
	background-size:contain;
}
#reward h1{
    font-weight: 700;
    font-size: 40px;
	color:#3860af;
}
#reward h3{
    font-weight: normal;
	color:#8d8d8d;
	line-height: 35px;
}
#reward  .secbtn .btnt{
	margin:200px 0 0 0;
}

.labelpnlinverse {
	border-bottom:#003d5e 5px solid;
	background-color:#001e2f;
}
.labelpnlinverse h2 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    margin: 25px 0;
}
.labelpnlinverse h2 .text-uppercase{
    font-weight: 700;
}
#memberarea{
    background-color: #001e2f;
	color:#fff;	
	padding:40px 0;
}
#memberarea .jtblc {
	width:33.3333333%;
	padding:15px;
}
#memberarea .jtblc.middle {
	border-right:1px #1a3c4f solid;
	border-left:1px #1a3c4f solid;
	border-width:1px;
}
.crviw {
	font-weight:300;
	margin-bottom:20px;
}
.cname {
    font-weight: 600;
}
.footer {
	padding:10px 0;
	background-color:#fff;
}
.footer .widget h4 {
    color: #000;
    font-weight: 700;
}
.footer .widget a,.bottom_links a {
    color: #818181;
    text-align: left;
    font-size: 0.9em;
}
.footer .socialLinks a {
    text-align: left;
    margin-right: 6px;
	display:inline-block;
}
.footer .socialLinks a:hover{
	opacity:.9;
}
.godaddy {
    margin-top: 20px;
}
/*Login Page*/
.loginpatrenbg{background:#f1f1f1 url(../images/loginpatrenbg.jpg) repeat;}
.loginHeader{background-color:#3860af;padding:15px 0}
.lbrand,.col{float:left;}
.loginarea{float:right;}
.lgonpageform,.lgonpageform label{display:block;font-weight:normal;color:#fff}
.lgonpageform label{margin-bottom:0}
.inputf{width:240px;height:33px;padding:0 12px;color:#000;margin:2px 0;border:1px solid transparent}
.lgonpageform a {color:#fff;}
.widtel{width: 250px;font-size:13px;}
.btnlogin{border:1px solid #fff;outline:none;background:transparent;height: 32px;padding:5px;width:85px;margin-top:20px;text-transform:uppercase}
.btnlogin:hover{border-color:#ccc;background:#fff;color:#3860af}
.cur_p{cursor:pointer}
label.cur_p>input,.forgotP{position:relative;top:2px;display:inline-block;margin-top:2px;}
.forgotP{margin-top:0}
.loginaside .title h1{font-weight:700;color:#3860af;letter-spacing:4px;margin-top: 120px;margin-bottom:50px;font-size:50px;}
.loginaside .subheadng h2{letter-spacing:1px;font-weight:500;margin-top:40px;}
.registrationFrom{max-width:410px;float:right;width:100%;}
.output{font-style:italic;font-size:12px;text-align:right;opacity:.3;margin-top:4px;}
.output.error{color:#F00;opacity:.7}
.registrationFrom .headerarea{margin-top:25px;}
.btn-fb,.btn-Gplus{color:#fff;font-size:16px;padding:10px;font-weight:600;margin-bottom:15px;}
.btn-fb:hover,.btn-Gplus:hover,.btn-signup:hover,.btn-fb:focus,.btn-Gplus:focus,.btn-signup:focus{color:#fff}
.btn-fb{background: #4073b4;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNzNiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjVjOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #4073b4 0%, #2f5c94 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4073b4), color-stop(100%,#2f5c94)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4073b4 0%,#2f5c94 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4073b4 0%,#2f5c94 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4073b4 0%,#2f5c94 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4073b4 0%,#2f5c94 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4073b4', endColorstr='#2f5c94',GradientType=0 ); /* IE6-8 */
}
.btn-fb:active{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f5c94+0,3f73b4+100 */
background: #2f5c94; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNWM5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjczYjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #2f5c94 0%, #3f73b4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f5c94), color-stop(100%,#3f73b4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2f5c94 0%,#3f73b4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2f5c94 0%,#3f73b4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2f5c94 0%,#3f73b4 100%); /* IE10+ */
background: linear-gradient(to bottom, #2f5c94 0%,#3f73b4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5c94', endColorstr='#3f73b4',GradientType=0 ); /* IE6-8 */}
.btn-Gplus{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c74738+0,b13223+100 */
background: #c74738; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3NDczOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMTMyMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c74738 0%, #b13223 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c74738), color-stop(100%,#b13223)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c74738 0%,#b13223 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c74738 0%,#b13223 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c74738 0%,#b13223 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c74738 0%,#b13223 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c74738', endColorstr='#b13223',GradientType=0 ); /* IE6-8 */
}
.btn-Gplus:active{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b23324+0,c74738+100 */
background: #b23324; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyMzMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNzQ3MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #b23324 0%, #c74738 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b23324), color-stop(100%,#c74738)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b23324 0%,#c74738 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b23324 0%,#c74738 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b23324 0%,#c74738 100%); /* IE10+ */
background: linear-gradient(to bottom, #b23324 0%,#c74738 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23324', endColorstr='#c74738',GradientType=0 ); /* IE6-8 */
}
.btn-signup{
background: #8cc738; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYzczOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZmE1MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #8cc738 0%, #6fa519 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cc738), color-stop(100%,#6fa519)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8cc738 0%,#6fa519 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8cc738 0%,#6fa519 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8cc738 0%,#6fa519 100%); /* IE10+ */
background: linear-gradient(to bottom, #8cc738 0%,#6fa519 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc738', endColorstr='#6fa519',GradientType=0 ); /* IE6-8 */
color:#fff;padding:15px 10px;font-size:20px;font-weight:600;
}
.btn-signup:active{background: #6fa519; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYTUxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Y2M3MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #6fa519 0%, #8cc738 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fa519), color-stop(100%,#8cc738)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6fa519 0%,#8cc738 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6fa519 0%,#8cc738 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6fa519 0%,#8cc738 100%); /* IE10+ */
background: linear-gradient(to bottom, #6fa519 0%,#8cc738 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa519', endColorstr='#8cc738',GradientType=0 ); /* IE6-8 */
}
.regshadow{-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.13);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.13);}
p.textor {border-bottom: dashed 3px #777e88;color: #777e88;font-size:20px;margin:15px 0}
p.textor>span {position: relative;bottom: -15px;background-color: #f4f4f4;padding:0 10px}
.registrationFrom .form_area{margin-top:40px;margin-bottom:20px; padding:40px;background-color:#f9f9f9;}
.registrationFrom .form_area .form-group{position:relative}
.registrationFrom .form_area .input-lg{font-size:16px;border-radius:0;padding-left:50px;}
.registrationFrom .form_area .s-ic{position:absolute;}
.s-ic{display:inline-block;background-image:url(../images/signup-sprites.png);background-repeat:no-repeat}
.s-ic.fb-ic {width: 11px;height: 21px;background-position: -69px 0px;vertical-align: middle;margin: 0 5px;}
.s-ic.g-plus-ic {width:24px;height:24px;background-position: -55px -52px;vertical-align: middle;margin: 0 5px;}
.s-ic.ic-email {width: 24px;height: 15px;background-position: 0px 0px;left: 15px;top: 16px;}
.s-ic.ic-user {width: 17px;height: 21px;background-position: -4px -28px;left:19px;top:13px;}
.s-ic.ic-psw {width: 17px;height: 21px;background-position: -4px -64px;left: 20px;top: 12px;}
.s-ic.ic-re-psw {width: 17px;height:23px;background-position: -4px -98px;left: 21px;top: 11px;}
.footerArea p,.footerArea p a {color:#979797;}
@media (max-width: 1199px) {
	.connectingFF {background-size: contain;}
	.tooltipwrap{left: 18px;top: -108px;}
	.imgWrap{width: 135px;height: 135px;}
	.imgWrap img{max-width:100%;height:auto;display:block}
	.cffimg.one .imgWrap {margin-left: 10px;margin-top: 43px;}
	.cffimg.two .imgWrap {margin-top: 222px;margin-left: 18px;}
	.cffimg.three .imgWrap {margin-top: 45px;margin-left: 26px;}
	.cffimg.four .imgWrap {margin-top: 222px;margin-left: 34px;}
	.cffimg.five .imgWrap {margin-top: 44px;margin-left: 44px;}
	.clgib{width:190px;height:190px;border: 3px dashed #3860af;}
	.arrow{background-size: contain;left: -21.5%;}
	.arrow.in {width: 130px;}
	.cls{font-size: 26px;width:60px;height: 60px;}
	.pointBoxes{max-width: 400px;}
	.bbox .thding, .tbox .thding{font-size: 26px;}
	.bbox li, .tbox li {padding: 17px 0;font-size: 20px;}
	#reward{background-position: right bottom;}
	.screenbox{padding:20px;}
	.vidsec {position: absolute;top: 8.5%;width: 83.5%;left: 8.4%;cursor: pointer;}
	.tbox{top: -20px;left: 20px;}
@media (max-width:992px) {
	#top_header{padding:20px 0;background-color:#3860af}	
	.logoArea-h .img-responsive{margin:15px auto;text-align:center}
   
	.navArea-h{text-align:center}
	.navArea-h li{display:block;}
	.collapse#navbar{display:none;}
	.collapse#navbar.in{display:block}
	#ffl{padding: 20px 0 0;}
	.imgWrap{width: 100px;height: 100px;}
	.cffimg.one .imgWrap {margin-left: 9px;margin-top: 82px;}
	.cffimg.two .imgWrap {margin-top: 219px;margin-left: 14px;}
	.cffimg.three .imgWrap {margin-top: 83px;margin-left: 20px;}
	.cffimg.four .imgWrap {margin-top: 220px;margin-left: 27px;}
	.cffimg.five .imgWrap {margin-top: 83px;margin-left: 34px;}
	.labelpnl h2,.labelpnlinverse h2{font-size: 24px;}
	.arrow{display:none;}
	.screenbox{margin:auto;max-width:550px;}
	.vidsec {top:7.5%;width: 85.5%;left: 7.5%;}
	.tooltipwrap {left: -15px;}
		.cffimg.one .tooltipwrap{}
	.cffimg.five .tooltipwrap{left: -35px;}
	.fullscreen-bg {display:none;}
.navArea-h .navbar-toggle {display: block;}
.navArea-h li a{display:inline-table;}
.lbrand, .loginarea{
	float:none;
}
.lbrand {text-align:center}
.lbrand >  a{
	display:inline-block;
	text-align:center
}
.lgonpageform{margin-top:15px;}
.col {
    float: none;
    display: inline-block;
    padding: 0 4px;
}
.widtel {
    width: 300px;
}
.inputf{width:100%;}
.btnlogin{margin-top:1px;}
.loginaside .title h1{
    letter-spacing: 0px;
    font-size: 45px;
}
.loginaside .subheadng h2 {
    font-size: 25px;
}
/*.col{display:table-cell;}
*/}
@media (max-width:768px) {
	.connectingFF{background-image:none;text-align:center}
	.connectingFF .jtblc{display:inline-block;width:33.3333333%;margin-top:30px;}
	.tooltipwrap{visibility:visible;opacity:1;position:static;background:none;color: #3860af;width:100%;height:auto}
	.cffimg.one .imgWrap,.cffimg.two .imgWrap,.cffimg.three .imgWrap,.cffimg.four .imgWrap,.cffimg.five .imgWrap {margin:0 auto;}
	#memberarea{text-align:center}
	#memberarea .jtblc.middle{border-right:none;}
#memberarea .jtblc{width:50%; display:inline-block;}
#reward{background-image:none}
#reward h1,#how-it-work .secTitle h1,#TheNation .secTitle h1,#findOut h1{font-size:30px;}
#reward h3{font-size:20px;}
#reward .secbtn .btnt{margin:15px 0 0}
.btxt1{font-size:40px;}
.btxt2{font-size:80px;}

.col,.widtel,.btnlogin{width:100%;}
.loginaside .title h1{margin-top:20px;}
.btnlogin{margin-top:15px;}
.lgonpageform label.cur_p,a.forgotP{text-align:center;margin-top:10px;}
a.forgotP{display:block;margin:auto}
.registrationFrom{max-width:none;float:none;}
}
@media (max-width:568px) {
	.jtblc{display:block;width:100%;margin-bottom:15px;}
	#memberarea .jtblc{width:100%;}
	#memberarea .jtblc.middle{border-left:none;}
	.connectingFF .jtblc{width:50%;}
	.labelpnl h2, .labelpnlinverse h2{font-size:20px;line-height:34px;}
	.bbox{display:none;}
	.tbox{position:static;}
	.bbox .thding, .tbox .thding{font-size:18px;padding:10px;}
	.bbox li, .tbox li{font-size:16px;padding:12px;}
	.bbox li span.ic, .tbox li span.ic{display:none;}
	.screen{display:none;padding:0;margin-top:25px;}
	.vidsec{position:relative;width:100%;top:inherit;right:inherit;left:inherit;}
.footer .col-xs-6.widget{width:100%;}
.registrationFrom .form_area{padding:20px;}


@media (max-width:420px) {
	.connectingFF .jtblc{width:100%;margin-bottom:0;}
	.resh  .img-responsive{width:180px}
}
