body{
	font-size: 12px;
	font-family: arial, sans-serif;
}
a, a:hover, a:focus{
	outline: none;
	text-decoration: none;
}
.container{
	max-width: 1000px;
}

#top-nav{
	position: relative;
	width: 100%;
	background: linear-gradient(#f8f7f6 10%, #ecebeb 90%);
	background: -moz-linear-gradient(#f8f7f6 10%, #ecebeb 90%);
	background: -webkit-linear-gradient(#f8f7f6 10%, #ecebeb 90%);
	background: -o-linear-gradient(#f8f7f6 10%, #ecebeb 90%);
	text-align: center;
	padding: 20px 10px;
	font-family: "Big Mouth Bold", arial, sans-serif;
	border-bottom: 7px solid #f3dd5c;
}
#top-nav:before{
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: #f8f7f6;
	left: 0px;
}
#top-nav li{
	display: inline-block;
	font-weight: 600;
	border-right: 1px solid #ccc;
	border-left: 1px solid #f9f9f9;
	margin-left: -5px;
	padding: 0px 20px;
}
#top-nav li:hover img, #top-nav li:focus img{
	transform: translateY(-5px);
	transform: -moz-translateY(-5px);
	transform: -webkit-translateY(-5px);
	transform: -o-translateY(-5px);
}
#top-nav li:hover a, #top-nav li:focus a{
	color: #616161;
}
#top-nav li:first-child{
	margin-left: 0px;
	border-left: none;
}
#top-nav li:last-child{
	border-right: none;
}
#top-nav li img{
	height: 40px;
	transition: 0.3s;
	vertical-align: -11px;
}
#top-nav li a{
	display: inline-block;
	font-size: 15px;
	color: #894706;
}
#content-wrapper{
	width: 100%;
	position: relative;
	background-color: #f3f1e5;
	background-image: url("../images/bottom-bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
#content-wrapper > .container{
	position: relative;
	z-index: 100;
}
#content-wrapper.home-section:after{
	content: "";
	width: 80%;
	bottom: 15px;
	position: absolute;
	height: 100%;
	left: 10%;
	background-image: url(../images/home-maskot.png);
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: left bottom;
}
#content-wrapper:before{
	content: "";
	position: absolute;
	width: 100%;
	
	
	height: 100%;
}
footer{
	background-color: #004479;
	color: #fff;
	font-family: calibri;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
footer:before{
	position: absolute;
	content: "";
	width: 30%;
	right: 0px;
	height: 100%;
	background-color: #ffa500;
	top: 0px;
}
footer:after{
	position: absolute;
	content: "\f0d9";
	font-family: fontawesome;
	color: #FFA500;
	right: 29.89%;
	line-height: 0px;
	font-size: 200px;
	top: 55px;
	transform: rotate(1deg);
}
footer span{
	padding: 5px 10px;
}
#home-right-content{
	padding-top: 20px;
	text-align: center;
}
#home-right-content h2{
	text-align: center;
}
#home-right-content img{
	max-width: 90%;
}
#home-right-content p b{
	color: #fc7f40;
}
#home-section1 b{
	display: block;
}
#home-section1{
	margin-top: 15px;
	font-family: "Ubuntu Condensed";
	margin-bottom: 35px
}
#home-section1 b{
	font-size: 45px;
	color: #07a4c0;
}
#home-section1 span{
	color: #fba900;
	font-size: 15px;
	text-transform: uppercase;
}
#btn-mulai{
	display: inline-block;
	margin-bottom: 25px;
	font-family: "Ubuntu Condensed";
	background-color: #07A4C0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 23px;
	position: relative;
	border-bottom: 4px solid #0A8DA4;
	letter-spacing: 2px;
	padding: 10px 60px;
	transition: 0.5s;
	border-radius: 9px;
}
#btn-mulai:hover, #btn-mulai:focus{
	background-color: #0996B0;
}
#btn-mulai:before{
	content: "";
	position: absolute;
	right: 20%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	top: 45%;
}
#btn-mulai:after{
	content: "";
	position: absolute;
	left: 20%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	top: 45%;
}

