@charset "utf-8";
/* CSS Document */
body{
		margin:0;
	padding:0;
}
#instant-survey-container{
	position:relative;
	width:1280px;
	height:720px;
	margin:0;
	padding:0;
	background:none!important;
	display:none;
	}
	
#instant-survey{
	position:absolute;
	width:945px;
	height:480px;
	top:93px;
	left:141px;
	background:rgba(255,255,255,0.95);
	}
#instant-question{
	width:765px;
	float:left;
	}
#instant-question.instant-survey-last_page{
	width:765px;
	float:none!important;
	text-align:center!important;
	margin:0 auto!important;
	}
#instant-survey h1{
    font-family: 'Montserrat-Regular';
	font-weight: normal;
    font-size: 14pt;
    padding: 0px 0 5px 0;
    float: left;
	padding: 0;
    color: #948989;
	margin:0;
	
	}
.instant-survey-last_page h1{
    font-family: 'Montserrat-Regular';
	font-weight: normal;
	font-size:36px!important;
	padding:30px 0 50px 0!important;
	text-align:center!important;
	float:none!Important;
	}

#instant-survey p{
    font-family: 'Montserrat-Regular';
	font-weight: normal;
	font-style:italic;
    font-size: 20px;
    padding: 0px 0 5px 0;
    float: left;
    color: #948989;
	}
.instant-survey-last_page p{
    font-family: 'Montserrat-Regular';
	font-weight: normal;
	font-style:italic;
	font-size:16px;
	padding:10px 0;
	text-align:center!important;
	float:none!Important;

	}


#instant-survey-page-counter{
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-align:center;
	line-height:65px;
	font-size:24px;
	color: #fff;
	padding:0px 0px 0 0;
	margin:0px 10px 0 40px;
	float:left;
	background:#707070;
	width:65px;
	height:65px;
	border-radius:50%;
	
	}
.instant-survey-heading{
	overflow:hidden;
	margin: 50px auto 30px auto;
}

#instant-survey .instant-survey-answers{
	width:330px;
	height:120px;
	margin:0 auto;
	padding:0;
	color: #948989;
	}
#instant-survey .instant-survey-answers ul {
	margin:0 auto;
	list-style:none;
	padding:0;
	margin:0;
}

#instant-survey .instant-survey-answers li {
    line-height:56px;
    font-family: 'Montserrat-Regular';
	font-weight: normal;
	text-align:center;
	float:left;
	width:109px;
		font-size:24px;

	}

#instant-survey-footer {
	position:absolute;
	display:table;
	vertical-align:middle;
	color: #948989;
	bottom:0;
	left:0;
	background:#fff;
	width:100%;
	height:70px;
	text-align:center;
	padding:0;
}

#instant-survey.instant-survey-last_page ul{
	width:360px;
	margin:50px auto 0 auto;
	}

#instant-survey.instant-survey-last_page li{
	width: 350px;
	padding:20px 0;
	text-align: center;
	margin-right: 10px;
	background: #cccdce!important;
	/*border:1px solid #999;*/
	color: #000;	
	-webkit-border-radius:10px;
	opacity:0.8;
	font-size:24px;
	line-height:34px!important;
	margin-bottom:15px;	
}
/*
#instant-survey.instant-survey-last_page li.instant-survey-selected{
	background:#a29061!important;
	color:#fff!important;
	opacity:1;
}
*/

#instant-survey .instant-survey-prev {
	width:40%;
	height:70px;
	text-align:left;
	float:left;
	margin-left:10px;
	padding-left:35px;
	font-size:20px;
	line-height:70px;
    font-family: 'Montserrat-Regular';
	font-weight: normal;
	display:table-cell;
	vertical-align:middle;
	background:url(../images/instant-prev.png) no-repeat left center;
}

#instant-survey .instant-survey-next {
	width:40%;
	height:70px;
	float:right;
	margin-right:10px;
	text-align:right;
	padding-right:35px;
	font-size:20px;
	line-height:70px;
    font-family: 'Montserrat-Regular';
	font-weight: normal;
	display:table-cell;
	vertical-align:middle;
	background:url(../images/instant-next.png) no-repeat right center;

}
	
.instant-survey-rate1, .instant-survey-rate1-selected, .instant-survey-rate2, .instant-survey-rate2-selected, .instant-survey-rate3, .instant-survey-rate3-selected {
    display:inline-block;
    width:71px;
    height:71px;
    margin:4px 10px;
    vertical-align:middle;
    cursor:pointer;
}

.instant-survey-rate1 {
	background: url(../images/1.png) left top no-repeat;
}
.instant-survey-rate1-selected {
    background: url(../images/1-selected.png) left top no-repeat;
}

.instant-survey-rate2 {
	background: url(../images/2.png) left top no-repeat;
}
.instant-survey-rate2-selected {
    background: url(../images/2-selected.png) left top no-repeat;
}

.instant-survey-rate3 {
	background: url(../images/3.png) left top no-repeat;
}
.instant-survey-rate3-selected {
    background: url(../images/3-selected.png) left top no-repeat;
}
