@font-face {
    font-family: 'entypo';
    src: url( '../../css/fonts/fonts/entypo.eot' );
    src: url( '../../css/fonts/fonts/entypo.eot?#iefix' ) format( 'embedded-opentype' ),
         url( '../../css/fonts/fonts/entypo.woff' ) format( 'woff' ),
         url( '../../css/fonts/fonts/entypo.ttf' ) format( 'truetype' ),
         url( '../../css/fonts/fonts/entypo.svg#genericonsregular' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}

.about-wrap h3 {
	line-height: 26px;
}

.about-wrap .feature-section div {
	text-align: center;
}

.about-text.tc-welcome {
	margin: 1em 0;
}

.about-wrap .feature-section.three-col img.tc-donate {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tc-follow {
	margin-bottom: 11px;
}

.button-primary.review-customizr {
	margin-top: 9px;
}

.tc-upgrade-notice {
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
	padding: 0px;
	margin: 5px 0px;
	text-align: center;
}

.tc-upgrade-notice p {
	line-height: 1em;
}

/* ADMIN BAR
    -------------------------------------------------- */
li#wp-admin-bar-tc-customizr-help a:before {
 	font-family: 'entypo';
	content: "\E788";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-right: 5px;
	top: 3px;
	font-size: 2.5em;
	position: relative;
	line-height: 0px;
}

li#wp-admin-bar-tc-customizr a:before {
  font-family: 'entypo';
	content: "\E79A";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-right: 5px;
	top: 3px;
	font-size: 2.5em;
	position: relative;
	line-height: 0px;
}

li#wp-admin-bar-tc-customizr-help a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #8DA65A;
	background-image: -moz-linear-gradient(top, #9DB668, #768D44);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9DB668), to(#768D44));
	background-image: -webkit-linear-gradient(top, #9DB668, #768D44);
	background-image: -o-linear-gradient(top, #9DB668, #768D44);
	background-image: linear-gradient(to bottom, #9DB668, #768D44);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9db668' , endColorstr='#ff768d44' , GradientType=0);
	border-color: #768D44 #768D44 #4B5A2B;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
} 


#wpadminbar .ab-top-menu>li#wp-admin-bar-tc-customizr-help:hover>.ab-item {
  color: #FFF;
  background: #768d44; /* Old browsers */
background: -moz-linear-gradient(top,  #768d44 1%, #9db668 100%, #9DB668 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#768d44), color-stop(100%,#9db668), color-stop(100%,#9DB668)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #768d44 1%,#9db668 100%,#9DB668 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #768d44 1%,#9db668 100%,#9DB668 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #768d44 1%,#9db668 100%,#9DB668 100%); /* IE10+ */
background: linear-gradient(to bottom,  #768d44 1%,#9db668 100%,#9DB668 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768d44', endColorstr='#9DB668',GradientType=0 ); /* IE6-9 */
}

li#wp-admin-bar-tc-customizr a {
	background-color: #21759B;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#2A95C5),to(#21759B));
	background-image: -webkit-linear-gradient(top,#2A95C5,#21759B);
	background-image: -moz-linear-gradient(top,#2A95C5,#21759B);
	background-image: -ms-linear-gradient(top,#2A95C5,#21759B);
	background-image: -o-linear-gradient(top,#2A95C5,#21759B);
	background-image: linear-gradient(to bottom,#2A95C5,#21759B);
	border-color: #21759B;
	border-bottom-color: #1E6A8D;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


#wpadminbar .ab-top-menu>li#wp-admin-bar-tc-customizr:hover>.ab-item {
	background: #21759b; /* Old browsers */
	background: -moz-linear-gradient(top,  #21759b 0%, #2e9fd2 100%, #9db668 100%, #2e9fd2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21759b), color-stop(100%,#2e9fd2), color-stop(100%,#9db668), color-stop(100%,#2e9fd2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #21759b 0%,#2e9fd2 100%,#9db668 100%,#2e9fd2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #21759b 0%,#2e9fd2 100%,#9db668 100%,#2e9fd2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #21759b 0%,#2e9fd2 100%,#9db668 100%,#2e9fd2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #21759b 0%,#2e9fd2 100%,#9db668 100%,#2e9fd2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21759b', endColorstr='#2e9fd2',GradientType=0 ); /* IE6-9 */
	border-color: #1B607F;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

h1.need-help-title:before {
	font-family: 'entypo';
	color:#8DA65A;
	content: "\E788";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-right: 17px;
	top: 11px;
	font-size: 2.5em;
	position: relative;
	line-height: 0px;
}

.button-secondary.customizr-help {
	line-height: 49px;
	height: 51px;
	font-size: 20px;
	font-family: 'georgia';
}

.about-wrap #showcase .feature-section img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.uploded-slider{border-collapse:collapse;width:100%;border:thin solid #996600;}
