/** THE TEST **/
.sk_test_cornice {
	width:100%;
	height:100%;
}
#sk_test_cornice_top {
	background-image:url('../dg_img/skincare/on_the_run_cornice_top.png');
	background-repeat:no-repeat;
	background-position: top;
	background-size: contain;
	background-color:#FFF;
}
#sk_test_cornice_bottom {
	background-image:url('../dg_img/skincare/on_the_run_cornice_bottom.png');
	background-repeat:no-repeat;
	background-position: bottom;
	background-size: contain;
}
#sk_test_cornice_left {
	background-image:url('../dg_img/skincare/on_the_run_cornice_left.png');
	background-repeat:no-repeat;
	background-position: left;
	background-size: contain;
}
#sk_test_cornice_right {
	background-image:url('../dg_img/skincare/on_the_run_cornice_right.png');
	background-repeat:no-repeat;
	background-position: right;
	background-size: contain;
}

#sk_test_main_wrapper {
	text-align:center;
/*
	padding-top:50px;
	padding-bottom:30px;
	padding:60px 25px 45px 25px;
*/
	padding:60px 55px 45px 55px;
	/*background:url('../dg_img/skincare/the_test/testBg.png') top center no-repeat;
	background-size: cover;*/
}

#sk_test_main_wrapper.results {padding: 60px 25px 45px 25px;}

#sk_test_main_wrapper hr {
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #C8C8C8;
	max-width:85%;
	max-width:89%;
}

#sk_test_top_res_title {
	display:none;
	color:#a98c5b;
	font-family: 'Futura' , Arial;
	font-size: 20px;
	line-height: 20px;
}
#sk_test_top_main_title {
	color:#a98c5b;
	font-family: 'Futura' , Arial;
	font-size: 20px;
	line-height: 20px;
}
#sk_test_top_subtitle {
	padding: 15px 0 25px 0;
}
#sk_test_top_subtitle p {
	padding:0;
	margin:0;
	color:#23252a;
	font-family: 'AvenirLTSBook' ,Arial;
	font-size: 12px;
	line-height:12px;
	opacity:0.8;
}

#the_sk_test {
	text-align:center;
	margin-top:38px;
}
div.sk_test_question {
	height:268px;
	border:1px solid #cdcdcd;
	margin: 10px auto;
	padding:35px 50px;
	outline:#e9e9e9 solid 10px;
	vertical-align: middle;
	position:relative;
	background-color:#ffffff;
	width:85%;
	width:auto;
}
.sk_test_b { float:left; height:100%; position:relative; }
#sk_test_b1 { width:32.5%; }
#sk_test_b2 { width:43.5%; }
#sk_test_b3 { width:24%;  }



.sk_test_product_separator {
	background:url('../dg_img/skincare/the_test/test_separator_arrow.png') center center no-repeat;
	width:40px;
	height: 160px;
	margin-top: 18px;
	vertical-align: middle;
	display:inline-block;
}

#the_sk_test .sk_test_product_separator:last-child { display:none !important; visibility:hidden !important; }


.sk_test_product_numeration {	
	background: url('../dg_img/black.jpg') bottom center no-repeat;
	margin: 0 auto -7px auto;
	padding: 0 0 25px 0;
	text-align: center;
	z-index: 100;
	position: relative;
	width:235px;
	height:20px;
}
.sk_test_product_numeration span {
	display:block;
	font-family: 'FuturaBT-Book';
	font-size: 18px;
	line-height: 18px;
	color:#404040;
	text-transform: uppercase;
}
.sk_test_title {
	font-family: 'Futura';
	font-size: 20px;
	line-height: 20px;
	color:#404040;
	text-align: left;
	position:absolute;
	top:50%;
	left:0;
	height:20px;
	width:100%;
	display:block;
	margin-top:-10px;
	text-transform:uppercase;
}
.sk_test_title.two_lines {
	height: 48px;
	margin-top: -24px;
	line-height: 26px;
}
.sk_test_title.three_lines {
	height: 76px;
	margin-top: -38px;
	line-height: 26px;
}

