body {
	background-color: #e7e6eb !important;
}

.fruity .text-primary {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    color: #444;
    padding: 22px;
    line-height: 1.25;
}

.fruity .navbar {
	background-color: #473b68;
}

.fruity .navbar a.animate::after {
	content: normal;
}

.logo-container h2 {
	background-color: #473b68;
	color: #fff;
	margin: 20px 0 20px 50px;
	font-size: 22px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #f6863a !important;
}

.fruity .progress-bar {
	background-color: #80006d;
}

.fruity .well {
	border-radius: 0;
}

.group-title {
	color: #473b68;
}

.question-container {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
    border: 0 !important;
}

.question-title-container, .question-valid-container {
    background: rgba(95,85,122,1);
    background: -moz-linear-gradient(left, rgba(95,85,122,1) 0%, rgba(128,0,109,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(95,85,122,1)), color-stop(100%, rgba(128,0,109,1)));
    background: -webkit-linear-gradient(left, rgba(95,85,122,1) 0%, rgba(128,0,109,1) 100%);
    background: -o-linear-gradient(left, rgba(95,85,122,1) 0%, rgba(128,0,109,1) 100%);
    background: -ms-linear-gradient(left, rgba(95,85,122,1) 0%, rgba(128,0,109,1) 100%);
    background: linear-gradient(to right, rgba(95,85,122,1) 0%, rgba(128,0,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f557a', endColorstr='#80006d', GradientType=1 );
}

.ls-label-question {
	font-size: 19px;
	color: #fff;
}

.form-control {
	border-radius: 0;
}

.fruity .text-info {
	color: #473b68;
	margin-bottom: 25px;
}

.fruity .survey-description.text-info {
	color: #473b68;
}

.fruity .btn-primary {
	background-color: #473b68;
	border-color: #473b68;
}

.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
	background-color: #302453;
	border-color: #302453;
}

.ls-question-help, .ls-questionhelp {
	margin-bottom: 10px;
}

.navbar-header {
	background-color: #473b68;
}

.fruity .navbar-toggle {
	border-color: #fff;
}

.fruity .navbar-toggle .icon-bar {
	background-color: #fff;
}

.fruity .navbar-toggle {
	background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.fruity .btn-default {
	color: #f6863a;
	border-color: #f6863a;
}

.fruity .btn-default:hover, .fruity .btn-default:focus {
	color: #9d460b;
	border-color: #9d460b;
}

.fruity a {
	color: #f6863a;
}

.fruity a:hover, .fruity a:focus {
	color: #9d460b;
	text-decoration: none;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
}

/************************************* Media queries ********************************************/

@media (max-width: 767px) {
	.container {
		margin-right: 15px;
		margin-left: 15px;
	}
}