@charset "utf-8";
/* CSS Document */

img{max-width:100%; height:auto;}
.match-me-parent ol{margin:0; padding:0 40px; color:#e28000;}
#match-me-form ol li{border:0; font-weight:bold;}
#match-me-form ol li.questions{clear:left; padding:0; margin:0; padding-top: 30px;}
#match-me-form ol li.questions h3 figure img{width:100%;}
#match-me-form ol li.questions .answers{position:relative; font-size:16px; line-height:28px; border-radius:4px; box-sizing:border-box; -webkit-box-sizing:border-box; color:#605250; padding:12px 0px; font-weight:normal;
	-moz-box-sizing:border-box;
    -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;}

#match-me-form ol li.questions .answers input[type="radio"]{vertical-align:top;}
#match-me-form ol li.questions .answers input[type="radio"]{visibility:hidden; margin:0; float:left;}
#match-me-form ol li.questions .answers label{display:block; width: 100%; cursor:pointer; font-size:medium; padding-left:32px; box-sizing:border-box; -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;}
#match-me-form ol li.questions .answers label:before{display: block; float: left; width:22px; height:22px; margin-right:10px; font-size:11px; line-height:24px; text-align:center; border-radius:50%;
	content:""; background-color:#605250; margin-top:4px; color:#fff; text-transform:uppercase; font-weight:bold; position:absolute; left:0px;
	transition-property:all; transition-duration:0.2s; transition-timing-function:ease-in-out;}
/*#match-me-form ol li.questions .answers input[type="radio"]:checked + label:before {content: "✔";}*/

#match-me-form ol li.questions .answers:hover, #match-me-form ol li.questions .answers.active{color:#e28000;}
#match-me-form ol li.questions .answers:hover label:before, #match-me-form ol li.questions .answers.active label:before{background:#e28000;}

#match-me-form ol li.questions .answers.image{width:31.333333%; margin:0 3px 6px; float:left; border:1px solid #f2f2f2; padding:0px; text-align:center;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
#match-me-form ol li.questions .answers.image label{padding:18px 16px 20px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; 
	transition-property:all; transition-duration:0.2s; transition-timing-function:ease-in-out;}
	#match-me-form ol li.questions .answers.image label:hover{color: #e28000;}
#match-me-form ol li.questions .answers.image:hover figcaption{color: #e28000;}
#match-me-form ol li.questions .answers.image figure{margin:0px;}
#match-me-form ol li.questions .answers.image label:before{display:none;}
#match-me-form ol li.questions .answers.image input[type="radio"]{height:0px;}
#match-me-form ol li.questions .answers.image figcaption{color:#605250; font-family:'Work Sans', sans-serif; font-size:12px; padding:10px 18px 0px 18px; line-height:20px;}

#match-me-form ol li.questions .answers.image:hover{box-shadow:0px 0px 50px 4px rgba(0,0,0,0.3); z-index:999; position:relative;}
#match-me-form ol li.questions .answers.image.active{background:#e28000; border:1px solid #e28000;}
#match-me-form ol li.questions .answers.image.active figcaption{color:#fff;}

#match_me_submit{visibility:hidden; height:0; width:0;}
.match_me_fancybox{visibility:hidden;}

.quiz-page .quiz .match-me-parent h3{color:#e28000; font-family:'Work Sans', sans-serif; font-weight:bold; font-size:38px; line-height:50px; padding:20px 0px;}

#match-me-form ol li{
    position: relative;
}
/*#match-me-form ol li:before{
    content: counter(li)".";
    counter-increment:li;
    position: absolute;
    left:-60px;
    top:53px;
	color:#e28000;
    margin-top:0px;
    text-align: center;
    font-weight: bold;
    border-radius: 80px;
    transition: all .3s ease-out;
}*/
/*#match-me-form ol li:after{
    content: ".";
    position: absolute;
    font-weight: bold;
	top:53px;
	color:#e28000;
    transition: all .3s ease-out;
	left:-21px;
}*/
#match-me-form ol{
    counter-reset: li; /* Initiate a counter */
