#side{
	z-index: 5;
}
.vectorSurvey{
	-webkit-font-smoothing: antialiased;
}
.vectorSurvey .vectorBase{
	position: relative;
	/*width: 80px;*/
	width: 150px;
	height: 80px;
	background-color: #ff284c;
	border-radius: 32px;

	-webkit-transition : width 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550), background-color 0.3s linear;
	transition : width 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550), background-color 0.3s linear;
}
.vectorSurvey .vectorBase .vectorQHole{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 0px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -40px;
	z-index: 1;
	background-image: url(../images/qhole.png);
	background-position: -560px 0px;
}
.vectorSurvey .vectorBase:after{
	content: "";
	display: block;
	width: 17px;
	height: 24px;
	background-color: #ff284c;
	border-radius: 5px;
	position: absolute;
	right: 4px;
	bottom: 0px;

	-webkit-transition : background-color 0.3s linear;
	transition : background-color 0.3s linear;

	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);

	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%;
}
.vectorSurvey .vectorQuestion{
	position: relative;
	width: auto;
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 17px 0 15px 4px;
	z-index: 3;
	visibility: visible;
	opacity: 1;

	-webkit-transition : opacity 0.5s linear 0.9s;
	transition : opacity 0.5s linear 0.9s;
}
.vectorSurvey .vectorChoice{
	position: absolute;
	right: -110px;
	top: -30px;
	visibility: visible;
	opacity: 1;
	width: auto;
	height: auto;
	overflow: visible;
}
.vectorSurvey .vectorChoice li{
	position: relative;
	width: 100px;
	height: 19px;
	margin: 0 0 5px 0;

}
.vectorSurvey .vectorChoice li .vectorResult{
	display: none;
	position: absolute;
	left: 101px;
	top: 0px;
	width: 0px;
	height: 19px;
	padding-right: 46px;
}
.vectorSurvey .vectorChoice li .vectorResult .bar{
	display: block;
	width: 100%;
	height: 19px;
	background-color: #ff284c;
}
.vectorSurvey .vectorChoice li .vectorResult .score{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 42px;
	padding-left: 4px;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	color: #ff284c;
}
.vectorSurvey .vectorChoice li a{
	display: block;
	width: 100px;
	height: 19px;
	background-image: url(../images/vector_selection.png);
	background-size: 300px 114px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.vectorSurvey .vectorChoice li a.disable{
	cursor: default;
}

.vectorSurvey .vectorChoice li.choice_5 a{
	background-position: 0px  -0px;
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.55s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.55s;
}
.vectorSurvey .vectorChoice li.choice_5 a:hover{
	background-position: -100px -0px;
}
.vectorSurvey.voted .vectorChoice li.choice_5 a,
.vectorSurvey.done .vectorChoice li.choice_5 a,
.vectorSurvey .vectorChoice.selected li.choice_5 a{
	background-position: -100px -0px;
}
.vectorSurvey .vectorChoice li.choice_4 a{
	background-position: 0px -19px;
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.6s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.6s;
}
.vectorSurvey .vectorChoice li.choice_4 a:hover{
	background-position: -100px -19px;
}
.vectorSurvey.voted .vectorChoice li.choice_4 a,
.vectorSurvey.done .vectorChoice li.choice_4 a,
.vectorSurvey .vectorChoice.selected li.choice_4 a{
	background-position: -100px -19px;
}
.vectorSurvey .vectorChoice li.choice_3 a{
	background-position: 0px -38px;
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.65s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.65s;
}
.vectorSurvey .vectorChoice li.choice_3 a:hover{
	background-position: -100px -38px;
}
.vectorSurvey.voted .vectorChoice li.choice_3 a,
.vectorSurvey.done .vectorChoice li.choice_3 a,
.vectorSurvey .vectorChoice.selected li.choice_3 a{
	background-position: -100px -38px;
}
.vectorSurvey .vectorChoice li.choice_2 a{
	background-position: 0px -57px;
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.7s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.7s;
}
.vectorSurvey .vectorChoice li.choice_2 a:hover{
	background-position: -100px -57px;
}
.vectorSurvey.voted .vectorChoice li.choice_2 a,
.vectorSurvey.done .vectorChoice li.choice_2 a,
.vectorSurvey .vectorChoice.selected li.choice_2 a{
	background-position: -100px -57px;
}
.vectorSurvey .vectorChoice li.choice_1 a{
	background-position: 0px -76px;
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.75s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.75s;
}
.vectorSurvey .vectorChoice li.choice_1 a:hover{
	background-position: -100px -76px;
}
.vectorSurvey.voted .vectorChoice li.choice_1 a,
.vectorSurvey.done .vectorChoice li.choice_1 a,
.vectorSurvey .vectorChoice.selected li.choice_1 a{
	background-position: -100px -76px;
}
.vectorSurvey .vectorChoice li.choice_0 a{
	background-position: 0px -95px;
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.8s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.8s;
}
.vectorSurvey .vectorChoice li.choice_0 a:hover{
	background-position: -100px -95px;
}
.vectorSurvey.voted .vectorChoice li.choice_0 a,
.vectorSurvey.done .vectorChoice li.choice_0 a,
.vectorSurvey .vectorChoice.selected li.choice_0 a{
	background-position: -100px -95px;
}

.vectorSurvey .vectorBase .vectorMore{
	display: block;
	width: 193px;
	height: 16px;
	overflow: hidden;
	text-indent: 400%;
	white-space: nowrap;
	background-image: url(../images/vector_more.png);
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 130px;
	visibility: visible;
	opacity: 1;
	transition : opacity 0.2s linear 1.1s;
}
.vectorSurvey .vectorBase .vectorMore:hover{
	background-position: left bottom;
}


.vectorSurvey.close .vectorBase{
	width: 80px;
	background-color: #000;
	
}
.vectorSurvey.close .vectorBase:after{
	background-color: #000;
}
.vectorSurvey.close .vectorBase .vectorQuestion{
	visibility: hidden;
	opacity: 0;
}
.vectorSurvey.close .vectorChoice{
	visibility: hidden;
	opacity: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.vectorSurvey.close .vectorChoice li a{
	width: 0px;
}

.vectorSurvey.close .vectorBase .vectorMore,
.vectorSurvey:not(.voted, .done) .vectorBase .vectorMore{
	width: 0px;
	height: 0px;
	visibility: hidden;
	opacity: 0;
}

.vectorSurvey.notYet .vectorBase .vectorChoice{
	display: none !important;
	height: 0px !important;
	overflow: hidden !important;
}



/**
 * index #side
 */
#side .vectorSurvey{
	position: absolute;
	left: 0px;
	top: 40px;
	
}
#side  .vectorBase .vectorQHole{
	background-position: 0px 0px;
}

