
/******************* FOR SEARCH *********************/
#sq_blocksearch input,
#sq_blocksearch textarea,
#sq_blocksearch {
    font-family: Arial, Helvetica, sans-serif;
}

#sq_tinymce_inactive {
    padding: 20px !important;
    font-size: 16px;
}

#sq_blocksearch ::-webkit-scrollbar {
    width: 18px;
    height: 15px;
}

#sq_blocksearch ::-webkit-scrollbar-button:start:decrement,
#sq_blocksearch ::-webkit-scrollbar-button:end:increment {
    height: 1px;
    display: block;
    background-color: #EFF7FF;
}

#sq_blocksearch ::-webkit-scrollbar-track {
    border-left: 6px solid transparent;
    border-right: 1px solid transparent;
    background-clip: padding-box;
}

#sq_blocksearch ::-webkit-scrollbar-thumb:vertical {
    min-height: 28px;
    padding-top: 100px;
    border-left: 6px solid transparent;
    border-right: 1px solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

/***************** FOR KEYWORD ****************/
#sq_search_second {
    text-align: center;
}

#sq_blocksearch .sq_keyword {
    background-color: #8684a4;
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
    z-index: 1001;
}

#sq_blocksearch .sq_keyword #sq_keyword_help {
    position: absolute;
    background-color: brown;
    font-size: 24px;
    font-weight: bold;
    color: white;
    top: -24px;
    left: -238px;
    width: 204px;
    height: auto;
    padding: 20px 10px;
    line-height: 22px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    box-shadow: 0 0 9px 0 #000;
    -moz-box-shadow: 0 0 9px 0 #000;
    -webkit-box-shadow: 0 0 9px 0 #000;
}

#sq_blocksearch .sq_keyword #sq_keyword_help span {
    position: absolute;
    right: -25px;
    top: 34px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 25px solid brown;
}

#sq_blocksearch .sq_keyword #sq_keyword_help p {
    line-height: 13px;
    margin-top: 5px;
    font-size: 11px;
    color: #d1d1d1;
}

#sq_blocksearch #sq_keyword,
#sq_blocksearch #sq_keyword_second {
    display: inline-block;
    margin: 16px 2px;
    width: 85%;
    line-height: 26px;
    height: 30px;
    padding: 0 5px;
    font-size: 15px;
    font-weight: bold;
    background-color: #f9f9f9;
    color: #15b14a;
}

#sq_blocksearch #sq_keyword_second {
}

#sq_blocksearch #sq_keyword_check,
#sq_blocksearch #sq_keyword_second_check {
    display: inline-block;
    line-height: 26px;
    width: 26px;
    height: 28px;
    background-color: #589ee4;
    font-size: 15px;
    font-weight: bold;
    color: white;
    margin: 0;
    padding: 0;

    border: 1px solid white;
    cursor: pointer;
}

#sq_blocksearch .sq_search_notrelevant {
    line-height: 30px;
    width: 125px;
}

.sq_search > a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 4px auto 0 auto;
    padding: 0;
    text-decoration: underline;
    font-size: 14px;
    color: #21759B;
}

/******************* FOR BRIEFCASE *********************/
#postsquirrly #sq_briefcase_icon,
#postsquirrly #sq_briefcase_analytics,
#postsquirrly #sq_briefcase_help {
    float: right;
    background: transparent url(../img/sprite.png) no-repeat -432px -50px;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
    color: brown;
    width: 26px;
    height: 22px;
}
#postsquirrly .sq_briefcase_smallicon {
    display: block;
    float: left;
    margin: 1px 7px 0 0;
    height: 20px;
    width: 20px;
    background: transparent url('../img/briefcase.png') no-repeat;
    background-size: 100%;
}
#postsquirrly #sq_briefcase_analytics {
    background-position: -434px -23px;
}

#postsquirrly #sq_briefcase_help {
    background-position: -28px -50px;
}

#postsquirrly #sq_briefcase_refresh {
    float: right;
    background: transparent url(../img/sprite.png) no-repeat -435px -74px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
    margin: -1px 0 0 4px;
    padding: 0;
    border: none;
    cursor: pointer;
}

#sq_blocksearch #sq_briefcase_list {
    clear: both;
    display: table;
    position: relative;
    background-color: white;
    width: 100% !important;
    min-height: 75px;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #aaa;
}