.sk_test_subtitle {
	font-family: 'AvenirLTSBook' ,Arial;
	font-size: 12px;
	line-height:12px;
	opacity:0.8;
	text-transform:capitalize;
}
.sk_test_choices form { 
	text-align: left;
	position: relative;
	margin: 17% 0 0 0;
}

.sk_test_choices input {
	float:left;
	display:block;
	margin-right:10px; 
}

.sk_test_choices input[type=radio] ,
.sk_test_choices input[type=checkbox] {  
    display: none;  
}
.sk_test_choices label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 3px;
    background-color: #f2f2f2;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .3);
} 
.sk_test_choices input[type=radio]:checked + label:before,
.sk_test_choices input[type=checkbox]:checked + label:before {  
    color: #737373;
	overflow:hidden;
	background:url('../dg_img/skincare/the_test/test_input_selected.png') center center no-repeat;
}
body.dsk_client .sk_test_choices label:before {
    width: 16px;
    height: 16px;
}



.sk_test_choices label {
	width:100%;
	display:block;
	float:left;
}
.sk_test_choices label > span {
	color: #191919;
	font-family: 'AvenirLTSBook' ,Arial;
	font-size: 12px;
	line-height: 20px;
	margin-left: 38px;
	margin-top: 10px;
	display: block;
}

body.dsk_client .sk_test_choices label > span{
	color:#191919;
	font-family: 'AvenirLTSBook' ,Arial;
	font-size: 14px;
	line-height:12px;
	margin-left:20px;
	margin-top:5px;
	display:block;
}


body.dsk_client .sk_test_choices label > span {
  color: #191919;
  display: block;
  font-family: "AvenirLTSBook",Arial;
  font-size: 14px;
  line-height: 12px;
  margin-left: 20px;
  margin-top: 5px;
}


.sk_test_choices label span span.sk_test_mob_notes {
	margin:0;
	padding:0;
	cursor:pointer;
	border:none !important;
	display:inline-block;
	float: right;
	width: 25px;
	height: 25px;
	margin-right: 25px;
	background: url('../dg_img/skincare/the_test/info.png') center center no-repeat;
	background-size: contain;
}

body.dsk_client .sk_test_choices label span span.sk_test_mob_notes {display:none;}

.sk_test_choice_spacer { height:40px; }

.sk_test_choice_caption {
	display:none;
	width:200px;
	/*height:115px;*/
	height:129px;
	height:190px;
	position:absolute;
	z-index:5;
	top:50%;
	right:0;
	margin-top:-78px;
	margin-top:-110px;
	margin-right:0;
	background-color:#f5f5f5;
	/*padding:34px 15px 20px 15px;*/
	padding:20px 15px 20px 15px;
	visibility:hidden;
}
body.dsk_client .sk_test_choice_caption {visibility:visible;}

.sk_test_choice_caption p{
	color:#191919;
	opacity:0.8;
	font-family: 'AvenirLTSBook' ,Arial;
	font-size: 12px;
	line-height:13px;
	text-align:left;
	margin:0;
	padding:0;
}
div.sk_test_choice_line { position:relative; /*margin-bottom: 10px;*/ margin-bottom:15px; }
div.sk_test_choice_caption_line {
	position: absolute;
	top: 50%;
	width: 7px;
	height: 1px;
	background: #000;
	left: 0;
}

body.dsk_client div.sk_test_choice_line:hover label > span, 
body.dsk_client div.sk_test_choice_line.over label > span {
	border-bottom: 1px solid #000;
	margin-bottom:-1px;
}
/*
body.dsk_client div.sk_test_choice_line:hover .sk_test_choice_caption{ display:block; }
*/

.sk_test_button, #sk_test_submit_button {
	background:#f5f5f5;
	width:176px;
	height:45px;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-88px;
	cursor:pointer;
}
.sk_test_button span, #sk_test_submit_button span {
	display:block;
	font-family: 'Futura' , Arial;
	font-size: 14px;
	line-height: 14px;
	color: #787878;
	padding-top: 16px;
	cursor:pointer;
	letter-spacing: 1px;
}


#sk_test_submit_button {
	background:#fff; 
	border: 2px solid #a98c5b;
}

#sk_test_submit_button span {	
	color: #a98c5b;
}


