@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
#bonus img.center.img-responsive {
    margin-top: 20px;
}
#ngisor {
    background: #000;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    box-shadow: 5px 0 10px 5px aliceblue;
}
#ngisor .logo {
    height: 100px;
    padding: 5px;
}
body{
	padding:0;
	margin:0;
	background: #f5f5f5 url(http://storage.googleapis.com/instapage-user-media/59bfe01d/6082418-0-jc21410183-w.png) no-repeat bottom right fixed;
	color: #2f334c;
	font-family: 'Open Sans';
	font-size: 14px;
	overflow-x:hidden;
}

a, a:hover, a:visited, a:active, a:focus{
	text-decoration: none;
}
.table-responsive, table{
	width: 100%;
	border: 0;
}

/*HEADING*/
h1{
	font-size: 48px;
	font-weight: 100;
}
h2{
	font-size: 37px;
	font-weight: 700;
}
h3{
	line-height: 35px;
	font-size: 30px;
	font-weight: 100;
}
h4{
	font-size: 24px;
	font-weight: 300;
}
h5{
	font-size: 18px;
	font-weight: 400;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
}
.video iframe {
	background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
	border: 2px solid rgba(0,0,0,.1);
    left: 0;
    width: 100%;
    height: 100%;
}

/*SECTION*/
section{
	width: 1100px;
	margin: 0px auto;
	padding: 40px 0;
}
section.no-padding{
	padding: 0;
}
section .content{
	width: 85%;
	margin: 0px auto;
}
section#feature{
	padding-bottom: 0;
}
section .cover{
	width: 100%;
	background-color: #fff;
}
section .cover img{
	display: block;
	margin: 0px auto
}

hr{
	border-top: 1px solid rgba(255,255,255,.05);
	margin: 30px auto;
	width: 85%
}
a, a:hover, a:visited, a:active, a:focus{
	color: #e0e88a;
	text-decoration: none;
	transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}
a:hover{
	color: #f8e71d!important;
}
/*BUTTON*/
.bt{
    width: 100%;
    height: 70px!important;
    box-shadow: inset 0 -8px 1px -5px rgba(0,0,0,.2);
    border: 0!important; 
    border-radius: 63px;
    -moz-border-radius: 63px;
    -webkit-border-radius: 63px;
    margin: 25px auto;
    font-size: 25px;
    font-weight: 500;
    color: rgba(255,255,255,.9);
    line-height: 70px;
    background: #ffa413;
    text-decoration: none;
}
.bt:hover{
    cursor: pointer;
}
.bt:active{
    box-shadow: inset 0 0 0;
    transform: translateY(3px);
}


/*COLOR*/
.color-tosca, .icon-tosca i{
	color: #d6ff00;
}
.color-white{
	color: #fff;
}
.bg-red{
	background: #e74c3c;
	color: rgba(255,255,255,.9);
}
.bg-yellow{
	background-color: #40D3AF;
	color: #fff;
}
.bg-tosca{
	background: #1abc9c;
}
.bg-grey{
	background: #1f2246;
}
.bg-grey-dark{
	background: #172b5a;
}
.bg-white{
	background: #fff;
}
.bg-white-dark{
	background: #ffd;
}

/*HEADER*/
#header{
	background: #000;
	height: 100px;
}
#header .logo{
	height: 91px;
	margin: 15px auto;
}

/*MAIN*/
#main {
	background: #d01a43;
	color: rgba(255,255,255,.7);
}
#main h1{
	margin: 30px 0;
}

.table-icon td:first-child{
	width: 30px;
}
.table-icon tr td{
	vertical-align: top;
	padding-bottom: 20px;
	font-size: 16px
}