/* syarat dan ketentuan */
#syarat-ketentuan-title{
	display: block;
	margin: auto;
	padding: 30px 0px 15px 0px;
	max-width: 100%
}
#syarat-ketentuan-outer .inner{
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	font-family: "Candara";
	font-size: 16px;
	position: relative;
}
#sk-section.container{
	position: relative;
}
#sk-section.container:before{
	content: "";
	position: absolute;
	background-image: url("../images/syarat-ketentuan-decor2.png");
	width: 132px;
	height: 112px;
	right: -38px;
	top: 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 90;
	background-size: 73% auto;
}
#sk-section.container:after{
	content: "";
	background-image: url("../images/syarat-ketentuan-decor1.png");
	position: absolute;
	width: 472px;
	height: 85%;
	display: block;
	background-repeat: no-repeat;
	left: -5.5%;
	background-size: auto 80%;
	top: 40px;
	background-position: left bottom;
}
#syarat-ketentuan-outer .inner .sk-scroll-body{
	max-height: 310px;
	color: #4b3404;
}
#syarat-ketentuan-outer .inner .sk-scroll-body b{
	color: #5a7a0f;
}
.sk-scroll-body .mCSB_draggerRail{
	background-color: #ededec;
	width: 3px;
}
.sk-scroll-body .mCSB_dragger{
	background-color: #ff6f33 !important;
	height: 80px;
	width: 7px;
	right: 3px;
	border-radius: 5px;
}
#sk-ol{
	padding-left: 0px;
}
#sk-ol .ol-row{
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#sk-ol .ol-row .num{
	width: 35px;
	font-size: 14px;
}
#sk-ol .ol-row .num span{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
}
#sk-ol .ol-row:nth-child(odd) .num span{
	background-color: #A59015;
	color: #fff;	
}
#sk-ol .ol-row:nth-child(even) .num span{
	border: 1px solid #A59015;
	color: #A59015;	
}
#sk-ol .ol-row .text{
	width: 90%
}
#sk-ol .ol-row .text ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/* e- syarat dan ketentuan */

/* hadiah */
#hadiah-title{
	width: 85%;
	display: block;
	float: none;
	margin: 15px auto 0px auto;
}
#hadiah-outer .inner{
	float: none;
	width: 85%;
	margin: auto;
}
#hadiah-outer .inner{
	padding: 0px 20px;
}
#hadiah-outer .inner .content{
	background-color: #f8f7f6;
	position: relative;
	padding: 50px 20px;
}
#hadiah-outer .inner .content:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	background-image: url("../images/hadiah-cont-topbg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0px;
	top: 0px;	
}
#hadiah-outer .inner .content:after{
	content: "";
	position: absolute;
	background-image: url("../images/hadiah-cont-bottombg.png");
	width: 100%;
	height: 30px;
	left: 0px;
	border-right: 0px none;
	background-position: left bottom;
	background-repeat: repeat-x;
	bottom: -5px;
}
#hadiah-outer .content .col{
	text-align: center;
}
#hadiah-outer .content .col:first-child{
	border-right: 4px dotted #ddd;
}
#hadiah-outer .content .col img{
	display: block;
	float: none;
	margin: auto;
	width: 300px;
}
.hadiah-text1, .hadiah-text2{
	font-family: "Ubuntu Condensed";
}
.hadiah-text1{
	font-size: 20px;
}
.hadiah-text2{
	text-transform: uppercase;
	font-size: 13px;
}
.hadiah-text1 b{
	font-family: "Ubuntu Condensed";
	font-size: 30px;
	margin-right: 5px;
}
.text-blue{
	color: #07a4c0;
}
.text-orange{
	color: #fba900;
}
/* e- hadiah */