/*    list-style: none; /* Remove default numbering */
*/    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font:normal 38px 'Work Sans', Arial, Helvetica, sans-serif;
}

#match-me-form ol li.questions.disabled{}
#match-me-form ol li.questions.disabled .answers{color:#c8c3c2;}
#match-me-form ol li.questions.disabled .answers label:before{background:#c8c3c2;}
#match-me-form ol li.questions.disabled .answers.image{opacity:0.5;}
#match-me-form ol li.questions.disabled .answers.active{color:#e28000;}
#match-me-form ol li.questions.disabled .answers.active label:before{background:#e28000;}
#match-me-form ol li.questions.disabled .answers.image.active{opacity:1;}

.quiz-page .slider.video_page .swiper-slide{min-height:448px;}
.quiz-page .slider .swiper-slide .slidercontent h2{width:78%; margin:0px auto;}
.slider.quizpage .swiper-slide:after{display:none;}
.quiz{padding:82px 0 82px;}
.quiz .wrapper{max-width:1316px;}
.quiz .small-wrapper, .quiz .video-sec{max-width:764px; margin:0px auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.quiz .innercont{padding:0 40px; line-height:24px; color:#605250;}
.quiz .innercont h3{font-size:24px; color:#605250; line-height:normal; font-family: 'Work Sans', sans-serif; font-weight:700;}

.quiz-page .bot-quiz{width:100%; margin:0px auto;}
.quiz-page .bot-quiz ul{margin:0px; padding:32px 0px; list-style:none;}
.quiz-page .bot-quiz ul li{border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#fff; padding:20px 0px;}
.quiz-page .bot-quiz ul li h3{margin:0px; font-family: 'Work Sans', sans-serif; font-size:38px; line-height:50px; font-weight:bold; color:#fff !important; padding:0px;}
.quiz-page .bot-quiz ul li h6{margin:0px; font-size:13px; font-weight:normal; text-align:right; padding-bottom:0px;}
.quiz-page .bot-quiz ul li h6 a{color:#fff;}
.quiz-page .bot-quiz ul li h6 .fa{font-size:15px;}
.quiz-page .bot-quiz ul li .video-sec{width:100%; position:relative;}
.quiz-page .bot-quiz ul li .video-sec iframe{border:2px solid #fff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	box-shadow:0px 0px 50px 4px rgba(0,0,0,0.3); -moz-box-shadow:0px 0px 50px 4px rgba(0,0,0,0.3); -webkit-box-shadow:0px 0px 50px 4px rgba(0,0,0,0.3);}
.quiz-page .bot-quiz ul li .video-sec .video-img{background-position:center center; background-size:cover; position:absolute; z-index:-1; border-radius:3px; -moz-border-radius:3px; 
	-webkit-border-radius:3px; opacity:0.3; width:100%;}
.quiz-page .bot-quiz ul li .video-sec .video-pnl{margin-top:30px; background-size:cover; background-position:center center; height:378px;
	border:2px solid #fff; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; box-shadow:0px 0px 50px 4px rgba(0,0,0,0.3); -moz-box-shadow:0px 0px 50px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 50px 4px rgba(0,0,0,0.3);}
.quiz-page .bot-quiz ul li .video-sec .video-pnl .play-btn{display:table; width:100%; height:100%; color:#fff; text-align:center;}
.quiz-page .bot-quiz ul li .video-sec .video-pnl .play-btn a{display:table-cell; width:100%; height:100%; vertical-align:middle; color:#fff; text-align:center;}
.quiz-page .bot-quiz ul li .quiz-content{width:100%; padding:20px 30px 50px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	    box-shadow:0px 0px 55px 4px rgba(0,0,0,0.3); -moz-box-shadow:0px 0px 55px 4px rgba(0,0,0,0.3); -webkit-box-shadow:0px 0px 55px 4px rgba(0,0,0,0.3); border-radius:3px; line-height:24px;
		position:relative; z-index:9;}
.quiz-page .bot-quiz ul li .quiz-content p{line-height:24px; max-width:80%;}
.quiz-page .bot-quiz ul li .quiz-content.green{}
.quiz-page .bot-quiz ul li .quiz-content.blue{background-repeat:no-repeat; background-size:cover;}

.quiz-page .bot-quiz ul li .sharethis{padding-top:10px;}

.quiz-page .bot-quiz ul li .sharethis button{-webkit-appearance:none; box-shadow:none; border:0; outline:none; cursor:pointer;}	
.quiz-page .bot-quiz ul li .sharethis a .fa,.quiz-page .bot-quiz ul li .sharethis button .fa{font-size:18px; padding-right:5px; padding-top:2px;}
.quiz-page .bot-quiz ul li .sharethis a.facebook,.quiz-page .bot-quiz ul li .sharethis button[data-sharer="facebook"]{color:#3b5998;}
.quiz-page .bot-quiz ul li .sharethis a.facebook:hover,.quiz-page .bot-quiz ul li .sharethis button[data-sharer="facebook"]:hover{color:#fff; background:#3b5998;}
.quiz-page .bot-quiz ul li .sharethis a.twitter,.quiz-page .bot-quiz ul li .sharethis button[data-sharer="twitter"]{color:#1da1f2;}
.quiz-page .bot-quiz ul li .sharethis a.twitter:hover,.quiz-page .bot-quiz ul li .sharethis button[data-sharer="twitter"]:hover{color:#fff; background:#1da1f2;}
.quiz-page .bot-quiz ul li .sharethis a.pinterest,.quiz-page .bot-quiz ul li .sharethis button[data-sharer="pinterest"]{color:#bd081c;}
.quiz-page .bot-quiz ul li .sharethis a.pinterest:hover,.quiz-page .bot-quiz ul li .sharethis button[data-sharer="pinterest"]:hover{color:#fff; background:#bd081c;}
	
.quiz-page .bot-quiz ul li .stButton{width:auto !important; margin:0px !important;}
.quiz-page .bot-quiz ul li .stButton .chicklets{line-height:44px !important; height:44px !important; padding:0px 33px !important; background:#fff; display:inline-block; font-size:16px;
	border-radius:22px; -moz-border-radius:22px; -webkit-border-radius:22px; font-weight:500; transition-property:all; transition-duration:0.2s; transition-timing-function:ease-in-out;
	box-shadow:0px 0px 55px 4px rgba(0,0,0,0.3); -moz-box-shadow:0px 0px 55px 4px rgba(0,0,0,0.3); -webkit-box-shadow:0px 0px 55px 4px rgba(0,0,0,0.3);}
.stButton .chicklets:hover{opacity:1 !important; -ms-filter:"alpha(opacity=1)" !important; filter:alpha(opacity=1) !important;}
	
.quiz-page .bot-quiz ul li .stButton .facebook{background-image:none !important; color:#3b5998;}
.quiz-page .bot-quiz ul li .stButton .facebook:hover{background:#3b5998 !important; color:#fff;}
.quiz-page .bot-quiz ul li .stButton .facebook:before{content:"\f230"; display:inline-block; font:normal normal normal 14px/1 FontAwesome; font-size:inherit; text-rendering:auto;
	-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-size:18px;}
.quiz-page .bot-quiz ul li .stButton .facebook:after{content:"Share"; display:inline-block; padding-left:5px;}

.quiz-page .bot-quiz ul li .stButton .twitter{background-image:none !important; color:#1da1f2;}
.quiz-page .bot-quiz ul li .stButton .twitter:hover{background:#1da1f2 !important; color:#fff;}
.quiz-page .bot-quiz ul li .stButton .twitter:before{content:"\f099"; display:inline-block; font:normal normal normal 14px/1 FontAwesome; font-size:inherit; text-rendering:auto;
	-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-size:20px;}
.quiz-page .bot-quiz ul li .stButton .twitter:after{content:"Twitter"; display:inline-block; padding-left:5px;}

.quiz-page .bot-quiz ul li .stButton .pinterest{background-image:none !important; color:#bd081c;}
.quiz-page .bot-quiz ul li .stButton .pinterest:hover{background:#bd081c !important; color:#fff;}
.quiz-page .bot-quiz ul li .stButton .pinterest:before{content:"\f0d2"; display:inline-block; font:normal normal normal 14px/1 FontAwesome; font-size:inherit; text-rendering:auto;
	-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-size:20px;}
.quiz-page .bot-quiz ul li .stButton .pinterest:after{content:"Save"; display:inline-block; padding-left:5px;}

.quiz-page .bot-quiz ul li .video-sec .sharethis{padding-left:22px; margin-top:-33px;}
.bot-quiz h3{ padding:0px !important;}

.cont_quiz{ position:relative; z-index:9;}
.quiz-content:before {content: ' ';display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;opacity: 0.3;background-repeat: no-repeat;background-position: center center;-ms-background-size: 200%;
		-o-background-size: 200%;-moz-background-size: 200%;-webkit-background-size: 200%;background-size: 200%;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.quiz-page .bot-quiz ul li .sharethis a,.quiz-page .bot-quiz ul li .sharethis button{display:inline-block; line-height:44px; padding:0px 33px; background:#fff; 
	border-radius:22px; -moz-border-radius:22px; -webkit-border-radius:22px; font-weight:500; transition-property:all; transition-duration:0.2s; transition-timing-function:ease-in-out;
	box-shadow:0px 0px 55px 4px rgba(0,0,0,0.3) !important; -moz-box-shadow:0px 0px 55px 4px rgba(0,0,0,0.3) !important; -webkit-box-shadow:0px 0px 55px 4px rgba(0,0,0,0.3) !important; font-size:16px;}
	
.quiz-content.blue{  position:relative;}	
.quiz-content.blue:before{ background-size:100%;-ms-background-size: 100%;
		-o-background-size: 100%;-moz-background-size: 100%;-webkit-background-size: 100%; opacity:1;}
.quiz-page .bot-quiz ul li .video-sec .sharethis.blue_pnl{ padding-left:0; margin-top:0;}				

.quiz-detail-pnl{position:relative; margin:0px auto; max-width:1316px; text-align:center; padding:133px 80px 80px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	background:#fff; color:#605250; box-shadow:0px 0px 30px 0px rgba(0,0,0,0.25); -moz-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.25); -webkit-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.25); margin-top:-80px;}
.quiz-detail-pnl:before{content:''; display:block; height:114px; background:url(../images/quiz-arrow.png) no-repeat left top; position:absolute; left:0px; top:-114px; width:100%; background-size:100% 114px;}
/*
.quiz-detail-pnl:before{content:''; display:block; height:114px; -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); -moz-clip-path:polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path:polygon(50% 0%, 0% 100%, 100% 100%); position:absolute; left:0px; top:-114px; width:100%; box-shadow:0px 0px 30px 0px rgba(0,0,0,0.4); -moz-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.4); 
	-webkit-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.4); background:#fff;}
*/
.quiz-detail-pnl h2{font-size:50px; margin-bottom:28px;}
.quiz-detail-pnl .title{color:#e28000 !important; font-family:'Handelson-Three', Arial; font-size:50px; font-weight:normal; margin:0; padding:0;}
.quiz-detail-pnl .detail-sec{margin-left:-34px; margin-top:50px;}
.quiz-detail-pnl .detail-sec .detail-pnl{display:inline-block; width:25%; margin-left:-6px; padding-left:40px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	font:italic 22px 'Lora', Arial; color:#6f2a18; text-align:center; vertical-align:top;}
.quiz-detail-pnl .detail-sec .detail-pnl a{color:#6f2a18;}
.quiz-detail-pnl .detail-sec .detail-pnl .imgpnl{height:195px; background-size:cover; background-position:center center; background-size:100%; background-repeat:no-repeat; border-radius:3px;
	-moz-border-radius:3px; -webkit-border-radius:3px;}
.quiz-detail-pnl .detail-sec .detail-pnl .imgpnl img{height:100% !important;}
.quiz-detail-pnl .btn{text-align:center; margin-top:40px;}
.quiz-detail-pnl .btn a{background:#e28000; line-height:45px; padding:0px 44px; display: inline-block; color:#fff; font-weight:600; font-size:16px; border-radius:28px; -moz-border-radius:28px; 
	-webkit-border-radius:28px;}