/* LEVIDIO VOL. 4 */

/* FONT -------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);

/* GENERAL ----------------------------- */
body{
	margin: 0;
	padding: 0;
	background-color: #F8FAF9; 
	color: #777;
	font-size: 15px;
	line-height: 1.6em;
	font-family: 'Raleway', sans-serif;
}
h1{
	font-size: 50px;
	font-weight: 100;
}
h2{
	font-size: 36px;
	font-weight: 100;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
	font-weight: 600;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
p{
	font-size: 16px;
	text-align: center;
	color: #07121A;
}
a, a:hover, a:focus, a:visited{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
img.center{
	margin: 0px auto;
	display: block;
}

/* SECTION ------------------------------ */
section {
	width: 1200px;
	margin: 0px auto;
	padding: 0;
	background: #f1f1f1;
}
section #wrapper{
	width: 85%;
	margin: 0px auto;
	padding: 40px 0;
	position: relative;
	z-index: 100;
}
section #mnwrapper{
	width: 85%;
	margin: 0px auto;
	padding: 20px 0;
	position: relative;
	z-index: 100;
}
section #title{
	width: 90%;
	margin: 0px auto;
	padding: 10px 0;
	position: relative;
	z-index: 100;
}
section.sm h3{
	margin: 0;
}

/*VIDEO --------------------------------- */
.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin: 20px 0 40px;
	height: 0;
}
.video iframe {
	background: #1e515c;
	border: 5px solid #4b8996;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video img{
	border: 5px solid #4b8996;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* BUTTON ------------------------------- */
.bt{
    width: 100%;
    height: auto;
    box-shadow: inset 0 -8px 1px -5px rgba(0,0,0,.15);
    border: 0!important; 
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 18px;
    margin: 30px auto;
    background-color: #f4a425;
    padding: 15px;
    color: #fff;
    text-align: center;
}
.bt:hover{
    cursor: pointer;
    text-decoration: none;
}
.bt:active{
    box-shadow: inset 0 0 0;
    transform: translateY(3px);
}
.bt h2{
	margin: 0;
	font-weight: 700;
}
.bt img{
	margin-top: -5px;
}

.table-responsive{
	border: 0;
}
.table-icon td{
	vertical-align: top;
	padding-bottom: 10px;
}
/*BACKGROUND --------------------------- */
.bg-soft{
	background-color: #fafafa;
}
.bg-white{
	background-color: #fff;
}
.bg-blue{
	background-color: #6cb2e1;
	color: #fff;
}
.bg-dark{
	background-color: #1e515c;
	color: #9ee9f8;
}
.bg-darker{
	background-color: #18444d;
	color: #9ee9f8;
}
.bg-dark-white{
	background-color: #f1f1f1;
}
.bg-primary{
	background-color: #E1F3FF;
	color: #3498db;
}
.bg-primary-2{
	background-color: #3498db;
	color: #fff;
}
.bg-primary-gradient{
	color: #fff;
	background: rgba(116,192,242,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(116,192,242,1) 0%, rgba(52,152,219,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(116,192,242,1)), color-stop(100%, rgba(52,152,219,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(116,192,242,1) 0%, rgba(52,152,219,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(116,192,242,1) 0%, rgba(52,152,219,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(116,192,242,1) 0%, rgba(52,152,219,1) 100%);
	background: radial-gradient(ellipse at center, rgba(116,192,242,1) 0%, rgba(52,152,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15496b', endColorstr='#062b43', GradientType=1 );
}
.bg-doodle{
	background: #2b2e3b url(../img/bg-doodle.png)repeat;
}


/*COLOR ------------------------------- */
.color-primary{
	color: #3498db;
}

/*HR --------------------------------- */
hr{
	border-top-color: #ddd;
	margin: 20px 0;
}
hr.dashed{
	border-style: dashed;
}

/*RIBBON ------------------------------ */
.ribbon{
	background-color: #3498db;
	color: #fff;
	position: relative;	
	margin-bottom: 20px;
	height: auto;
	padding: 12px;
}
.ribbon h4{
	margin: 0;
}

.ribbon-1{
	width: 450px;
	padding-left: 80px;
	margin-left: -60px;
}
.ribbon-1:before{
	content: "";
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #2980b9;
	position: absolute;
	left: 0;
	bottom:-10px;
	z-index: -1;
}

.ribbon-2{
	width: 70%;
	margin: 0px auto;
}
.ribbon-2:before, .ribbon-2:after{
	width: 40px;
	height: 40px;
	background-color: #2980b9;
	position: absolute;
	z-index: -1;
}
.ribbon-2:before{
	content: "";
	left: -30px;
	bottom: -10px;
}
.ribbon-2:after{
	content: "";
	right: -30px;
	top: -10px;
}
.ribbon-3{
	height: 40px;
	width: 40px;
	top: -20px;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.ribbon-3 small{
	font-size: 9px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: -5px
}
.ribbon-3:before{
	content: "";
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid #2980b9;
	border-left: 8px solid transparent;
	position: absolute;
	top: -10px;
	left: -8px;
}
.ribbon-3:after{
	content: "";
	width: 0; 
	height: 0; 
	border-bottom: 20px solid transparent;
	border-top: 10px solid #3498db;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	left: 0;
	bottom:-30px;
}
.ribbon-4{
	width: 500px;
	margin: 20px auto;
}
.ribbon-4:before, .ribbon-4:after{
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
}
.ribbon-4:before{
	border-right: 40px solid transparent;
	border-left: 20px solid #f1f1f1;
	left: 0;
	top: 0;
}
.ribbon-4:after{
	border-left: 40px solid transparent;
	border-right: 20px solid #f1f1f1;
	right: 0;
	top: 0;
}

.bg-white .ribbon-4:before{
	border-left-color: #fff;
}
.bg-white .ribbon-4:after{
	border-right-color: #fff;
}

.ribbon-5{
	width: 500px;
	margin: 20px auto;
}
.ribbon-5:before, .ribbon-5:after{
	width: 40px;
	height: 40px;
	background-color: #2980b9;
	position: absolute;
	z-index: -1;
}
.ribbon-5:before{
	content: "";
	left: -30px;
	bottom: -10px;
}
.ribbon-5:after{
	content: "";
	right: -30px;
	bottom: -10px;
}
.ribbon-6{
	width: 70px;
	text-align: center;
	height: auto;
	margin: 0px auto 40px auto;
	padding: 10px;
	background-color: #fff;
	color: #3498db;
	font-weight: bolder;
	position: relative;
}
.ribbon-6 small{
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.ribbon-6:before, .ribbon-6:after{
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
}
.ribbon-6:before{
	border-right: 15px solid rgba(255,255,255,.5);
	border-top: 15px solid transparent;
	top: -15px;
	left: 0px;
}
.ribbon-6:after{
	border-left: 15px solid rgba(255,255,255,.5);
	border-bottom: 15px solid transparent;
	bottom: -15px;
	right: 0px;
}



/*ITEM ----------------------------------- */
.item{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.1);
	background: #fafafa;
	padding: 10px;
	margin: 20px 0;
}
.item .icon{
	font-size: 100px;
	line-height: 100px;
	line-height: 30px;
}
.item-content{
	margin-bottom: 30px;
}

#why .item{
	background-color: #E1F3FF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 30px;
	margin: 10px 0;
	border: 1px solid rgba(41, 128, 185, .1);
	box-shadow: 0 0 0;
}
#why .item .icon{
	color: #3498db;
	font-size: 60px;
	line-height: 60px
}
#header-title{
	display: none;
	width: 100%;
	height: auto;
}

#header-title .header-top{
	padding: 20px;
	background: rgba(0,0,0,.2);
	color: #fff;
	z-index: 100;
}
#header-title .header-top h3{
	margin:0;
}

#headline{
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	margin-top: -34px;
}
#headline .box{
	float: left;
	margin-top: -225px;
}
#headline .logo{
	margin-top: -83px;
	margin-bottom: 83px;
}
#easy{
	border-top: 1px solid rgba(41, 128, 185, .1);
}