/*HOW*/
#how{
	background: linear-gradient(rgba(255, 0, 0, 0.5), rgba(224, 120, 120, 0.5)),url(../img/bg-how.png) repeat;
	color: #ccc;
}
#how .title{
	padding: 15px 0;
	margin-bottom: 30px;
	position: relative;
}
#how .title h2{
	margin: 0;
	text-align: center;
	color: #40D3AF;
}
#how .top-left, #how .top-right, #how .bottom-left, #how .bottom-right{
	position: absolute;
	width: 10px;
	height: 10px;
}
#how .top-left{
	top: -5px;
	left: -5px;
}
#how .top-right{
	top: -5px;
	right: -5px;
}
#how .bottom-left{
	bottom: -5px;
	left: -5px;
}
#how .bottom-right{
	bottom: -5px;
	right: -5px;
}
#how .circle{
	margin: 20px auto;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	box-shadow: 0 0 25px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.3);
	position: relative;
}
#how .circle i{
	font-size: 75px;
	line-height: 150px;
	color: #40D3AF
}
#how .circle .number{
	position: absolute;
	top:20px;
	left: -5px;
	line-height: 30px;
	background-color: #40D3AF;
	width: 30px;
	height: 30px;
	color: #222;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
#how h5{
	color: #ccc;
	padding-top: 5px;
}
#how td{
	/*width: 50%;*/
	vertical-align: top;
}

#how td:first-child{
	width: 50px;
	text-align: right;
}
#how td:last-child{
	padding-left: 10px
}

#feature{
	background: linear-gradient(rgba(109, 140, 255, 0.57), rgba(0,0,0, .4)),url(../img/bg-how.png) repeat;
	color: rgba(255,255,255,.6);
	font-size: 13.5px;
	letter-spacing: 0.5px;
}
#feature h3{
	font-weight: 700;
	margin-bottom: 50px;
}
#feature h5{
	margin-top: 15px;
	color: #40D3AF
}
#feature .content img{
	background: rgba(0,0,0,.4);
	border-radius: 5px;
	border: 3px solid #151515;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 25px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.4);
}
#feature .item{
	margin-bottom: 40px;
}
#bonus-header{
	padding: 20px 0;
	background: #1a7fbc;
	color: rgba(255,255,255,.9);
}
#bonus .title .left{
	color: #40D3AF;
	font-weight: 500;
	background: transparent;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #40D3AF; 
}
#bonus .title .right h4{
	color: #1abc9c;
	padding: 10px 0px;
	font-weight: 300;
	border-bottom: 1px solid #1abc9c
}

/*BONUS OTO*/
#bonus-oto-header{
	padding: 20px 0;
	background: #5578de;
	color: rgba(255,255,255,.9);
}
#bonus-oto .title .left{
	color: #e74c3c;
	font-weight: 500;
	background: transparent;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #e74c3c;
}
#bonus-oto .title .right h4{
	color: #e74c3c;
	padding: 10px 0px;
	font-weight: 500;
	border-bottom: 1px solid #e74c3c;
}

#claim{
	background:linear-gradient(rgba(208, 0, 96, 0.5), rgba(88, 3, 123, 0.5)),url(../img/bg-how.png) repeat;
	color: #eee;
}

#try{
	color: #ccc;
}
#try .img-circle{
	width: 130px;
	height: 130px;
	border: 5px solid #202020;
}

.center{
	margin: 0px auto
}

.copyright{
	margin: 20px auto;
	font-size: 12px;
	text-align: center;
	color: #aaa;
	font-weight: 500
}
@media screen and (max-width: 1100px){
	section{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	body{
		font-size: 13px;
	}
	table{
		margin-top: 20px;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 27px;
	}
	h3{
		font-size: 25px;
	}
	h4{
		font-size: 20px
	}
	h5{
		font-size: 14px;
	}
	#how h5{
		margin-top: 0;
	}
	#how .circle{
		width: 120px;
		height: 120px;
	}
	#how .circle i{
		font-size: 50px;
		line-height: 120px
	}
}
@media screen and (max-width: 480px){
	body{
		font-size: 12px;
	}
	h1{
		font-size: 20px
	}
	h2{
		font-size: 18px;
	}
	h3{
		font-size: 16px;
		line-height: 20px
	}
	h4{
		font-size: 14px;
	}
	.bt{
		height: auto!important;
		line-height: 15px;
		padding: 20px 0;
		font-size: 16px;
	}
	#how .circle{
		width: 50px;
		height: 50px;
	}
	#how .circle i{
		font-size: 20px;
		line-height: 50px
	}
	#how h5{
		font-size: 11px;
	}
}