*	{font-family:"Arial",Helvetica,sans-serif;margin:0; padding:0; border:0;}

#wrapper	{
	width:900px; margin:10px auto; 
	background-color:#FFF; padding:0 40px;
	position:relative;
}

#wrapper_1	{
	width:100%; margin:0px auto; 
	background-color:#FFF; padding:0 40px;
}



#topnav		{ 
	clear:both;
	}
	
#topnav ul {
	list-style-type:none;
	margin:0px; 
	padding:10px; 
	width:800px;
}
	
#topnav li {
	display:inline;
	padding:8px; 
	margin-bottom:7px; 
	background-color:#4CAF50; 
	color:#ffffff; 
	box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius:10px 10px 10px 10px;
}
	
#topnav li:hover {
	background-color:#C80000 ; 
}


#header	{
	position: relative;
    top: 0px;

	text-align:center;
	display:inline;	
	
}
	
#Map_canvas	{
	float:left;
	width:650px;	
	height:600px;
	margin: 30px 0px 0px 0px;
	border-radius: 30px 30px 30px 30px;
	display:inline-block;
}
	
#footer	{
	clear:both; 
	padding:30px 20px; 
	border-top:1px #000 dotted;
}
	
#footer p	{
	text-align:center; 
	font-size:14px; 
	font-weight: bold;
}

#about {
	padding:20px 20px 20px 20px;
}
	
#txtHint {
	padding:15px
}

#itempic {
	padding-top: 120px;
    padding-right: 120px;
    padding-bottom: 120px;
    padding-left: 120px;
}

.tab-panels {
	float:left;
	width:350px;
	padding: 0px 10px 10px 10px;
	margin: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background:#666;
	display:inline-block;
}

.tab-panels ul {
    margin: 0;
    padding: 0;	
}
.tab-panels ul li {
    list-style-type: none;
    background:#999;
    margin: 0;
    padding: 3px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
}

.tab-panels ul li:hover {
    color: #fff;
    background:#CCC;
}

.tab-panels ul li.active {
    color: #fff;
    background: #666;
}

.tab-panels .panel {
    display:none;
    background: #c9c9c9;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
}

.tab-panels .panel.active {
    display:block;
}
iframe {
	margin: 0px 0px 0px 0px;
	border-style: solid;
	background: #c9c9c9;
}

#btnInit {
	text-align:center; 
}


th {
	font-family:"Times New Roman", Times, serif
	font-size: .3em;
	background: #666;
	color: #FFF;
	padding: 2px 6px;
	border-collapse: separate;
	border: 1px solid #000;
}

td {
	font-family:"Times New Roman", Times, serif
	font-size: .3em;
	border: 1px solid #DDD;
}

button {
	background-color: #4CAF50;
	text-align:center;
    border: none;
    color: white;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#contact_us {
	background-color:rgba(72,72,72,0.4);
-moz-border-radius: 7px;
  -webkit-border-radius: 7px;	
		padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border: 3px solid #000000 ;
}


#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	width: 450px;
	float: left;
	left: 50%;
	position: relative;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#form1-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	width: 450px;
	left: 50%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #000000;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #009900;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #990000;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #600000;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

/* unvisited link grey */
#topnav a:link {
	color: #5D2616;
}
/* visited link grey */
#topnav a:visited {
	color: #5D2616;
}
/* mouse over link blue */
#topnav a:hover {
	color: #000;
}
/* selected link blue */
#topnav a:active {
	color: #000;
}
/* !IMPORTANT ONLY ADD THIS CLASS TO YOUR ACTIVE PAGE LINK ( Color Blue )*/
.activePage a {
	color: #000 !important
}

	
select {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #4CAF50;
    border: none;
    color: block;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

    .login-panel {  
        margin-top: 80px;
	}
	
#table1{
	float:left;
	width:50%;	
	display:inline-block;
	padding: 10px 10px 10px 10px;
}

#iframeclass{
	float:left;
	width:50%;
	display:inline-block;
	padding: 10px 10px 10px 10px;
}
	