#sq_blocksearch #sq_briefcase_bottom{
    background-color: #f1f1f1;
    height: 20px;
    margin: 2px -1px 0 -1px;
    border-top: 1px solid #ddd;
}

#sq_blocksearch #sq_briefcase_list #sq_briefcase_keyword {
    display: inline-block;
    margin: 2px 4px 0 4px;
    width: 97%;
    line-height: 26px;
    height: 30px;
    padding: 0 5px;
    font-size: 13px;
    font-weight: normal;
    background-color: #e2ffd6;
    color: #333;
}

#sq_blocksearch #sq_briefcase_list #sq_briefcase_keyword_check {
    display: inline-block;
    line-height: 26px;
    width: 26px;
    height: 28px;
    background-color: #589ee4;
    font-size: 15px;
    font-weight: bold;
    color: white;
    margin: 0;
    padding: 0;
    border: 1px solid white;
    cursor: pointer;
}

#sq_blocksearch #sq_briefcase_content ul {
    overflow-y: auto;
    margin: 5px 0 2px 0;
}

#sq_blocksearch #sq_briefcase_content ul.sq_briefcase_item_notused {
    max-height: 150px;
}

#sq_blocksearch #sq_briefcase_content.sq_error {
    margin: 15px 0 !important;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item {
    position: relative;
    color: #4f1440;
    padding: 0;
    text-align: left;
    font-size: 13px;
    margin: 0 0 0 1px;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_item_percent {
    width: 11%;
    display: inline-block;
    padding: 5px 2px 0 2px;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item_used .sq_briefcase_value {
    cursor: pointer;

}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_value {
    width: 70%;
    max-width: 245px;
    display: inline-block;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    vertical-align: top;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_addbriefcase {
    font-size: 10px;
    position: absolute;
    color: darkred;
    right: 5px;
    top: 5px;
    cursor: pointer;
    float: right;
    display: none;
    z-index: 10;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_optimize {
    font-size: 10px;
    position: absolute;
    color: darkred;
    right: 5px;
    top: 5px;
    cursor: pointer;
    float: right;
    display: none;
    z-index: 10;
}
#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_optimize {
    display: block;
}
#sq_blocksearch #sq_briefcase_content .sq_briefcase_empty {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_addbriefcase {
    display: block;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item_used .sq_briefcase_value {
    width: 75%;
    max-width: 190px;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_separator {
    height: 3px;
    background-color: white;
    box-shadow: 0 1px 4px -1px #333;
}

#sq_blocksearch #sq_briefcase_content li .sq_briefcase_item_delete {
    display: none;
    float: right;
    font-family: Arial, sans-serif;
    right: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #999;
    height: 20px;
    width: 10px;
    text-align: center;
    padding: 5px 4px 2px;
    border: none;
    cursor: pointer;
    z-index: 2;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover {
    background-color: #e2ffd6;
}

#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_item_delete {
    display: block;
}

#sq_blocksearch #sq_briefcase_topcontent > ul{
    margin: 0;
}

#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item {
    position: relative;
    color: #4f1440;
    padding: 0 0 5px 0;
    text-align: left;
    font-size: 13px;
    margin: 0 0 0 1px;
    line-height: 20px;
}

#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item .sq_briefcase_item_percent {
    width: 11%;
    display: inline-block;
    padding: 5px 2px 0 2px;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item_used .sq_briefcase_value {
    cursor: pointer;

}

#sq_blocksearch #sq_briefcase_topcontent .sq_briefcase_empty {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover .sq_briefcase_addbriefcase {
    display: none;
}


#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item .sq_briefcase_optimize {
    font-size: 10px;
    position: absolute;
    color: darkred;
    right: 5px;
    top: 5px;
    cursor: pointer;
    float: right;
    display: none;
    z-index: 10;
}

#sq_blocksearch #sq_briefcase_topcontent .sq_briefcase_empty {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin: auto;
    cursor: pointer;
}

#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover .sq_briefcase_optimize {
    display: block;
}

#sq_blocksearch #sq_briefcase_topcontent #sq_briefcase_keyword {
    display: inline-block;
    margin: 0 4px 0 4px;
    width: 97%;
    line-height: 26px;
    height: 30px;
    padding: 0 5px;
    font-size: 13px;
    font-weight: normal;
    background-color: #e2ffd6;
    color: #333;
}

#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item_used .sq_briefcase_value {
    width: 75%;
    max-width: 190px;
}

