
/* ================== DEFAULT MF ====================== */
.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

html,body{
	background-color: #fff;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: 'Helvetica', Helvetica Neue, Arial, sans-serif;
	color: #fff;
}

img {
	opacity: 1;
}

.dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
}

#barnotif{
    display: none;
    background: #ec272a;
    padding: 15px 0;
    text-align: center;
    font-family: 'GothamBook', sans-serif;
    font-size: 14px;
    color: #ffffff;
}

#barnotif a{
    font-family: 'GothamMedium', sans-serif;
    font-size: 14px;
    text-decoration: none;
    outline: none;
	color: #fff;
	font-weight: bold;
}
#barnotif a:hover{
    text-decoration: underline;
}


button {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	opacity: 1;
}
button:hover {
	opacity: 0.8;
	cursor: pointer;
}

.bgblack {
	position: fixed;
	z-index: 9998;
	top : 0;
	left: 0;
	width: 100%;
	height: 100%;
	background : rgba(0,0,0,0.6);
	display: none;
}
.mobile-view {
	display: none !important;
}
.desktop-view {
	display: inline-block !important;
}
.svg-container {
   position: relative;
}
.svg-container svg {
   position: absolute;
   display: block;
}
.home-svg-area-1 {
	position: absolute;
	z-index: 1;
	right: 0;
	width: 100px;
	height: 100px;
}
.home-svg-area-1.desktop-view {
	width: 200px;
	height: 200px;
}