#what .box{
	margin-top: -70px;
}

#why h6{
	color: #3498db;
	font-weight: bold;
	font-style: normal;
}

.coupon{
	padding: 10px 20px;
	border: 2px dashed #3498db;
	width: auto;
	color: #3498db;
	font-style: italic;
}
#success{
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px; 
	color: rgba(158, 233, 248, .6);
}
.link{
	padding: 10px;
	font-style: italic;
	color: #aaa;
	letter-spacing: 0.5px;
}

.btn-orange{
	padding: 15px 30px 10px 30px;
	color: #fff;
	background-color: #faa722;
	box-shadow: 0 5px #eb9814;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	border-radius: 5px;
	border: 0;
}
.btn-orange:hover{
	color: #fff;
	outline: none!important;
	background-color: #eb9814;
	box-shadow: 0 1px #faa51c;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transform: translateY(5px);
}
.btn-orange a{
	color: #fff;
}
.btn-orange h5{
	margin: 0;
	font-weight: 700;
}
.title-shadow{
	padding: 20px;
}
hr.md{
	margin: 50px 0!important;
}

.text-dark{
	color: #1e515c;
}
.text-blue{
	color: #6cb2e1;
}
.text-white{
	color: #eee;
}
/*Font weight*/
.light{
	font-weight: 100;
}
.semi{
	font-weight: 400;
}
.bold{
	font-weight: 600;
}
.bolder{
	font-weight: 700;
}
.boldest{
	font-weight: 900;
}
.bg-dark hr{
	border-top: 1px solid rgba(255,255,255,.1);
}

#logo{
	/*background-color: #2f3241;*/
    color: #75c6d6;
    border-bottom: 2px solid #222;
}
#logo p{
	line-height: 50px;
	margin-bottom: 0;
}
#header{
	background-color: #2b2e3b;
	color: #479dae;
}

.img-wrap{
	border: 5px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	width: 80%;
	margin: 0px auto 20px auto;
}
#mudah p{
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
}
.text-yellow{
	color: #fdfb76; 
}
.title{
	margin-bottom: 25px;
}

.title-2 .number{
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	background-color: #1e515c;
	color: #fff;
}
.title-2{
	text-transform: uppercase;
}
.konten{
	padding: 20px 30px;
}
.konten.konten-lg{
	padding: 50px 30px!important;
}
.konten.konten-lg:first-child{
	padding-top: 0!important;
}
.border-top{
	border-top: 2px solid #eee;
}
.divider{
	height: 50px;
}

.bg-green{
	background: #8ed2a9;
	color: #fff;
}
.bg-dark-green{
	background: #398e5b;
	color: #fff;
}
.arrow{
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
}
.ribbons {
  position: relative;
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2em;
  margin-top: -15px;
  margin-right: -8px;
  /*width: 100%;*/
  z-index: 1000;
  float: right;
}

.ribbons p {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  /*width: 350px;*/
  background-color: #8ed2a9;
}
.ribbons p:after, .ribbons p:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -.5em;
  left: -.05em;
  pointer-events: none;
  -webkit-mask: none;
}
.ribbons p:after {
  left: auto;
  right: -.05em;
  border-top: 0.5em solid #398e5b;
  border-right: .5em solid transparent;
}


.title-bonus{
	padding: 20px;
	margin: 10px 0 20px 0;
}
.title-bonus h3{
	margin: 0;
}
.bg-orange{
	background-color: #EC8D2F;
	color: #fff;
}