@charset "utf-8";
/* html { 
  background: url(../images/courtroom.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* HOLDER 100 */
.h100_1 {
	width: 100%;
}
.h100_2 {
	width: 100%;
}
.h100_3 {
	width: 100%;
}
.h100_4 {
	width: 100%;
}
.h100_5 {
	width: 100%;
}
.h100_6 {
	width: 100%;
}
.h100_banner {
	width: 100%;
	background-color: #1c1513;
}
.h100_menu {
	font-family: Tahoma;
	width: 100%;
	background-color: #c8ad2e;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
}
.h100_footer {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 50px;
	background-color: #1c1513;
	position: fixed;
	bottom: 0px;
	text-align: center;
}
/* CONT */
.c_footer_inner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width:1280px;
	text-align: center;
}
/* TEXT */
.copyr {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: x-small;
}
h2 { 
    display: block;
    font-weight: bold;
	color: #9e1111;
}
h3 { 
    display: block;
    font-weight: bold;
	color: #9e1111;
}
/* CONT */
.cont_map {
	width: 100%;
	border: thin solid #000;
}
.misc {
	margin-bottom: 60px;
	text-decoration: none;
	position: relative;
	width: 90%;
	background: #fdfdfd; 
	background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); 
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
	background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
	background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
	background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	border: thin solid #0E234E; 
}
/* IMAGES */
.pic_L {
	float: left;
	margin-right: 1em;
}
/* FORMS */
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
  max-width:400px;
}
textarea{
width:90%;
padding: 15px;
margin-top: 10px;
border:1px solid #7ac9b7;
border-radius:5px;
margin-bottom: 20px;
/* resize:none; */
max-width:400px;
}
input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}
button[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; width: 100%; max-width:200px;
}
/* MEDIA */
@media (min-width: 100px) and (max-width: 732px){

}
@media (min-width: 733px) and (max-width: 1025px){

}
@media (min-width: 1026px) and (max-width: 1280px){

}
@media (min-width: 1281px) {

}
/* Javascript for media
if (window.matchMedia("(min-width: 40em)").matches) {
  /* load secondary stuff */
/* } */