body {
	font-family: 'lato';
	font-size: 14px;
	font-weight: 400;
	background-color: #E1E1E1;
}

html {
	touch-action: manipulation;
}

.page-header {
	margin:0;
	color: #fff;
	padding-left:15px;
	padding-bottom: 0;
	border-bottom: 0;
	line-height: inherit;
	font-size:19px
}

#adminbody hr,
#adminbody .table th {
	border-bottom: 1px solid #000;
}

#adminbody .header {
	margin-top: 50px;
}

.dataTables_wrapper {
	margin-top: 50px;
}

#main #points {
	font-style: italic;
	color: #999;
	margin-top: -1em;
	text-align: center;
}

#next-question {
	background: #7A7A8E;
	font-size: 2em;
	text-align: center;
	margin-top: .25em;
	border-radius: 5px;
	height: 2.5em;
	line-height: 2.5em;
	cursor: pointer;
	color: white;
	text-shadow: 1px 1px #555;
	width: 100%;
	padding: 0;
}

.question-answer {
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 20px;
	height: 3em;
	line-height: 3em;
	text-align: center;
	color: white;
	text-shadow: 1px 1px #555;
	cursor: pointer;
	margin: .25em;
	position: relative;
	width: 95%;
	padding: 0;
}

.question-answer .selected {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: .75em;
	left: .5em;
	display: none;
}

.col-xs-6 {
	padding: 0 5px;
}

[class^="icon-"], [class*=" icon-"] {
	font-size: 20px !important;
}

.icon-circle-left2,
.icon-circle-right2 {
	top: auto !important;
}

.question-answer:hover {
	text-decoration: underline;
	color: white;
}

.question-answer.one {
	background-color: #37AECC;
}
.question-answer.two {
	background-color: #EC583A;
}
.question-answer.three {
	background-color: #5BB12F;
}
.question-answer.four {
	background-color: #FF9900;
}

#score {
	padding-left: 2em;
	font-style: italic;
	color: #999;
}

#search-attendees-form .row {
	margin-top: 5px;
}

#search-attendees,
#clear-search-attendees {
	padding: 0;
	top: 4px;
	height: 24px;
}

#clear-search-attendees {
	height: 26px;
}

.search-bar {
	padding-left: 0;
	padding-right: 5px;
}

#submit-attendee-form {
	margin-right:15px;
	float:right;
}

#clear-attendee-form {
	float:right;
}


#adminbody {
	margin: .5em;
}

#adminbody textarea {
	width: 40em;
}

#adminbody input.answer {
	display: inline-block;
	width: 20em;
	margin-top: .25em;
	margin-left: .5em;
}

#adminbody .chooseans {
	width: 1.5em;
	cursor: pointer;
}

#adminbody #add-question-input {
	position: relative;
	display: none;
	border: 0px none;
}

#save-question {
	position: absolute;
	top: 7em;
	left: 30em;
	cursor: pointer;
}

#adminbody h1 {
	border-bottom: 1px solid #666;
	color: #666;
}

img.up,
img.down,
img.delete {
	cursor: pointer;
}

#stats {
	position: absolute;
	top: 1em;
	right: 1em;
}

#nav-wrapper {
	width: 100%;
	position: absolute;
	bottom: 1em;
}

#nav {
	display: table;
	margin: 0 auto;
}

#nav .nav-btn {
	border: 1px solid #ddd;
	display: inline-block;
	min-height: 1em;
	min-width: 3em;
	text-align: center;
	cursor: pointer;
	margin: 0 .1em;
}

#nav .nav-btn:hover {
	text-decoration: underline;
}

#nav .nav-btn.active {
	color: white;
	background: #0077FF;
}

.award-info {
	height: 160px;
}

.award-info .image {
	height: 100%;
}

.award-info .image img{
	position:relative;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	padding: 10%;
}

.gamepage {
	display: none;
}

.gamepage .question {
	color: #555;
	font-size: 3em;
}