#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_separator {
    display: none;
}

#sq_blocksearch #sq_briefcase_topcontent li .sq_briefcase_item_delete {
    display: none;
    float: right;
    font-family: Arial, sans-serif;
    right: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #999;
    height: 20px;
    width: 10px;
    text-align: center;
    padding: 5px 4px 2px;
    border: none;
    cursor: pointer;
    z-index: 2;
}

#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover {
    background-color: #e2ffd6;
}

#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover .sq_briefcase_item_delete {
    display: block;
}


/***************** FOR SEARCH TYPES ****************/
#sq_blocksearch #sq_types {
    display: none;
    height: 26px;
    padding: 5px 0;
    background-color: #fcfcfc;
    box-shadow: 0 1px 3px -2px #888;
    -moz-box-shadow: 0 1px 3px -2px #888;
    -webkit-box-shadow: 0 1px 3px -2px #888;
}

#sq_blocksearch #sq_types ul {
    margin: 0;
}

#sq_blocksearch #sq_types ul li {
    float: left;
    background: transparent url('../img/sprite.png') no-repeat;
    margin: 0 0 0 17px;
    cursor: pointer;
    font-weight: bold;
    color: brown;
    width: 26px;
    height: 25px;
}

#sq_blocksearch #sq_types #sq_type_img {
    background-position: 0 0;
}

#sq_blocksearch #sq_types #sq_type_twitter {
    background-position: -27px 0;
}

#sq_blocksearch #sq_types #sq_type_news {
    background-position: -137px 0;
}

#sq_blocksearch #sq_types #sq_type_blog {
    background-position: -54px 0;
}

#sq_blocksearch #sq_types #sq_type_wiki {
    background-position: -84px 0;
}

#sq_blocksearch #sq_types #sq_type_local {
    background-position: -164px 0;
}

#sq_blocksearch #sq_types #sq_type_img:hover {
    background-position: 0 -25px;
}

#sq_blocksearch #sq_types #sq_type_twitter:hover {
    background-position: -27px -25px;
}

#sq_blocksearch #sq_types #sq_type_news:hover {
    background-position: -137px -24px;
}

#sq_blocksearch #sq_types #sq_type_blog:hover {
    background-position: -54px -25px;
}

#sq_blocksearch #sq_types #sq_type_wiki:hover {
    background-position: -84px -25px;
}

#sq_blocksearch #sq_types #sq_type_local:hover {
    background-position: -164px -25px;
}

/* The search resul box */
#sq_blocksearch .sq_search {
    display: block;
    overflow-y: auto;
    max-height: 310px;
    overflow-x: hidden;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    clear: both;
}

#sq_blocksearch .sq_search ul {
    padding: 0 0 0 4px;
    margin: 0;
    list-style: none;
    clear: both;
}

#sq_blocksearch #sq_types #sq_type_twitter {
    /*display: none;   Upgrade request to 1.1*/
}

/*************** FOR ALL TYPES *****************/
#sq_blocksearch .sq_search ul li.sq_search_li {
    display: block;
    width: 95%;

    font-size: 12px;
    font-weight: normal;

    padding: 5px 5px;
    margin: 7px auto;

    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;

    box-shadow: 0 1px 0 #A8A8A8;
    -webkit-box-shadow: 0 1px 0 #A8A8A8;
    -moz-box-shadow: 0 1px 0 #A8A8A8;
}

#sq_blocksearch .sq_search .sq_attribution {

    clear: both;
    margin: 0;
    text-shadow: 1px 1px white;
    height: 25px;

}

#sq_blocksearch .sq_search ul li.sq_search_li:hover .sq_attribution > ul {
    display: block;
}

#sq_blocksearch .sq_search li.sq_search_li .sq_attribution > ul {
    display: none;
    background-color: #F1F1F1;
    height: 17px;

    padding: 2px 2px;
    margin: 0;

    text-align: center;
    text-shadow: 1px 1px white;
}

#sq_blocksearch .sq_search li.sq_search_li .sq_attribution > ul > li {
    font-size: 11px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: brown;

    float: left;
    width: 66px;

    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #CCC;
    cursor: pointer;
}

#sq_blocksearch .sq_search li.sq_search_li .sq_attribution > ul > li:last-child {
    border-right: 0 !important;
}