#sk_test_reset_button.sk_test_button { text-decoration:underline; }

.sk_test_button:hover { width:174px; height:43px; border:1px solid #d1d1d1; }
.sk_test_button:hover span { padding-top: 15px; }
#sk_test_reset_button.sk_test_button:hover { width:176px; height:45px; border:none; }
#sk_test_reset_button.sk_test_button:hover span { padding-top: 16px; }

.sk_test_button.disabled { opacity:0.75; cursor:default; }
.sk_test_button.disabled:hover { width:176px; height:45px; border:none; }
.sk_back_button { 
	position:absolute;
	bottom:0px;
	left:0px;
	height:20px;
	width:70px;
	text-align:left;
	cursor:pointer;
	opacity:0.6;
}
.sk_back_button span { line-height:20px; vertical-align:middle; font-size:12px;}
#sk_test_reset_button.sk_test_button {
	position:relative;
	top: inherit;
	left: inherit;
	margin: 0 auto;
	background:none;
}


.sk_test_choices.opt_count_2 form { margin-top:27%; }
.sk_test_choices.opt_count_3 form { margin-top: 21.5%; }
.sk_test_choices.opt_count_4 form { margin-top: 19%; }
.sk_test_choices.opt_count_6 form { margin-top: 17%; }
.sk_test_choices.opt_count_7 form { margin-top: 14%; }
.sk_test_choices.opt_count_10 form { margin-top: 7%; }
/*#test_question_3 .sk_test_title ,
#test_question_4 .sk_test_title {
	height: 40px;
	margin-top: -20px;
}
*/



#the_sk_test #sk_test_result_subtitle {
	padding:20px 0 25px 0;
	max-width:460px;
	margin:0 auto;
	text-align:center;
	color:#595959;
	font-family: 'AvenirLTSBook' ,Arial;
	font-size: 14px;
	line-height: 18px;
}
#the_sk_test #sk_test_result_subtitle span {}

#sk_test_solcial_wrapper {
	max-width:150px;
	margin:10px auto;
	height:15px;
	text-align:center;
}
#sk_test_solcial_wrapper a {
	display:inline-block;
	width:15px;
	height:14px;
	background-image:url('../dg_img/skincare/the_test/socialtest.png');
	background-repeat:no-repeat;
	opacity:0.3;
	margin-left: 15px;
	transition: opacity 0.3s ease;
}
#sk_test_solcial_wrapper a#sk_t_fb {
    background-position: 4px 0px;
	margin-left: 0px;
}
#sk_test_solcial_wrapper a#sk_t_tw {
    background-position: -32px 0px;
}
#sk_test_solcial_wrapper a#sk_t_gp {
    background-position: -64px 0px;
}
#sk_test_solcial_wrapper a#sk_t_pt {
    background-position: -99px 0px;
}
#sk_test_solcial_wrapper a#sk_t_email {
    background-position: -134px 0px;
    width: 17px;
}
#sk_test_solcial_wrapper a:hover { opacity:0.8; }


.sk_test_result {
	display: inline-block;
	width: 170px;
	height: 310px;
/*	
	width:203px;
	height:230px;
	padding:0px 15px 15px 15px;
*/	
	margin:0;
	padding:0px 35px 15px 35px;
	vertical-align:top;
	position:relative;
}


