/* Optin Box styles */

.clr {
	clear:both;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#tabs_columns {
	/*color:#fff;
	background: #09c;*/
	position: relative;
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0, 0.25), 0 -1px 2px 0 rgba(0,0,0, 0.35) inset;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25), 0 -1px 2px 0 rgba(0, 0, 0, 0.35) inset;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25), 0 -1px 2px 0 rgba(0, 0, 0, 0.35) inset;
	overflow:hidden;
	background: #f1f1f1;
}

#tabs_columns .wrap {
	clear: both;
	max-width:940px;
	margin: 2px auto 0;
	padding: 40px 0 40px 0;
	position: relative;
}

#tabs_columns .wrap .column {
	width:260px;
	float:left;
	margin-right: 70px;;
}

#tabs_columns .wrap .column img {
	max-width: 200px;
}

.circle {
	display: block;
	width: 150px;
	height:auto !important;
	margin: 1em auto;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	border-radius: 99em;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
} 

#tabs_columns h3 {
	color: #333;
	text-align:center;
    font-size: 1.2em;
	font-weight:bold;
	line-height:1em;
	margin: 0 0 10px 0;
}

#tabs_columns p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
}

#tabs_columns .wrap .column .learn-more {
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: medium none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px 2px 2px 2px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color: #dcdcdc;
	padding: 5px 10px 5px 10px;
	float:right;
}

#tabs_columns .wrap .column .learn-more:hover {
	color: #fff;
	background-color: #333;
}

#tabs_columns .first {}
#tabs_columns .last {
	margin-right: 0 !important;
}