#question-container {
	width: 100%;
	padding: 2em;
}

#game-header {
	padding-left: 0;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	float: none;
}

#q .map {
	margin: 0;
	color: #337ab7;
}

#q {
	padding: 20px;
	padding-top: 0;
}

#q .game-status-icon {
	display: block;
	margin: auto;
	width: 40%;
	margin-top: 15%;
	margin-bottom: 10%;
}

#q .game-status{
	margin: auto;
	width: 100%;
	padding: 10px;
}

#q .location.right,
#q .location.left {
	margin-top: 10%;
}

#q .location-content {
	margin-top:5%;
	padding: 0 30px;
	text-align:justify;
}

#q .location-name {
	font-size: 23px;
	margin: 12% 0 5% 0;
	padding:0 30px;
	font-weight: bold;
	text-align: center;
}

#q .location-description {
	padding: 0 30px;
	text-align:justify;
}

#q .location-tile.locationImage {
	margin-left: -20px;
	margin-right: -20px;
}

#q .location-image {
	width: 100%;
	display: block;
	height:auto;
}

#q .game-message {
	display:inline-block;
	text-align:left;
	font-size:18px;
	padding: 0 10%;
}


#supplier-question .submit-button {
	float: right;
	margin-top: 40px;
	width: 50%;
	padding-right: 5%;
	padding-left: 5%;

}

#supplier-question .error-prompt {
	font-size: 15px;
	padding: 0 3%;
	margin-top: 5%;
}

#supplier-question .question-divider {
	margin-top: 25px;
	margin-bottom: 5px;
}

#q .submit-button.location.left {
	padding-left: 30px;
}

#q .submit-button.location.right {
	padding-right:30px;
}

#q .submit-leader {
	float: right;
	margin-top: 20px;
}

#q #create-leader {
	width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#q .submit-button:focus,
#q #answer-submit:focus {
	outline: 0;
}

#q #answer-submit,
#q #prev-question {
	position: fixed;
	bottom: 65px;
	/*box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	-webkit-box-shadow:  0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
	border-radius: 50%;
	font-size:35px !important;
	color: #000;
	z-index: 900;
}

#q #answer-submit {
	right: 10%;
}

#q #prev-question {
	left: 10%;
}

#supplier-question #supplier-answer-submit  {
	width: 100%;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#q .question-content {
	margin-bottom: 15px;
	padding: 0 25px 0 25px;
	text-align: center;
	font-weight: bold;
	margin-top: 5%;
	font-size: 22px;
}

#q .selected {
	display: none;
}

#supplier-question .question-content {
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0 40px;
	font-weight: bold;
	font-size: 16px;
}

#supplier-question .supplier-attendees {
	float: left;
	padding-left: 25px;
	margin-top: 5px;
}

#supplier-question .modal-body{
	overflow: auto;
}


#supplier-question .submit-button {
	margin-top: 20px;
}

#supplier-question .answer-tile {
	display:table;
	min-height: 40px;
	max-height: 120px;
	padding: 0 5%;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	width: 90%;
	background-color: rgba(0, 176, 171, 0.6);
	margin-left: 5%;
	margin-right: 5%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	overflow: auto;
	color: #fff;
}

.answer-tile p {
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	display:table-cell;
	vertical-align: middle;
}

#supplier-question .answer-tile p {
	margin: 0;
}

#q .confirm-checkbox {
	margin-top: 10%;
	padding-left: 15px;
}

#q .answer-tile {
	display: table;
	min-height: 40px;
	max-height: 120px;
	padding: 0 5%;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	background-color: rgba(0, 176, 171, 0.6);
	overflow: auto;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/*

body:after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url("../images/Hex-Background.png");
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity : 0.2;
	z-index: -1;
}

*/

#q .clicked,
#supplier-question .clicked {
	background-color: #008ed6 !important;
}

#q .profile_name {
	font-size: 16px;
}

#q .pic {
	width: 4em;
	height: 61px;
	border-radius: 5px;
}

