@charset "utf-8";
/* CSS Document */

body{
	background-color:#002816;
	margin-top:25px;
	
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #CDA215;
	font-weight: bold;
	clear: both;
	text-align:center;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 5px solid #CDA215;
	border-bottom: 5px solid #CDA215;
	clear: both;
}

.container{
	width:100%;
	max-width:900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.table3{
	width: 100%;
	height: auto;
	max-width: 900px;
}
.col{
	width: 300px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
}
.col2{
	width:300px;
	height:auto;
	float:left;
		padding-top:5px;
	padding-bottom:10px;
}
.col3{
	width: 300px;
	height: auto;
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}
.col4{
	width:600px;
	height:auto;
	float:left;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CDA215;
    font-weight: bold; 
	padding-top:5px;
	padding-bottom:50px;
}
.gkcol{
	width: 200px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
}
.gkcol2{
	width:400px;
	height:auto;
	float:left;
		padding-top:5px;
	padding-bottom:10px;
}
.span6 {
	width: 600px;
	float: left;
	position: relative;
	margin-right: 25px;
}
.row{
	float:left;
}
.slideshow { 
height: 262px; width: 860px; margin: auto; 
}
.slideshow img { 
padding: 0px; border: 0px solid #ccc; background-color: #fff;
}
.logo {
	position: relative;
	z-index: 100;
	top: 20px;
	left: 0px;
}
#logo{
	-webkit-box-shadow: 0px 0px 3px 1px #e2c400;
	box-shadow: 0px 0px 3px 1px #e2c400;
}
#textimg{
	
	display: inline-block;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	border: solid;
	float: right;
	margin:2em;
	
}



#bgimg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  width: 100%;
  height: auto;
}
.bgwidth {
  width: 100%;
}
.bgheight {
  height: 100%;
}
#homethumb,
#homethumb2,
#homethumb3
{
	filter:alpha(opacity=60);
	opacity:0.6;
}
.st {
        font-family: Algerian;
        font-size: 15
		px;
        color: #FFFFFF;
        text-decoration: underline;
        font-weight: bold;
}
.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #E3A92C;
	text-decoration: none;
	font-weight: bold;
}
.link:hover {
	font-family: Book Antiqua;
	font-size: 15px;
	color: #cea22b;
	text-decoration: underline;
	font-weight: bold;
}
.slink, .slink a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CDA215;
	text-decoration: none;
	font-weight: bold;
}
.slink:hover,  .slink a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CDA215;
	text-decoration: underline;
	font-weight: bold;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CDA215;
	font-weight: bold;
	clear: both;
	/* display: block; */
	/* position: relative; */
}
ul.mainnav {
    list-style: none;
    padding: 0;
    margin: 0;
}


label{color:#FFF;}
.error{color:red;}



/* CONTACT FORM CSS */

label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 300px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #CDA215;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
	transition: border linear .2s, -webkit-box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(205,162,21,0.8);
	outline: 0;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(205,162,21,0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(205,162,21,0.8);
}
.button1 {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	background-color: #002816;
	color: #FFFFFF;
	border: 1px solid #CDA215;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100px;
}
.button1:hover {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	background-color: #CDA215;
	color: #FFFFFF;
	border: 1px solid #CDA215;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.text-success{
	color:#0C0;
}
.text-error{
	color:#F00;
}

/*END  CONTACT FORM CSS */
/*Gallery custom */



#content > div {
    display: none;
}

#content > div:target {
    display: block;
	margin-left:17%;

}

#textimg2, .textimg2{
	
	display: inline-block;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
}

.textimg2 img{	border: 2px solid #e2c400;}

.opacityit img {
	filter: alpha(opacity=100);
	opacity:1;
}
opacityit:hover img{
	filter: alpha(opacity=50);
	opacity:0.5;
}


/*END Gallery custom */

@media (max-width:600px){
.col, .col2, .col3, .gkcol2, .gkcol {float:none;width:100%;text-align:left;}
.table3 {padding: 6px;}
.table3 .slink{font-size: 1em;}
.container h1{font-size: 2em;}
.container p{font-size: 1em;padding:20px;}
  #textimg{float:none;max-width:330px; margin:20px;}
}