@charset "utf-8";
/* CSS Document */
/* Product */
#top-panel-container-gmaps {
font-family: Arial, Helvetica, sans-serif;
color: #525151;
text-align: center;
width: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
top: 74px;
}
.panel-button-gmaps {
height: 35px;
position: absolute;
right: 118px;
top: -45px;
background: none;
cursor: pointer;
display: visible;
z-index: 1000;
margin-left:30px;
margin-right:160px;
}

.panel-button-gmaps img {
position: absolute;
top: 9px;
left: 55px;
border: none;
}

.panel-button-gmaps a {
font-family:'bebas_neueregular',sans-serif;
font-size: 28px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
position: relative;
color: #525151;
top: 5px;
right: 100px;
}

.panel-button-gmaps a:hover {
text-transform: uppercase;
text-decoration: none;
color: #000;
}

#close-button-gmaps {
display: none;
}

#top-panel-gmaps {
width: 100%;
position: absolute;
left: 0;
/* z-index: 1000; */
}

#panel-gmaps {
width: 100%;
position: relative;
top: 30px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
z-index: 1000;
}

#panel-contents-gmaps {
width: 100%;
height: 100%;
position: absolute;
background: #e0e0e0;
overflow: hidden;
z-index: 0;
}


/* Company */
#top-panel-container-com {
font-family: Arial, Helvetica, sans-serif;
color: #525151;
text-align: center;
width: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
top: 74px;
}

.panel-shadow-com {
width: 100%;
height: 30px;
background: url(top-shadow.png) repeat-x bottom;
overflow: hidden;
top: 0;
left: 0;
}

.panel-button-com {
height: 35px;
position: absolute;
right: 40px;
top: -45px;
background: none;
cursor: pointer;
display: visible;
margin-left:30px;
margin-right:145px;
z-index: 1000;
}

.panel-button-com img {
position: absolute;
top: 9px;
left: 55px;
border: none;
}

.panel-button-com a {
font-family:'bebas_neueregular',sans-serif;
font-size: 28px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
position: relative;
color: #525151;
top: 5px;
right: 65px;
}

.panel-button-com a:hover {
text-transform: uppercase;
text-decoration: none;
color: #000;
}

#close-button-com {
display: none;
}

#top-panel-com {
width: 100%;
position: absolute;
left: 0;
/* z-index: 1000; */
}

#panel-com {
width: 100%;
position: relative;
top: 30px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
z-index: 1000;
}

#panel-contents-com {
width: 100%;
height: 100%;
position: absolute;
background: #e0e0e0;
overflow: hidden;
z-index: 0;
}

/* Contact */
#top-panel-container {
font-family: Arial, Helvetica, sans-serif;
color: #525151;
text-align: center;
width: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
top: 74px;
}

.panel-shadow {
width: 100%;
height: 30px;
background:url(../images/top-shadow.png) repeat-x bottom;
overflow: hidden;
top: 0;
left: 0;
}

.panel-button {
height: 35px;
position: absolute;
right: 28px;
top: -45px;
background: none;
cursor: pointer;
display: visible;
margin-left:30px;
margin-right:130px;
z-index: 1000;
}

.panel-button img {
position: absolute;
top: 9px;
left: 15px;
border: none;
}

.panel-button a {
font-family:'bebas_neueregular',sans-serif;
font-size: 28px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
position: relative;
color: #525151;
top: 5px;
left: 30px;
}

.panel-button a:hover {
text-transform: uppercase;
text-decoration: none;
color: #000;
}

#close-button {
display: none;
}

#top-panel {
width: 100%;
position: absolute;
left: 0;
z-index: 1000;
}

#panel {
width: 100%;
position: relative;
top: 30px;
height:auto;
margin-left: auto;
margin-right: auto;
overflow: auto;
z-index: 1000;
}

#panel-contents {
width: 100%;
height: 100%;
position: absolute;
background: #e0e0e0;
overflow: hidden;
z-index: 0;
}