.home-svg-area-2 {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

.home-svg-area-3 {
	position: absolute;
	z-index: 1;
	top: 55%;
	left: 0;
	width: 100%;
	height: 100px;
}
.home-svg-area-3.desktop-view {
	width: 100%;
	height: 400px;
	top : 50%;
}

.home-svg-area-4 {
	position: absolute;
	z-index: 1;
	margin-top: 21%;
	left: 0;
	width: 100%;
	height: 100px;
}

.animline {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 5s linear alternate;
	animation-fill-mode: forwards;
}

.animline3 {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 2s linear alternate;
	animation-fill-mode: forwards;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
	,
	from {
		stroke-dasharray: 1000;
	}
}

.global-notif {
	position: fixed;
	z-index: 99999;
	top : 0;
	left: 0;
	width: 90%;
	padding: 15px 5%;
	font-family: 'gotham-book';
	font-size: 14px;
	display: none;
}
.global-notif.error {
	background: #ec272a;
	color: #fff;
}
.global-notif.success {
	background: #57AD68;
	color: #fff;
}

header {
	position: absolute;
	z-index: 999;
	/*top : 0;*/
	left: 0;
	padding: 0;	
	width: 1440px;
	height: 153px;
	background : url(../images/head_background_white.png);
	background-size: 100%;
	background-position: center;
	background-repeat: none;
}
header .wrapper {
	width: 1000px;
	padding: 30px 0;
}
header .wrapper .brand {
	float: left;
	width: 30%;
}
header .wrapper .brand img {
	height: 50px;
}
header .wrapper .menu {
	float: right;
	width: 70%;
	margin-top: 5px;
}
header .wrapper .menu .item-menu {
	padding: 10px;
	margin: 0 10px;
}
header .wrapper .menu .item-menu.last {
	padding-right: 0;
	margin-right: 0;
}
header .wrapper .menu .item-menu a {
	color: #000;
	font-family: 'gotham-medium';
	font-size: 18px;
	text-decoration: none;
	opacity: 0.8;
}
header .wrapper .menu .item-menu a:hover {
	opacity: 1;
}
header .wrapper .menu .item-menu button.yellow {
	padding: 5px 20px;
	border-radius: 20px;
	background: #ffcc00;
	color: #555;
	border : none;
	outline: none;
	font-size: 18px;
}
header .wrapper .menu .item-menu .user-area {
	text-decoration: none;
}
header .wrapper .menu .item-menu .user-area .avatar {
	width: 40px;
	height: 40px;
	background: #ffcc00;
	border : none;
	outline: none;
	border-radius: 20px;
	font-family: 'gotham-medium';
	color: #555;
	margin-right: 10px;
}
header .wrapper .menu .item-menu .user-area  {
	font-size: 12px;
	color: #444;
}
header .wrapper .menu .item-menu .user-area .amount {
	font-family: 'gotham-medium';
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}
footer {
	background: #000;
	padding: 20px 5%;
	width: 90%;
}
footer .wrapper {
	/* width: 900px; */
	width: 100%;
}
footer .wrapper .left-area {
	width: 40%;
	float: left;
}
footer .wrapper .left-area .text {
	width: 300px;
	font-family: 'gotham-book';
	font-size: 10px;
	line-height: 1.5;
	margin-top: 10px;	
	color: #aaa;
}
footer .wrapper .right-area {
	width: 40%;
	float: right;
}
footer .wrapper .right-area .menu-container {
	margin : 20px 0 10px;
	color: #aaa;
}
footer .wrapper .right-area a {
	text-decoration: none;
}
footer .wrapper .right-area .menu-container a {
	text-decoration: none;
	color: #aaa;
	font-family: 'gotham-book';
	font-size : 11px;
}
footer .wrapper .right-area .menu-container a:hover {
	color: #fff;
}
footer .wrapper .right-area .socmed {
	background : none;
	color: #aaa;
	border :none;
	outline: none;
	font-size: 18px;
	margin-left: 15px;
	text-decoration: none;
}
footer .wrapper .right-area a {
	cursor: auto;
}
footer .wrapper .right-area .socmed:hover {
	cursor: auto;
	opacity: 1;
}

.survey-pop-area {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}
.survey-pop-area .exit-survey {
	position: absolute;
	z-index: 19;
	top : 30px;
	left: 50px;
	width: 300px;
	color: #777;
	font-family: 'gotham-book';
}
.survey-pop-area .exit-survey button {
	color: #888;
	font-family: 'gotham-book';
	background : #e6e6e6;
	padding: 10px 20px;
	border-radius: 20px;
	border : none;
	outline: none;
	margin-right: 10px;
}
.survey-pop-area .loader {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: #fff;
	color: #ffcc00;
	font-size: 23px;
	display: block;
}

.survey-pop-area .wrapper {
	width: 90%;
	padding: 5%;
}
.survey-pop-area .wrapper .logo-area {
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.survey-pop-area .wrapper .logo-area img {
	height: 30px;
}
.survey-pop-area .cancel-popup-bg {
	position: fixed;
	z-index: 109;
	left: 0;
	top : 0;
	width: 100%;
	height: 100%;
	background : rgba(255,255,255,0.8);
	display: none;
}
.survey-pop-area .cancel-popup-area {
	position: fixed;
	z-index: 110;
	left: 0;
	top : 10%;
	width: 100%;
	display: none;
}
.survey-pop-area .cancel-popup-area .box {
	width: 300px;
	background : #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.survey-pop-area .cancel-popup-area .box .text-area {
	width: 80%;
	padding: 10% 10%;
}
.survey-pop-area .cancel-popup-area .box .text-area .text {
	color: #666;
	font-family: 'gotham-book';
	font-size: 16px;
	line-height: 1.3;
}
.survey-pop-area .cancel-popup-area .box .text-area .button-area {
	margin-top: 20px;
}
.survey-pop-area .cancel-popup-area .box .text-area .button-area .yellow {
	color: #444;
	background : #ffcc00;
	padding: 15px 30px;
	font-size: 14px;
	min-width: 150px;
	font-family: 'gotham-book';
	border-radius: 20px;
	border : none;
	outline: none;
	margin-bottom: 20px;
}
.survey-pop-area .cancel-popup-area .box .text-area .button-area a {
	color: #888;
}

.step-container {
	width: 100%;
	position: relative;
	height: 40px;
}

.step-container .baseline {
	width: 0;
	height: 5px;
	background: #e6e6e6;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 1;
}

.step-container .progressline {
	width: 0;
	height: 5px;
	background: #ffcc00;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 2;
}

.step-container .bullet {
	background: #e6e6e6;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	outline: none;
	border: none;
	position: absolute;
	top: 3px;
	z-index: 3;
	color: #fff;
	font-family: 'gotham-book';
	font-size: 14px;
	padding: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
	cursor:auto !important;
}

.step-container .bullet.on {
	opacity: 1;
}

.step-container .bullet.active {
	background: #ffcc00;
}

.question-area {
	margin-top: 20px;
	position: relative;
	z-index: 99;
}

.question-area .question {
	margin-bottom: 20px;
	color: #272727;
	font-family: 'gotham-book';
	line-height: 1.4;
	font-size: 16px;

}

.question-area .box-option {
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 5px 3px;
	border-radius: 10px;
	position: relative;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	background : #fff;
}
.question-area .box-option:hover {
	cursor: pointer;
	opacity: 0.8;
}

.question-area .box-option input {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
}

.question-area .box-option img {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.question-area .box-option img:hover {
	cursor: pointer;
	opacity: 0.8;
}
.question-area .box-option:hover img {
	opacity: 0.8;
	cursor: pointer;
}

.question-area .box-option .check {
	position: absolute;
	z-index: 3;
	top : 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	outline: none;
	border : none;
	color: #ffcc00;
	font-size: 32px;
	display: none;
	border : solid 5px #ffcc00;
	border-radius: 10px;
}
.question-area .box-option .check:hover {
	cursor: pointer;
}
.question-area .box-option .overlay {
	position: absolute;
	z-index: 5;
	top : 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.3);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.question-area .box-option .overlay:hover {
	cursor: pointer;
	opacity: 1;
}
.home-area {
	background: url(../images/home_background.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 1440px;
	height: 750px;
	position: relative;
	z-index: 1;
}
.home-area .wrapper {
	margin-top: 18%;
}
.home-area .wrapper.result {
	margin-top: 10%;
}
.home-area .wrapper .text-area {
	width: 400px;
	margin-left: 70px;
	margin-top: 50px;
	opacity: 0;
	animation: pushup 0.5s linear;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
	animation-delay: 1s;
}
.home-area .wrapper .text-area.wider {
	width: 600px;
	margin-left: 0;

}
.home-area .wrapper .text-area .heading {
	font-family: 'gotham-black';
	font-size: 42px;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.1;
}
.home-area .wrapper .text-area .desc {
	font-family: 'gotham-book';
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.home-area .wrapper .text-area .desc b {
	font-family: 'gotham-black';
}
.home-area .wrapper .text-area .btn-area {}
.home-area .wrapper .text-area .btn-area button.black {
	color: #ffcc00;
	font-family: 'gotham-book';
	background: #000;
	padding: 20px 50px;
	border : none;
	outline: none;
	border-radius: 30px;
	font-size: 20px;
}
.home-area .wrapper .text-area .btn-area button.red {
	padding: 20px 50px;
	border : none;
	outline: none;
	border-radius: 30px;
	font-size: 20px;
	background: #ec272a;
	outline: none;
	border : none;
	color: #fff;
	font-family: 'gotham-medium';
	box-shadow: 0px 0px 30px rgba(233,34,38,0.9);
}
.home-area .wrapper .text-area .link {
	margin-left: 20px;
	color: #333;
	font-family: 'gotham-book';
	font-size: 12px;
}
.home-area .wrapper .text-area .link a {
	color: #333;
}
.home-area .wrapper .text-area .link a:hover {
	text-decoration: underline;
}
.home-area .result-left {
	width: 350px;
}
.home-area .result-right {
	width: 500px;
	margin-left: 50px;
}
.home-area .result-right .title {
	font-family: 'gotham-black';
	color: #000;
	font-size: 36px;
	margin-bottom: 10px;
}
.home-area .result-right .desc {
	font-family: 'gotham-book';
	color: #000;
	font-size: 26px;
	margin-bottom: 30px;
}
.home-area .result-right .points .big {
	font-family: 'gotham-black';
	font-size: 110px;
	color: #000;
	text-shadow: 0 4px 0 rgba(0,0,0,0.3);
	margin-right: 20px;
}
.home-area .result-right .points .small {
	font-family: 'gotham-book';
	font-size: 50px;
	color: #000;
	margin-right: 20px;
	margin-bottom: 10px;
}
.home-area .result-right .share {
	margin: 20px 0 0 0;
	padding: 10px 20px;
	background: #000;
	outline: none;
	border : none;
	color: #ffcc00;
	font-family: 'gotham-medium';
	font-size: 18px;
	border-radius: 20px;	
}
.home-area .result-right .share.red {
	margin: 20px 0 0 0;
	padding: 10px 20px;
	background: #ec272a;
	outline: none;
	border : none;
	color: #fff;
	font-family: 'gotham-medium';
	font-size: 18px;
	border-radius: 20px;	
	margin-left: 10px;
	box-shadow: 0px 0px 30px rgba(233,34,38,0.9);
}
.home-area .result-right .desclimer {
	margin-top: 30px;
	color: #444;
	font-family: 'gotham-book';
	font-size: 16px;
}
.home-area .sharearea {
	width: 200px;
}
.home-area button.shareblack {
	color: #fff;
	background : #000;
	padding: 12.5px 23px;
	border-radius: 20px;
	margin-bottom: 10px;
	font-family: 'gotham-book';
	font-size: 16px;
	border : none;
	outline: none;
}
.home-area .sharearea .desclimer {
	font-family: 'gotham-book';
	color: #222;
	font-size: 11px;
	margin-top: 10px;
}
.about-content-wrapper {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 50px 0 250px 0;
}
.about-content-wrapper .left-content {
	width: 350px;
	position: relative;
	padding-bottom: 100px;
}
.about-content-wrapper.register .left-content {
	width: 450px;
}
.about-content-wrapper .left-content .box {
	width: 100%;
	min-height: 300px;
	background: #fff;
	padding: 40px 0;
	border-radius: 20px;
	margin-top: -200px;
	position: absolute;
	z-index: 2;
	top : -50px;
	left: 0;
	margin-bottom: 50px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.about-content-wrapper .left-content .box .common-image-area {
	position: relative;
}
.about-content-wrapper .left-content .box .common-image-area .text {
	position: absolute;
	z-index: 2;
	top : 100px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'gotham-book';
	color: #fff;
	font-size: 23px;
	line-height: 1.3;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-moz-text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-ms-text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-o-text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.about-content-wrapper .left-content .box .common-segment-area  {
	width: 80%;
	padding: 10%;
}
.about-content-wrapper .left-content .box .common-segment-area .title {
	font-family: 'gotham-medium';
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}
.about-content-wrapper .left-content .box .common-segment-area .desc {
	font-family: 'gotham-book';
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.3;
}
.about-content-wrapper .right-content {
	width: 500px;
	margin-left: 50px;
	margin-top: 50px;
}
.about-content-wrapper.register .right-content {
	width: 450px;
}
.about-content-wrapper .right-content .title {
	font-family: 'gotham-medium';
	color: #000;
	font-size: 33px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.about-content-wrapper .right-content .slide-area {
	margin-top: 40px;
}
.about-content-wrapper .right-content .slide-area .item {
	margin: 10px 0 20px 0;
}
.about-content-wrapper.register .right-content .slide-area .item {
	text-align: left;
	outline: none;
}
.about-content-wrapper .right-content .slide-area .item .icon {
	width: 30%;
}
.about-content-wrapper.register .right-content .slide-area .item .icon {
	width: 90%;
}
.about-content-wrapper .right-content .slide-area .item .icon img {
	width: 100px;
}
.about-content-wrapper .right-content .slide-area .item .text {
	width: 60%;
	margin-left: 5%;
	text-align: left;
}
.about-content-wrapper.register .right-content .slide-area .item .text {
	width: 70%;
	margin-top: 70px;
	margin-left: 0;
}
.about-content-wrapper .right-content .slide-area .item .text .title {
	font-family: 'gotham-medium';
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
.about-content-wrapper .right-content .slide-area .item .text .title.red {
	color: #d00000;
}
.about-content-wrapper .right-content .slide-area .item .text .title.purple {
	color: #6e2594;
}
.about-content-wrapper .right-content .slide-area .item .text .title.orange {
	color: #18206f;
}
.about-content-wrapper .right-content .slide-area .item .text .title.green {
	color: #00888d;
}
.about-content-wrapper .right-content .slide-area .item .text .desc {
	font-family: 'gotham-book';
	font-size: 16px;
	line-height: 1.4;
	color: #777;
}
.slick-dots {
	margin-top: 30px;
	display: inline-block;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.about-content-wrapper.register .slick-dots{
	position: absolute;
	left: 0;
}
.about-content-wrapper.register{
	padding: 50px 0 0 0;
}
.slick-dots li button {
	background: #e5e5e5;
	width: 16px;
	height: 16px;
	color: #e5e5e5;
	border-radius: 8px;
	border : none;
	outline: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.slick-dots li.slick-active button {
	background: #ffcc00;
	width: 24px;
	height: 24px;
	color: #ffcc00;
	border-radius: 12px;
}
.footer-about-area {
	width: 1440px;
	height: 564px;
	background: url(../images/background_footer.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.footer-about-area .wrapper {
	margin-top: 15%;
}
.footer-about-area .wrapper .left-area {
	width: 450px;
	color: #000;
	font-family: 'gotham-book';
	font-size: 26px;
	line-height: 1.3;
}
.footer-about-area .wrapper .right-area {
	width: 450px;
}
.footer-about-area .wrapper .right-area button.black {
	padding: 10px 30px;
	background : #000;
	color: #ffcc00;
	border-radius: 25px;
	border : none;
	outline: none;
	font-family: 'gotham-medium';
	font-size: 23px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.footer-about-area .brand-area {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom : 50px;
}
.footer-about-area .brand-area .copy {
	color: #555;
	font-family: 'gotham-book';
	margin-top: 10px;
	font-size: 12px;
}
.head-area {
	width: 1440px;
	height: 168px;
	background: url(../images/head_background.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.head-area .wrapper {
	width: 100%;
	margin-top: 50px;
}
.head-area .wrapper .left-area {
	width: 450px;
}
.head-area .wrapper .left-area button.grey {
	background : #e5e5e5;
	padding: 10px 20px;
	border-radius: 17px;
	color: #000;
	font-family: 'gotham-medium';
	border : none;
	outline: none;
	font-size: 13px;
}
.head-area .wrapper .right-area {
	width: 450px;
}
.head-area .wrapper .right-area .point-area {
	width: 100%;
	text-align: right;
	color: #51256f;
	font-family: 'gotham-medium';
	font-size: 14px;
}
.head-area .wrapper .right-area .point-area button.avatar {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background : #51256f;
	color: #ffcc00;
	padding: 0;
	border : none;
	outline: none;
	font-size: 18px;
	margin-right: 10px;
}
.head-area .wrapper .right-area .point-area .amount {
	font-family: 'gotham-black';
	font-size: 20px;
	margin-bottom: 0px;
	color: #51256f;
}
.head-area .wrapper .right-area button.red {
	background : #ec272a;
	padding: 10px 20px;
	border-radius: 17px;
	color: #fff;
	font-family: 'gotham-medium';
	border : none;
	outline: none;
	font-size: 13px;
}

@keyframes pushup {
  to {
    margin-top: 0;
	opacity: 1;
  }
  from {
  	margin-top: 50px;
	opacity: 0;
  }
}


.home-area .wrapper .doodle-area {
	width: 300px;
	height: 300px;
	position: relative;
}
.home-area .wrapper .doodle-area .box-a {
	position: absolute;
	z-index: 3;
	top : 150px;
	left: 10px;
	opacity: 0;
	animation: box-a 0.3s linear;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
	animation-delay: 2s;
}
@keyframes box-a {
  to {
	opacity: 1;
  }
  from {
	opacity: 0;
  }
}
.home-area .wrapper .doodle-area .box-b {
	position: absolute;
	z-index: 3;
	top : 0;
	left: 0;
	opacity: 0;
	animation: box-b 0.3s linear;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
	animation-delay: 2s;
}
@keyframes box-b {
  to {
	opacity: 1;
  }
  from {
	opacity: 0;
  }
}
.home-area .wrapper .doodle-area .box-c {
	position: absolute;
	z-index: 3;
	top : -60px;
	left: -20px;
	opacity: 0;
	animation: box-c 0.3s linear;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 2.5s; /* Safari 4.0 - 8.0 */
	animation-delay: 2.5s;
}
@keyframes box-c {
  to {
	opacity: 0.5;
	top : -30px;
	left: -10px;
  }
  from {
	opacity: 0;
	top : -60px;
	left: -20px;
  }
}
.home-area .wrapper .doodle-area .box-d {
	position: absolute;
	z-index: 3;
	opacity: 0;
	top : 85px;
	left: -90px;
	animation: box-d 0.3s linear;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 2.5s; /* Safari 4.0 - 8.0 */
	animation-delay: 2.5s;
}
@keyframes box-d {
  to {
	opacity: 0.6;
	top : 85px;
	left: -30px;
  }
  from {
	opacity: 0;
	top : 85px;
	left: -90px;
  }
}
.home-area .wrapper .doodle-area .box-e {
	position: absolute;
	z-index: 3;
	opacity: 0;
	top : -50px;
	left: 130px;
	animation: box-e 0.3s linear;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 2.5s; /* Safari 4.0 - 8.0 */
	animation-delay: 2.5s;
}
@keyframes box-e {
  to {
	top : -20px;
	left: 130px;
	opacity: 0.7;
  }
  from {
	opacity: 0;
	top : -50px;
	left: 130px;
  }
}
.home-area .wrapper .doodle-area .box-f {
	position: absolute;
	z-index: 3;
	opacity: 0;
	top : -50px;
	left: 350px;
	animation: box-f 0.3s linear;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 2.5s; /* Safari 4.0 - 8.0 */
	animation-delay: 2.5s;
}
@keyframes box-f {
  to {
	top : -20px;
	left: 280px;
	opacity: 0.5;
  }
  from {
	opacity: 0;
	top : -50px;
	left: 350px;
  }
}
.home-area .wrapper .doodle-area .box-g {
	position: absolute;
	z-index: 3;
	opacity: 0;
	top : 70px;
	left: 330px;
	animation: box-g 0.3s linear;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 2.5s; /* Safari 4.0 - 8.0 */
	animation-delay: 2.5s;
}
@keyframes box-g {
  to {
	top : 70px;
	left: 280px;
	opacity: 0.7;
  }
  from {
	opacity: 0;
	top : 70px;
	left: 330px;
  }
}
.survey-pop-area .wrapper {
    width: 90%;
    padding: 10% 5%;
}
.survey-pop-area .wrapper .logo-area {
    border-bottom: dashed 2px #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 21px;
    width: 400px;
}
.step-container {
    position: relative;
    height: 40px;
    width: 400px;
    margin-bottom: 50px;
}
.question-area .question {
    margin-bottom: 20px;
    color: #272727;
    font-family: 'gotham-book';
    line-height: 1.4;
    font-size: 18px;
    width: 300px;
}
.home-middle-segment {
	margin: 100px 0;
}
.home-middle-segment .title-box {
	color: #000;
	font-family: 'gotham-medium';
	font-size: 32px;
	line-height: 1.3;
	width: 350px;
	margin-left: 20px;
}
.home-middle-segment .point-box {
	width: 450px;
	margin-left: 20px;
}
.home-middle-segment .point-box .item {
	margin: 10px 0 20px 0;
}
.home-middle-segment .point-box .item .icon {
	width: 30%;
}
.home-middle-segment .point-box .item .icon img {
	width: 100px;
}
.home-middle-segment .point-box .item .text {
	width: 60%;
	margin-left: 5%;
	margin-top: 10px;
}
.home-middle-segment .point-box .item .text .title {
	font-family: 'gotham-black';
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
.home-middle-segment .point-box .item .text .title.red {
	color: #d00000;
}
.home-middle-segment .point-box .item .text .title.purple {
	color: #6e2594;
}
.home-middle-segment .point-box .item .text .title.orange {
	color: #18206f;
}
.home-middle-segment .point-box .item .text .title.green {
	color: #00888d;
}
.home-middle-segment .point-box .item .text .desc {
	font-family: 'gotham-book';
	font-size: 16px;
	line-height: 1.4;
	color: #777;
}
.home-bottom-segment {
	width: 100%;
	margin: 0;
}
.home-bottom-segment .image-area {
	width: 1440px;
	height: 527px;
	background : url(../images/background_home_footer.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
.home-bottom-segment .image-area .text-wrapper {
	width: 700px;
	margin-top: 10%;
	font-family: 'gotham-book';
	color: #fff;
	line-height: 1.2;
	font-size: 34px;
}
.home-bottom-segment .image-area .text-wrapper img {
	margin-top: 20px;
	margin-left: 100px;
}
.home-bottom-segment .content-wrapper {
	padding: 0 0 100px 0;
	z-index: 2;
	position: relative;
}
.home-bottom-segment .content-wrapper .box {
	width: 600px;
	min-height: 200px;
	padding: 50px;
	background: #fff;
	margin-top: -150px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	border-radius: 20px;
}
.home-bottom-segment .content-wrapper .box .desc {
	color: #777;
	font-family: 'gotham-book';
	font-size : 18px;
	line-height: 1.3;
	width: 300px;
	margin: 20px 0;
}
.home-bottom-segment .content-wrapper .box button.yellow {
	color: #000;
	background: #ffcc00;
	padding: 10px 30px;
	border-radius: 20px;
	border : none;
	outline: none;
	font-size: 16px;
	font-family: 'gotham-medium';
}
.share-dialog-popup {
	position: fixed;
	z-index: 9999;
	top: 10%;
	left: 0;
	width: 100%;
	display: none;
}

.share-dialog-popup .box-dialog {
	background: #fff;
	width: 400px;
	min-height: 150px;
	position: relative;
}

.share-dialog-popup .box-dialog .close {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 10px;
	font-size: 32px;
	color: #fff;
	padding: 0;
	outline: 0;
	margin: 0;
	border: none;
	background: none;
	line-height: 0.8;
}

.share-dialog-popup .box-dialog .banner {
	width: 100%;
	padding: 30px 0;
	background: #ffcc00;
}

.share-dialog-popup .box-dialog .banner .back-area {
	width: 90%;
	padding: 0 5%;
	color: #000;
	font-family: 'gotham-book';
	font-size: 16px;
}

.share-dialog-popup .box-dialog .banner .back-area button {
	background: none;
	border: none;
	outline: none;
}

.share-dialog-popup .box-dialog .banner .icon {
	font-size: 23px;
	margin-bottom: 10px;
	color: #000;
}

.share-dialog-popup .box-dialog .banner .text {
	color: #000;
	font-size: 16px;
	font-family: 'gotham-book';
}

.share-dialog-popup .box-dialog .btn-container {
	padding: 20px 0 10px 0;
}

.share-dialog-popup .box-dialog .btn-container .item {
	width: 30%;
	margin: 2px;
}

.share-dialog-popup .box-dialog .btn-container .item button {
	background: none;
	outline: none;
	border: none;
	font-size: 20px;
	color: #aaa;
	width: 50px;
	height: 50px;
	border: solid 1px #aaa;
	border-radius: 25px;
	padding: 0;
}

.share-dialog-popup .box-dialog .btn-container .item .text {
	color: #aaa;
	margin-top: 10px;
	font-family: 'gotham-book';
	font-size: 14px;
	min-height: 30px;
	line-height: 1.2;
}

.share-dialog-popup .box-dialog .btn-container .form-wrapper {
	width: 90%;
	padding: 0 5%;
}

.share-dialog-popup .box-dialog .btn-container .field {
	margin-bottom: 10px;
}

.share-dialog-popup .box-dialog .btn-container .field input {
	width: 90%;
	padding: 5%;
	border: solid 1px #ffcc00;
	color: #000;
	background: none;
	outline: none;
	font-family: 'gotham-book';
	font-size: 14px;
	border-radius: 5px;
}

.share-dialog-popup .box-dialog .btn-container .field button.submit-email {
	padding: 15px 20px;
	border-radius: 22px;
	font-family: 'gotham-medium';
	color: #000;
	background: #ffcc00;
	font-size: 12px;
	outline: none;
	border: none;
	margin-top: 5px;
}
.register-container .register-header {
	background: #ffcc00;
	width: 90%;
	padding: 15px 5%;
	margin-bottom: 20px;
	color: #000;
	font-family: 'gotham-medium';
	font-size: 14px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

.register-container .register-header .back {
	background: none;
	outline: none;
	border: none;
	outline: none;
	color: #000;
	font-size: 18px;
	padding: 0;
}

.register-container .register-header .text {
	margin-left: 10px;
}

.register-container .register-header .step {
	float: right;
	margin-top: 3px;
}

.register-container .logo-area {
	margin-bottom: 50px;
	margin-top: 0px;
}

.register-container .form-container {
	width: 90%;
	padding: 5px 5%;
}
.register-container .form-container.profile {
	width: 830px;
}
.register-container .form-container .title {
	font-family: 'gotham-medium';
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
}
.register-container .form-container .subtitle {
	font-family: 'gotham-medium';
	color: #0009;
	font-size: 12px;
	margin-bottom: 20px;
}
.register-container .form-container .text {
	font-family: 'gotham-book';
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.register-container .form-container .field {
	margin-bottom: 15px;
}

.register-container .form-container .field .caption {
	color: #000;
	font-family: 'gotham-medium';
	font-size: 16px;
	margin-bottom: 10px;
}

.register-container .form-container .field .input-area {
	width: 90%;
	padding: 0 5%;
	border: solid 1px #ffcc00;
	background: none;
	border-radius: 5px;
	position: relative;
	height: 50px;
}

.register-container .form-container .field .input-area.error {
	border-color: #ec272a;
}

.register-container .form-container .field .input-area .label {
	position: absolute;
	z-index: 2;
	top: 20px;
	font-family: 'gotham-book';
	color: #5f4c00;
	font-size: 16px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	opacity: 0;
}

.register-container .form-container .field .input-area.on .label {
	top: 10px;
	font-size: 10px;
}

.register-container .form-container .field .input-area.error .label {
	color: #ec272a;
}


.register-container .form-container .field .input-area input {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 0;
	width: 90%;
	padding: 0 5%;
	background: none;
	outline: none;
	border: none;
	font-family: 'gotham-medium';
	color: #5f4c00;
	font-size: 16px;
	height: 30px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.register-container .form-container .field textarea {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 0;
	width: 90%;
	padding: 0 5%;
	background: none;
	outline: none;
	border: none;
	font-family: 'gotham-medium';
	color: #5f4c00;
	font-size: 16px;
	height: 30px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.register-container .form-container .field .input-area input.suggestion {
	z-index: 2;
	color: #ccc;
	display: none;
}
.register-container .form-container .field .input-area.suggestion-area input {
	text-transform: lowercase;
}
.register-container .form-container .field .input-area.on input {
	top: 15px;
}
.register-container .form-container .field .input-area.on input.suggestion {
	display: block;
}

.register-container .form-container .field .input-area.error input {
	color: #ec272a;
}
.register-container .form-container .field .input-area.error input.suggestion {
	color: #ccc;
}
.register-container .form-container .field .input-area select {
	width: 100%;
	padding: 0 4%;
	height: 50px;
	position: absolute;
	z-index: 4;
	top : 0;
	left: 0;
	outline: none;
	border : none;
	background : none;
	font-family: 'gotham-book';
	color: #5f4c00;
	font-size: 16px;
}
.register-container .form-container .field .input-area .strengthmetter {
	position: absolute;
	z-index: 7;
	top : 120%;
	left:  0;
	width: 90%;
	height: 50px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px -4px 30px rgba(0,0,0,0.3);
	padding: 5%;
	text-align: left;
	display: none;
}
.register-container .form-container .field .input-area .strengthmetter .title {
	font-family: 'gotham-medium';
	color: #444;
	font-size: 14px;
	margin-bottom: 10px;
}
.register-container .form-container .field .input-area .strengthmetter .progressbar {
	margin : 0;
	width: 100%;
	height: 5px;
	background: #f0f0f0;
	color: none;
	position: relative;
	margin-bottom: 10px;
}
.register-container .form-container .field .input-area .strengthmetter .progressbar .line {
	width: 0;
	height: 5px;
	position: absolute;
	z-index: 1;
	top : 0;
	left: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.register-container .form-container .field .input-area .strengthmetter .progressbar .line.weak {
	background : #ff3c3d;
}
.register-container .form-container .field .input-area .strengthmetter .progressbar .line.medium {
	background : #ffcd54;
}
.register-container .form-container .field .input-area .strengthmetter .progressbar .line.strong {
	background : #33b21b;
}
.register-container .form-container .field .input-area .strengthmetter .desc {
	color: #ccc;
	font-family: 'gotham-book';
}
.register-container .form-container .field .input-area .strengthmetter:after {
	content: '';
	position: absolute;
	top: -8px;
	left: 10%;
	margin-left: -8px;
	width: 0; 
	height: 0;
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.register-container .form-container .field .input-area .strengthmetter .progressbar.weak {

}

.register-container .form-container .field .option {
	width: 46%;
	margin-right: 5px;
	border: solid 1px #ffcc00;
	color: #5f4c00;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.register-container .form-container .field .option:hover {
	cursor: pointer;
	opacity: 0.7;
}

.register-container .form-container .field .input-area .icon {
	position: absolute;
	z-index: 3;
	top: 15px;
	right: 10px;
	background: none;
	outline: none;
	border: none;
	font-size: 16px;
	color: #ccc;
	display: none;
}

.register-container .form-container .field .msg-error {
	color: #ec272a;
	font-size: 10px;
	font-family: 'gotham-book';
	display: none;
}

.register-container .form-container .field .input-area .icon.check {
	color: #5f4c00;
}

.register-container .form-container .field .option input {
	top: -20px;
	position: absolute;
}

.register-container .form-container .field .option.on {
	background: #ffcc00;
}

.register-container .form-container .field .option .placeholder {
	position: absolute;
	z-index: 2;
	top: 17px;
	left: 0;
	font-size: 16px;
	width: 100%;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.register-container .form-container .field .option .placeholder .check-icon {
	opacity: 0;
}

.register-container .form-container .field .option.on .placeholder .check-icon {
	opacity: 1;
}

.register-container .form-container .field button.black {
	background: #000;
	padding: 15px 30px;
	border: none;
	outline: none;
	color: #fff;
	font-family: 'gotham-medium';
	font-size: 14px;
	border-radius: 5px;
	margin-top: 10px;
}

.register-container .form-container .field .avatar {
	width: 80px;
	height: 80px;
	padding: 0;
	border: none;
	outline: none;
	background: #ffcc00;
	color: #fff;
	font-family: 'gotham-medium';
	font-size: 23px;
	border-radius: 40px;
}

.register-container .footer-area .footer-wrapper {
	padding-top: 30%;
}

.register-container .form-container .field .desc-area {
	width: 90%;
	padding: 5%;
	margin: 10px 0;
	background: none;
	border: solid 1px #ffcc00;
	border-radius: 5px;
}

.register-container .form-container .field .desc-area .desclimer {
	width: 70%;
	margin-left: 10px;
	color: #5f4c00;
	font-family: 'gotham-book';
	font-size: 14px;
	line-height: 1.3;
}

.register-container .profile-container {
	width: 900px;
	padding: 0;
}

.register-container .profile-container .avatar-area {
	width: 150px;
	float: left;
}

.register-container .profile-container .bio-area {
	width: 750px;
	float: right;
	margin-top: 10px;
}

.register-container .profile-container .avatar-area .avatar {
	width: 80px;
	height: 80px;
	padding: 0;
	border: none;
	outline: none;
	background: #ffcc00;
	color: #fff;
	font-family: 'gotham-medium';
	font-size: 23px;
	border-radius: 40px;
}

.register-container .profile-container .avatar-area .point {
	font-family: 'gotham-book';
	color: #000;
	margin-top: 15px;
	font-size: 11px;
}

.register-container .profile-container .bio-area .name {
	font-family: 'gotham-black';
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}

.register-container .profile-container .bio-area .username {
	font-family: 'gotham-book';
	color: #000;
	font-size: 12px;
	margin-bottom: 15px;
}

.register-container .profile-container .bio-area .stat-area {
	font-family: 'gotham-book';
	color: #000;
}

.register-container .profile-container .bio-area .stat-area .row {
	margin-bottom: 5px;
}

.register-container .profile-container .bio-area .stat-area b {
	font-family: 'gotham-black';
}
.register-container .profile-segment {
	
}
.register-container .separator {
	margin : 20px 0 30px 0;
}
.register-container .separator fieldset {
	border-top : solid 1px #ddd;
}
.register-container .separator fieldset legend {
	padding: 0 5px;
	background: #fff;
}
.register-container .separator fieldset legend .grey {
	width: 16px;
	height: 16px;
	background : #ddd;
	border-radius: 8px;
	margin : 0 5px;
}
.register-container .separator fieldset legend .yellow {
	width: 24px;
	height: 24px;
	background : #ffcc00;
	border-radius: 12px;
	margin : 0;
}

.activation-msg {
	margin: 20px 0;
}

.activation-msg .title {
	font-family: 'gotham-book';
	font-size: 23px;
	color: #000;
	margin-bottom: 20px;
}

.activation-msg .desc {
	font-family: 'gotham-book';
	font-size: 14px;
	color: #777;
	line-height: 1.3;
	width: 80%;
	padding: 0 10%;
}

.welcome-popup {
	position: fixed;
	z-index: 9999;
	top: 10%;
	left: 0;
	width: 100%;
	display: none;
}

.welcome-popup .box-welcome {
	width: 300px;
	background: #fff;
}

.welcome-popup .box-welcome .banner-area {
	background: #ffcc00;
	width: 100%;
	padding: 30px 0;
}

.welcome-popup .box-welcome .banner-area img {
	width: 200px;
}

.welcome-popup .box-welcome .text-area {
	width: 90%;
	padding: 20px 5%;
}

.welcome-popup .box-welcome .text-area .name {
	font-family: 'gotham-book';
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.welcome-popup .box-welcome .text-area .text {
	font-family: 'gotham-book';
	font-size: 14px;
	color: #666;
}

.welcome-popup .box-welcome .text-area .btn-area {
	margin-top: 20px;
}

.welcome-popup .box-welcome .text-area .btn-area .black {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	outline: none;
	font-family: 'gotham-book';
	font-size: 16px;
}
.g-recaptcha {
	transform:scale(1.35) !important;
	-webkit-transform:scale(1.35) !important;
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	margin-bottom: 20px;
}
.addeventatc {
	background : #ec272a !important;
	width: 150px !important;
	border-radius: 20px !important;
	color: #fff !important;
	font-family: 'gotham-book' !important;
	padding: 13px 12px 13px 12px !important;
	box-shadow: none !important;
	border : none !important;
}
.addeventatc .addeventatc_icon {
    display: none !important;
}
.white-area-claim {
	margin : 100px 0 50px 0;
}
.white-area-claim .btn {
	width: 200px;
}
.white-area-claim .yellow-round {
	width: 140px;
	height: 140px;
	color: #000;
	background : #ffcc00;
	border-radius: 70px;
	padding: 0;
	font-size: 52px;
	border : none;
	outline: none;
}
.white-area-claim .text {
	margin : 10px 0 30px 0;
	font-size: 16px;
	color: #333;
	font-family: 'gotham-book';
}
.bgwhite {
	position: fixed;
	z-index: 9998;
	top : 0;
	left: 0;
	width: 100%;
	height: 100%;
	background : rgba(255,255,255,0.8);
	display: none;
}
.common-dialog {
	position: fixed;
	z-index: 9999;
	top : 0;
	left: 0;
	width: 100%;
	display: none;
}
.common-dialog.login-area {
	top : 5%;
}
.common-dialog.share {
	top : 5%;
}
.common-dialog .dialog-box {
	background : #fff;
	width: 300px;
	min-height: 100px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}
.common-dialog .dialog-box .close-dialog {
	position: absolute;
	z-index: 2;
	top : 10px;
	left: 10px;
	background : none;
	outline: none;
	border : none;
	color: #888;
	font-size: 23px;
}
.common-dialog .dialog-box .close-dialog:hover {
	cursor: pointer;
	color: #333;
}
.common-dialog .dialog-box.login {
	width: 300px;
}
.common-dialog .dialog-box.share {
	width: 500px;
}
.common-dialog .dialog-box .text-wrapper {
	width: 90%;
	padding: 10% 5%;
}
.common-dialog .dialog-box .text-wrapper .title {
	font-family: 'gotham-medium';
	color: #333;
	font-size: 23px;
	margin-bottom: 40px;
}
.common-dialog .dialog-box .text-wrapper .title.paddingless {
	margin-bottom: 10px;
}
.common-dialog .dialog-box .text-wrapper .title .underline {
	margin-top: 10px;
	width: 100px;
	height: 2px;
	background : #333;
}
.common-dialog .dialog-box .dialog-footer {
	background : #ffcc00;
	color: #333;
	font-family: 'gotham-book';
	font-size: 14px;
	width: 90%;
	padding: 10% 5%;
	border-radius: 0 0 10px 10px;
}
.common-dialog .dialog-box .dialog-footer a {
	color: #fff;
}
.common-dialog .dialog-box .notif {
	position: absolute;
	z-index: 4;
	top : 0;
	left: 0;
	width: 90%;
	padding: 5%;
	color: #fff;
	font-family: 'gotham-book';
	font-size: 16px;
	border-radius: 10px 10px 0 0;
	display: none;
}
.common-dialog .dialog-box .notif.error {
	background: #ec272a;
}
.common-dialog .dialog-box .notif.success {
	background: #57AD68;
}
.dialog-box .link-area {
	margin : 0 0 20px 0;
}
.dialog-box .link-area .link-containers {
	width: 90%;
	height: 50px;
	background : #f5f5f5;
	border-radius: 40px;
}
.dialog-box .link-area .link-containers input {
	float: left;
	width: 65%;
	height: 50px;
	padding-left: 5%;
	border-radius: 40px 0 0 40px;
	border : none;
	outline : none;
	background : none;
	color: #aaa;
	font-family: 'gotham-book';
	font-size: 14px;
}
.dialog-box .link-area .link-containers input:focus {
	color: #555;
}
.dialog-box .link-area .link-containers button.copy {
	background : #ffcc00;
	color: #fff;
	width: 30%;
	height: 50px;
	border : none;
	outline: none;
	border-radius: 0 40px 40px 0;
}
.dialog-box .btn-container {
	margin-top: 20px;
}
.dialog-box .btn-container .item {
	margin: 0 10px;
}
.dialog-box .btn-container .item button {
	border : none;
	outline: none;
	background: none;
	color: #666;
	font-size: 23px;
}
.dialog-box .btn-container .item.mail button {
	color: #4a4a4a;
}
.dialog-box .btn-container .item.facebook button {
	color: #43619c;
}
.dialog-box .btn-container .item.twitter button {
	color: #24a9e6;
}
.dialog-box .btn-container .item .text {
	color: #4a4a4a;
	font-family: 'gotham-book';
	font-size: 12px;
	margin-top: 10px;
}
.dialog-box .back {
	margin-top: 20px;
}
.dialog-box .back a {
	color: #888;
	font-size: 16px;
	font-family: 'gotham-book';

}
.forgetpassword{
	color:black;
	font-weight:normal;
	font-family: 'gotham-book';
	font-size: 13px;
	text-decoration: none;
}

.btn-masuk{
	color: #000;
	background: #ffcc00;
	padding: 10px 50px;
	border-radius: 20px;
	border: none;
	outline: none;
	font-size: 18px;
	font-family: 'gotham-medium';
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 30px 0;
}

.head-daftar{
	font-size: 18pt;
}

.hide{
	display:none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.register-container .form-container .field .input-area.on .label {
	z-index: 999;
}
