/*
	Miniport 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body {
	font-size: 11pt;
}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

.wrapper {
	padding: 5em 0 5em 0;
	text-align: center;
}

.wrapper-first {
	/*padding-top: 9em;*/
	background: url("/assets/css/site/images/bg1.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	color: #fff;
}

.wrapper-style4 .row-special {
	margin: 2em 0 0 0;
	padding: 2em 0 2em 0;
}

/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

#top .me {
	width: 19.5em;
	height: 19.5em;
	margin: 0;
}

/*** Validate error style ***/

.error {
	color: red;
}

.htext {
	padding: 10px 10px 10px 10px;
	background: rgb(
		112,
		109,
		110
	); /* Fallback for older browsers without RGBA-support */
	background: rgba(112, 109, 110, 0.8);
	/*border: 2px solid;*/
	border-radius: 25px;
}

.modal-dialog {
	position: relative;
	z-index: 100002;
	top: 50%;
	margin: 0px auto;
	height: 200px;
	width: 400px;
	background: rgba(0, 0, 0, 0.8) url("/assets/images/loading.gif") 50% 50%
		no-repeat;
}

#imgModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 100001;
}
