﻿
/* Box sharing */
.template-share{position:relative;}
.template-share .button.social-share.inline-block{ border-left: 0 none;bottom: 0;display: block;height: 42px;padding-top: 7px;position: absolute;margin-left:70px; top:0;}
.template-share .st_facebook_large .stLarge {background: rgba(0, 0, 0, 0) url("/static/img/fb-share.png") no-repeat scroll 0 0 !important;width: 26px !important;}
.template-share .st_twitter_large .stLarge {background: rgba(0, 0, 0, 0) url("/static/img/tw-share.png") no-repeat scroll 0 0 !important;width: 26px !important;}
.template-share .st_email_large .stLarge {background: rgba(0, 0, 0, 0) url("/static/img/email-share.png") no-repeat scroll 0 0 !important;width: 26px !important;}

#header .menuzord-menu > li.visible-768{display:none;}

@media (max-width: 768px) {
    #header .menuzord-menu > li.visible-768{display:block;}
}