.sk_test_result a {
	display:block;
	color:#404040;
}
.sk_test_result_title_top {
	color:#a98c5b;
	font-family: 'FuturaBT-Book';
	font-size: 12px;
	line-height: 12px;
	margin-bottom:12px;
	text-transform:uppercase;
}
.sk_test_result_image {
	position:relative;
}
.sk_test_result_image img {
/*	width:170px;
	margin-left:-85px;
	*/
	width:150px;
	margin: 0 auto;

}
.sk_test_result_image_top {
	width:170px;
	background-image:url('../dg_img/skincare/the_test/test_image_top_bottom_border.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:13px;
	margin: 0 auto;
}
.sk_test_result_image_bottom {
	width:170px;
	background-image:url('../dg_img/skincare/the_test/test_image_top_bottom_border.png');
	background-position:0px -47px;
	background-repeat:no-repeat;
	height:13px;
}
.sk_test_result_image_bottom_line {
	width:70px;
	opacity:0;
	height:5px;
	margin: 3px auto 10px auto;
}

.sk_test_result.product-type-essential .sk_test_result_image_bottom_line {
	background-color:#dcdcdc;
}
.sk_test_result.product-type-aurealux .sk_test_result_image_bottom_line {
	background-color:#dfd3b2;
}

.sk_test_result_title_bottom {
	color:#404040;
	font-family: 'Futura' , Arial;
	font-size: 16px;
	line-height: 16px;
	width:100%;
	margin: 0 auto;
	text-transform:uppercase;
}

.sk_test_reult_product_separator {
	background:url('../dg_img/skincare/the_test/test_separator_arrow.png') center center no-repeat;
	width:40px;
	height: 245px;
	height: 315px;
	vertical-align: middle;
	display:inline-block;
}
#the_sk_test .sk_test_reult_product_separator:last-child { display:none !important; visibility:hidden !important; }

.sk_test_result:hover .sk_test_result_title_bottom {
	text-decoration:underline;
}
.sk_test_result:hover {}
.sk_test_result:hover .sk_test_result_image {
	border:1px solid #4b4b4b;
	margin-top: -1px;
}
.sk_test_result:hover .sk_test_result_image_bottom ,
.sk_test_result:hover .sk_test_result_image_top{ background:none;}
/*
.sk_test_result:hover .sk_test_result_image_top {
	background-position:0px -14px;
}
.sk_test_result:hover .sk_test_result_image_bottom {
	background-position:0px -33px;
}
.sk_test_result:hover .sk_test_result_image img {
	padding:0 9px;
	border-left:1px solid #4b4b4b;
	border-right:1px solid #4b4b4b;
}
*/
.sk_test_result:hover .sk_test_result_image_bottom_line {
	opacity:1;
}





/* PROGRESS BAR */
#sk_test_time_line {
	padding-top: 70px;
	width: 93.5%;
	margin: 0 auto;
}
#sk_test_time_line .sk_time_line_line {
	/*height:1px;
	background-color:#9a9a9a;
	*/
	height:3px;
	background:url('../dg_img/skincare/the_test/testLine.png') right center no-repeat;

	float:left;
	width:25%;
	position:relative;
}
#sk_test_time_line #sk_time_line_line_1 ,
#sk_test_time_line #sk_time_line_last { width:12.5%; }
#sk_test_time_line #sk_time_line_last { 
	background-color:none;
	height:3px;
	background:url('../dg_img/skincare/the_test/testLastEnd.png') right center no-repeat;
}
#sk_test_time_line .sk_time_line_number {
	display:block;
	position:absolute;
	width:25px;
	height:25px;
	top: -35px;
	right: 2px;
	text-align: right;
	cursor:default;
	opacity:0.7;
	color:#333333;
	line-height: 20px;
	font-size: 20px;
}
#sk_test_time_line .sk_time_line_positiontag {
	display:none;
	position:absolute;
	width:14px;
	height:14px;
	border:1px solid #9a9a9a;
	top: -7px;
	right: 0px;
	background:url('../dg_img/skincare/the_test/positiontag.png') center center no-repeat #f5f5f5;
	background-size: cover;
}

#sk_test_time_line .sk_time_line_line.current .sk_time_line_positiontag {
	display: block;
}
#sk_test_time_line .sk_time_line_line.done {
	height: 3px;
	/*margin-top: -1px;*/
	background:url('../dg_img/skincare/the_test/testLineDone.png') right center no-repeat;

}
#sk_test_time_line .sk_time_line_line.done .sk_time_line_number {
	color: #a98c5b;
	opacity:1;
}
#sk_test_time_line .sk_time_line_line.done.current .sk_time_line_number {
	color:#333333;
}
/* END PROGRESS BAR */




