/*-----------------------------------------------------------------------------------*/
/*	Base CSS
/*-----------------------------------------------------------------------------------*/

#tcformpop-bg{
	display:none;
	position:fixed;
	_position:absolute; /* hack for IE 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:9998;
}

#tcformpop{
	display:none;
	position:fixed;
	_position:absolute; /* hack for IE 6*/
	width:450px;
	z-index:999999;
    background: none repeat scroll 0 0 #F8F8F8;
	color:#5E6066;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin:0px;
    padding: 5px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:13px;
	line-height:normal;
	line-height:22px;
	text-align:left;
}

/*-----------------------------------------------------------------------------------*/
/*	Mobile CSS
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px){
	
	#tcformpop{
		top:0;
		left:0;
		position:fixed!important;
	}
	
	#tcformpop .tcformpop-inner{
		height:auto;
	}
	
	#tcformpop .tcformpop-section{
		padding:10px 0px;
		margin-bottom:0 0 10px 0;
	}
	
	.tcformpop-counter{
		width:100%;
		text-align:center;
	}
	
	.tcformpop-submit{
		float:none;
		margin:0 0 0 38%;
	}

}

/*-----------------------------------------------------------------------------------*/
/*	Messages
/*-----------------------------------------------------------------------------------*/

.tcformpop-clear{
	clear:both;
	height:0px;
}

.tcformpop-error{
	color:#c92727;
	font-weight:bold;
}

.tcformpop-success{
	color:#269f0e;
	font-weight:bold;
}

.tcformpop-success a{
	color:#222222;
}

/*-----------------------------------------------------------------------------------*/
/*	Content Area
/*-----------------------------------------------------------------------------------*/

.pop_head{
    color: #0083b8;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
  	text-transform: uppercase;
	padding: 30px 0px 15px 0px;
}

#tcformpop .tcformpop-inner{
    border: 1px solid #DDDDDD;
	height:100%;
	background:url(images/formpop-bg.png) top left repeat;
}

#tcformpop .tcformpop-overlay{
	background-color: #FFFFFF;
	padding:0px 20px 10px 20px;
	height:100%;
}

#tcformpop .tcformpop-section{
	/*border-bottom:1px solid #ededed;*/
	padding:10px 0px;
	margin-bottom:0 0 15px 0;
}

#tcformpop .tcformpop-section.last{
	border-bottom:none;
}

#tcformpop .tcformpop-reply{
	padding:25px 0 0 0px;
	background:url(images/close.png) left center no-repeat;
	background-size:24px auto !important;
	margin:0px !important;
	cursor:pointer;
	background-position: top right;
}

/*-----------------------------------------------------------------------------------*/
/*	Form Styles
/*-----------------------------------------------------------------------------------*/

#tcformpop_form label{
	width:105px;
	text-align:left;
	float:left;
	text-transform: capitalize;
	font-size:13px;
	display:block;
	line-height:20px;
	color:#808080;
	font-weight: 700;
	letter-spacing:0.5px;
}

#tcformpop_form .tcformpop-input{
	float:left;
	width:240px;
	border:1px solid #D4D4D8;
	padding:6px;
	margin:0 0 0 8px;
	color:#BBBBBB;
	font-size:16px;
	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#tcformpop_form .tcformpop-input.select{
	font-size:13px;
	margin:7px 0 0 8px;
	width:252px;
	color:#555555;
}

#tcformpop_form .tcformpop-input.textarea{
	font-size:13px;
	line-height:15px;
	resize: none;
}

.tcformpop-submit{
	cursor:pointer;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0083b8;
	padding:6px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

#tcformpop_form > div.tcformpop-section.last > input:nth-child(3) {
	margin-right: 15px;
}



@media only screen and (max-width: 480px) {
	
	#tcformpop .tcformpop-section {
		padding: 5px 0px !important;
	}
	
	#tcformpop_form label {
		font-size: 11px !important;
	}
}