/**
 * single #container
 */
#container .vectorSurvey{
	margin: 60px 0 85px;
}

/**
 * single header .small
 */
header{
	position: relative;
		z-index: 10;
}
header .small.noSurvey{
	width: 312px !important;
	left: 542px;
	overflow: visible;
}
header .small.noSurvey .vectorBtn{
	float: left;
	margin: 0 5px 0 0;
	width: 34px;
	height: 34px;
	overflow: hidden;
	zoom: 1;
}
header .small.noSurvey .vectorBtn a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 34px;
	height: 34px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/vector_survey_q_small_btn.png);
	background-position: 0px 0px;
}
header .small.noSurvey .vectorBtn a:hover{
	background-position: -34px 0px;
}
header .small.hasSurvey{
	width: 430px !important;
	left: 452px;
	overflow: visible;
}
header .small.hasSurvey .vectorSurvey{
	display: block;
	width: 156px;
	height: 34px;
	float: left;
}
header .small.hasSurvey .vectorSurvey .vectorBase{
	padding-left: 40px;
	width: 118px;
	height: 34px;
	background-color: transparent;
	border-radius: 0px;
}
header .small.hasSurvey .vectorSurvey .vectorBase .vectorQHole{
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 0px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	z-index: 1;
	background-image: url(../images/vector_survey_q_small.png);
	background-position: 0px 0px;
}
header .small.hasSurvey .vectorSurvey .vectorBase:after{
	display: none;
}
header .small.hasSurvey .vectorSurvey .vectorBase .vectorQuestion{
	width: auto;
	height: auto;
	padding: 2px 0 0 0;
	color: #ff284c;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
header .small.hasSurvey .vectorSurvey .vectorBase .vectorChoice{
	position: relative;
	right: auto;
	top: auto;
	padding-top: 6px;
	height: 0px;
	overflow: hidden;
}
header .small.hasSurvey .vectorSurvey .vectorBase .vectorChoice li a{
	width: 0px;
	-webkit-transition-duration : 0s;
	transition-duration : 0s;
	-webkit-transition-delay : 0s;
	transition-delay : 0s;
}
header .small.hasSurvey .vectorSurvey .vectorBase .vectorChoice li.choice_5 a,
header .small.hasSurvey .vectorSurvey .vectorBase .vectorChoice li.choice_4 a,
header .small.hasSurvey .vectorSurvey .vectorBase .vectorChoice li.choice_3 a,
header .small.hasSurvey .vectorSurvey .vectorBase .vectorChoice li.choice_2 a,
header .small.hasSurvey .vectorSurvey .vectorBase .vectorChoice li.choice_1 a,
header .small.hasSurvey .vectorSurvey .vectorBase .vectorChoice li.choice_0 a,
header .small.hasSurvey .vectorSurvey.done:hover .vectorBase .vectorChoice li.choice_5 a,
header .small.hasSurvey .vectorSurvey.done:hover .vectorBase .vectorChoice li.choice_4 a,
header .small.hasSurvey .vectorSurvey.done:hover .vectorBase .vectorChoice li.choice_3 a,
header .small.hasSurvey .vectorSurvey.done:hover .vectorBase .vectorChoice li.choice_2 a,
header .small.hasSurvey .vectorSurvey.done:hover .vectorBase .vectorChoice li.choice_1 a,
header .small.hasSurvey .vectorSurvey.done:hover .vectorBase .vectorChoice li.choice_0 a,
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice.selected li.choice_5 a,
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice.selected li.choice_4 a,
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice.selected li.choice_3 a,
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice.selected li.choice_2 a,
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice.selected li.choice_1 a,
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice.selected li.choice_0 a{
	-webkit-transition : width 0s linear 0s;
	transition : width 0s linear 0s;
}
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice li.choice_5 a{
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.05s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.05s;
}
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice li.choice_4 a{
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.1s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.1s;
}
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice li.choice_3 a{
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.15s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.15s;
}
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice li.choice_2 a{
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.2s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.2s;
}
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice li.choice_1 a{
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.25s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.25s;
}
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice li.choice_0 a{
	-webkit-transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.3s;
	transition : width 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.3s;
}
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice{
	height: auto;
	overflow: visible;
	padding-bottom: 20px;
}
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorChoice li a{
	width: 100px;
}
header .small.hasSurvey .vectorSurvey .vectorBase .vectorMore{
	display: none;
	left: 38px;
	top: 198px;
}
header .small.hasSurvey .vectorSurvey:hover .vectorBase .vectorMore{
	display: block;
}