/* TOP BAR */
#sk_test_top_bar { 
	position:relative;
	overflow:hidden;
}
.top_shadow_wrapper {
	background:url('../dg_img/skincare/sk_shadow_top_to_bottom.png') center top no-repeat;
	background-size:contain;
	padding:15px 0 0 0;
}
.bottom_shadow_wrapper {
	background:url('../dg_img/skincare/sk_shadow_bottom_to_top.png') center 101% no-repeat;
	background-size:contain;
	padding:0 0 15px 0;
}
#sk_test_top_bar #sk_test_top_bar_wrapper { 
	height:85px;
	background:#ffffff;
	outline:#dfd3b2 solid 3px;
	margin:3px;
	padding: 0 12px;
}
body.page-template-templatespage-skincare-essential-single-php #sk_test_top_bar #sk_test_top_bar_wrapper { 
	outline:#d2dcdd solid 3px;
}
#sk_test_top_bar #sk_test_top_bar_title { 
	float:left;
	height:100%;
	/*width:185px;*/
	width: 16.2%;
	position:relative;
}
#sk_test_top_bar #sk_test_top_bar_title span {
	font-family: 'FuturaBT-Book';
	font-size: 12px;
	line-height: 12px;
	color:#404040;
	position: absolute;
	height: 24px;
	top: 50%;
	left:0;
	margin-top: -12px;
}
#sk_test_top_bar #sk_test_top_bar_link {
	float:left;
	height:100%;
	/*width:185px;*/
	width: 16.2%;
	position:relative;
}
#sk_test_top_bar #sk_test_top_bar_link a {
	display:block;
	text-align:right;
	font-family: 'FuturaBT-Book';
	font-size: 10px;
	line-height: 10px;
	color:#404040;
	position: absolute;
	height: 10px;
	top: 50%;
	right: 0;
	margin-top: -5px;
	opacity: 0.65;
}

#sk_test_top_bar #sk_test_top_bar_timeline {
	float:left;
	height:100%;
	/*width:770px;*/
	width: 67.6%;
	position:relative;
}

#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_the_line {
	position:absolute;
	z-index:5;
	width:100%;
	height:4px;
	top:50%;
	left:0;
	margin-top:-2px;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_the_line .sk_test_the_line_center {
	height:100%;
	width:100%;
	background:url('../dg_img/skincare/the_test/time_line_line.png') center repeat-x;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_the_line .sk_test_the_line_side_l {
	height:100%;
	width:1px;
	float:left;
	background:url('../dg_img/skincare/the_test/time_line_border.png') center left no-repeat;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_the_line .sk_test_the_line_side_r {
	height:100%;
	width:1px;
	float: right;
	background:url('../dg_img/skincare/the_test/time_line_border.png') center left no-repeat;
}
#sk_test_top_bar #sk_test_top_bar_timeline #sk_test_top_bar_products {
	position:absolute;
	z-index:10;
	width:92%;
	padding: 2.1% 4%;
	height: 63%;
	top:0;
	left:0;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product {
	float:left;
	height:53px;
	width: 19%;
	margin-right: 8%;
	text-align:center;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product:last-child {margin-right:0px;}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product a {
	color:#404040;
	display:block;
	text-transform:uppercase;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product .sk_test_top_bar_product_number {
	height:25px;
	font-family: 'FuturaBT-Book';
	font-size: 12px;
	line-height: 25px;
	color:#a98c5b;
	vertical-align:baseline;
	letter-spacing: 1px;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product .sk_test_top_bar_product_square {
	background:url('../dg_img/skincare/the_test/positiontag_topbar.png') center no-repeat;
	height:5px;
	width:100%;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product .sk_test_top_bar_product_title { 
	height:25px;
	opacity:0.8;
	font-family: 'Futura' , Arial;
	font-size: 10px;
	line-height: 25px;
	letter-spacing: 1px;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product:hover .sk_test_top_bar_product_title,
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product.current .sk_test_top_bar_product_title { opacity:1; }

#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product.current {
	border: 1px solid #9a9a9a;
	width: 18.7%;
	cursor: default;
	background-color:#fff;
}
#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product.current a {
	color:#404040;
	cursor: default;
}


#sk_test_top_bar .total_res_3 #sk_test_top_bar_timeline {
	width: 52.6%;
}
#sk_test_top_bar .total_res_3 #sk_test_top_bar_title ,
#sk_test_top_bar .total_res_3 #sk_test_top_bar_link {
	width: 23.7%;
}
#sk_test_top_bar .total_res_3 #sk_test_top_bar_timeline #sk_test_top_bar_products {
	padding: 2.6% 4%;
}
#sk_test_top_bar .total_res_3 #sk_test_top_bar_timeline .sk_test_top_bar_product.current {
	width: 27.5%;
}
#sk_test_top_bar .total_res_3 #sk_test_top_bar_timeline .sk_test_top_bar_product {
	width: 28%;
}

