/*styles for eus form*/
.tcHideMe {display:none !important;visibility:hidden;}
.tcHideMe2 {visibility:hidden;}
#tcEUStile {
max-width:450px;
	width:90wv;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#tcEUStile h1 {
	width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	color:#efefef;
	text-align:center;
	font-size:23px;
	font-weight:normal;
	font-family:Arial;
}
#tcEUStile p {
	width:100%;
	height:100px;
	margin:0;
	color:#efefef;
	text-align:center;
	font-size:23px;
	font-weight:normal;
	font-family:Arial;
}
#tcEUStile div.btm {
	width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	color:#efefef;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	font-size:23px;
	font-weight:normal;
	font-family:Arial;
}
#tcForm {text-align: center;}
#tcForm .tcHalf, #tcForm .tcFull, #tcForm .tcThird {
	height: 34px;
	line-height:34px;
	margin: 5px;
	padding: 0px 5px;
	width: 210px;
	background:rgba(255,255,255,1);
	color:#232323;
	display:inline-block;
	font-size:18px;
	outline:none;
	-webkit-box-shadow: inset 0px 0px 10px -3px rgba(0,0,0, 0.16);
	-moz-box-shadow: inset 0px 0px 10px -3px rgba(0,0,0, 0.16);
	box-shadow: inset 0px 0px 10px -3px rgba(0,0,0, 0.16);
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	border: 1px #afafaf inset;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#tcForm .tcHalfDiv {
	display:inline-block;
	height: 60px;
	margin: 5px;
	padding: 0px 5px;
	width: 210px;
}
#tcForm h2 {
	margin: 0;
	font-size: 14px;
	font-family: Arial;
	color: #323232;
}
#tcForm textarea {
	margin: 0;
	font-size: 14px;
	font-family: Arial;
	color: #323232;
	width:385px;
	resize:none;

}
#tcForm .tcThinSel {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#tcForm .tcFull {width:434px;}
#tcForm .tcThird{width:135px;}
#tcForm .tcThick{
	width: 418px;
	height: 40px;
	vertical-align: bottom;
	margin-left: -30px;
	padding-left: 30px;
	z-index: 5;
	display: inline-block;
}
#tcForm .tcIcons {
	display:inline-block;
	z-index:10;
	width:41px;
	height:41px;
	vertical-align: top;
	margin-top: 3px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	pointer-events:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.50);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.50);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.50);
}
.tcNav {
	z-index: 150;
	height: 35px;
	margin: 7px auto;
	padding: 3px 10px;
	background-color: #fafafa;
	border: 1px #999 solid;
	color:#232323;
	cursor:pointer;
	line-height:29px;
	opacity:1;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.tcNav:hover {
	color:#fff;
	background-color:#247fb5;
}
#tcMapContainer, #covView {
	position:absolute;
	width:450px;
	height:450px;
	top:50px;
	left:0;
	z-index:50;
	opacity:0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#tcThankYou,
#tcErrorCheck {
	position:absolute;
	width:450px;
	height:450px;
	top:50px;
	left:-450px;
	z-index:1000;
	background:rgba(0,0,0,.25);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#tcThankYou {background: rgba(0,0,0,.6);}
#tcThankYou h1,
#tcErrorCheck h1 {
	position:absolute;
	width:100%;
	height:150px;
	line-height:150px;
	background:rgba(0,0,0,.75);
	top:50%;
	margin-top:-75px;
}
#tcThankYou h1 {
	line-height:40px;
	padding:35px 0;
	font-size:14px;
}
.tcShowThanks,
.tcShowError {
	left:0 !important;
	opacity:1 !important;
}
#tcForm .errorInput {
	border: 1px #ee0000 solid;
}
#TCmap_canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#tcMapContainer p.tcInstr {
	position: absolute;
	z-index: 150;
	width: 195px;
	background: rgba(0,0,0,.6);
	top: 0px;
	right: 0;
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 15px;
}
#covView {z-index:100;}
#covView iframe {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	border:0;
}



/*Fields with focus turn blue*/
#tcForm .tcHalf:focus, #tcForm .tcFullF:focus, #tcForm .tcThirdF:focus {background:rgba(36,127,181,.5);color:rgb(255, 255, 255);}

#tcForm .tcIcons {border:3px #247FB5 solid;}.tcNav:hover {color:rgb(255, 255, 255); background-color:#247FB5;}

#tcEUStile h1 {
	background: rgb(35,35,35);	background:-moz-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%);
}
#tcEUStile p {
	background: rgb(35,35,35);	background:-moz-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%);
}
#tcEUStile div.btm {
	background: rgb(35,35,35);
	background:-moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(35,35,35,1) 100%);
	background:-webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(35,35,35,1) 100%);
	background:linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(35,35,35,1) 100%);
}

#tcForm .tcHalf, #tcForm .tcFull, #tcForm .tcThird, #tcForm .tcThick, #comment {color:#232323 !important;}

::-webkit-input-placeholder {color:#232323; opacity: .75;}
:-moz-placeholder {color:#232323; opacity: .75;}
::-moz-placeholder {color:#232323; opacity: .75;}
:-ms-input-placeholder {color:#232323; opacity: .75;}

