﻿@charset "utf-8";
/* CSS Document */
/*
Tab CSS Starts At Line No :3705 @media only screen and (min-width : 481px) and (max-width : 1024px) : Starts At-4965
Mobile CSS Starts At Line No : @media only screen and (min-width : 100px) and (max-width : 481px) : Starts At-7375 
*/

.blog-scroll-up {
    position: fixed;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    right: 10px;
    bottom: 25px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0 0 2px #000;
    z-index: 100;
}


.topbar
{
    overflow: hidden;
}

.topbar .TitleOverflow
{
    /*	overflow: hidden; 	text-overflow: ellipsis; 	width: 53% !important; 	white-space: nowrap;*/
}
.topbar .ArchivesIcon_topbar
{
    display: none;
}
.topbar .BlogerProfileImgSmall
{
    display: none;
}
.topbar .AuthorImageTitle_topbar
{
    width: 100%;
    margin-top: 10px;
    display: block;/* !important;*/
}
.topbar .MobileSearch_topbar
{
    display: none;
}
.topbar .titlediv_topbar
{
    padding-top: 20px;
    border-bottom: 1px solid #d2d2d2;
    min-height: 65px;
    overflow: hidden;
}
.topbar .sharediv_topbar
{
    float: right;
    display: inline-block;
}
.topbar .UserimageAlignChange_topbar
{
    border-right: none !important;
    clear: left !important; /*display: inline-block !important;*/
  /*  width: 100%;*/
    box-sizing: border-box !important;
}
.topbar .menuArrow_topbar
{
    float: right;
    margin-top: 9px;
    vertical-align: middle;
}
.topbar .lineRight_topbar
{
    float: right; /* height: 50px;     width: 116px;*/
}
.topbar .marginRight2_topbar
{
    /*margin-right:60px !important;*/
}
.topbar .marginTopBar_topbar
{
    margin-left: 6px;
}
.topbar .SignInText_topbar
{
    font-family: 'Open Sans' , Helvetica, sans-serif;
    font-weight: 100;
    font-size: 17px;
    color: #535353;
    float: left;
    line-height: 44px;
    margin-left: 6px;
}
.topbar .NewNavButton_topbar
{
    padding: 4px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #cfcfcf;
    -webkit-box-shadow: 0 5px 6px rgba(190,190,190,.39);
    -moz-box-shadow: 0 5px 6px rgba(190,190,190,.39);
    box-shadow: 0 5px 6px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e6e6e6, #f7f7f7);
    background-image: -moz-linear-gradient(bottom, #e6e6e6, #f7f7f7);
    background-image: -o-linear-gradient(bottom, #e6e6e6, #f7f7f7);
    background-image: linear-gradient(to top, #e6e6e6, #f7f7f7);
    float: left;
    margin-right: 5px;
    cursor: pointer;
    font-family: Candara,Arial, Helvetica, sans-serif;
    color: #303030;
    font-size: 17px;
}

.topbar .NewNavButton_topbar:active
{
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    background-color: #cfcfcf;
    -webkit-box-shadow: inset 0 2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 2px rgba(0,0,0,.15);
    box-shadow: inset 0 2px rgba(0,0,0,.15);
    border: solid 1px #b1b1b1;
    background-image: none;
}
.topbar .NewNavButton2_topbar
{
    padding: 4px 15px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 17px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #cfcfcf;
    -webkit-box-shadow: inset 0 2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 2px rgba(0,0,0,.15);
    box-shadow: inset 0 2px rgba(0,0,0,.15);
    border: solid 1px #b1b1b1;
    cursor: pointer;
}
.topbar .NavtButtons_topbar
{
    padding: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #d9eeff;
    -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    box-shadow: 0 2px 8px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: linear-gradient(to top, #e6e6e6, #fff);
    cursor: pointer;
    margin-left: 5px;
    float: right;
    margin-bottom: 10px;
}
.topbar .RecentHeading_topbar
{
    font-family: Candara;
    font-size: 24px;
    color: #303030;
    float: left;
    margin-right: 10px;
}
.topbar .BigMenu_topbar
{
    width: 21.4%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: rgba(229,229,229,.95);
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 14px;
    position: absolute;
    z-index: 3;
    margin-top: 6px;
}

.topbar .menuClose_topbar
{
    padding: 8px;
    -webkit-border-radius: 16px/15px 15px 16px 16px;
    -moz-border-radius: 16px/15px 15px 16px 16px;
    border-radius: 16px/15px 15px 16px 16px;
    background-color: #f5f5f5;
    border: solid 1px #a5a5a5;
    cursor: pointer;
    float: right;
}

.topbar .menuText_topbar
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #303030;
    line-height: 20px;
    clear: left;
    cursor: pointer;
}

.topbar .MenuText_topbar
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #515151;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    width: 107px;
    position: relative;
    top: -14px;
    line-height: 30px;
}


.topbar .menuText_topbar div
{
    margin-bottom: 10px;
}

.topbar .zlogoAlign_topbar
{
    cursor: pointer;
    vertical-align: middle;
    float: left;
    margin-right: 10px; /*margin-top: 4px;*/
	  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: #686868;
}

.topbar .title_topbar
{
    font-family: 'Raleway' , sans-serif;
    font-size: 45px;
    color: #1f1f1f;
    font-weight: 100;
    min-height: 60px;
    cursor: default;
    word-wrap: break-word;
    float: left;
}

.topbar .DraftTopDiv_topbar
{
    margin-top: 15px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.topbar .titleNew_topbar
{
    font-family: 'Raleway' , sans-serif;
    font-size: 45px;
    color: #1f1f1f;
    font-weight: 100;
    min-height: 60px;
    cursor: default;
    word-wrap: break-word;
    float: left; /*	margin-left: 10px;*/
    width: auto;
    max-width: 95%;
}

.topbar .settings_topbar
{
    padding: 6px;
    -webkit-border-radius: 50px/50px 50px 50px 50px;
    -moz-border-radius: 50px/50px 50px 50px 50px;
    border-radius: 50px/50px 50px 50px 50px;
    background-color: #d9eeff;
    -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    box-shadow: 0 2px 8px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -ms-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: linear-gradient(to top, #e6e6e6, #fff);
    cursor: pointer;
    margin-left: 2px; /*margin-left:20px;*/ /*position: absolute;*/
    top: 103px;
    left: 249px;
    float: right;
}


.topbar .floatright_topbar
{
    float: left !important;
    margin-right: 0px !important;
    margin-bottom: 20px;
}
.topbar .marginLeftNew_topbar
{
    margin-left: 10px !important;
}
.topbar .shareIconSet_topbar
{
    position: relative;
    float: right;
    top: 0px;
}

.topbar .lineRightAddOn_topbar
{
    border-right: 1px solid #d2d2d2;
    padding-right: 1%;
    margin-right: 1%;
}

.topbar .NavtButtons_topbar
{
    padding: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #d9eeff;
    -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    box-shadow: 0 2px 8px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: linear-gradient(to top, #e6e6e6, #fff);
    cursor: pointer;
    margin-left: 5px;
    float: right;
    margin-bottom: 10px;
}

.topbar .NavButton3_topbar
{
    padding: 8px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 17px;
    background-color: #eef4f8;
    -webkit-box-shadow: 0 0 17px 23px rgba(255,255,255,.57), inset 0 2px rgba(73,110,149,.75);
    -moz-box-shadow: 0 0 17px 23px rgba(255,255,255,.57), inset 0 2px rgba(73,110,149,.75);
    box-shadow: 0 0 17px 23px rgba(255,255,255,.57), inset 0 2px rgba(73,110,149,.75);
    border: solid 1px #7db1e5;
    background-image: -webkit-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -moz-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -o-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -ms-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: linear-gradient(to bottom, #76c5f6, #97d6fe 66%);
    color: #FFFFFF;
    cursor: pointer;
}


.topbar .NavButton4_topbar
{
    padding: 8px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #cfcfcf;
    -webkit-box-shadow: 0 5px 6px rgba(190,190,190,.39);
    -moz-box-shadow: 0 5px 6px rgba(190,190,190,.39);
    box-shadow: 0 5px 6px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e6e6e6, #f7f7f7);
    background-image: -moz-linear-gradient(bottom, #e6e6e6, #f7f7f7);
    background-image: -o-linear-gradient(bottom, #e6e6e6, #f7f7f7);
    background-image: -ms-linear-gradient(bottom, #e6e6e6, #f7f7f7);
    background-image: linear-gradient(to top, #e6e6e6, #f7f7f7);
    float: left;
    margin-right: 10px;
    cursor: pointer;
    font-family: Candara,Arial, Helvetica, sans-serif;
    color: #303030;
    font-size: 17px;
}
.topbar .CountBox_topbar
{
    -webkit-border-radius: 13px 14px 14px 13px/14px 14px 13px 13px;
    -moz-border-radius: 13px 14px 14px 13px/14px 14px 13px 13px;
    border-radius: 13px 14px 14px 13px/14px 14px 13px 13px;
    background-color: #fff;
    border: solid 1px #d4edfd;
    background-image: -webkit-linear-gradient(bottom, #80caf9, #97d6fe);
    background-image: -moz-linear-gradient(bottom, #80caf9, #97d6fe);
    background-image: -o-linear-gradient(bottom, #80caf9, #97d6fe);
    background-image: linear-gradient(to top, #80caf9, #97d6fe);
    padding: 1px 8px;
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway' , sans-serif;
    margin-left: 5px;
}


.topbar .CountBox2_topbar
{
    -webkit-border-radius: 13px 14px 14px 13px/14px;
    -moz-border-radius: 13px 14px 14px 13px/14px;
    border-radius: 13px 14px 14px 13px/14px;
    background-color: #fff;
    border: solid 1px #b5b5b5;
    background-image: -webkit-linear-gradient(bottom, #e1e1e1, #f5f5f5);
    background-image: -moz-linear-gradient(bottom, #e1e1e1, #f5f5f5);
    background-image: -o-linear-gradient(bottom, #e1e1e1, #f5f5f5);
    background-image: linear-gradient(to top, #e1e1e1, #f5f5f5);
    padding: 1px 8px;
    color: #404040;
    font-size: 20px;
    font-family: 'Raleway' , sans-serif;
    margin-left: 5px;
}




.sharebutton:active, .NavButton:active, .BlogSearchButton:active, .sharebutton2:active, .cubeecontroll:active, .fullprofileButton:active, .ArchivesIcon:active, .SortArchives:active, .BigButton:active, .close:active, .EditorShare:active, .calloutButton:active, .albumbutton:active, .NavButton4:active, .RectangleButton:active, .DraftButtons:active, .ArchivesIcon2:active, .BlogSearchButton2:active, .DraftButtons2:active, .BackButton:active, .NavtButtons:active, .newBlogButton:active, .sharepost:active, .sharecancel:active, .lightButton:active
{
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    background-color: #eef4f8;
    -webkit-box-shadow: inset 0 2px rgba(73,110,149,.75);
    -moz-box-shadow: inset 0 2px rgba(73,110,149,.75);
    box-shadow: inset 0 2px rgba(73,110,149,.75);
    border: solid 1px #7db1e5;
    background-image: -webkit-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -moz-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -o-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -ms-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: linear-gradient(to bottom, #76c5f6, #97d6fe 66%);
    color: #FFFFFF;
    cursor: pointer;
}

.zlogoAlign_topbar:active{
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    background-color: #eef4f8;
    border: solid 1px #7db1e5;
    background-image: -webkit-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -moz-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -o-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -ms-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: linear-gradient(to bottom, #76c5f6, #97d6fe 66%);
    color: #FFFFFF;
    cursor: pointer;
	    -webkit-box-shadow: inset 0 2px rgba(73,110,149,.75);
    -moz-box-shadow: inset 0 2px rgba(73,110,149,.75);
    box-shadow: inset 0 2px rgba(73,110,149,.75);

	
}


.topbar .ViewsCount_topbar
{
    font-family: 'Raleway' , sans-serif;
    font-size: 35px;
    color: #1f1f1f;
    float: left;
    line-height: 50px;
    margin-right: 10px;
    font-weight: 100;
}

.topbar .viewtext_topbar
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #303030;
    float: left;
    line-height: 3em;
    margin-right: 10px;
    padding-right: 20px;
    border-right: 1px solid #d2d2d2;
}

.topbar #spnHeading
{
    font-family: 'Raleway' , sans-serif;
    font-size: 45px;
    color: #1f1f1f;
    font-weight: 100;
    min-height: 60px;
    cursor: default;
    word-wrap: break-word;
    float: left;
}
.topbar .sharebuttonIcon_topbar
{
    padding: 6px;
    -webkit-border-radius: 50px/50px 50px 50px 50px;
    -moz-border-radius: 50px/50px 50px 50px 50px;
    border-radius: 50px/50px 50px 50px 50px;
    background-color: #d9eeff;
    -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    box-shadow: 0 2px 8px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -ms-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: linear-gradient(to top, #e6e6e6, #fff);
    cursor: pointer;
    margin-left: 10px;
    float: right;
    margin-bottom: 10px;
}

.topbar .UserImgAlign_topbar
{
    margin-left: 5px !important;
}
/*.topbar .sharediv_topbar:hover
{
    background: #e7e7e7;
    border-right: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}*/

.topbar .ViewIconMargin_topbar
{
    margin-top: 6px;
    margin-right: 14px;
    border-right: 1px solid #BBB;
    padding-right: 15px;
    display: inline-block;
    float: right;
}

.topbar .ViewPress_topbar
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fcfcfc;
    -webkit-box-shadow: inset 2px 2px rgba(0,0,0,.31);
    -moz-box-shadow: inset 2px 2px rgba(0,0,0,.31);
    box-shadow: inset 2px 2px rgba(0,0,0,.31);
    border: solid 1px #a2a2a2;
    cursor: pointer;
    padding: 4px;
    float: right;
    margin-right: 5px;
}


.topbar .ViewNormal_topbar
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f8f8f8;
    border: solid 1px #9b9b9b;
    padding: 4px;
    cursor: pointer;
    margin-right: 5px;
    float: right;
}
/*-----------------------------------------------------------------*/
.topbar .selectionDrafts_topbar:before
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
        display:block;
    margin: 33px 39px auto;
    border: 10px solid;
    border-color: #7db1e5 transparent transparent transparent;
}

.topbar .selectionDrafts_topbar:after
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
        display:block;
    margin: 8px 40px auto;
    border: 9px solid;
    border-color: #97d6fe transparent transparent transparent;
}

.topbar .selectionPublish_topbar:before
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    margin: 33px 47px auto;
    border: 10px solid;
    border-color: #7db1e5 transparent transparent transparent;
}

.topbar .selectionPublish_topbar:after
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    margin: 8px 48px auto;
    border: 9px solid;
    border-color: #97d6fe transparent transparent transparent;
}
/*-----------------------------------------------------------------*/

/*-------------------------------------------Search---------------------------------------------------------*/



.sb-search
{
    position: relative;
    width: 0%;
    min-width: 60px;
    height: 55px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input
{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 80%;
    height: 48px;
    margin: 0;
    z-index: 0;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
    border-radius: 90px;
    border: 1px solid #E4E4E4; /*margin-right: 5px;*/
}
.sb-search-input-open
{
    padding: 0px 51px 4px 20px;
}

.sb-search-input::-webkit-input-placeholder
{
    color: #a9a9a9;
}

.sb-search-input:-moz-placeholder
{
    color: #a9a9a9;
}

.sb-search-input::-moz-placeholder
{
    color: #a9a9a9;
}

.sb-search-input:-ms-input-placeholder
{
    color: #efb480;
}

.sb-icon-search, .sb-search-submit
{
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-border-radius: 50px/50px 50px 50px 50px;
    -moz-border-radius: 50px/50px 50px 50px 50px;
    border-radius: 50px/50px 50px 50px 50px;
    background-color: #d9eeff;
    -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    box-shadow: 0 2px 8px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -ms-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: linear-gradient(to top, #e6e6e6, #fff);
    cursor: pointer;
}

.sb-search-submit
{
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search
{
    position: absolute;
    /*z-index: 1;*/
}

.sb-icon-search:before
{
    content: url('https://a3userfilesws.zcubes.com/zcommunity/img/b3/new-search.png');
	position:relative;
	top:5px;
}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search
{
    width: 30%;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search
{
    z-index: 0;
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit
{
    z-index: 90;
}

@media only screen and (min-width : 481px) and (max-width : 1024px)
{
    .topbar .BlogerProfileImgSmall
    {
        display: none;
    }


    .topbar .ArchivesIcon_topbar
    {
        display: inline;
        padding: 6px;
        -webkit-border-radius: 50px/50px 50px 50px 50px;
        -moz-border-radius: 50px/50px 50px 50px 50px;
        border-radius: 50px/50px 50px 50px 50px;
        background-color: #d9eeff;
        -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
        -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
        box-shadow: 0 2px 8px rgba(190,190,190,.39);
        border: solid 1px #bebebe;
        background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -ms-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: linear-gradient(to top, #e6e6e6, #fff);
        cursor: pointer;
        float: right;
        z-index: 1;
        position: relative;
        right: 0%;
        top: 0px;
        margin-left: 5px;
    }



    .topbar .AuthorImageTitle_topbar
    {
        width: 100%;
        margin-top: 10px;
        display: block;/* !important;*/
    }


    .topbar .MobileSearch_topbar
    {
        display: none;
    }

    .topbar .titlediv_topbar
    {
        padding-top: 20px;
        border-bottom: 1px solid #d2d2d2;
    }

    .topbar .sharediv_topbar
    {
        float: right;
        margin-top: 0px;
        display: block;
    }

    .topbar .lineRight_topbar
    {
        /*width: 106px;*/
    }

    .topbar .marginRight2_topbar
    {
        margin-right: 46px !important;
    }

    .topbar .marginTopBar_topbar
    {
        margin-left: 10px;
    }
    .topbar .BigMenu_topbar
    {
        width: 23.4%;
        min-width: 212px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: rgba(229,229,229,.95);
        float: left;
        margin-right: 10px;
        box-sizing: border-box;
        padding: 14px;
        position: absolute;
        z-index: 3;
    }

    .topbar .title_topbar
    {
        font-family: 'Raleway' , sans-serif;
        font-size: 45px;
        color: #1f1f1f;
        font-weight: 100;
        margin-bottom: 5px;
        display: inline-block;
        cursor: default;
        word-wrap: break-word;
    }

    .topbar .DraftTopDiv_topbar
    {
        margin-top: 15px;
        float: left;
        width: 100%;
    }

    .topbar .titleNew_topbar
    {
        width: auto;
        max-width: 90%;
    }


    .topbar .settings_topbar
    {
        z-index: 2;
        left: 130px;
        padding: 6px; /*top: 150px;*/
    }

    .topbar .shareIconSet_topbar
    {
        position: relative;
        float: right;
        top: 0px;
    }
    .topbar .lineRightAddOn_topbar
    {
        padding-right: 5px;
        margin-right: 5px;
    }

    .topbar .NavtButtons_topbar
    {
        padding: 6px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .topbar .ViewsCount_topbar
    {
        font-family: 'Raleway' , sans-serif;
        font-size: 30px;
        color: #1f1f1f;
        float: left;
        line-height: 50px;
        margin-right: 10px;
        font-weight: 100;
    }
    .topbar .viewtext_topbar
    {
        font-family: Candara,Arial, Helvetica, sans-serif;
        font-size: 17px;
        color: #303030;
        float: left;
        line-height: 3em; /*margin-right: 1%;*/
        padding-right: 8px;
        border-right: 1px solid #d2d2d2;
    }
    .topbar #spnHeading
    {
        font-family: 'Raleway' , sans-serif;
        font-size: 45px;
        color: #1f1f1f;
        font-weight: 100;
        margin-bottom: 5px;
        display: inline-block;
        cursor: default;
        word-wrap: break-word;
    }



    .topbar .sharebuttonIcon_topbar
    {
        margin-left: 10px;
    }



    .topbar .MobileSearch_topbar
    {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 55px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }

    .topbar .MobileSearchInput_topbar
    {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        outline: none;
        background: #fff;
        width: 100%;
        height: 50px;
        margin: 0;
        z-index: 0;
        box-sizing: border-box;
        padding: 0px 20px 4px 20px;
        font-family: inherit;
        font-size: 20px;
        color: #2c3e50;
        border-radius: 90px;
        border: 1px solid #E4E4E4; /* margin-right: 5px; */
    }

    .topbar .MobileSearchIcon_topbar
    {
        position: absolute;
        z-index: 1;
    }


    .topbar .MobileSearchIcon_topbar
    {
        width: 47px;
        height: 47px;
        right: 0;
        top: 0;
        text-align: center;
        -webkit-border-radius: 50px/50px 50px 50px 50px;
        -moz-border-radius: 50px/50px 50px 50px 50px;
        border-radius: 50px/50px 50px 50px 50px;
        background-color: #d9eeff;
        -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
        -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
        box-shadow: 0 2px 8px rgba(190,190,190,.39);
        border: solid 1px #bebebe;
        background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -ms-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: linear-gradient(to top, #e6e6e6, #fff);
        cursor: pointer;
    }

    .topbar .MobileSearchIcon_topbar:before
    {
        content: url('../img/Blog/NewSearch.png');
    }

    .topbar .MobileSearchBG_topbar
    {
        background-color: rgba(0,0,0,0.50);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }


    .topbar .MobileSearchContainer_topbar
    {
        background-color: rgba(255,255,255,1.00);
        display: block;
        width: 100%; /*height: 100%;*/
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        box-sizing: border-box;
        padding: 10px;
        padding-top: 20px;
    }





}

@media only screen and (min-width : 100px) and (max-width : 481px)
{

    .topbar .titlediv_topbar
    {
        padding-top: 10px;
        border-bottom: 1px solid #d2d2d2;
        min-height: 54px;
    }

    .topbar .sharediv_topbar
    {
        float: right;
        margin-top: 0px;
        display: block;
    }
    .topbar .UserImgAlign_topbar
    {
        /* float: left !important;*/
        clear: left !important; /*display: inline-block !important;*/ /*width: 61px;*/
        margin-left: 5px !important;
    }

    .topbar .lineRight_topbar
    {
        width: auto;
        height: 40px;
    }

    .topbar .marginRight2_topbar
    {
        margin-right: 42px !important;
    }

    .topbar .marginTopBar_topbar
    {
        margin-left: 5px;
    }

    .topbar .BigMenu_topbar
    {
        width: 21.4%;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: rgba(229,229,229,.95);
        float: left;
        margin-right: 10px;
        box-sizing: border-box;
        padding: 14px;
        position: absolute;
        z-index: 3;
        min-width: 249px;
        margin-top: 49px;
    }


    .sb-icon-search:before
    {
        position: relative;
        top: 2px;
    }

    .sb-search-input
    {
        height: 42px;
        width: 68%;
        display: none;
    }

    .sb-icon-search, .sb-search-submit
    {
        width: 40px;
        height: 40px;
    }

    .topbar .zlogoAlign_topbar
    {
        width: 40px;
        height: 40px;
        margin-top: 0px;
        margin-right: 0px;
    }

    .topbar .title_topbar
    {
        display: none;
        font-family: 'Raleway' , sans-serif;
        font-size: 18px;
        color: #1f1f1f;
        font-weight: 100;
        clear: both;
        margin-bottom: 5px;
        padding-top: 0px;
        cursor: default;
        min-height: 35px;
        word-wrap: break-word;
    }

    .topbar .DraftTopDiv_topbar
    {
        margin-top: 8px;
        float: left;
        width: 100%;
    }

    .topbar .titleNew_topbar
    {
        width: auto;
        font-size: 30px;
        display: inline-block;
        float: left;
        max-width: 70%;
        word-break: break-word;
    }

    .topbar .settings_topbar
    {
        z-index: 2;
        left: 102px;
        padding: 2px;
    }

    .topbar .lineRightAddOn_topbar
    {
        padding-right: 2px;
        margin-right: 2px;
    }

    .topbar .NavtButtons_topbar
    {
        padding: 3px;
        margin-left: 5px;
    }

    .topbar .ViewsCount_topbar
    {
        font-family: 'Raleway' , sans-serif;
        font-size: 30px;
        color: #1f1f1f;
        float: left;
        line-height: 50px;
        margin-right: 10px;
        font-weight: 100; /*visibility: hidden;*/
        display: none;
    }

    .topbar .viewtext_topbar
    {
        /*visibility: hidden;*/
        display: none;
        font-family: Candara,Arial, Helvetica, sans-serif;
        font-size: 17px;
        color: #303030;
        float: left;
        line-height: 3em;
        margin-right: 1%;
        padding-right: 8px;
        border-right: 1px solid #d2d2d2;
    }

    .topbar #spnHeading
    {
        font-family: 'Raleway' , sans-serif;
        font-size: 30px;
        color: #1f1f1f;
        font-weight: 100;
        clear: none;
        margin-bottom: 5px;
        padding-top: 0px;
        cursor: default;
        min-height: 35px;
        word-wrap: break-word;
    }
    .topbar .sharebuttonIcon_topbar
    {
        padding: 3px;
        margin-left: 5px;
    }

    .topbar .RecentHeading_topbar
    {
        font-family: Candara;
        font-size: 21px;
        color: #303030;
        float: left;
        margin-right: 5px;
    }

    .topbar .NewNavButton_topbar
    {
        padding: 3px 4px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #cfcfcf;
        -webkit-box-shadow: 0 5px 6px rgba(190,190,190,.39);
        -moz-box-shadow: 0 5px 6px rgba(190,190,190,.39);
        box-shadow: 0 5px 6px rgba(190,190,190,.39);
        border: solid 1px #bebebe;
        background-image: -webkit-linear-gradient(bottom, #e6e6e6, #f7f7f7);
        background-image: -moz-linear-gradient(bottom, #e6e6e6, #f7f7f7);
        background-image: -o-linear-gradient(bottom, #e6e6e6, #f7f7f7);
        background-image: linear-gradient(to top, #e6e6e6, #f7f7f7);
        float: left;
        margin-right: 5px;
        cursor: pointer;
        font-family: Candara,Arial, Helvetica, sans-serif;
        color: #303030;
        font-size: 15px;
    }

    .topbar .NewNavButton2_topbar
    {
        padding: 3px 4px;
        float: left;
        margin-right: 5px;
        cursor: pointer;
        font-family: Candara,Arial, Helvetica, sans-serif;
        font-size: 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #cfcfcf;
        -webkit-box-shadow: inset 0 2px rgba(0,0,0,.15);
        -moz-box-shadow: inset 0 2px rgba(0,0,0,.15);
        box-shadow: inset 0 2px rgba(0,0,0,.15);
        border: solid 1px #b1b1b1;
        cursor: pointer;
    }








    .topbar .MobileSearch_topbar
    {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 55px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }

    .topbar .MobileSearchInput_topbar
    {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        outline: none;
        background: #fff;
        width: 100%;
        height: 50px;
        margin: 0;
        z-index: 0;
        box-sizing: border-box;
        padding: 0px 20px 4px 20px;
        font-family: inherit;
        font-size: 20px;
        color: #2c3e50;
        border-radius: 90px;
        border: 1px solid #E4E4E4; /* margin-right: 5px; */
    }

    .topbar .MobileSearchIcon_topbar
    {
        position: absolute;
        z-index: 1;
    }


    .topbar .MobileSearchIcon_topbar
    {
        width: 47px;
        height: 47px;
        right: 0;
        top: 0;
        text-align: center;
        -webkit-border-radius: 50px/50px 50px 50px 50px;
        -moz-border-radius: 50px/50px 50px 50px 50px;
        border-radius: 50px/50px 50px 50px 50px;
        background-color: #d9eeff;
        -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
        -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
        box-shadow: 0 2px 8px rgba(190,190,190,.39);
        border: solid 1px #bebebe;
        background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -ms-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: linear-gradient(to top, #e6e6e6, #fff);
        cursor: pointer;
    }

    .topbar .MobileSearchIcon_topbar:before
    {
        content: url('../img/Blog/NewSearch.png');
    }

    .topbar .MobileSearchBG_topbar
    {
        background-color: rgba(0,0,0,0.50);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }


    .topbar .MobileSearchContainer_topbar
    {
        background-color: rgba(255,255,255,1.00);
        display: block;
        width: 100%; /*height: 100%;*/
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        box-sizing: border-box;
        padding: 10px;
        padding-top: 20px;
    }
    .topbar .AuthorImageTitle_topbar
    {
        width: 100%;
        margin-top: 10px;
        display: block;/* !important;*/
    }
    .topbar .ArchivesIcon_topbar
    {
        display: inline;
        padding: 3px;
        -webkit-border-radius: 50px/50px 50px 50px 50px;
        -moz-border-radius: 50px/50px 50px 50px 50px;
        border-radius: 50px/50px 50px 50px 50px;
        background-color: #d9eeff;
        -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
        -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
        box-shadow: 0 2px 8px rgba(190,190,190,.39);
        border: solid 1px #bebebe;
        background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: -ms-linear-gradient(bottom, #e6e6e6, #fff);
        background-image: linear-gradient(to top, #e6e6e6, #fff);
        cursor: pointer;
        float: right;
        z-index: 1;
        position: relative;
        right: 0%;
        top: 0px;
        margin-left: 2px;
        margin-bottom: 4px;
        clear: right;
    }
    .topbar .BlogerProfileImgSmall
    {
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #DBDBDB;
        float: left;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
        margin-right: 5px;
    }
    .topbar .clearClass
    {
        clear: both;
    }
    .topbar .ViewPress_topbar
    {
        padding: 1px;
    }
    .topbar .ViewNormal_topbar
    {
        padding: 1px;
    }

    .topbar .SignInText_topbar
    {
        line-height: 38px;
    }
    .sb-search.sb-search-open, .no-js .sb-search
    {
        width: 45px;
    }
    .sb-search
    {
        min-width: 45px;
    }

}