/* END TOP BAR */








/*OVERLAY POPUP */

#sk_test_caption_popup {
	display:none;
	position:fixed;
	z-index:999999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:#a0a0a0;*/
	background:rgba(160,160,160,0.99);
}
#sk_test_caption_popup_wrapper {
	position:relative;
	height:100%;
}

#sk_test_caption_popup_close {
	float: right;
	display:block;
	width:25px;
	height:25px;
	margin-right:25px;
	margin-top:25px;
	background: url('../dg_img/skincare/the_test/closePopup.png') center center no-repeat;
	background-size:100%;
	opacity:0.7;
	cursor:pointer;
}
#sk_test_caption_popup_content {
	position:absolute;
	top:50%;
	left:0;
	padding:0 10%;
	font-size: 23px;
	line-height: 30px;
}
#sk_test_caption_popup_content h2 {	
	color:#1d1d1d;
	margin:0 0 25px 0 !important;
	font-family: 'AvenirLTSBook' ,Arial;
	font-size:15px;
	line-height:15px;
}
#sk_test_caption_popup_content p {
	font-family: 'AvenirLTSBook' ,Arial;
	font-size:12px;
	line-height:16px;
}

/*END OVERLAY POPUP */







@media (max-width: 1200px){
	
	div.sk_test_product_wrap ,
	.sk_test_product_numeration { 
		width: 190px;
		padding:0 0 18px 0;
	}
	div.sk_test_product {
		height: 120px;
		width: 155px;
		padding:0px 5px 15px 5px;
	}
	.sk_test_choices { left:5px; }
	.sk_test_title {
		font-size: 12px;
		line-height: 12px;
		margin: -5px 0 0 0;
		left:5px;
	}
	.sk_test_title.two_lines {
		height: 40px;
		margin-top: -20px;
		line-height: 20px;
		font-size: 15px;
	}
	.sk_test_title.three_lines {
		height: 60px;
		margin-top: -30px;
		line-height: 20px;
		font-size: 15px;
	}
	.sk_test_choices input { margin-right: 0px; }
	.sk_test_choices label {
		font-size: 10px;
		line-height: 10px;
	}
	.sk_test_product_numeration span {
		font-size: 14px;
		line-height: 14px;
	}
	.sk_test_choice_caption{ width:145px;}
	
	#sk_test_time_line { width: 95.5%; }


	#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product { margin-right: 7.8%; }
	#sk_test_top_bar #sk_test_top_bar_timeline #sk_test_top_bar_products { padding: 2.6% 4%; }
	#sk_test_top_bar .total_res_3 #sk_test_top_bar_timeline #sk_test_top_bar_products {	padding: 3.4% 4%; }
	
	#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product .sk_test_top_bar_product_number {font-size:9px;}
	#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product .sk_test_top_bar_product_title {font-size:8px;}
	
	#sk_test_b1 { width: 27.5%; }
	#sk_test_b2 { width: 48.5%; }
	#sk_test_b3 { width:24%;  }
	.sk_test_choices.opt_count_4 form { margin-top: 24%; }
	.sk_test_choices.opt_count_6 form { margin-top: 18%; }
	.sk_test_choices.opt_count_2 form { margin-top: 30%; }
	/*
	#test_question_3 .sk_test_title, 
	#test_question_4 .sk_test_title { margin-top:-10px; }
	*/
	.sk_test_button { width:140px; margin-left: -70px; }
	.sk_test_button:hover { width:139px; }
	
.sk_test_result {
	width: 130px;
	height: 270px;
	padding: 0px 15px 15px 15px;
}
.sk_test_reult_product_separator {
	width: 20px;
	height: 210px;
}
.sk_test_result_image_top {
	width: 130px;
	height: 10px;
	background-size: 100%;
}
.sk_test_result_image_bottom {
	width: 130px;
	height: 10px;
	background-size: 100%;
	background-position: 0px -36px;
}
.sk_test_result_image img {	width: 114px; }
.sk_test_result:hover .sk_test_result_image img { padding: 0 7px;}
/*
.sk_test_result:hover .sk_test_result_image_top { background-position: 0px -10px; }
.sk_test_result:hover .sk_test_result_image_bottom { background-position: 0px -25px; top: 123px; }
*/


#sk_test_cornice_top ,
#sk_test_cornice_bottom{ background-size: auto; }
#sk_test_cornice_left ,
#sk_test_cornice_right {}

}


