.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.container {
	width: auto;
	max-width: 100%;
/*	max-width: 680px; */
	padding: 0 15px;
}

.sv-selectbase, .sv-container-modern {
	margin: 0 auto;
	max-width: 80%;
}

.container-m {
	width: auto;
	padding: 0 15px;
	margin-bottom: 200px;
}

.footer {
	background-color: #f5f5f5;
	width: 100%;
	text-align: center;
	bottom: 0;
	position: fixed;
}

#surveyContainer {
	margin-top: 20px;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 40%;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none!important;
	color: #333;
}
.popup .close:hover {
	color: #06D85F;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
	font-size: 18px;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}

.break {
	margin-top: 5px;
	margin-bottom: 5px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb50 {
	padding-bottom: 50px;
}

.icon-white {
	color: white;
}

@media screen and (max-width: 700px){
	.popup{
		width: 70%;
	}
	.hidediv{
		visibility: hidden;
		display: none;
		clear: both;
	}
}

.error {
	color: #e74c3c;
	margin: 10px 0px 10px 0px;
}

.box {
	width: 50%;
	align-items: center;
	margin: 50px auto 20px auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.box {
		width: 100%;
	}
}
.img-full {
	max-width: 250px;
}
.big-text {
	font-size: 1.5em;
	text-align: center;
}
.noradius {
	border-radius: 0px;
}