/* invite teman */
#invite-outer{
	width: 100%;
	padding: 50px 0px 30px 0px;
}
#invite-outer #right-content{
	font-family: "Ubuntu Condensed";
	text-align: center;
	padding-top: 60px;
}
#invite-img{
	width: 100%;
	height: auto;
}
#invite-outer #right-content #title{
	display: block;
	margin: auto;
	float: none;
	margin-bottom: 20px;
}
#invite-outer #right-content .text{
	text-align: left;
	font-size: 16px;
	color: #616059;
	margin-bottom: 30px;
	padding: 10px 0px;
	border-top: 4px dotted #65BCCC;
	border-bottom: 4px dotted #65BCCC;
}
#btn-invite{
	display: inline-block;
	font-family: "Ubuntu Condensed";
	background-color: #07A4C0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 23px;
	position: relative;
	border-bottom: 4px solid #0A8DA4;
	letter-spacing: 2px;
	padding: 10px 40px;
	transition: all 0.5s ease 0s;
	border-radius: 9px;
}
#btn-invite:hover, #btn-invite:focus{
	background-color: #0996B0;
}
#btn-invite:before{
	content: "";
	position: absolute;
	right:20px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	top: 45%;
}
#btn-invite:after{
	content: "";
	position: absolute;
	left: 20px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	top: 45%;
}

/* modal */
#InviteModal .modal-dialog{
	width: 800px;
}
#InviteModal .modal-header{
	background-color: #004479;
	color: #12344E;
	text-align: right;
	border-bottom: none;
	padding: 10px;
	border-radius: 3px 3px 0px 0px;
}
#cls-invite-mod{
	background-color: transparent;
	border: none;
	font-size: 25px;
	line-height: 0px;
}
#InviteModal .modal-content{
	text-align: center;
	background-color: #ffa500;
}
#InviteModal .modal-body{
	padding: 40px 15px;
	position: relative;
}
#InviteModal .modal-body:before{
	position: absolute;
	content: "";
	width: 100%;
	left: 0px;
	top: 0px;
	background-size: 100%;
	background-image: url(../images/invite-modal-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;
}
#InviteModal .modal-body .text{
	font-family: calibri;
	font-size: 20px;
	color: #805405;
	font-weight: 600;
}
#InviteModal .modal-body .text small{
	color: #fff;
	font-size: 12px;
}
#EmailModal .modal-dialog, #ModalFinish .modal-dialog{
	margin-top: 250px;
	width: 390px;
}
#EmailModal .modal-body, #ModalFinish .modal-body{
	position: relative;
}
#cls-email-mod{
	position: absolute;
	top: -8px;
	background-color: #597AC1;
	border: none;
	color: #fff;
	right: -7px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	padding: 2px 7px;
	font-size: 11px;
	font-family: arial;
}
#EmailModal .modal-body form .form-control{
	height: 50px;
	margin-bottom: 10px;
	font-family: "candara";
	text-align: center;
	font-size: 17px;
}
#btn-email{
	width: 100%;
	font-size: 21px;
	font-family: "Ubuntu Condensed";
	padding: 10px 5px;
	background-color: #597AC1;
	color: #fff;
	border-bottom: 4px solid #4369BC;
}
/* e- invite teman */