#q .profile_link {
	color: #337AB7;
	cursor: pointer;
	display: inline-block;
}

#q .profile_link:hover {
	color: #337AB7;
	text-decoration: underline;
}

#q .team-members {
	margin-top: .8em;
}

.team-members.focus{
	border: 2px solid;
	border-color: #61B329;
	border-radius: 15px;
}

#team-name {
	margin-top: 20px;
}

#team-name input {
	margin-top: 10px;
}

.team-members .title,
.team-members .office {
	font-size: .8em;
}

.lock {
	width: 2em;
	height: 2em;
	cursor: pointer;
	opacity: .2;
}

.lock.active {
	opacity: 1;
	cursor: default;
}

.start {
	width: 2em;
	height: 2em;
	cursor:pointer;
	opacity: .2;
}

.start.active {
	opacity: 1;
	cursor: default;
}

#dotdotdot {
	width: 18px;
	vertical-align: bottom;
	margin-bottom: 2px;
	margin-left: -5px;
}

.question-header {
	font-size: 1.5em;
	color: #888;
	border-bottom: 1px solid #ddd;
	margin-bottom: .25em;
}

.answer-text {
	font-size: 1.5em;
	text-align: center;
	color: #888;
}

.answer-text.correct {
	color: #333;
	font-weight: bold;
}

.answer-text .correct-ans {
	width: 1em;
	margin-right: .25em;
	vertical-align: -3px;
}

.res-container {
	height: 30em;
	border: 1px solid #ddd;
	position: relative;
	margin-left: 5em;
	width: 50%;
	box-shadow: 1px 2px 3px #555;
}

.res-container.correct {
	border: 2px solid #7CCD7C;
}

.res-filler {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #aaa;
}

.res-filler.correct {
	background: #7CCD7C;
}

.res-percent {
	position: absolute;
	bottom: -1.5em;
	font-size: 2em;
	color: #888;
	text-align: center;
	width: 100%;
}

#admin-link {
	position: absolute;
	bottom: .5em;
	right: .5em;
}

#results .question-answer {
	cursor: default;
}

.finalist {
	color: #555;
	text-align: center;
}

.finalist .name {
	font-size: 1.25em;
}

.finalist .points {
	font-style: italic;
}

.finalist .profile_pic {
	border-radius: 15px;
	width: 10em;
	height: 10em;
}

.finalist.first {
	text-align: center;
	padding: 2em;
	font-size: 20px;
	position: relative;
}

.finalist.first .profile_pic {
	width: 12em;
	height: 12em;
}

.finalist.first .trophy {
	width: 1em;
}

#un-menu {
	box-shadow: 1px 1px 3px #aaa;
	border-radius: 50%;
	width: 4em;
	position: fixed;
	bottom: 4.5em;
	right: .5em;
	cursor: pointer;
	background: #1C86EE;
	padding: .25em;
	z-index: 920;
	height: 4em;
}

.un-menu-btn#menu-open {
	width: 30px;
	height: 30px;
	margin-top:8px;
	border-radius: 50%;
}

.un-menu-btn#menu-close {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	top: 50%;
	left: 50%;
	display: none;
	border-radius: 50%;
}

#extras {
	position: fixed;
	border: 1px solid #ddd;
	top: 1.5em;
	border-radius: 5px;
	box-shadow: 1px 2px 3px #888;
	left:85%;
	background: white;
	display: none;
	width: 0;
	height: 0;
	z-index: 900;
}

#extras-content {
	overflow: auto;
}

#extras-nav {
	position: relative;
	top: 0;
	height: 3em;
	background: #37AECC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.extras-nav-btn {
	height: 2em;
}



#extras-nav .col-xs-2 {
	border: 1px solid white;
	text-align: center;
	margin-top: 3px;
	margin-left: .5em;
	border-radius: 30px;
	background: #3FC6E8;
	padding: 3px 0;
	cursor: pointer;
}