#sq_blocksearch .sq_search ul .sq_info {
    clear: both;

    font-size: 10px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #AAA;

    padding: 3px 0 0;
    float: right;
}

#sq_blocksearch .sq_search .sq_info ul li {
    float: left;

    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #CCC;

}

#sq_blocksearch .sq_search .sq_info ul li:last-child {
    border-right-width: 0 !important;
}

/***************** FOR IMAGES ****************/
#sq_blocksearch .sq_search ul li.sq_search_img_li {
    position: relative;
    float: left;

    background-color: white;
    width: 54px;
    height: 54px;

    padding: 2px;
    margin: 0 3px 6px 0;

    border: 1px solid #BBB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    box-shadow: 0 0 4px #CCC;
    -moz-box-shadow: 0 0 4px #CCC;
    -webkit-box-shadow: 0 0 4px #CCC;

    transition-property: border-color;
    transition-duration: .33s;
    -moz-transition-property: border-color;
    -moz-transition-duration: .33s;
    -webkit-transition-property: border-color;
    -webkit-transition-duration: .33s;

    cursor: pointer;

}

#sq_blocksearch .sq_search ul li.sq_search_img_li:hover {
    border-color: #333;
}

#sq_blocksearch .sq_search ul li.sq_search_img_li > img {
    clip: rect(7px, 75px, 63px, 19px);
    position: absolute;
    margin-top: -8px;
    margin-left: -20px;
    max-height: 75px;
}

#sq_blocksearch #sq_search_img_filter {
    width: 100%;
    background-color: #fcfcfc;
    height: 22px;
    text-align: center;
    padding: 4px 0;
    border-top: 1px solid #ccc;
}

#sq_blocksearch #sq_search_img_filter label#sq_search_img_nolicence_label {
    position: relative;
    font-size: 13px;
    color: #333;
    text-shadow: 1px 1px white;
}

#sq_blocksearch #sq_search_img_filter label span {
    position: absolute;
    display: block;
    width: 28px;
    height: 25px;
    left: -29px;
    top: -4px;
    background: transparent url('../img/sprite.png') no-repeat -166px -47px;
}

#sq_blocksearch #sq_search_img_filter label.checked span {
    background-position: -190px -47px;
}

.sq_zoomImg_img {
    width: auto;
    height: 54px;
}

.sq_zoomImg {
    position: absolute;
    visibility: visible;
}

.sq_zoomImg_Inner {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    color: #555;
    padding: 5px;
    position: relative;
}

.sq_zoomImg_frame {

}

.sq_zoomImg_frame img {
    border: 1px solid #d9d9d9;
    display: block;
    margin: auto;
    max-width: 115px;
    max-height: 115px;
}

#sq_blocksearch .sq_search li.sq_search_img_li .sq_attribute {
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 8px;
    color: #999;
    bottom: -3px;
    right: -3px;
    background: white;
    border: grey;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1;
    padding: 0 5px;
}

/***************** FOR IMAGES CATEGORIES ****************/
#sq_blocksearch .sq_search ul li.search_category {
    clear: both;
    font-size: 14px;
    color: #464646;

    width: 100%;
    height: 16px;

    border: none;
}

/***************** FOR TWITTER ****************/
#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_author_avatar {
    float: left;
    width: 36px;
    height: 36px;
    margin: 3px 10px 0 0;
}

#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_quote_content {
    font-size: 10px;
    margin-left: 46px;
}

#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_quote_author {
    color: #555;
    font-size: 12px;
    line-height: 15px;
}

#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_author_name {
    line-height: 17px;
    margin-right: 5px;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_quote_text {
    margin-left: 0;
}

/***************** FOR BLOG ****************/
#sq_blocksearch .sq_search ul li.sq_search_blog_li .sq_news_content {
}

#sq_blocksearch .sq_search ul li.sq_search_blog_li .sq_news_title {
    font-size: 12px;
    font-weight: 700;
    color: #333;

    line-height: 18px;
    margin: 0 0 5px 0;
}

#sq_blocksearch .sq_search ul li.sq_search_blog_li .sq_news_text {
    font-size: 12px;
    color: #333;

    line-height: 15px;
    text-align: left;
}

#sq_blog_preview {
    position: relative;
    border: 1px solid #e5e5e5;

    padding: 0;
    margin-bottom: 15px;
    background-color: #fcfcfc;

}