/* survey */
#SurveyModal .modal-dialog{
	width: 960px;
}
#SurveyModal .modal-header{
	background-color: #004479;
	color: #12344E;
	text-align: right;
	border-bottom: none;
	padding: 10px;
	border-radius: 3px 3px 0px 0px;
}
#cls-invite-mod{
	background-color: transparent;
	color: #FFA500;
	border: none;
	font-size: 25px;
	line-height: 0px;
}
#SurveyModal .modal-content{
	text-align: center;
	background-color: #ffa500;
}
#SurveyModal .modal-body{
	padding: 40px 15px;
	position: relative;
	height: 450px;
}
#SurveyModal .modal-body:before{
	position: absolute;
	content: "";
	width: 100%;
	left: 0px;
	top: 0px;
	background-size: 100%;
	background-image: url(../images/invite-modal-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;
}
#SurveyModal .modal-body .text{
	font-family: calibri;
	font-size: 20px;
	color: #805405;
	font-weight: 600;
}
#SurveyModal .modal-body .text small{
	color: #fff;
	font-size: 12px;
}
.note{
	position: absolute;
	width: 100%;
	color: #fff;
	right: 0px;
	text-align: right;
	padding-right: 10px;
	bottom: 3px;
	font-size: 11px;
}
#SurveyCarousel .carousel-indicators{
	position: absolute;
	left: 0px;
	top: -69px;
	width: 95%;
	text-align: right;
	z-index: 100;
	font-size: 10px;
	margin-left: 0px;
	height: 11px;
}
#SurveyCarousel .carousel-indicators li{
	display: inline-block;
	background-color: #11354F;
	border: none;
	box-shadow: 0px 0px 3px #012541 inset;
}
#SurveyCarousel .carousel-indicators li.active{
	width: 10px;
	height: 10px;
	margin: 1px;
	background-color: #FFA500;
	box-shadow: 0px 0px 5px #A25600 inset;
}
.survey-cont .question-v1{
	font-family: "Ubuntu Condensed";
	font-size: 25px;
	
	/*text-shadow: 0px 2px 0px #FFA500, 0px 5px 1px #d28800;*/
}
#q1 .row{
	padding: 50px 0px;
}
#q1 .col a{
	display: inline-block;
	border: 5px solid #FFA500;
	border-radius: 50%;
	padding: 10px;
}
#q1 .col a.active{
	border: 5px solid #086DBD;
}
#q1 .col:nth-child(1){
	text-align: right;
	padding-right: 30px;
	border-right: 5px dotted #805405;
}
#q1 .col:nth-child(2){
	text-align: left;
	padding-left: 30px;
}
#q2{
	padding-top: 20px;
}
#q2 form{
	padding-left: 50px;
}
#q2 .row .col:nth-child(1){
	border-right: 5px dotted #805405;
	padding-right: 30px;
}
#q2 .row .col:nth-child(2){
	text-align: left;
	padding-left: 30px;	
}
.inline-row-form{
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.inline-row-form .text{
	font-family: "Ubuntu Condensed" !important;
	color: #FFF !important;
	text-align: left;
	font-size: 18px !important;
}
#q2 form input[type=email], #q2 form select{
	margin-bottom: 10px;
	border-radius: 10px;
}
#q2 form select option{
	padding: 5px 15px;
}
.btn-submit{
	display: inline-block;
	margin-bottom: 25px;
	font-family: "Ubuntu Condensed";
	background-color: #07A4C0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 21px;
	position: relative;
	border-bottom: 4px solid #0A8DA4;
	letter-spacing: 2px;
	padding: 4px 36px;
	transition: all 0.5s ease 0s;
	border-radius: 9px;
}
.btn-submit:hover, .btn-submit:focus{
	background-color: #0996B0;
	color: #fff;
}
.btn-submit:before{
	content: "";
	position: absolute;
	right: 10%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	top: 45%;
}
.btn-submit:after{
	content: "";
	position: absolute;
	left: 10%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	top: 45%;
}
.survey-cont .question-v3{
	text-align: left;
	padding: 0px 40px;
	width: 400px;
	display: block;
	margin: auto;
	text-align: center;
}
.survey-cont .question-v3 span, .question-v3-2 span{
	font-family: "Ubuntu Condensed";
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	
	/*text-shadow: 0px 2px 0px #FFA500, 0px 5px 1px #d28800;*/
}
.text-white{
	color: #fff;
}
.question-v3-2{
	text-align: left;
	margin-top: 100px;
	padding: 0px 40px;
}
#pengeluaran-cont{
	width: 80%;
	height: 80px;
	margin: auto;
	padding: 10px 0px;
	position: relative;
}
#pengeluaran{
	position: relative;
	width: 100%;
	background-color: #d9941a;
	border-bottom: 1px solid #ffc456;
	height: 10px;
}
#pengeluaran:before{
	position: absolute;
	content: "";
	height: 3px;
	left: 1.5%;
	width: 97%;
	background-color: #2a5162;
	top: 4px;
}
#pengeluaran-cont .selector{
	position: absolute;
	z-index: 100;
	top: 2px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #FFF;
	border: 3px solid #D9941A;
	box-shadow: 0px 2px 0px #ffc456;
}
#pengeluaran-cont .selector:nth-child(1){
	left: -1%;
}
#pengeluaran-cont .selector:nth-child(2){
	left: 49%;
}
#pengeluaran-cont .selector:nth-child(3){
	right: -1%;
}
#pengeluaran-cont .selector.active{
	background-color: #004479;
}
#pengeluaran-cont .selector.active .caption{
	color: #004479;	
}
#pengeluaran-cont .selector .caption{
	bottom: -41px;
	position: absolute;
	font-size: 18px;
	color: #FF0024;
}
#pengeluaran-cont .selector:nth-child(1) .caption{
	left: -45px;
	width: 120px;
}
#pengeluaran-cont .selector:nth-child(2) .caption{
	width: 390px;
	left: -200px;
}
#pengeluaran-cont .selector:nth-child(3) .caption{
	right: -45px;
	width: 120px;
}