#extras h3 {
	color: #888;
	border-bottom: 1px solid #ddd;
}

.view {
	cursor: pointer;
}

#attendees .pic,
#supplier-question .pic {
	width: 100%;
	border-radius: 5px;
	max-height: 115px;
	max-width: 120px;
}

#supplier-question .profile-pic {
	padding-left: 30px;
}

#supplier-question .attendee {
	margin-top: 20px;
}

#supplier-question .contact img {
	padding-left: 15px;
	margin-top: 5px;
}

#attendees .profile-pic {
	padding-left: 0;
	text-align: right;
}

#attendees .profile_link,
#supplier-question .profile_link {
	font-weight:bold;
	font-size: 14px;
	color: #000;
}

#attendees .attendee {
	margin-top: .5em;
}

.attendee .title,
.attendee .office-name,
.attendee .office-location {
	font-size: 13px;
	color: #777;
}

.attendee .contacts a{
	padding-right:8px;
	display:inline-block;
	padding-top:5px;
}

#load-attendees {
	text-align: center;
	margin-top: 2em;
}

#agenda .date,
#feedback .date {
	font-weight: bold;
	color: #151e47;
	margin-top: 1em;
}

#agenda .event .list {
	padding-left: 5%;
}

#agenda .event {
	padding: 8px;
	height:100%;
	background-color: #fff;

}

#agenda .date {
	font-weight:bold;
}

.header {
	background-color: #3ab1a7;
	background: -webkit-linear-gradient(left, #3ab1a7, #45d9cd);
	background: -o-linear-gradient(right, #3ab1a7, #45d9cd);
	background: -moz-linear-gradient(right, #3ab1a7, #45d9cd);
	background: linear-gradient(to right, #3ab1a7, #45d9cd);
	height: 3em;
	line-height: 3em;
	margin-bottom: 20px;
}

#q .row {
	margin-left: 0;
	margin-right: 0;
}
#agenda a {
	color: #2b2b2b;
	text-decoration: underline;
}

#agenda .event.multi .row,
#agenda .event.multi .time {
	padding: 0;
	margin: 0;
}

#agenda .time {
	font-size: 13px;
	padding: 8px;
	background-color: #fdfdfd;
	height: 100%;
	text-align: center;
	flex: 0 0 50px;
	-moz-flex: 0 0 50px;
	-o-flex: 0 0 50px;
	-ms-flex: 0 0 50px;
	-webkit-flex: 0 0 50px;
}

#agenda .timeBottom {
	border-top: 1px solid #e0e0e0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	flex: 0 0 40px;
	-moz-flex: 0 0 40px;
	-o-flex: 0 0 40px;
	-ms-flex: 0 0 40px;
	-webkit-flex: 0 0 40px;
}

#agenda .row {
	margin-top: .5em;
}

#contact-us .text {
	font-size: 12px;
	padding-left: 10px;
}

#award .title {
	font-size: 22px;
	font-weight: bold;
	margin: 5% 0;
	padding: 0 5%;
	text-align: center;
}

#award .subSection {
	font-size: 15px;
}

#award .recipient,
#award .nominees {
	font-size: 12px;
	padding-left: 5%;
}

#award .description {
	font-size: 13px;
}

#award .modal-body {
	display:inline-block;
}

#award .nominees {
	margin-bottom: 1%;
}

#award .agency,
#award .regional {
	margin: 5% 0;
	font-size: 15px;
	font-weight: bold;
}

#bottom-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: white;
	text-shadow: 1px 1px #555;
	height: 3em;
	background: #151e47;
	background: -webkit-linear-gradient(left, #151e47, #203073);
	background: -o-linear-gradient(right, #151e47, #203073);
	background: -moz-linear-gradient(right, #151e47, #203073);
	background: linear-gradient(to right, #151e47, #203073);

}

#bottom-nav .nav-btn {
	height: 3em;
	line-height: 3em;
	padding: 0 !important;
	cursor: pointer;
}

.container-fluid {
	padding-left:0;
	padding-right:0;
}

#bottom-nav .col-xs-2,
#bottom-nav .col-xs-10,
#bottom-nav .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

.page-tab {
	display: none;
	margin-bottom: 8em;
}

.page-tab.active {
	display: block;
}

#agenda .row,
#feedback .row {
	margin: 0px;
	margin-bottom: 10px;
}

#attendees {
	min-height: 93vh;
}