#sq_blog_preview:before {
    display: block;
    border: none;
    content: " ";
    background: transparent url('../img/sprite.png') repeat-x 0 -361px;
    width: 100%;
    height: 5px;
    border-radius: 2px 2px 0 0;
    opacity: 0.3;
}

#sq_blog_preview #sq_blog_preview_partner {
    position: absolute;
    top: 15px;
    right: 20px;
}

#sq_blog_preview #sq_blog_preview_partner a {
    background-color: #333;
    text-decoration: none;

    color: white;
    font-size: 22px;
    font-weight: bold;

    margin-left: 5px;
    padding: 0 3px;
    border: 1px solid #333;
}

#sq_blog_preview #sq_blog_preview_title {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
    border-bottom: 1px dashed #d1d1d1;
    margin: 0 0 10px 0;
    padding: 10px 0 20px 10px;
}

#sq_blog_preview #sq_blog_preview_body {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 16px;
    text-align: left;

    padding: 0 0 0 10px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#sq_blog_preview #sq_blog_preview_body p {
    position: relative;
    background-color: transparent;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    line-height: 24px;

    padding: 0;
    margin: 0 0 16px 0;

    text-align: left;
    white-space: normal;
    color: #333333;
}

#sq_blog_preview #sq_blog_preview_body .sq_mark {
    background-color: #FFED5F;

    color: black;
    padding: 0 3px 0;
    font-size: 14px;
    line-height: 20px;

    box-shadow: 0 0 5px #FFF6AC;
    -moz-box-shadow: 0 0 5px #FFF6AC;
    -webkit-box-shadow: 0 0 5px #FFF6AC;
}

#sq_blog_preview #sq_blog_preview_body .sq_blog_option {
    position: absolute;
    display: none;
    background-color: #f5f5f5;

    font-size: 11px;
    color: red;

    bottom: 0;
    right: 5px;

    cursor: pointer;
    z-index: 1;
}

#sq_blog_preview #sq_blog_preview_body p:hover {
    background-color: #f5f5f5;
}

#sq_blog_preview #sq_blog_preview_body p:hover .sq_blog_option {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

#sq_blocksearch {
    position: relative;
}

/***************** FOR WIKI ****************/

#sq_blocksearch .sq_search ul li.sq_search_wiki_li .sq_wiki_content {
}

#sq_blocksearch .sq_search ul li.sq_search_wiki_li .sq_wiki_title {
    font-size: 12px;
    font-weight: 700;
    color: #333;

    line-height: 18px;
    margin: 0 0 5px 0;
}

/***************** FOR LOCAL  ****************/
#sq_blocksearch .sq_search ul li.sq_search_local_li .sq_local_title {
    font-size: 12px;
    font-weight: 700;
    color: #333;

    line-height: 18px;
    margin: 0 0 5px 0;
}

/***************** FOR SUGGESTION ****************/
#sq_blocksearch #sq_suggestion,
#sq_blocksearch #sq_suggestion_help {
    clear: both;
    display: table;
    position: relative;
    background-color: white;
    width: 100% !important;
    height: 75px;
    padding: 10px 0 10px 0 !important;
    margin: 0 0 5px 0 !important;
}

#sq_blocksearch .sq_gsuggestion_height {
    height: 175px !important;
}

#sq_blocksearch #sq_suggestion .sq_gsuggestion {
    margin: 0;
    padding: 0;
}

#sq_blocksearch #sq_suggestion .sq_gsuggestion .sq_item_gsuggestion {
    clear: both;
    float: none;
    height: auto;
    line-height: 13px;
    font-size: 12px;
    font-weight: bold;
    color: #2c6e2c;
    text-align: left;
    cursor: pointer;
    margin: 0;
    padding: 6px 12px;
}

#sq_blocksearch #sq_suggestion .sq_gsuggestion .sq_item_active {
    background-color: #f1f1f1;
}

#sq_blocksearch #sq_suggestion ul li {
    height: 20px;
    font-size: 13px;
    float: left;
    text-align: center;
}

#sq_blocksearch #sq_suggestion input#sq_selectit {
    width: 200px;
    background-color: #589ee4;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    color: white;
    margin: 10px auto 0 auto;
    padding: 5px;
    position: relative;
    text-shadow: 1px 1px #555;
    cursor: pointer;
    border: none;
}

#sq_blocksearch #sq_suggestion ul li span {
    display: inline-block;
    height: 20px;
    font-weight: bold;
    margin-left: 5px;
}

