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

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

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

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

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

}

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

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

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

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

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

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

#tcmcpop .tcmcpop-inner{
    border: 1px solid #DDDDDD;
	height:100%;
}

#tcmcpop .tcmcpop-overlay{
	background:url(../images/white-overlay.png) -50px 0 repeat-x transparent;
	padding:16px 20px;
	height:100%;
}

#tcmcpop .tcmcpop-section{
	border-bottom:1px solid #ededed;
	padding:15px 0px;
	margin-bottom:0 0 15px 0;
}

#tcmcpop .tcmcpop-section.last{
	border-bottom:none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Title / Message Styles
/*-----------------------------------------------------------------------------------*/

.tcmcpop-title{
	margin:0px !important;
	padding:0px !important;
	font-size:15px !important;
	font-weight:bold !important;
	text-transform:none !important;
	letter-spacing:normal !important;
	color:#2C2D31 !important;
	line-height:normal !important;
}

.tcmcpop-message{
	line-height:20px !important;
	margin:12px 0 10px 0;
}

.tcmcpop-counter{
	float:left;
	width:300px;
	padding:7px 0 0 0;
	margin:0 0 0 6px;
	color:#777777;
}

.tcmcpop-counter a{
	color:#000000 !important;
	text-decoration:none;
	font-weight:bold;
}

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

#tcmcpop_mailchimp label{
	width:125px;
	text-align:right;
	float:left;
	text-transform:uppercase;
	font-size:10px !important;
	display:block;
	line-height:35px !important;
}

#tcmcpop_mailchimp .tcmcpop-input{
	float:left;
	width:240px !important;
	border:1px solid #D4D4D8 !important;
	-webkit-box-shadow: 1px 2px 1px 0px #f5f5f5;
	-moz-box-shadow: 1px 2px 1px 0px #f5f5f5;
	box-shadow: 1px 2px 1px 0px #f5f5f5;
	padding:6px !important;
	margin:0 0 0 8px !important;
	color:#BBBBBB !important;
	font-size:16px !important;
}

.tcmcpop-submit{
	cursor:pointer;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9e9e9e;
	padding:6px 10px;
	background: -moz-linear-gradient(
		top,
		#f4f4f4 0%,
		#dbdbdb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f4f4f4),
		to(#dbdbdb));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #e0e0e0;
	-moz-box-shadow:
		0px 3px 5px rgba(000,000,000,0.1),
		inset 0px 0px 1px rgba(117,117,117,1);
	-webkit-box-shadow:
		0px 3px 5px rgba(000,000,000,0.1),
		inset 0px 0px 1px rgba(117,117,117,1);
	box-shadow:
		0px 3px 5px rgba(000,000,000,0.1),
		inset 0px 0px 1px rgba(117,117,117,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}






/* Widget Forms */

.tcmcpop_form.widget label{
	text-transform:uppercase;
	font-size:10px !important;
	display:block;
	line-height:22px !important;
}

.tcmcpop_form.widget .tcmcpop-input{
	width:95%;
}

.tcmcpop_form.widget .tcmcpop-section{
	margin-bottom:8px;
}