th, b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

ul.silver li {
	list-style: url('../img/arrow-silver.png');
	margin: 5px;
}

ul.social {
	margin: 10px;
}

ul.social li {
	list-style: none;
	margin: 10px 5px;
}

ul.plain {
	margin: 0;
	padding: 0;
}

ul.plain li {
	list-style: none;
	margin: 5px;
}

ul.inline {
	display: inline-block;
	margin: 0;
}

ul.inline li {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

ul.signups {
	margin: 10px;
}

ul.signups li {
	list-style: none;
	padding: 5px 10px;
	border-bottom: 1px dashed #dedede;
}

ul.signups li:hover {
	background-color: #efefef;
}

ul.signups li .title {
	font-size: 1.2em;
}

ul.signups li:last-child {
	border-bottom: none;
}

ul li input[type='checkbox'] {
	margin: 7px 10px 10px 0;
}

.uk-navbar-brand .eg-loader, .eg-loader {
	background: url('../img/loader.gif') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.uk-navbar-brand .eg-home, .eg-home {
	background:url('../img/logo-eg-tiny.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.ico-eg, .ico-bl {
	background:url('../img/logo-eg-tiny.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.ico-eg-white {
	background:url('../img/logo-eg-tiny-white.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.ico-hr {
	background:url('../img/logo-hr-tiny.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.ico-rg {
	background:url('../img/logo-rg-tiny.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.ico-bg {
	background:url('../img/logo-bg-tiny.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.ico-gl {
	background:url('../img/logo-gl-tiny.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.ico-my {
	background:url('../img/logo-my-tiny.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.navbar .nav li>a.eg-loader {
	background-image: url('../img/loader.gif');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.navbar .nav li>a.eg-home {
	background-image: url('../img/logo-eg-tiny.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.navbar .nav li>a.eg-hr {
	background-image: url('../img/logo-hr-tiny.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.navbar .nav li>a.eg-rg {
	background-image: url('../img/logo-rg-tiny.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.navbar .nav li>a.eg-bl {
	background-image: url('../img/logo-eg-tiny.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.navbar .nav li>a.eg-bg {
	background-image: url('../img/logo-bg-tiny.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.navbar .nav li>a.eg-gl {
	background-image: url('../img/logo-gl-tiny.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.navbar .nav li>a.eg-my {
	background-image: url('../img/logo-my-tiny.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.navbar .nav>li.active>a, .navbar .nav>li>a:hover {
	*background-color: #e7e7e7;
}

.nav-pills {
	margin: 5px 0;
}

.loading {
	margin: 5px auto;
	background: url('../img/loader.gif') no-repeat center center;
	padding-left: 30px;
	min-width: 16px;
	min-height: 11px;
	float: left;
}

.home {
	background: url('../img/ico-home.png') no-repeat center left;
	padding-left: 25px;
}

.window {
	background:url('../img/ico-window.png') no-repeat center right;
	padding-right:15px;
	min-height:12px;
}

.ranked-2014 {
	background: url('../img/ico-ranked-2014.png') no-repeat left 5px;
	padding-left: 60px;
	min-height: 50px;
}

.ranked-2015 {
	background: url('../img/ico-ranked-2015.png') no-repeat left top;
	padding-left: 60px;
	min-height: 50px;
}

.new {
	background: url('../img/ico-new.png') no-repeat right top;
	padding-right: 20px;
}

.dot {
	background: url('../img/dot.png') no-repeat 2px 6px;
	padding-left: 15px;
}

.post {
	background: url('../img/pencil.png') no-repeat center left;
	padding-left: 15px;
}

.shadow {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.shadow-side {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.go-top {
	width: 24px;
	height: 24px;
	position: fixed;
	z-index: 101;
	background: url('../img/go-top.png') #ececec no-repeat center center;
	right: 0%;
	bottom: 48px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.go-top:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.address {
	min-height: 17px;
	background: url('../img/ico-house.png') no-repeat left top;
	padding: 0px 1px 1px 25px;
}

.phone {
	min-height: 18px;
	background: url('../img/ico-phone.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
}

.fax {
	min-height: 18px;
	background: url('../img/ico-fax.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
}

.email {
	min-height: 18px;
	background: url('../img/ico-email.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
}

.web {
	min-height: 18px;
	background: url('../img/ico-web.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
}

.loc {
	min-height: 18px;
	background: url('../img/ico-loc.png') no-repeat left top;
	padding: 1px 1px 1px 25px;
}

.map {
	min-height: 18px;
	background: url('../img/ico-pin.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
}

.page {
	min-height: 18px;
	background: url('../img/ico-page.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
}

.archive {
	min-height: 18px;
	background: url('../img/ico-archive.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
}

.bulletin {
	min-height: 18px;
	background: url('../img/ico-bullet.png') no-repeat left 3px;
	padding: 1px 1px 1px 25px;
}

.mail {
	background:url('../img/ico-mail.png') no-repeat center left;
	padding: 1px 1px 1px 35px;
}

.contact {
	background:url('../img/ico-contact.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
}

.ilike {
	*background:url('../img/ico-heart.png') no-repeat center left;
	*padding: 1px 1px 1px 18px;
	color: #333;
	margin-right: 8px;
}

.icomment {
	background:url('../img/ico-comment.png') no-repeat center left;
	padding: 1px 1px 1px 18px;
	color: #333;
	margin-right: 8px;
}

.icomment-count {
	background:url('../img/ico-comment.png') no-repeat center left;
	padding: 1px 1px 1px 18px;
	color: #333;
	font-size: 1.25em;
	font-weight: bold;
}

.tick {
	background:url('../img/ico-tick.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	color: #333;
}

.ishare {
	background:url('../img/ico-share.png') no-repeat center left;
	padding: 1px 1px 1px 18px;
	color: #333;
}

.rss {
	background:url('../img/ico-rss.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.register {
	background:url('../img/ico-register.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.linkedin {
	background:url('../img/ico-linkedin.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.facebook {
	background:url('../img/ico-facebook.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.twitter {
	background:url('../img/ico-twitter.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.youtube {
	background:url('../img/ico-youtube.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.flipboard {
	background:url('../img/ico-flipboard.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.google {
	background:url('../img/ico-google.png') no-repeat center left;
	padding:1px 1px 1px 35px;
}

.go-register {
	background:url('../img/go-register.png') no-repeat;
	width: 24px;
	height: 24px;
}

.go-linkedin {
	background:url('../img/go-linkedin.png') no-repeat;
	width: 24px;
	height: 24px;
}

.go-twitter {
	background:url('../img/go-twitter.png') no-repeat;
	width: 24px;
	height: 24px;
}

.go-facebook {
	background:url('../img/go-facebook.png') no-repeat;
	width: 24px;
	height: 24px;
}

.go-google {
	background:url('../img/go-google.png') no-repeat;
	width: 24px;
	height: 24px;
}

.go-youtube {
	background:url('../img/go-youtube.png') no-repeat;
	width: 24px;
	height: 24px;
}

.app-store {
	background:url('../img/app-store.png') no-repeat;
	width: 40px;
	height: 40px;
}

.ico-app-store {
	background:url('../img/ico-app-store.png') no-repeat center left;
	padding:1px 1px 1px 25px;
}

.google-play {
	background:url('../img/google-play.png') no-repeat;
	width: 40px;
	height: 40px;
}

.ico-google-play {
	background:url('../img/ico-google-play.png') no-repeat center left;
	padding:1px 1px 1px 25px;
}

.amazon-apps {
	background:url('../img/amazon-apps.png') no-repeat;
	width: 40px;
	height: 40px;
}

.ico-amazon-apps {
	background:url('../img/ico-amazon-apps.png') no-repeat center left;
	padding:1px 1px 1px 25px;
}

.truncate {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dates {
	width: 40px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
	text-align: center;
	float: left;
	margin: 5px 10px 5px 0;
}

.dates .year {
	
}

.dates .month {
	
}

.dates .day {
	font-size: 2.0em;
	margin: 5px auto;
	font-weight: bold;
}

.banner.square div[id^="google_ads_iframe_"]:before {
	font-size: 11px;
	color: #999;
	content: "Advertisement";
}

.banner.square div[id^="google_ads_iframe_"] {
	display: block!important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #f5f5f5;
	padding-bottom: 10px;
}

.adv:before {
	font-size: 11px;
	color: #999;
	content: "Advertisement";
	display: flex;
    justify-content: center;
}

.adv {
	background-color: #f5f5f5;
	padding: 5px 10px 20px 10px;
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn.btn-share {
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #ebebeb;
	background-size: contain;
	margin: 0;
	padding: 2px 5px 2px 30px;
	max-height: 26px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #32363b;
}

.btn.btn-share:hover, .btn.btn-share:focus, .btn.btn-share:active {
	background-color: #e1e2e2;
	background-position: center left;
	transition: none;
}

.btn-share-linkedin {
	background-image:url('../img/share-linkedin.png');
}

.btn-share-twitter {
	background-image:url('../img/share-twitter.png');
}

.btn-share-facebook {
	background-image:url('../img/share-facebook.png');
}

.btn-share-google {
	background-image:url('../img/share-google.png');
}

.btn-share-email {
	background-image:url('../img/share-email.png');
}

.btn-share-more {
	background-image:url('../img/share-more.png');
}

.btn-comment {
	background-image:url('../img/btn-comment.png');
}

.btn-hr-likes {
	background-image:url('../img/btn-hr-likes.jpg');
}

.btn-rg-likes {
	background-image:url('../img/btn-rg-likes.jpg');
}

.btn-eg-likes, .btn-eg-likes {
	background-image:url('../img/btn-eg-likes.jpg');
}

.social-google {
	background:url('../img/social-google.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	width: 16px;
	height: 16px;
}

.social-pinterest {
	background:url('../img/social-pinterest.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	width: 16px;
	height: 16px;
}

.social-pinterest {
	background:url('../img/social-pinterest.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	width: 16px;
	height: 16px;
}

.social-reddit {
	background:url('../img/social-reddit.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	width: 16px;
	height: 16px;
}

.social-buffer {
	background:url('../img/social-buffer.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	width: 16px;
	height: 16px;
}

.social-digg {
	background:url('../img/social-digg.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	width: 16px;
	height: 16px;
}

.social-stumbleupon {
	background:url('../img/social-stumbleupon.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	width: 16px;
	height: 16px;
}

.social-delicious {
	background:url('../img/social-delicious.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	width: 16px;
	height: 16px;
}

.social-addthis {
	background:url('../img/social-addthis.png') no-repeat center left;
	padding: 1px 1px 1px 25px;
	width: 16px;
	height: 16px;
}

.share-widget {
	
}

.share-widget .share-jumbo {
	padding: 20px;
	color: rgb(85, 91, 100);
}

.share-widget .share-jumbo .share-count {
	text-align: center;
    font-size: 60px;
    line-height: 60px;
    font-family: Helvetica neue,arial;
    font-weight: 700;
}

.share-widget .share-jumbo .share-label {
	text-align: center;
	position: relative;
    font-size: 18px;
    line-height: 18px;
    bottom: 2px;
	text-transform: uppercase;
}

.share-widget .share-stats {
	padding: 10px;
	border-left: 1px solid #dedede;
}

.share-widget .share-stats .btn-group {
	margin: 10px 20px;
}

.share-widget .share-stats .btn-group .btn.btn-share, #likes .btn.btn-share  {
	font-size: 12px;
	padding: 5px 10px 5px 40px;
	max-height: 32px;
}

.dropcap:first-child:first-letter {
	float: left;
	font-size: 5em;
	line-height: 0.6em;
	padding: 5px 5px 5px 0;
}

.bar-premium {
	display: inline-block;
	background: url('../img/bar-my.svg') bottom center no-repeat;
	height: 23px;
}

.bar-premium::before {
	content: attr(data-type);
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.6px;
	color: #707070;
	text-transform: uppercase;
}

.bar-premium:hover {
	color: #707070!important;
}

.bar-premium.inverse::before {
	color: #fff!important;
}

.bar-plus {
	display: inline-block;
	background: url('../img/bar-my.svg') bottom center no-repeat;
	height: 23px;
}

.bar-plus::before {
	content: url('../img/meta-my-plus.png');
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.6px;
	color: #707070;
}

.bar-plus.inverse {
	background: none;
}

.bar-plus.inverse::before {
	content: url('../img/meta-my-plus-inverse.png');
	color: #fff;
}

.bar-plus:hover {
	color: #707070!important;
}

.logo-plus {
	position: relative;
	display: inline-block;
	background: url('../img/ico-my-plus.png') top right no-repeat;
	width: 25px;
	height: 25px;
	padding-bottom: 2px;
	padding-left: 155px;
}

.logo-plus:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "myGrapevine";
	font-size: 26px;
}

@media screen and (max-width: 414px) {
	
	.banner.square div[id^="google_ads_iframe_"]:before {
		content: "";
	}
	
}