@media (max-width: 979px) {

	div.sk_test_product_wrap {
		width: 50%;
		float:left;
		padding:0;
		margin-bottom: 25px;
	}
	.sk_test_product_separator { display:none; }
	
	.sk_test_product_numeration {
		width: 235px;
		padding:0 0 25px 0;
	}
	div.sk_test_product {
		height: 138px;
		width: 203px;
		padding: 0px 15px 15px 15px;
	}
	.sk_test_product_numeration span {
		font-size: 18px;
		line-height: 18px;
	}
	.sk_test_choices {
		left: 15px;
	}
	.sk_test_choices input {
		margin-right: 10px;
	}
	
	.sk_test_choices label {
		font-size: 12px;
		line-height: 12px;
	}	

	#sk_test_top_bar #sk_test_top_bar_title span { font-size: 10px; }
	#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product { margin-right: 3.5%; width: 22.3%; }
	#sk_test_top_bar #sk_test_top_bar_timeline .sk_test_top_bar_product.current { width: 22.1%; }	
	#sk_test_top_bar #sk_test_top_bar_timeline #sk_test_top_bar_products { padding: 3.5% 2%; }
	#sk_test_top_bar .total_res_3 #sk_test_top_bar_timeline #sk_test_top_bar_products { padding: 4.4% 4%; }
	#sk_test_top_bar .total_res_3 #sk_test_top_bar_timeline .sk_test_top_bar_product.current { width: 29.1%; }
	#sk_test_top_bar .total_res_3 #sk_test_top_bar_timeline .sk_test_top_bar_product { width: 31.3%; }
	
	.sk_test_button { width:130px; margin-left: -65px; }
	.sk_test_button:hover { width:129px; }
	div.sk_test_question {
		padding: 35px 20px;
		width: 91%;
	}

/*	
	#test_question_4 .sk_test_title { margin-top: -15px; }
*/

	.sk_test_title.two_lines {
		height: 28px;
		margin-top: -14px;
		line-height: 15px;
		font-size: 12px;
	}
	.sk_test_title.three_lines {
		height: 60px;
		margin-top: -30px;
		line-height: 15px;
		font-size: 12px;
	}

	.sk_test_choice_caption {
		width: 155px;
		padding: 25px 10px 10px 10px;
		/*height: 134px;*/
	}
	body.dsk_client .sk_test_choices label > span {font-size:12px;}
	
	.sk_test_choices.opt_count_4 form { margin-top: 28%; }
	.sk_test_choices.opt_count_6 form { margin-top: 21%; }
	.sk_test_choices.opt_count_2 form { margin-top: 35%; }
	.sk_test_choices.opt_count_7 form { margin-top: 18%; }
	#sk_test_b1 { width: 24.5%; }
	#sk_test_b2 { width: 49.5%; }
	#sk_test_b3 { width:26%;  }
	
	
	.sk_test_result {
		width: 115px;
		height: 255px;
		padding: 0px 15px 15px 15px;
	}
	.sk_test_reult_product_separator {
		width: 20px;
		height: 210px;
	}
	.sk_test_result_image_top {
		width: 115px;
		height: 8px;
		background-size: 100%;
	}
	.sk_test_result_image_bottom {
		width: 115px;
		height: 8px;
		background-size: 100%;
		background-position: 0px -32px;
	}
	.sk_test_result_image img {
		width: 95px;
	}
	.sk_test_result:hover .sk_test_result_image img { padding: 0 9px;}
}

@media (max-width: 768px){}

	
@media (max-width: 680px){}
@media (max-width: 580px){}



