/**
 * Styles for i2i_header_block module(+ popup styles)
 */
.header-popup{
    background-color:#f7f7f7;
    padding:10px;
    border-radius:5px;
    display:table;
    line-height: 1.385em;
}

.share-icon {
    float:left;
    display: inline-block;
}

header .block-top-border .share-icon p,
.search-icon p {
    float: none;
    display: block;
    height: 36px;
    padding: 10px 15px 0;
    cursor: pointer;
}

.share-icon p,
.search-icon p {
    border-left: 1px solid #515151;
}

.share-icon.hover,
.search-icon.hover  {
    background-color: #1C1D1C;
}

header .block-top-border .share-icon p {
    width: 89px;
}

.search-icon{
    float:right;
}

.header-popup {
    margin-top: 2px;
    z-index: 1001;
    -moz-box-shadow: 2px 0 3px rgba(0,0,0,.5);
    -ms-box-shadow: 2px 0 3px rgba(0,0,0,.5);
    -o-box-shadow: 2px 0 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 0 3px rgba(0,0,0,.5);
    box-shadow: 2px 0 3px rgba(0,0,0,.5);
}

.header-popup .block {
    margin-bottom: 0;
}

#header-sharethis-box,
#header-search-box {
    display: inline-block;
}

#header-sharethis-box:before,
#header-search-box:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 13px;
    left: 0;
    top: 0;
    content: '';
    background: url(../images/menu-arrow.png) 96% 0 transparent no-repeat;
}

#header-sharethis-box:before {
    margin-top: -31px;
}

#header-search-box:before {
    margin-top: -23px;
}

#header-sharethis-box:before {
    background-position: 89% 0;
}

.header-popup #header-sharethis-box {
    margin: 8px;
}

.header-popup #header-sharethis-box,
.header-popup #header-search-box {
    position: relative;
    font-size: 0;
}

.header-popup .contextual-links-wrapper #header-sharethis-box,
.header-popup .contextual-links-wrapper #header-search-box {
    font-size: 90%;
}

.header-popup #header-search-box .form-text {
    width: 393px;
    height: 31px;
    line-height: 31px;
    padding: 0 0 0 5px;
    font-size: 13px;
}

.header-popup #header-search-box .form-submit {
    height: 33px;
    margin: 0;
    padding: 0 16px;
    line-height: 33px;
    font-size: 13px;
}

.header-popup-hidden {
    position: absolute;
}

.header-popup-hidden, .header-popup-hidden *{
    /*display:none;*/
    visibility: hidden;
    background:none;
    width:0;
    z-index: -1;
}

.st_fblike_hcount{
    float:left;
}
.header-popup-hidden .st_fblike_hcount iframe {
    visibility: hidden!important;
}



