@charset "utf-8";
/* CSS Document */
@import url("text.css");
@import url("form_table.css");

body, html{
	height:100%;
	}
body{
	margin:0;
	background:url(/images/bck.png);
	}
body, input, textarea{
	font-family:sans-serif, Arial;
	font-size:14px;
	}
p{
	text-align:justify;
	}
a{
	font-family:sans-serif, Arial;
	text-decoration:none;
	color:#bc5;
	}
img{
	border:0;
	}
label{
	cursor:pointer;	
	}
h1{
	font-family:interstate;
	font-weight:normal;
	font-size:1.6rem;
	margin:0 0 1rem 0;
	padding:0;
	color:#cd0;
	}
h2{
	font-family:interstate;
	font-weight:normal;
	font-size:1.2rem;
	margin:1rem 0 0.5rem 0;
	padding:0;
	color:#cd0;
	}
tbody{
	width:100%;
	}

@font-face{
	font-family:interstate;
	src:url(/other/InterstateMono_own.woff);
	}

.hr{
	height:2rem;
	}

.main{
	box-shadow:0px 0px 0.7rem 0px #000;
	width:100%;
	height:100%;
	background-image:url(/images/main_bck.png);
	background-size:100% 100%;
	color:#fff;
	padding: 1rem;
	}

.boxs{
	box-shadow:0px 0px 10px 0px #000;
	position:absolute;
	width:100%;
	height:150px;
	z-index:-1;
	top:10px;
	left:0;
	}
	
.content{
	max-width: 990px;
	width: calc(100% - 1rem);
	}

input[type=submit], .button{
	height:25px;
	line-height:24px;
	background-color:#ADBB00;
	color:#FFF;
	padding:0 5px;
	margin:2px 1px;
	border:none;
	display:inline-block;
	cursor:pointer;
	white-space:nowrap;
	}

.price_table td{
	text-align:center;
	vertical-align:middle;
	}

.reference{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.reference a{
	display: block;
	margin: 1rem 2rem;
	}
.reference img{
	max-width: 300px;
	width: 15rem;
	}

.contact_form{
	width: 100%;
	}

.header{
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #111;
	margin: 1.5rem 0;
	box-shadow:0px 0px 0.7rem 0px #000;
	}
.header img{
	max-width: 990px;
	width: 100%;
	}


#sys_message{
	z-index:1000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	}
.sys_message_cont{
	padding:20px;
	box-shadow:0 0 15px 2px #000;
	font-size:16px;
	background-color:#FFF;
	display:inline-block;
	}