#sq_blocksearch #sq_suggestion_help {

    height: 60px;
}

#sq_blocksearch #sq_suggestion_help ul li {
    height: 20px;
    text-align: center;
    color: darkGreen;
    font-size: 14px;
    font-weight: bold;
}

#sq_blocksearch #sq_suggestion_help ul li.sq_research_link,
#sq_suggestion .sq_research_link {
    font-size: 13px;
    font-weight: bold;
    color: #21759B;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

#sq_blocksearch .sq_keyword #sq_suggestion_rank {
    margin-top: -5px;
}

#sq_blocksearch #sq_suggestion ul.sq_progressbar {
    height: 15px;
    line-height: 18px;
    padding: 0;
    margin: 0 auto;
    width: 250px;
}

#sq_blocksearch #sq_suggestion ul.sq_progressbar li:nth-child(1n) {
    width: 50px;
    text-align: right;
    color: red;
}

#sq_blocksearch #sq_suggestion ul.sq_progressbar li:nth-child(2n) {
    width: 132px;
}

#sq_blocksearch #sq_suggestion ul.sq_progressbar li:nth-child(3n) {
    width: 50px;
    text-align: left;
    color: darkgreen;
}

#sq_blocksearch #sq_suggestion ul.sq_smalldetails {
    clear: both;
    width: 220px;
    margin: 0 auto 10px auto;
}

#sq_blocksearch #sq_suggestion ul.sq_smalldetails li {
    height: 15px;
    font-size: 10px;
    color: gray;
    margin: 0 4px;
    padding: 0;
    float: none;
}

#sq_blocksearch #sq_suggestion div.sq_smalldetails {
    width: 240px;
    margin: 0 auto;
    font-size: 11px;
    font-weight: bold;
    color: brown;
    text-align: center;
}

#sq_blocksearch #sq_suggestion .sq_keywords_info {
    display: table;
    width: 230px;
}

#sq_blocksearch #sq_suggestion .sq_keywords_info {
    clear: both;
    width: 190px;
    z-index: 1;
    background-color: #F7F7F7;

    border: 1px solid #CCC;
    padding: 5px;
    margin: 0 auto;

    text-align: center;

    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

#sq_blocksearch #sq_suggestion .sq_keywords_info table {
    margin: 0 auto;
}

#sq_blocksearch #sq_suggestion .sq_keywords_info td {
    border-bottom: 1px dashed #D8D8D8;
    padding: 4px 10px;
    color: #414141;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;

}

/**** CLOSE BUTTONS ****/
#sq_blocksearch #sq_search_close,
#sq_blog_preview #sq_blog_preview_close {
    position: absolute;
    font-family: Arial, sans-serif;
    background-color: #8684a4;
    right: -6px;
    top: -3px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    width: 10px;
    line-height: 16px;
    text-align: center;
    padding: 0 4px 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid darkOliveGreen;
    cursor: pointer;
    z-index: 2;
}

#sq_blocksearch #sq_suggestion_close,
#sq_blocksearch #sq_briefcase_list_close {
    position: absolute;
    font-family: Arial, sans-serif;
    right: 0;
    top: 0;
    font-size: 13px;
    font-weight: bold;
    color: #999;
    width: 10px;
    line-height: 16px;
    text-align: center;
    padding: 0 4px 2px;
    border: none;
    cursor: pointer;
    z-index: 2;
}

#sq_blocksearch #sq_search_close {
    top: -13px;
}

#sq_blocksearch .sq_show_mgs {
    clear: both;
    display: block;
    padding: 7px;
    margin-top: 10px;
    border-top: 1px dashed #D1D1D1;
}

#sq_suggestion .sq_show_mgs {
    max-width: 200px;
    margin: 20px auto 0 auto;
    border-top: none;
}

@-webkit-keyframes play {
    from {
        background-position: 0;
    }
    to {
        background-position: -400px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0;
    }
    to {
        background-position: -400px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0;
    }
    to {
        background-position: -400px;
    }
}

@-o-keyframes play {
    from {
        background-position: 0;
    }
    to {
        background-position: -400px;
    }
}

@keyframes play {
    from {
        background-position: 0;
    }
    to {
        background-position: -400px;
    }
}

#sq_blog_preview.sq_minloading,
#sq_blocksearch .sq_minloading {
    position: relative;
    opacity: 0.5;
    min-height: 40px;
}