/* mulai survey */
.surv-cont{
	color: #fff;
	padding: 0px 40px;
}
.surv-cont .question{
	margin-bottom: 20px;
	font-family: "Ubuntu Condensed";
	font-size: 21px;
	color: #805405;
	/*text-shadow: 0px 2px 0px #FFA500, 0px 5px 1px #d28800;*/
}
.so-breadcrumb{
	color: #fff;
	font-family: calibri;
	font-size: 19px;
	padding: 0px 10px;
}
#srv-q2 .option a{
	display: inline-block;
	padding: 0px 15px;
	text-align: center;
	position: relative;
	margin-right: -1px;
	text-align: center;
}
#srv-q2 .option a.active:after{
	content: "";
	position: absolute;
	background-image: url("../images/img-checked.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-position: 85% 10px;
}
#srv-q2 .option a:before{
	content: "";
	position: absolute;
	width: 100%;
	left: 2px;
	height: 40%;
	top: 25%;
	border-right: 3px dotted #805405;
}
#srv-q2 .option a img{
	width: 160px;
	display: block;
}
#srv-q2 .option a img:first-child{
	margin-bottom: 10px;
}
#srv-q2 .option a:last-child:before{
	display: none;
}
#srv-q3 .option{
	text-align: left;
}
#srv-q3 .option span{
	margin-left: 5px;
}
#srv-q3  .option a{
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
}
#srv-q3 .option img{
	height: 50px;
}
#srv3-area-view{
	background-color: #FFF;
	color: #FFA500;
	text-align: left;
	list-style: none;
	padding: 15px 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	margin-top: -10px;
}
#srv3-area-view li{
	font-size: 14px;
	font-family: "Candara";
	border-bottom: 1px solid #eee;
	padding: 4px 0px;
}
#srv3-area-view li .remove{
	float: right;
	background-color: #ddd;
	padding: 0px 6px;
	display: inline-block;
	font-size: 12px;
	font-family: "Ubuntu Condensed";
	color: #aaa;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.3s;
}
#srv3-area-view li .remove:hover, #srv3-area-view li .remove:focus{
	background-color: #E34E4E;
	color: #fff;
}
#srv-q4 form .row .row{
	margin-bottom: 10px; 
}
#srv-q4 form div.pull-left{
	width: 30%;
	padding-right: 15px;
}
#srv-q4 form div.pull-left label{
	font-size: 12px;
	background-color: #a57924;
	padding: 4px 0px;
	display: block;
	border-radius: 3px;
}
#srv-q4 form input[type=text].pull-left{
	width: 70%;
	height: 26px;
}
.row2{
	overflow: hidden;
	clear: both;
	width: 100%;
}
#srv-q4 .row2 span{
	font-size: 13px;
	margin-right: 5px;
	vertical-align: 6px;
}