/* contact form */
.contact
{
	float:left;
	width:49%;
}
.map
{
	width:50%;
	float:left;
}
.contact h2
{
	margin:0px auto;
	padding:0px;
	text-align:left;
	font-size:19px;
	padding:8px 0px 0px 10px !important;
}
.contact h3
{
	margin:0px auto;
	padding:0px;
	text-align:left;
	font-size:16px;
	padding:2px 0px 2px 10px !important;
}
.contact p
{
	margin:0px auto;
	padding:0px;
	text-align:left;
	font-size:12px;
	padding:4px 0px 4px 10px !important;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.contact a
{
	color:#c51da3;
}
#form-main{
	width:90%;
	padding:0px 5px 0px 5px;
}
#form-main p
{
	margin:0px;
	padding:0px;
}

#form-div {
	margin:0px auto;
	padding:0px;
	width: 100%;
	float: left;
}

.feedback-input {
	margin:0px auto;
	padding:0px;
	color:#525151;
	font-size: 12px;
	border-radius: 0;
	line-height: 20px;
	background: #edebeb;
	padding: 2px 3px 2px 4px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 	border: 1px solid #d7d7d7;
}
.feedback-select {
	margin:0px auto;
	padding:0px;
	color:#525151;
	font-size: 12px;
	border-radius: 0;
	line-height: 20px;
	background: #edebeb;
	padding: 2px 3px 2px 4px;
	width:265px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 	border: 1px solid #d7d7d7;
	float:left;
	margin-bottom:5px;
}

.feedback-input:focus{
	background: #edebeb;
	box-shadow: 0;
 	border: 1px solid #d7d7d7;
	color: #525151;
	outline: none;
}
.feedback-captchainput:focus{
	background: #edebeb;
	box-shadow: 0;
 	border: 1px solid #d7d7d7;
	color: #525151;
	outline: none;
}
.feedback-captcha{
	width:150px;
	background: #edebeb;
	box-shadow: 0;
 	border: 1px solid #d7d7d7;
	color: #525151;
	outline: none;
	line-height:22px;
	height:30px;
	float:left;
	margin-left:10px;
	outline:none !important;
}
.feedback-captchainput{
	width:150px;
	margin:0px auto;
	padding:0px;
	color:#525151;
	font-size: 12px;
	border-radius: 0;
	line-height: 22px;
	background: #edebeb;
	padding: 4px 3px 4px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 	border: 1px solid #d7d7d7;
	float:left;
	margin-left:8px;
}
.focused{
	color:#525151;
	border:#d7d7d7 solid 3px;
}

textarea {
	width: 100%;
	height:70px;
	line-height:22px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background:#edebeb;
}

#button-blue{
	width:30%;
	float:left;
	color:#FFF;
	margin-top:10px;
	clear:both !important;
	margin-left:8px;
	font-size: 12px;
	border-radius: 0;
	line-height: 22px;
	background: #525151;
	padding: 3px 3px 3px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  	border: 1px solid #d7d7d7;
}
#button-red{
	margin:0px auto;
	padding:0px;
	width:30%;
	float:left;
	color:#FFF;
	font-size: 12px;
	border-radius: 0;
	line-height: 22px;
	background: #4b063d;
	padding: 8px 3px 8px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  	border: none;
	margin-left:15px;
}

.submit:hover {
	color: #525151;
}
.submit:hover .ease{
  width:100%;
}






.panel-button1 {
height: 35px;
position: absolute;
right: 28px;
top: -45px;
background: none;
cursor: pointer;
display: visible;
margin-left:20px;
margin-right:20px;
z-index: 1000;
}

.panel-button1 img {
position: absolute;
top: 9px;
left: 15px;
border: none;
}

.panel-button1 a {
font-family:'bebas_neueregular',sans-serif;
font-size: 28px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
position: relative;
color: #525151;
top: 5px;
left: 30px;
}

.panel-button1 a:hover {
text-transform: uppercase;
text-decoration: none;
color: #000;
}

#close-button {
display: none;
}

#top-panel {
width: 100%;
position: absolute;
left: 0;
z-index: 1000;
}

#panel {
width: 100%;
position: relative;
top: 30px;
height:auto;
margin-left: auto;
margin-right: auto;
overflow: auto;
z-index: 1000;
}

#panel-contents {
width: 100%;
height: 100%;
position: absolute;
background: #e0e0e0;
overflow: hidden;
z-index: 0;
}
.winner
{
	float:left;
	width:370px;
	margin-right:5px;
	margin-bottom:5px;
	border:solid 1px #CCC;
	padding:5px;
}









