/* Icon %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

div.icon, /*backward compatibility*/
span.icon,img.icon {
	background-color:transparent;
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	width:34px;
	height:34px;
	padding:3px;
        font-size: 14px;
        text-align: center;
        line-height: 34px;
        text-indent: 4px;
	background-color: #F2F2F2;
	color: #434343;
}
div.icon.large, /*backward compatibility*/
span.icon.large {
	width:50px;
	height:50px;
	padding:5px;
        font-size: 24px;
        text-align: center;
        line-height: 50px;        
}

div.icon:before, /*Align Center*/
span.icon:before{
        /*margin-right: -1px;*/
}


/* Utility classes %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Icons: single characters (letters, numbers etc.)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* "i-number" - class name for backward compatibility */
.icon.i-number,
.icon.i-char {
	font-size: 16px;
	line-height: 34px;
	font-weight: 700;
	text-align: center;
	text-indent: 0px;
}
.icon.large.i-number,
.icon.large.i-char {
	font-size: 24px;
	line-height: 50px;
	font-weight: normal;
}

/* Icon without background color */
.icon.no-bg-color { background-color: transparent; }
.icon.force-no-bg-color { background-color: transparent !important; }

/* Shapes */
.icon.circle		{ border-radius: 50%; }
.icon.rounded		{ border-radius: 3px; }
.icon.square		{ border-radius: 0; }

/* All icons square (deprecated) */
.icon-wrapper-square span.icon { border-radius: 0; }

/* All icons round (deprecated) */
.icon-wrapper-round span.icon { border-radius: 3px; }

/* All icons circle (deprecated) */
.icon-wrapper-circle span.icon { border-radius: 50%; }

/* Auto-size: allow for big icons */
.icon.auto-size { width: auto; max-width: none; height: auto; max-height: none; line-height: normal;padding: 0px;}


/* Hover icon
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/*Default Icon Hover */
.icon-hover:hover, /* Info: was more specific: span.icon-hover:hover */
.feature-icon-hover:hover span.icon

{
	background-color:#a6ce39;
        color: #FFF;
}
.feature-icon-hover:hover img.icon

{
	background-color:#a6ce39;
        color: #FFF;
}
.footer-top .feature-icon-hover span.icon,
.feature.feature-icon-hover span.icon,img.icon{
	
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.footer-top .feature-icon-hover:hover span.icon{
	
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* Feature - box with icons,  text etc. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.feature-wrapper{}

/* Basic styles */
.feature { margin-bottom: 2%;}
.feature.right{float: none !important;}
.feature:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.feature.first { margin-top:0; }
.feature.last { margin-bottom:0; }

/* With top/bottom border line */
.feature-wrapper.top-border{border-top: 1px solid #f2f2f2;padding: 20px 0px 0px;margin-top: 20px;}
.feature-wrapper.bottom-border{border-bottom: 1px solid #f2f2f2;padding: 0px 0px 20px;margin-bottom: 20px;}

/* Feature headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.postContent .heading{
	margin-top: 1em;
}

.feature .below-heading {
	margin: -5px 0 10px;
	color: #999999;
	font-weight: normal;
}
.feature .above-heading {
	color: #999999;
	margin-bottom: 0px;
	line-height: 20px;
	font-weight: normal;
}
.feature p{margin-bottom: 10px;}
.feature a.go{
	color: #a6ce39;
	padding-bottom: 3px;
	/*margin-top: 10px;*/
	display: inline-block;
}
.feature a.go:hover{}
.feature a i,
.feature a em{font-style: normal;}


/* Feature icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature .icon { float:left; }
.feature.right .icon{float: right;}


/* Indented feature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature.indent .icon { margin-bottom:0; }

        /* Default icon
        -------------------------------------------------------------- */
        .feature .icon{margin: 0 15px 10px 0;}
	
	.feature.right .icon{margin: 0 0px 10px 15px;}

	/* Default
	-------------------------------------------------------------- */
	.feature.indent { padding-left:60px; }
	.feature.right.indent { padding-right:60px; padding-left: 0px;}
	.feature.indent .icon { margin-left:-60px;}
	.feature.right.indent .icon { margin-right:-60px;margin-left: 0px;}
	
	/* Large
	-------------------------------------------------------------- */
	.feature.large.indent { padding-left:80px; }
	.feature.right.large.indent { padding-right: 80px; padding-left: 0px;}
	.feature.large.indent .icon { margin-left:-80px; }
	.feature.right.large.indent .icon { margin-right:-80px; margin-left: 0px;}

/* Feature centered
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature.centered { text-align: center;/* padding-left: 0px;*/}
.feature.centered .icon {
	float: none;
	margin: 0 0 10px;
}

/*Social Link Icon Hover */
.social-link a .icon{color: #46494a;margin: 2px 0px;width: 40px;height: 40px;line-height: 40px;font-size: 20px;border: 1px solid #46494a;}
.social-link a .icon:hover{color: #FFFFFF !important;border:1px solid transparent;}
.social-link.icon-bg-color span.icon{background-color: #0e0e10;}
.fa-facebook:hover{background-color: #3b5998!important;}
.fa-twitter:hover{background-color: #00aced!important;}
.fa-google-plus:hover{background-color: #dd4b39!important;}
.fa-rss:hover{background-color: #FF7600!important;}
.fa-pinterest:hover{background-color: #cb2128!important;}
.fa-instagram:hover{background-color: #3f729b!important;}
.fa-linkedin:hover{background-color: #007fb1!important;}
.fa-vimeo-square:hover{background-color: #1ab7ea!important;}
.fa-youtube-play:hover{background-color: #ff3333!important;}
.fa-flickr:hover{background-color: #0063db!important;}
.fa-envelope-o:hover{background-color: #7f7f7f!important;}
.fa-dribbble:hover{background-color: #F46899!important;}

/* Transitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

span.icon-hover,
div.icon-hover,
.feature-icon-hover span.icon,
.social-link a .icon
{
	transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;	
}