#attendees .row {
	margin: 1em 0 0 1em;
}

#feedback .star-container {
	margin-left: 15px;
	margin-bottom: 15px;
}

#feedback .question {
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
}

.star-rating {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.rating .col-xs-1 {
	padding: 0;
	text-align: center;
	width: 40px;
}

#feedback .event-group {
	color: #151e47;
	font-size: 21px;
	margin-top: 1em;
	border-bottom: 1px solid #ddd;
	margin-left: 15px;
}

#feedback .check {
	width: 20px;
	vertical-align: -4px;
	margin-left: .25em;
	display: none;
}

#feedback .check.active {
	display: inline-block;
}

#main h4 {
	text-align: center;
	color: #777;
	font-size: 1.5em;
}

#waiting {
	color: #777;
	font-size: 1.5em;
	margin-top: 2em;
}

#waiting img {
	width: .75em;
}

.thinking {
	width: 3em;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -1.5em;
	opacity: .3;
}

#quick-profile,
#award-status {
	color: #777;
	position: fixed;
	z-index: 920;
	width: 3em;
	height: 3em;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 1px 2px 3px #888;
	opacity: .1;
	padding: 2em;
	overflow: auto;
}

.row.award {
	margin-top: 10%;
	font-size: 16px;
}

.award .title, .recipient, .description {
	margin: 1% 0;
}

.supplier-info a {
	display: block;
	height: 100%;
	width: 100%;
}

.supplier-info .supplier-icon,
.gift-info .gift-icon {
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	max-height:100%;
	padding: 10%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	float:none;
	display:block;
}

.gift-info a {
	height:100%;
	display:block;
}

.gift-info .gift-icon {
	padding: 10%;
	height: auto;
}

div#questionnaire {
	/*height: 1750px;*/
	/*display: inline-block;*/
}

.modal .close-button {
	font-size:40px;
	top:10px;
	right:15px;
	position:absolute;
}

#questionnaire .heading,
#gift .heading {
	padding: 5px 15px;
}

#open-gift-link {
	float: none;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

#questionnaire hr{
	width: 80%;
	float: left;
	margin-left: 15px;
	border-top: 1px solid black;
	margin-top: 0;
}

#gift hr {
	width: 80%;
	margin-bottom: 5px;
}

#gift .row {
	margin: 0px;
}

.gift-title {
	margin: 5px 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	min-height: 55px;
}

.gift-detail > img {
	position: relative;
    top: 3px;
    max-width: 60%;
    max-height: 60%;
}

.gift-detail {
	font-size: 10px;
    font-weight: bold;
    padding: 0px 15px;
    height: 45px;
    text-align: center;
    margin-bottom: 10px;
}

.gift-info {
	margin-bottom: 4%;
	display: inline-block;
	background-color: white;
	background-clip:content-box;
	min-height: 230px;
}

.gift-info > img{
	padding: 0px;
	width: 100%;
}


.supplier-info {
	height: 150px;
	margin-top: 4%;
	display: block;
	background-color: white;
	background-clip:content-box;
}

#supplier-question .supplier-detail {
	text-align:center;
	font-weight:bold;
	margin-bottom: 20px;
	max-height:150px;
}

#supplier-question .image {
	display: block;
	margin: 10px auto;
	float: none;
	margin-top: 15px;
	max-width: 200px;
}

.supplier-info#supplier23 {
	background-color: #3b1261;
}

.supplier-info.left,
.gift-info.left {
	padding: 0 2% 0 4%;
}