#srv-q5 .row2 .col{
	float: left;
	width: 25%;
	cursor: pointer;	
	position: relative;
}
#srv-q5 .row2 .col img{
	width: 100%;
}
#srv-q5 .row2 .col.active:before{
	content: "";
	position: absolute;
	background-image: url("../images/img-checked.png");
	width: 100%;
	height: 100%;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: 80% 5px;	
}
#srv-q5 .row2 .col{
	padding: 15px;
}
#srv-q5 .row2 .col .overlay{
	position: absolute;
	width: 89%;
	height: 89%;
	background-color: rgba(0, 0, 0, 0.49);
	left: 5%;
	border-radius: 50%;
	border: 5px solid #FFF;
	padding: 25% 10% 10%;
	font-family: "Ubuntu Condensed";
	font-size: 14px;
	line-height: 20px;
}
#intensitas-cont{
	width: 80%;
	height: 80px;
	margin: auto;
	padding: 10px 0px;
	position: relative;
}
#intensitas{
	position: relative;
	width: 100%;
	background-color: #D9941A;
	border-bottom: 1px solid #FFC456;
	height: 10px;
}
#intensitas::before{
	position: absolute;
	content: "";
	height: 3px;
	left: 1.5%;
	width: 97%;
	background-color: #2A5162;
	top: 4px;
}
#intensitas-cont .selector{
	position: absolute;
	z-index: 100;
	top: 2px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #FFF;
	border: 3px solid #D9941A;
	box-shadow: 0px 2px 0px #FFC456;
}
#intensitas-cont .selector .stars-cont{
	position: absolute;
	width: 100px;
	font-size: 13px;
	color: #eef87d;
	top: -30px;
	left: -40px;
}
#srv-q8 .stars-cont, #srv-q9 .stars-cont, #srv-q11 .stars-cont{
	font-size: 22px !important;
	top: -35px !important;
	color: #fff !important;
}
#intensitas-cont .selector.active .stars-cont{
	color: #004479;
}
#intensitas-cont .selector .caption {
	bottom: -41px;
	position: absolute;
	font-size: 18px;
	color: #fff;
}
#intensitas-cont .selector:nth-child(1) {
	left: -1%;
}
#intensitas-cont .selector:nth-child(1) .caption {
	left: -45px;
	width: 120px;
}
#intensitas-cont .selector:nth-child(2) {
	left: 49%;
}
#intensitas-cont .selector:nth-child(2) .caption {
	width: 150px;
	left: -65px;
}
#intensitas-cont .selector:nth-child(3) {
	right: -1%;
}
#intensitas-cont .selector:nth-child(3) .caption {
	right: -45px;
	width: 120px;
}
#intensitas-cont .selector .caption-top{
	top: -41px;
	position: absolute;
	font-size: 18px;
	color: #fff;
}
#intensitas-cont .selector:nth-child(4) {
	left: 25%;
}
#intensitas-cont .selector:nth-child(4) .caption-top {
	right: -15px;
	width: 50px;
}
#intensitas-cont .selector:nth-child(5) {
	right: 25%;
}
#intensitas-cont .selector:nth-child(5) .caption-top {
	right: -15px;
	width: 50px;
}
#intensitas-cont .selector.active:before {
	position: absolute;
	width: 80%;
	height: 80%;
	content: "";
	left: 10%;
	top: 11%;
	background-color: #D9941A;
	border-radius: 50%;
	border: 3px solid #2A5162
}
#intensitas-cont .selector.active .caption, #intensitas-cont .selector.active .caption-top {
	color: #004479;
}
.txt-notif{
	display: block;
	margin-top: -5px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 5px;
	color: #BF3235 !important;
	font-size: 12px !important;
}
#srv-q13 .option textarea{
	height: 200px;
	border: 5px solid #FFA500;
	font-size: 18px;
	color: #888;
	position: relative;
	resize: none;
	background-color: #E5E5E5;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 5px 3px #fa9100;
}
#srv-q13 .option:before{
	content: "";
	position: absolute;
	width: 33px;
	height: 191px;
	background-image: url("../images/pen-img.png");
	background-repeat: no-repeat;
	right: 20px;
	z-index: 100;
	bottom: 45px;
}
#srv-q13 .option textarea:focus{
	box-shadow: 0px 5px 3px #fa9100;
	background-color: #fff;
}
#srv-thanks .question{
	padding: 10px;
	border: 3px dotted #805405;
	border-radius: 10px;
}
#srv-thanks .question span{
	font-family: "Ubuntu Condensed";
	font-size: 21px;
	color: #805405;
	/*text-shadow: 0px 2px 0px #FFF, 0px 5px 1px #DEDEDE;*/
	background-color: #FFF;
	display: block;
	padding: 3px 15px;
	border-radius: 6px;
}
#srv-thanks .question2{
	font-family: "Ubuntu Condensed";
	font-size: 19px;
	color: #805405;
	text-align: center;
	margin-bottom: 25px;
}
#srv-thanks .question2 small{
	display: block;
}
#srv-thanks .frm img{
	width: 30px;
	margin-right: 10px;
}
#srv-thanks .frm input[type=text]{
	height: 33px;
	border: 3px solid #f6c670;
	vertical-align: -1px;
	border-radius: 5px;
	color: #999;
	width: 300px;
	font-size: 13px;
	padding: 5px 15px;
}

