.splash-page.section {
	background-color: #eee;
}

.splash-page .row {
	margin-bottom: 50px;
}

.splash-page .links {
	margin-left: 40px;
}

.splash-page .entry {
	margin-bottom: 10px;
}

.splash-page .entry > .container {
	padding: 10px;
}

.splash-page .entry > .container:hover {
	background-color: #ddd;
	border-radius: 2px;
}

.splash-page .country {
	font-weight: bold;
}

.splash-page .languages {
	margin-top: 5px;
	display:block;
}

.splash-page .divider {
	padding-left: 5px;
	padding-right: 5px;
}

body.splashpage-with-modal {
	padding: 0;
}

.splashpage-with-modal .background-image {
    position: fixed; 
    top: 0; 
    left: 0; 
    min-width: 100%;
    min-height: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.modal {
	height: 100%;
	width: 100%;

	position: fixed;
	top: 0;
	left: 0;

	z-index: 1050;
	overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
	max-width: 480px;
	height: 448px;
 
	top: 50%;

	margin-top: -224px;
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
}

.modal-content {
	position: relative;
    background: #FFFFFF;
	opacity: 0.95;
	border-radius: 8px;

	padding: 5px;
}

.modal-body {
    position: relative;
    padding-top: 37px;
	padding-bottom: 16px;

	text-align: center;
	font-family: Verdana;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

	color: #4F4E5E;
}

.modal-header img {
	margin-bottom: 34px
}

.modal-header {
	margin-bottom: 20px;
}

.modal-body select {
	background: #FFFFFF;
	height: 44px;

	border: 1px solid #040066;
	box-sizing: border-box;
	border-radius: 4px;

	color: #9695A3;

	font-weight: normal;

	display: block;

	width: 100%;
	max-width: 264px;

	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}

.modal-body a {
	display: block;

	border: none;
	border-radius: 4px;
	height: 44px;

	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;

	width: 100%;
	max-width: 416px;

	cursor: pointer;
}


.modal-body a:hover {
	text-decoration: none;
}

.modal-body a.blue {
	background: #040066;
	font-weight: normal;

	color: #FFFFFF;
}


.modal-body a.text {
	background: none;
	font-weight: normal;

	color: #040066;
}