span.tm-follow-link-wrapper {
display:block;
float:left;
margin-left:7px
}

span.tm-follow-link-wrapper:first-child {
margin-left:0
}

a.tm-follow-link {
display:inline-block
}

a.tm-follow-link:before {
display:inline-block;
font-family:FontAwesome;
font-style:normal;
font-weight:400;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
text-decoration:none
}

a.tm-follow-link:hover {
color:inherit
}

a.tm-follow-link-vk:before {
content:"\f189"
}

a.tm-follow-link-ok:before {
content:"\f263"
}

.with-label a.tm-follow-link:before {
margin-right:3px
}

a.tm-follow-link-delicious:before {
content:"\f1a5"
}

a.tm-follow-link-digg:before {
content:"\f1a6"
}

a.tm-follow-link-dribbble:before {
content:"\f17d"
}

a.tm-follow-link-facebook:before {
content:"\f09a"
}

a.tm-follow-link-flickr:before {
content:"\f16e"
}

a.tm-follow-link-github:before {
content:"\f09b"
}

a.tm-follow-link-googleplus:before {
content:"\f0d5"
}

a.tm-follow-link-instagram:before {
content:"\f16d"
}

a.tm-follow-link-linkedin:before {
content:"\f0e1"
}

a.tm-follow-link-pinterest:before {
content:"\f0d2"
}

a.tm-follow-link-reddit:before {
content:"\f1a1"
}

a.tm-follow-link-tumblr:before {
content:"\f173"
}

a.tm-follow-link-twitter:before {
content:"\f099"
}

a.tm-follow-link-vimeo:before {
content:"\f194"
}

a.tm-follow-link-weibo:before {
content:"\f18a"
}

a.tm-follow-link-wordpress:before {
content:"\f19a"
}

a.tm-follow-link-youtube:before {
content:"\f167"
}

a.tm-follow-link-xing:before {
content:"\f168"
}

a.tm-follow-link-this-site:before {
content:"\f09e"
}

a.tm-follow-link-newsletter:before {
content:"\f0e0"
}


/* Блок "Контакты в контактах" на странице /contacts */

#block-ezotour-kontaktyvkontaktakh {
	color: #fff;
	transition: all 0.3s ease;
	font-size: 23px;
    font-weight: 600;
    
}

#block-ezotour-kontaktyvkontaktakh a {
	color: #fff;
	text-decoration: underline;
}

#block-ezotour-kontaktyvkontaktakh a:hover {
	color: #ff8c00;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}