.btn-back, .btn-back:focus {
	color: #12344E;
	vertical-align: 2px;
	margin-right: 5px;
	transition: 0.5s;
	display: none;
}

.btn-back:hover {
	color: #FFA500;
}
/* e- survey */



/* tambahan 20-08-15 */
#pemenang-outer{
	margin-bottom: 30px;
	background-color: #F8F7F6;
	position: relative;
}
#pemenang-outer:before{
	position: absolute;
	content: "";
	background-image: url("../images/hadiah-cont-bottombg.png");
	width: 100%;
	height: 20px;
	background-repeat: repeat-x;
	bottom: -20px;
}
#pemenang-outer .header{
	text-align: center;
	padding: 20px 0px;
	margin: 0px;
}
#pemenang-outer .header .desc{
	font-family: "open sans";
	position: relative;
	width: 84%;
	margin: auto;
	color: #616161;
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#pemenang-outer .header .desc:before{
	background-image: url("../images/pemenang-shadow.png");
	position: absolute;
	content: "";
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: -35px;
	left: 0px;
}
#pemenang-outer .header img{
	margin: auto;
	max-width: 100%;
	display: block;
	margin-bottom: 5px;
	height: auto;
}
.txt-blue{
	color: #004479 !important;
}
#pemenang-carousel{
	font-family: "open sans";
	font-weight: 600;
	color: #616161;
	font-size: 12px;
}
#pemenang-carousel .item span{
	border-left: 3px solid #FFAA0E;
	padding-left: 10px;
}
#pemenang-carousel .item .row3{
	margin-bottom: 12px;
}
#pemenang-carousel .item .row3 div:nth-child(1){
	padding-right: 0px;
}
.carousel-navigation{
	width: 100%;
	text-align: center;
}
#pemenang-outer .carousel-indicators{
	position: relative !important;
	width: 100%;
	left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	bottom: auto;
	padding-top: 5px;
}
#pemenang-outer .carousel-indicators li{
	background-color: #bbbbbb;
	border-width: 0px;
	width: 6px !important;
	height: 6px !important;
	margin: 0px !important;
}
#pemenang-outer .carousel-indicators li.active{
	background-color: #5a5a5a;
}
.btn-prev-next{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	bottom: -4px;
	left: 0px;
	z-index: 100;
}
.btn-prev-next a{
	margin: 0px 18px;
	color: #ED3333;
	font-size: 16px;
	display: inline-block;
}
#pemenang-outer .sk-scroll-body{
	max-height: 290px
}


/* tambahan */
#content-wrapper, #content-wrapper.home-section::after, #content-wrapper::before{
	z-index: 0 !important;
}
#top-nav li{
	position: relative;
}
#top-nav .child{
	text-align: left;
	position: absolute;
	padding: 0px;
	margin: 0px;
	list-style: outside none none;
	background-color: #fff;
	width: 190px;
	right: 0px;
	top: 39px;
	z-index: 9999 !important;
	display: none;
}
#top-nav .child li{
	padding: 0px;
	border-right: none;
	margin: 0px;
	display: block;
}
#top-nav .child li a{
	display: block;
	padding: 10px 15px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}
#top-nav .child li:last-child a{
	border-bottom: none;
}