.supplier-info.right,
.gift-info.right {
	padding: 0 4% 0 2%;
}

#close-quick-profile,
#close-award-status,
#close-supplier-question {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 2em;
	opacity: .4;
	cursor: pointer;
	z-index: 900;
}

#speaker #name {
	font-size: 22px;
}

#speaker #title,
#speaker #office {
	font-size: 15px;
}

#speaker #pic {
	text-align: center;
	margin-bottom: 1em;
}

#speaker #pic img {
	width: 70%;
	min-height:180px;
	border-radius: 10px;
}

#speaker #description {
	text-align: left !important;
}

#speaker #personal .col-xs-12 {
	padding: 0 5%;
	text-align: center;
}

#speaker #office-web img {
	margin-right: .5em;
}

.showans-icon {
	width: 1em;
	height: 1em;
	margin-left: 40%;
}

.equal {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;

}

#socialfeed {
	margin-bottom: 40px;
}

.wrap > div {
	padding-bottom: 15px;
}
.page-tab {
	margin-bottom: 3em;
}

#feedback > .row {
	margin-right: 10px !important;
}

#agenda, #questionnaire, #gift{
	background-color: #f3f3f3;
}

#attendees, #feedback {
	background-color: #fff;
}

#raffle {
	min-height: 93vh;
}

#raffle .row {
	margin: 0px !important; 
}

#grchallenge {
	min-height: 95vh;
}

#grchallenge .row {
	margin: 0px !important; 
}

#home {
	min-height: 93vh;
}

#home .row {
	margin: 0px !important; 
}

#home .headerimage {
	background-image: url(/images/madrid_header.png);
	height: 210px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block;
	box-shadow: inset 0 250px 0px 0px rgba(0,0,0,0.3);
}

#home .headertext {
	font-family: montserrat;
	position: absolute;
	color: white;width: 100%;
	max-width: 475px;
	top: 33px;
}

.msgsuccess {
	color: #205823;
    padding: 15px 20px;
    margin: 0px 15px 20px;
    background-color: #E8F5E9;
    border-radius: 6px;
    position: relative;
    top: 15px;
    font-family: montserrat;
}

.msgerror {
    color: black;
    padding: 15px 20px;
    margin: 0px 15px 20px;
    background-color: #f5e8e8;
    border-radius: 6px;
    position: relative;
    top: 15px;
    font-family: montserrat;
}

.btn-teal {
	color: #fff;
    background-color: #151e47;
    border-color: #151e47;
}

.btn-teal:active{
	color: #151e47;
    background-color: #fff;
    border-color: #151e47;
}

.btn-teal:hover{
	color: #151e47;
    background-color: #fff;
    border-color: #151e47;
}
.btn-teal:focus{
	color: #151e47;
    background-color: #fff;
    border-color: #151e47;
}

.raffle-btn {
	margin-bottom: 10px;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.16), 0 3px 4px rgba(0,0,0,0.23);
}

.raffle-btn-400 {
	background-color: #3ab1a7;
	width: 65%;
}

.raffle-btn-150{
	background-color: #151e47;
	width: 60%;
}

.raffle-btn-80 {
	background-color: #808080;
	width: 55%;
}

.raffle-btn-40 {
	background-color: #a7a7a7;
	width: 50%;
}

.alert {
	border-radius: 0;
}

@media (min-width: 475px) {

	.vsilhouette {
		left: auto !important;
		/*bottom: 127px !important;*/
		position: inherit !important;
	}

	.wrap {
		margin-top: 25px !important;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}

	.panel {
		margin-bottom: 50px !important;
	}

	#bottom-nav {
		max-width: 475px;
		margin: auto;
	}

	#attendees .fixed-element {
		position: sticky !important;
		margin-bottom: 0px;
	}

	/* This one is to fix a large margin gap between the first attendee and the header in desktop*/
	.attendee:nth-of-type(3) { 
		margin-top: 0px !important;
	}

	#home .headertext {
		top: 53px;
	}
}