#sq_blog_preview.sq_minloading:before,
#sq_blocksearch .sq_minloading:before {
    position: absolute;
    right: calc(50% - 10px);
    top: calc(50% - 8px);
    display: block;
    float: right;
    line-height: 30px;
    content: "";
    padding: 0 0;
    margin: 0 0 0 5px;
    height: 16px;
    width: 20px;
    background: transparent url('../img/minloading.png') no-repeat;

    -webkit-animation: play 1s steps(10) infinite;
    -moz-animation: play 1s steps(10) infinite;
    -o-animation: play 1s steps(10) infinite;
    animation: play 1s steps(10) infinite;
}

#sq_blocksearch .sq_more {
    clear: both;
    position: relative;
    width: 100%;
    height: 17px;
    text-align: center;
    padding: 0;
    margin: 0 0 5px 0;
}

#sq_blocksearch .sq_more span {
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 12px solid #589ee4;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
}

#publishing-action {
    float: left !important;
    width: 100%;
}

#sq_publish_alert {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: red;
    text-shadow: 1px 1px white;
    margin: 0 0 5px 0;
    padding: 0;
}

#sq_publish_alert #sq_publish_alert_yes {
    display: block;
    float: left;
    clear: both;
    margin: 2px 0 0 8px;
    padding: 0 35px;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background-color: #589ee4;
    text-shadow: 1px 1px #777;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#sq_publish_alert #sq_publish_alert_yes:hover {
    background-color: #4f8dca;
}

/****************************FOR EXPIRED SUBSCRIPTIONS ***************/
#sq_subscription {
    font-size: 13px;
    font-weight: bold;
    color: red;
    padding: 0 !important;
    text-align: center;
    width: 275px;
    margin: 0 auto 15px auto;
    background-color: #fff;
    box-shadow: 0 0 6px 0 #888;
    -moz-box-shadow: 0 0 6px 0 #888;
    -webkit-box-shadow: 0 0 6px 0 #888;
}

#sq_subscription .sq_renew {
    padding: 10px;
    line-height: 20px;
}

#sq_subscription .sq_renew a {
    display: block;
    font-size: 16px;
    background-color: #589ee4;
    color: white;
    font-weight: bold;
    margin: 10px;
    padding: 6px;
    text-decoration: none;
    border-radius: 7px;
}

#sq_subscription > a {
    display: block;
    margin: 0;
    padding: 0;
    height: 300px;
}

#sq_options_feedback .sq_options_feedback_popup li {
    clear: both;
}

/************************** FACEBOOK *********************************/
#sq_facebook_b {
    padding: 6px 0;
    clear: both;
}

#sq_facebook_b > span {
    display: block;
    float: left;

    font-weight: bold;
    color: darkgreen;
}

#sq_facebook_b .sq_facebook_title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 5px auto;
}

#sq_facebook_b .sq_facebook_image {
    width: 100px;
    margin: 3px 7px 5px 24px;
}

#sq_facebook_b .sq_facebook_image img {
    width: 100px;
}

#sq_facebook_b .sq_facebook_frame {
    margin-top: 35px;
}

/*********************************************************************/

/****************************FOR COUPONS ***************/
#sq_coupon {
    position: relative;
    background-image: none;
    background-color: #F3F8FD;
    border: 2px solid #F1F2F4;
    border-radius: 5px;
    padding: 0;
    margin: 0 0 10px 0;
    height: auto;
    width: 100%;
}

#sq_coupon #sq_coupon_close {
    position: absolute;
    background-color: #E5D8CD;
    right: -6px;
    top: -3px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 16px;
    width: 8px;
    height: 12px;
    padding: 0 5px 6px;
    border-radius: 10px;
    border: 1px solid darkOliveGreen;
    cursor: pointer;
    z-index: 2;
}

/*********************************************************************/

/******************** NOTIFICATION BAR ***************************/
.sq_notice.sq_fixed{
    position: fixed;
    z-index: 10000;
}

.sq_notice{
    top: 28px;
    text-align: center;
    width: 100%;
}

.sq_notice.sq_notice > div{
    display: block;
    margin: 0 !important;
    width: 100% !important;
    line-height: 40px;
    background-color: lightgoldenrodyellow;
}

.sq_notice.sq_notice > div.sq_success{
    background-color: #20bc49;
}

/*****************************************************************/