﻿@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 
*/

.likevariantsubimg
{
  transform: scale(1);
  -webkit-transform: scale(1);
  /*border: 1px solid transparent;*/
  /*-webkit-transition: 100ms;
    transition: 100ms;	*/
}
.transanim
{
	/*-webkit-transition: 100ms;
    transition: 100ms;*/
}
.imgtrans/*, .likevariantsubimg:hover*/
{
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	/* -webkit-transition: 100ms;
    transition: 1000ms;*/
	/*border: 1px solid #d0c7c7;*/
    border-radius: 50%;
    background: white;
	/*padding:1px;*/
	 
}
.likevariantselected {
    width: 34px;
    height: 34px;
    padding: 0px !important;
}

.likeButtonUnclicked {
    position: relative;
}

.likevariantClicked {
    background-color: #777777 !important;
    border: 1px solid #5c5c5c !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    position: relative;
    cursor: pointer;
}

.likevariantcount {
    border-style: solid;
    border: 1px solid rgb( 210, 210, 210 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    font-size: 11px;
    width: 17px;
    height: 17px;
    vertical-align: text-top;
    text-align: center;
    position: absolute;
    top: 7px;
    right: -20px;
    line-height: 17px;
}

.selected-emoticon {
    position: absolute;
    top: 0;
    left: 27px;
}

.likevariantClicked img {
    vertical-align: middle;
}

.likevariantClickedContainer {
    min-width: 70px;
    float: left;
}


.commentscount {
    font-size: 10pt;
}

.LikeDislikeImage {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    border: 1px solid #DBDBDB;
    vertical-align: middle;
    margin-right: 5px;
}

.UserNameDiv {
    width: 82%;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 10px;
}

.LikeDislikeDiv {
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 17px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #535353;
    /* background-color: #ECECEC; */
    /* margin-top: 10px; */
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #ddd;
}

ul#LikevariantCounts li {
    display: inline-block;
    margin-right: 10px;
}

#LikevariantCounts {
    padding-left: 0;
}

.likevariant-count {
    font-size: 10px;
    display: block;
    text-align: center;
    color: #717171 !important;
    border-radius: 100px;
    background-color: #ffffff;
    border: 1px solid #cacaca;
    margin-top: 2px;
    padding: 0px 4px;
}

.likevariant-li {
    font-size: initial;
}

.likevariant-link-all:focus {
    outline: none;
}

.likevariant-link:focus {
    outline: none;
}

.likevariant-link-all {
    display: inline-block;
    width: 26px;
    text-align: center;
    cursor:pointer;
}

.likevariant-link {
    display: inline-block;
    cursor:pointer;
}

.likevariant-img {
    vertical-align: middle;
    width: 26px;
    height: 26px;
}

#LikevariantTab1 {
    border-bottom: solid 1px #ddd;
}

.likevariant-active {
    background-color: #e4e4e4;
    padding: 5px;
    border-radius: 100px;
}

.likevariant-selected {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

.UserImageDiv {
    position: relative;
    width: inherit !important;
}

.likevariantcontainer {
    position: absolute;
    top: -53px;
    padding: 10px 5px;
    -webkit-border-radius: 50px/50px 50px 50px 50px;
    -moz-border-radius: 50px/50px 50px 50px 50px;
    border-radius: 50px/50px 50px 50px 50px;
    -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);
}

.likevariantitem {
    float: left;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}

    .likevariantitem img {
        vertical-align: middle;
    }






/*----------------------ColorRadio------------------------------*/


.likeDislikeCountDisplay .LikeDislikeDiv {
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 17px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #535353; /* background-color: #ECECEC; */ /* margin-top: 10px; */
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #ddd;
}




.Color-radio {
    -webkit-appearance: none;
    /* background-color: #dfdfdf; */
    padding: 9px;
    border-radius: 70px;
    display: inline-block;
    position: relative;
    float: left;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
    margin: 0px;
}





    .Color-radio:checked:after {
        content: '';
        border-radius: 70px;
        position: absolute;
        /* background: #9cc355; */
        background-image: url(../img/Blog/themecheck.png);
        background-repeat: no-repeat;
        font-size: 25px;
        color: white;
        text-align: center;
        outline: none;
        background-position: 5px 4px;
        border: 2px solid rgba(0, 0, 0, 0.2);
    }



.Colorbig-radio {
    padding: 23px;
    outline: none;
}

    .Colorbig-radio:checked:after {
        width: 42px;
        height: 42px;
        left: 0px;
        top: 0px;
        outline: none;
    }
/*----------------------------*/
.ChannelItemsList {
    position: relative;
    height: 64px;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #E4E4E4;
    padding-top: 10px;
}

.channelitemlistselected {
    background-color: #EFEFEF;
}

.ChannelItemsListCheckGroup {
    width: 56px;
    display: inline-block;
    float: left;
    height: 56px;
    margin-right: 10px;
}


.ChannelItemsThumpImg {
    position: absolute;
    left: 0;
    width: 55px;
    border-radius: 100%;
}

.ChannelItemsText {
    line-height: 54px;
}

/*----------------------FancyCheckbox------------------------------*/



.checkboxNewAdd {
    z-index: 1;
    float: LEFT;
    margin: 0;
}

.FancyCheckbox {
    -webkit-appearance: none;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
}


    .FancyCheckbox:checked {
        background-color: rgba(0, 0, 0, 0.2);
        border: 4px solid #9dc646;
        outline: none;
    }

        .FancyCheckbox:checked:after {
            content: '.....';
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(../img/Blog/TickForFancyCheck.png);
            text-align: center;
            outline: none;
            color: rgba(255,255,255,0);
        }


.FancyCheckboxBig {
    padding: 24px;
}

    .FancyCheckboxBig:checked:after {
        font-size: 28px;
    }




/*-----------------------------------------------------*/



.B3MenuAlign {
    margin-top: auto !important;
    margin-left: auto !important;
}

.hidewhenremoved {
    /* display: none;*/
}

.welcometext {
    font-family: 'Raleway',Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    margin-top: -20px;
    font-size: 29px;
}

.welcometext2 {
    font-family: 'Raleway',Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-top: -20px;
    font-size: 29px;
}

.unverifieduserbanner {
    background-color: #fff0d5;
    display: inline-block;
    width: 100%;
    color: #6B6262;
    box-sizing: border-box;
    padding-right: 7.5%;
    padding-left: 7.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(243,214,161,1.00);
    font-size: 15px;
    box-shadow: 1px 1px 7px 0px rgba( 0, 0, 0,.1 );
}

.blackBG {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    margin: 0px;
    top: 0px;
    left: 0px;
}

.InvisibleBG {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    margin: 0px;
    top: 0px;
    cursor: pointer;
    left: 0px;
}

.error {
    color: #E47575;
    font-size: 19px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
}

.mTextHeight {
    height: 3px;
}

.circleLoginAbsolute {
    position: absolute !important;
}

.circleLogin {
    width: 559px;
    height: 559px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    background-color: #f8f8f8; /*	border: solid 1px #fff;*/ /*position: absolute; commented By Lijo Johns M*/
    z-index: 14; /*  margin-top: -20%;     margin-left: -20%;     top: 25%; left: 35%;    top: 40%;     left: 50%;*/
    -webkit-appearance: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.loginBox {
    -webkit-appearance: none;
    width: 355px;
    height: 55px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 60px;
    color: #767676;
    font-size: 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
}

.loginBox4 {
    -webkit-appearance: none;
    width: 355px;
    height: 59px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 60px;
    color: #767676;
    font-size: 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
}

.or {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    color: #767676;
}

.EmailIcon2 {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -174px -14px;
    width: 21px;
    height: 13px;
    position: absolute;
    margin-left: 121px;
    margin-top: 127px;
}

.contentAlign2 {
    margin-top: 150px;
}

.contentAlign3 {
    margin-top: 140px;
}


.LoginIcon {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -10px -10px;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: 120px;
    margin-top: 19px;
}

.LoginIcon2 {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -10px -10px;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: 120px;
    margin-top: 71px;
}

.LoginIcon3 {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -10px -10px;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: 120px;
    margin-top: 178px;
}

.passwordIcon {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -54px -10px;
    width: 17px;
    height: 22px;
    position: absolute;
    margin-left: 125px;
    margin-top: 74px;
}

.passwordIcon2 {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -54px -10px;
    width: 17px;
    height: 22px;
    position: absolute;
    margin-left: 125px;
    margin-top: 229px;
}

.RepasswordIcon {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -216px -11px;
    width: 21px;
    height: 18px;
    position: absolute;
    margin-left: 125px;
    margin-top: 283px;
}

.EmailIcon {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -174px -14px;
    width: 21px;
    height: 13px;
    position: absolute;
    margin-left: 121px;
    margin-top: 136px;
}

.loginBox2 {
    -webkit-appearance: none;
    width: 355px;
    height: 55px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    border: none;
    outline: none;
    margin-top: -2px;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 60px;
    color: #767676;
    font-size: 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
}

.loginBox3 {
    -webkit-appearance: none;
    width: 355px;
    height: 55px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    border: none;
    outline: none;
    margin-top: -2px;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 60px;
    color: #767676;
    font-size: 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
}

.loginBox4 {
    -webkit-appearance: none;
    width: 355px;
    height: 55px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    border: none;
    outline: none;
    margin-top: -2px;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    color: #767676;
    font-size: 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    border-radius: 10px;
}

.loginButton {
    -webkit-appearance: none;
    width: 185px;
    height: 48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #6fc0ff;
    outline: none;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 23px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .loginButton:hover {
        background-color: #59B0F4;
    }

.SignUpButton2 {
    -webkit-appearance: none;
    width: 135px;
    padding: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #81b2e5;
    outline: none;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 22px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100; /* margin-top: 5px; */ /* margin-bottom: 20px; */
    clear: both;
}

.BackToSignIn {
    width: 90px;
    padding: 15px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background-color: #eeeeee;
    border: solid 1px #CECECE;
    outline: none; /* margin-top: 14px; */ /* margin-bottom: 20px; */
    color: #6a6a6a;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    margin-right: 10px;
    padding-left: 16px;
    clear: both;
    margin-left: -11px;
}

    .BackToSignIn:hover {
        background-color: #fff;
    }

.SignUpButton2:hover {
    background-color: #74a9e0;
}

.forgotPassword {
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    color: #717171;
    text-decoration: none;
    margin-top: 25px;
}

    .forgotPassword:hover {
        color: #454545;
    }

.NotUser {
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    color: #6fc0ff;
    text-decoration: none;
    margin-top: 25px;
}

.SignUpBorder {
    border-top: 1px solid #dbdbdb;
    width: 355px;
    margin: 25px auto 0 auto;
}

.SignUpButton {
    -webkit-appearance: none;
    width: 118px;
    height: 48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #dcdcdc;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 22px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    color: #6a6a6a;
    margin-top: 10px;
    text-align: center;
}

    .SignUpButton:hover {
        background-color: #d1d1d1;
    }

.contentAlign {
    margin-top: 100px;
}

.LoginClose {
    /*display: block;     height: 12px;     width: 12px;     padding: 15px;     background-image: url(../img/b3/b3sprites.png?123);     background-position: -82px 0px;     -webkit-border-radius: 100px;     -moz-border-radius: 100px;     border-radius: 100px;     background-color: #808080;     border: 1px solid rgba(255,255,255,.2);     cursor: pointer;*/
    position: absolute;
    background-image: url(../img/Close.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    right: 10px;
    top: 10px;
    background-color: white;
    padding: 12px;
    border-radius: 55px !important;
    border: 1px solid #BDBDE6 !important;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
    display: inline-flex;
}

.LoginCloseAlign {
    margin-right: 83px;
    margin-top: 38px;
    float: right;
}
/*
.LoginClose:hover
{
    background-position: -123px 0px;
    background-color: #797979;
}*/

.MyChannelIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -86px -149px;
    float: left;
}

.MyBlogsIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -3px -86px;
    float: left;
}

.MyGroupBlogsIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -7px -206px;
    float: left;
}

.MyB3Icon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -127px -149px;
    float: left;
}


.MyGridIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -44px -86px;
    float: left;
}

.ZCubesIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -86px -86px;
    float: left;
}

.LogoutIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -127px -86px;
    float: left;
}

.SettingsMenuIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -172px -86px;
    float: left;
}

.EditBlogMenuIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -598px -205px;
    float: left;
}

.DeleteBlogMenuIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -219px -149px;
    float: left;
}

.CreatePostIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -68px -205px;
    float: left;
}


.RearrangeContentIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -116px -205px;
    float: left;
}

.GalleryIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -175px -205px;
    float: left;
}

.CreateGalleryIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -219px -203px;
    float: left;
}


.EditProfileIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -267px -86px;
    float: left;
}

.CreateBlogMenuIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -217px -86px;
    float: left;
}

.ChennelHelpIcon {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -172px -149px;
    float: left;
}

.LoginMenu {
    width: 250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 8px 9px rgba(0,0,0,.3);
    -moz-box-shadow: 0 8px 9px rgba(0,0,0,.3);
    box-shadow: 0 8px 9px rgba(0,0,0,.3);
    border: solid 1px #ddd;
    position: absolute;
    z-index: 99;
}

    .LoginMenu:before {
        /*content: "";*/
        position: absolute; /*top: -60px;*/
        left: 0;
        width: 155px;
        height: 36px;
        display: block;
    }

.LoginMenu1:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 115px;
    border: 15px solid transparent;
    border-bottom-color: #fbfbfb;
    display: block;
    width: 0;
}
/*
.B3LoginMenu
{
    width: 250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 8px 9px rgba(0,0,0,.3);
    -moz-box-shadow: 0 8px 9px rgba(0,0,0,.3);
    box-shadow: 0 8px 9px rgba(0,0,0,.3);
    border: solid 1px #ddd;
    position: absolute;
    z-index: 99;
}

.B3LoginMenu:before
{
     
    position: absolute;  
    left: 0;
    width: 155px;
    height: 36px;
    display: block;
}

.B3LoginMenu:after
{
    content: "";
    position: absolute;
    top: -30px;
    left: 120px;
    border: 15px solid transparent;
    border-bottom-color: #fbfbfb;
    display: block;
    width: 0;
}*/

.LoginMenuItems {
    clear: both;
    display: inline-block;
    box-sizing: border-box;
    padding: 17px 13px;
    width: 100%;
    margin-bottom: -4px;
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9;
}

.LoginMenuItems2 {
    clear: both;
    display: inline-block;
    box-sizing: border-box;
    padding: 17px 13px; /*width: 192px;*/
    width: 100%;
    margin-bottom: -4px;
    cursor: pointer;
}

    .LoginMenuItems2:hover {
        background: #f4f4f4;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.LoginMenuItems:hover {
    background: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-bottom: 1px solid #E9E9E9;
}

.AfterLoginButton {
    clear: both;
    background: #eeeeee;
    display: inline-block;
    padding: 10px 67px;
    width: 200px;
    margin-bottom: 4px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .AfterLoginButton:hover {
        background: #e4e4e4;
    }

.ButtonText {
    text-align: left;
    line-height: 35px;
    font-size: 22px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    color: #535353;
    margin-left: 20px;
    float: left;
}

.LoginMenuText {
    text-align: left;
    line-height: 35px;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    color: #535353;
    margin-left: 20px;
    float: left;
    cursor: pointer;
}

.profileImgThump {
    width: 75px;
    height: 75px;
    border: 1px solid #DBDBDB;
    float: left;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.profileImgSmall {
    width: 46px;
    height: 46px;
    border: 1px solid #DBDBDB;
    float: left;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.UserNameText2 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    font-size: 22px;
    color: #535353;
    float: left;
    line-height: 53px;
    margin-left: 6px;
}


.UserNameText {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    font-size: 38px;
    color: #535353;
    float: left;
    line-height: 65px;
    margin-left: 10px;
}

.profileImageDiv {
    display: inline-block;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.UserImgAlign {
    float: left; /*border-right: 1px solid #BBB;*/
    cursor: pointer; /*margin-right: 20px;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    margin-top: -3px;
}

    .UserImgAlign:hover {
        background: #e7e7e7;
        border-right: 1px solid #e7e7e7;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.MenuArrow {
    display: block;
    width: 24px;
    height: 10px;
    background-position: -300px -17px;
    background-image: url(../img/b3/b3sprites.png?123);
    float: right;
    margin-top: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

.Verified {
    width: 70px;
    height: 70px;
    background: url(../img/b3/b3sprites.png?123);
    background-position: -3px -132px;
    margin: auto;
}

.LoginButtonINgrid {
    -webkit-appearance: none;
    width: 216px;
    height: 66px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #83b6d4;
    outline: none;
    border: 0px;
    cursor: pointer;
    color: #fff;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 24px;
}

    .LoginButtonINgrid:hover {
        background-color: #72a9c9;
    }

.Congratulations {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 30px;
    color: #4f8eb3;
    line-height: 36px;
}

.TextContent {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 18px;
    color: #4e4e4e;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.circleBorder {
    border: 1px solid #e6e6e6;
}

.B3MenuAlign {
    margin-top: 0px;
    margin-left: 0px;
}

.B3LoginMenu {
    width: 250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 8px 9px rgba(0,0,0,.3);
    -moz-box-shadow: 0 8px 9px rgba(0,0,0,.3);
    box-shadow: 0 8px 9px rgba(0,0,0,.3);
    border: solid 1px #ddd;
    position: absolute;
    z-index: 99;
}

.B3LoginMenu1:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 175px;
    border: 15px solid transparent;
    border-bottom-color: #fbfbfb;
    display: block;
    width: 0;
}

.LoginMenuAlign {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.LoginMenuAlign1:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 175px;
    border: 15px solid transparent;
    border-bottom-color: #fbfbfb;
    display: block;
    width: 0;
}
/*.B3MenuAlign
{
    margin-top: 72px;
    margin-left: 52%;
}*/
/*
.LoginMenuAlign
{
    margin-top: 72px;
    margin-left: 72%;
}

.LoginMenuAlign2
{
    margin-top: 150px;
    margin-left: 65%;
}
.LoginMenuAlign3
{
    margin-top: 150px;
    margin-left: 52%;
}*/


@media only screen and (min-width : 481px) and (max-width : 1024px) {
    .circleLogin {
        position: absolute !important;
        top: 285px !important;
    }

    .unverifieduserbanner {
        padding-right: 3%;
        padding-left: 3%;
    }


    /*.B3MenuAlign
            {
                margin-top: 72px;
                margin-left: 44%;
            }*/
    /*
            .LoginMenuAlign
            {
                margin-top: 72px;
                margin-left: 65%;
            }
            .LoginMenuAlign2
            {
                margin-top: 150px;
                margin-left: 53%;
            }
            .LoginMenuAlign3
            {
                margin-top: 150px;
                margin-left: 30%;
            }
        */

}


@media only screen and (min-width : 100px) and (max-width : 481px) {
    
    .pnlCubeeControl {
        width: 100%!important;
    }

    /*.likevariantitem img {
        width:26px!important;
    }*/
    .likevariantitem {
        margin-right: 4px;
        margin-left: 4px;
    }


    .LoginMenu:after {
        left: 185px;
    }

    .welcometext {
        margin-top: 0px;
    }

    /*.LoginMenuAlign2
        {
            margin-top: 190px;
            right: 16px;
        }*/

    /*.B3MenuAlign
            {
                margin-top: 58px;
                margin-left: 10%;
            }
            .B3LoginMenu:after
            {
                content: "";
                position: absolute;
                top: -30px;
                left: 158px;
                border: 15px solid transparent;
                border-bottom-color: #fbfbfb;
                display: block;
                width: 0;
            }
        .LoginMenuAlign
        {
            margin-top: 58px;
            margin-left: 27%;
        }

        .LoginMenuAlign3
        {
            right: 89px;
            margin-top: 48%;
        }*/

    .UserNameText {
        line-height: 35px;
    }

    .circleLogin {
        width: 100%;
        height: 2000px;
        padding-bottom: 182px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        top: 0px;
        left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        position: absolute;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
    }

    .circleBorder {
        border: none;
    }

    .loginBox, .loginBox2, .loginBox3, .loginBox4 {
        width: 90%;
    }

    .LoginIcon, .LoginIcon2, .LoginIcon3, .EmailIcon, .passwordIcon, .passwordIcon2, .RepasswordIcon, .EmailIcon2 {
        margin-left: 10%;
    }

    .loginButton {
        width: 160px;
    }

    .SignUpBorder {
        width: 90%;
        margin: 20px auto 0 auto;
    }

    .SignUpButton {
        width: 110px;
        height: 40px;
        font-size: 20px;
    }

    .contentAlign {
        margin-top: 50px;
    }

    .contentAlign2 {
        margin-top: 90px;
    }


    .LoginCloseAlign {
        margin-right: 2%;
        margin-top: 3px;
    }
    /*
                        .LoginClose
                        {
                            padding: 9px 15px;
                            background-position: -82px -5px;
                            -webkit-border-radius: 10px;
                            -moz-border-radius: 10px;
                            border-radius: 10px;
                            background-color: #c6c6c6;
                            border: 1px solid rgba(255,255,255,.2);
                        }*/

    /* .LoginClose:hover
                        {
                            background-position: -82px -5px;
                            background-color: #b7b7b7;
                        }*/

    .UserNameText {
        font-family: 'Open Sans', Helvetica, sans-serif;
        font-size: 30px;
    }

    .profileImageDiv {
        overflow: hidden;
        width: 90%;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .profileImgThump {
        width: 65px;
        height: 65px;
        float: none;
    }

    .AfterLoginButton {
        padding: 10px 36px;
    }

    .MenuArrow {
        margin-top: 22px;
        margin-left: 3px;
        margin-right: 0px;
    }

    .UserNameText2 {
        line-height: 43px;
        margin-left: 4px;
        font-size: 17px;
        display: none;
    }

    .profileImgSmall {
        width: 40px;
        height: 40px;
    }

    .UserImgAlign {
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-top: -3px;
        background: #e7e7e7;
        border-right: 1px solid #e7e7e7;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }


    .Congratulations {
        font-size: 25px;
    }

    .contentAlign3 {
        margin-top: 52px;
    }

    .NotUser {
        margin-top: 10px;
    }
}

.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;
    margin: 0px auto;
    margin: 31px 39px auto;
    border: 10px solid;
    border-color: #7db1e5 transparent transparent transparent;
}

.topbar .selectionDrafts_topbar:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    margin: 8px 40px auto;
    border: 9px solid;
    border-color: #97d6fe transparent transparent transparent;
}

.topbar .selectionPublish_topbar:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    margin: 0px auto;
    margin: 31px 47px auto;
    border: 10px solid;
    border-color: #7db1e5 transparent transparent transparent;
}

.topbar .selectionPublish_topbar:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    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/b3/new-search.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/b3/new-search.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;
    }
}

/*Integration of classes required for SharedSnippet- Created By Sindhu on 23.05.2014*/
/*Start of SharedSnippet classes*/


.albumCountText {
    margin-left: 36px;
}

.deletedcubee {
    color: rgb(168, 161, 161);
    font-size: 9pt;
    font-style: italic;
}
/*-------------------------------------------BlogSnippet---------------------------------------------------------*/

.BlogAds {
    float: left;
    width: 99%;
    margin-top: 6px;
    border-bottom: 1px solid #D4D4D4;
    box-sizing: border-box;
    padding: 15px;
    padding-left: 10px;
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 5px;
}

.imagePortrait_snippet, .imageLandscape_snippet {
    width: 500px;
    height: 220px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    cursor: pointer;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profileImgSnippet {
    width: 46px !important;
    height: 46px !important;
    float: left;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    float: left;
}

.profileImgSnippetDiv {
    float: left;
    width: 60px;
}


.blogBy {
    font-size: 16px;
    color: #7d7d7d;
    float: left;
}


.realBloggerDiv {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 40px;
    padding-top: 10px;
    margin-bottom: 20px;
}


.aboutSnippetDiv {
    float: left;
    display: table-column-group;
    width: 90%;
}


.aboutSnippet {
    font-size: 14px;
    color: #7d7d7d;
    clear: both;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bloggerNameSnippet {
    font-size: 16px;
    color: #212121;
    float: left;
    margin-left: 10px;
}

.LinkeAndDateSnippet {
    font-size: 16px;
    color: #7d7d7d;
    float: left;
}



.snippetTextContent {
    font-size: 18px;
    color: #303030;
    font-weight: 300;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imagePortrait_snippet img {
    position: relative;
    left: 100%;
    margin-left: -200%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.imageLandscape_snippet img {
    position: relative;
    left: 100%;
    margin-left: -200%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.imagePortrait_snippet img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.imageLandscape_snippet img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*
.singleviewcount {
font-size: 15px;
color: #828181;
float: right;
margin-top: 20px;
}*/

/* Commented By, Soumya, on 20140612, Not Used For Snippet*/

/*
.relatedBlogFancyHeadingNew {
	display:block;
}


.relatedBlogsAndText{
	float: left;
	 
	margin-top: 6px;
	border-bottom: 1px solid #D4D4D4;
	box-sizing: border-box;
	padding: 15px;
	padding-left: 10px;
	background-color: white;
	border-radius: 10px;
	cursor:pointer;
    margin-right: 5px;
}
 */
.relatedBlogHeadingText {
    font-family: Candara, 'Raleway', sans-serif;
    font-size: 25px;
    color: #1f1f1f;
    font-weight: 100;
    padding-top: 20px;
    cursor: default;
    word-wrap: break-word;
}
/* maxmin added by Lijo Johns */
.cursorpointer {
    cursor: pointer !important;
}

.files {
    height: 30px;
    width: 50px !important;
}

.cubeefullwidth {
    width: 100% !important;
    display: block !important;
}

.profileText {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.readMore {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f1f1f1;
    padding: 2px 2px;
    font-size: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    color: #303030;
}

.line {
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}


.textAlign {
    text-align: center;
    margin-bottom: 10px;
}

.readMore:hover:after {
    background: url(../img/Blog/ReadMore.png) no-repeat 8px 3px;
}

.readMore:after {
    content: "";
    background: url(../img/Blog/ReadMore.png) no-repeat 3px 3px;
    width: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*
.editProfile{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #f3f3f3;
	border: solid 1px #bebebe;
	display: inline-block;
	padding: 1px 6px;
	cursor: pointer;
	position: absolute;
	right: 0;
	margin-top: -31px;
	margin-right: 2px;
}

.profileDivFlip{
width: 100%;
height: 400px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color: #fff;
-webkit-box-shadow: 0 3px 5px rgba(63,113,163,.19);
-moz-box-shadow: 0 3px 5px rgba(63,113,163,.19);
box-shadow: 0 3px 5px rgba(63,113,163,.19);
border: solid 1px #d2d2d2;
float: right;
clear: both;
margin-top: 10px;
padding-bottom: 24px;
box-sizing: border-box;
padding: 20px;
position:absolute;
}*/

.lightButton {
    padding: 10px 14px;
    margin-left: 10px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #D6D6D6;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.16);
    box-shadow: 0 3px 3px rgba(0,0,0,.16);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e7e7e7, #fefefe);
    background-image: -moz-linear-gradient(bottom, #e7e7e7, #fefefe);
    background-image: -o-linear-gradient(bottom, #e7e7e7, #fefefe);
    background-image: linear-gradient(to top, #e7e7e7, #fefefe);
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
}

/*.positionRelative{
	position:relative;
}*/

/*
.profileDivEdit{
	width: 60%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	border: solid 1px #d2d2d2;
	float: right;
	clear: both;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	z-index: 4;
	top: 25%;
	left: 20%;
	-webkit-box-shadow: 0 2px 24px rgba(0,1,2,.45);
	-moz-box-shadow: 0 2px 24px rgba(0,1,2,.45);
	box-shadow: 0 2px 24px rgba(0,1,2,.45);
	min-width: 500px;
}*/

.profileEditTextArea {
    font-family: 'Open Sans', sans-serif !important;
    border: 1px solid rgb(211, 211, 211) !important;
    border-radius: 5px;
    font-weight: 100;
    font-size: 15px;
    outline: none;
    white-space: pre-wrap;
    min-height: 250px;
    box-sizing: border-box;
    padding: 15px;
    resize: none;
    width: 100%;
}

.editProfileHead {
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 5px;
}



.blogProfileImgSmall {
    width: 46px;
    height: 46px;
    border: 1px solid #F0F0F0;
    float: left;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-right: 10px;
}

.profileDivSmall {
    vertical-align: middle;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.profileNameFlip {
    margin: auto;
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #303030;
    margin-top: 10px;
}


.profileTextExpand {
    font-size: 15px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.flipClose {
    position: absolute;
    margin-right: 12px;
    right: 0;
    margin-top: -8px;
    background-color: white;
    padding: 6px;
    border-radius: 100%;
    border: 1px solid #C4C4C4;
    cursor: pointer;
}


/*.flipDivAlign{
	width: 28%;
	position: relative;
	z-index: 1;
	float: right;
	clear: both;

}*/

/*---------------------------------------------------------*/


/*From mgrid.css, ThreeCol.master*/
.msg div {
    position: relative;
}
/*-------------------------------------Album Image Crop------------------------------------------*/
.imagePortrait, .imageLandscape {
    width: 220px;
    height: 220px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    cursor: pointer;
    clear: both;
}

    .imagePortrait img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .imageLandscape img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        height: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }



    .imagePortrait img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    .imageLandscape img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

.rightMargin {
    margin-right: 1px;
}

.bottomMargin {
    margin-bottom: 1px;
}

/*----------------------------------------------------------------------------------------------*/


/*-------------------------------------Album Image Crop Set 1------------------------------------------*/
.imagePortrait1, .imageLandscape1 {
    width: 404px;
    height: 404px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    cursor: pointer;
    clear: both;
}

    .imagePortrait1 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .imageLandscape1 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        height: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }



    .imagePortrait1 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    .imageLandscape1 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
/*----------------------------------------------------------------------------------------------*/

/*-------------------------------------Album Image Crop Set 2------------------------------------------*/
.imagePortrait2, .imageLandscape2 {
    width: 134px;
    height: 134px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    cursor: pointer;
    clear: both;
}

    .imagePortrait2 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .imageLandscape2 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }



    .imagePortrait2 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    .imageLandscape2 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

/*----------------------------------------------------------------------------------------------*/

/*-------------------------------------Album Image Crop Set 3------------------------------------------*/
.imagePortrait3, .imageLandscape3 {
    width: 360px;
    height: 360px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    cursor: pointer;
    clear: both;
}

    .imagePortrait3 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .imageLandscape3 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }



    .imagePortrait3 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    .imageLandscape3 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

/*----------------------------------------------------------------------------------------------*/

/*-------------------------------------Album Image Crop Set 3------------------------------------------*/
.imagePortrait4, .imageLandscape4 {
    width: 179px;
    height: 179px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    cursor: pointer;
    clear: both;
}

    .imagePortrait4 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .imageLandscape4 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }



    .imagePortrait4 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    .imageLandscape4 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

/*----------------------------------------------------------------------------------------------*/

/*-------------------------------------Album Image Crop Set 3------------------------------------------*/
.imagePortrait5, .imageLandscape5 {
    width: 270px;
    height: 270px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    cursor: pointer;
    clear: both;
}

    .imagePortrait5 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .imageLandscape5 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }



    .imagePortrait5 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    .imageLandscape5 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

/*----------------------------------------------------------------------------------------------*/

/*-------------------------------------Album Image Crop Set 3------------------------------------------*/
.imagePortrait6, .imageLandscape6 {
    width: 540px;
    height: 360px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    cursor: pointer;
    clear: both;
}

    .imagePortrait6 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .imageLandscape6 img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }



    .imagePortrait6 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    .imageLandscape6 img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

.blogCubee {
    display: inline-block;
    width: 600px;
    min-height: 200px;
    box-sizing: border-box;
    padding: 26px;
    -webkit-border-radius: 0 50px;
    -moz-border-radius: 0 50px;
    border-radius: 0 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    border: solid 1px #dadada;
}

.profileImage {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background-color: #f5f5f5;
    margin-right: 10px;
}

.WhoShared {
    font-size: 15px !important;
    font-weight: 600;
    color: #2a2a2a;
}

    .WhoShared a {
        font-size: 15px !important;
    }

.ShareText {
    font-weight: 300;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 12px;
}

.bottomDiv {
    border-top: 1px solid #e7e7e7;
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.topDiv {
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    clear: both;
}


.fadeText {
    font-weight: 300;
    clear: both;
    font-size: 14px;
    color: #525252;
    margin-top: 2px;
    float: left;
}

.blogsharedinfofont {
    font-size: 11px;
}

.iconStyle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f2f2f2;
    border: solid 1px #dadada;
    padding: 5px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.iconStyle2 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f2f2f2;
    border: solid 1px #dadada;
    padding: 5px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


    .iconStyle:hover, .iconStyle2:hover {
        background-color: #e8e8e8;
    }

.left {
    float: left;
}

.blogHead {
    font-size: 24px;
    color: #2a2a2a;
    line-height: 30px;
    text-overflow: ellipsis;
    width: 308px;
    overflow: hidden;
    white-space: nowrap;
}

.blogText {
    font-size: 16px;
    color: #181818;
    font-weight: 300;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.ContinueReading {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #f1f1f1;
    padding: 6px 12px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


    .ContinueReading:hover {
        background-color: #eaeaea;
    }

        .ContinueReading:hover .arrow {
            position: relative;
            left: 4px;
        }

.inline {
    display: inline-block;
}

.arrow {
    position: relative;
    left: 0px;
    display: inline-block !important;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 6px;
}

.textContentDiv {
    width: 270px;
    margin-left: 5px;
    float: left;
    height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}


.textContentDiv2 {
    width: 308px;
    margin-left: 10px;
    float: left;
    max-height: 220px;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
}



.tinyBorder {
    border-right: 1px solid #D3D3D3;
    padding-right: 10px;
    margin-right: 10px;
}

.ContinueReading a {
    font-size: 14pt;
}

.profileSnippetOwnerImg {
    width: 28px !important;
    height: 28px !important;
    float: left;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-right: 5px;
}

.msg img :not(profileImgSnippet), .arrow /*.Profileimage-small3 ----- CommentedBy Soumya, on20140611, this affects Comment User Image*/ {
    width: auto !important;
}


@media only screen and (min-width : 481px) and (max-width : 1024px) {
}



@media only screen and (min-width : 100px) and (max-width : 481px) {
    .imagePortrait1, .imageLandscape1 {
        width: 100%;
        height: inherit;
    }


    .imagePortrait2, .imageLandscape2 {
        width: 86px;
        height: 86px;
        clear: none;
    }

    .imagePortrait3, .imageLandscape3 {
        width: 100%;
        height: inherit;
    }

    .rightMargin {
        margin-bottom: 1px;
    }

    .imagePortrait4, .imageLandscape4 {
        width: 129px;
        height: 129px;
        clear: none;
    }


    .imagePortrait5, .imageLandscape5 {
        width: 129px;
        height: 129px;
        clear: none;
    }

    .imagePortrait6, .imageLandscape6 {
        width: 100%;
        height: inherit;
    }

        .imageLandscape1 img, .imagePortrait1 img, .imageLandscape2 img, .imagePortrait2 img, .imageLandscape3 img, .imagePortrait3 img, .imageLandscape4 img, .imagePortrait4 img, .imageLandscape5 img, .imagePortrait5 img, .imageLandscape6 img, .imagePortrait6 img {
            vertical-align: top !important;
        }

    .mobAlbumImage {
        max-width: 258px !important;
        min-width: 258px !important;
    }

    .albumOwner {
        width: 80%;
    }

    .albumCountText {
        margin-left: 36px;
    }

    .ownerTextDiv {
        width: 80%;
    }
}

.comment-approval-pending {
    width: 100%;
    box-sizing: border-box;
    padding: 3px 15px;
    border-radius: 100px;
    background-color: #fff7a2;
    cursor: pointer;
    overflow: hidden;
}

.comment-approval-pending-text {
    font-size: 17px;
    display: inline-block;
    float: left;
}
/*Comment.css*/

.unapprovedcommentclose {
    cursor: pointer;
    float: right;
    width: 14px;
    margin-top: 6px;
}

.unapprovedcommentscountboxnew {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(194, 194, 194);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb( 250, 250, 250 );
    font-size: 11px;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    margin-left: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.approve-reject-comment-container {
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff7a2;
    margin-top: 5px;
}

.comment-accept-reject-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    border: 1px solid #cecece;
    background-color: rgb( 248, 248, 248 );
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 34px;
    height: 34px;
}

.comment-accept-reject-button-div {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin-right: 20px;
    cursor: pointer;
}

.comment-accept-reject-button-div-align {
    margin-left: 45px;
}

.commenttext a {
    color: #446B9C !important;
}

.commentbox {
    border-top: 1px solid #DDD;
    margin-top: 15px;
    box-sizing: border-box;
    padding-top: 15px;
}

.commentstitle {
    font-size: 18px;
    color: #404040;
    margin-bottom: 15px;
}

.commentborder {
    clear: both;
    border-top: #DDD dashed 1px;
    padding-top: 10px;
}

.commentscountboxnew {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(194, 194, 194);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb( 250, 250, 250 );
    font-size: 11px;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    margin-left: 10px;
    float: left;
}



.Profileimage-small3 {
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid #DBDBDB;
    float: left;
    margin-right: 10px;
}



.likecomment {
    float: right !important;
    cursor: pointer;
    margin-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 231, 231, 231 );
    background-color: rgb( 248, 248, 248 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0px;
    padding: 3px;
}

    .likecomment img {
        vertical-align: middle;
        width: 20px;
    }

.CommentLikecount {
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 231, 231, 231 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color1: rgb( 250, 250, 250 );
	background-color: rgba(10, 10, 10, 0.65);
    cursor: pointer;
    font-size: 11px;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    float: left;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 5px;
}



a:-webkit-any-link {
    color: #535353;
    text-decoration: none;
    cursor: pointer !important;
}

.commentbox2 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    width: 93%;
    min-width: 50px;
    height: 56px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #DDD;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.commentbox3 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    width: 60%;
    min-width: 50px;
    height: 56px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #DDD;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}


.commenttext {
    color: #404040;
    text-align: left;
    word-break: break-word;
    display: flex;
}

.CommentButton {
    display: none;
}


    .CommentButton:active {
    }



.commentpadding {
    padding-bottom: 20px;
}

.CommentTextBoxMargin {
    margin-top: 10px;
    padding-top: 5px;
    border-top: #DDD dashed 1px;
    clear: both;
}

.CommentLoginUser {
    margin-top: 8px;
    float: left;
}


.commentclose {
    background-color: white;
    padding: 5px;
    border-radius: 100%;
    border: 1px solid rgb(194, 194, 194);
    cursor: pointer;
    float: right;
}


.commenttext pre {
    border: 0px solid rgb(211, 211, 211) !important;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
    box-sizing: inherit;
    padding: 0px;
    min-height: inherit;
    outline: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: pre-line;
}



.commentname {
    font-size: 17px;
    color: #404040;
    margin-right: 10px;
}

.commentdate {
    font-size: 12px;
    color: #838484;
    display: inline-block;
}

.CommentControlls {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.ViewAllCommentsText {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 40px;
}


.CommentCountChanges {
    margin-right: 5px !important;
    margin-left: 0px !important;
    margin-top: 2px !important;
    font-size: 9px !important;
    width: 22px !important;
    height: 22px !important;
    float: right !important;
}


.ViewAllCommentsIcon {
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 231, 231, 231 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb( 250, 250, 250 );
    cursor: pointer;
    padding: 5px;
    vertical-align: middle;
}



.commentEditMenu {
    width: 128px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    border: solid 1px #d4d4d4;
    position: absolute;
    z-index: 2;
    right: 0;
    margin-top: 34px;
    margin-right: 10px;
    border-radius: 5px;
}

.edit_Comment {
    font-size: 15px;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    line-height: 27px;
    padding: 15px 10px;
}


    .edit_Comment:before {
        content: "";
        background: url(../img/cubeecontrol/edit.png) no-repeat 3px 3px;
        border-radius: 100%;
        background-size: 20px;
        padding: 13px;
        border-style: solid;
        border-width: 1px;
        border-color: rgb( 231, 231, 231 );
        background-color: rgb( 248, 248, 248 );
        margin-right: 5px;
    }

.delete_Comment {
    font-size: 15px;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    line-height: 27px;
    padding: 15px 10px;
}


    .delete_Comment:before {
        content: "";
        background: url(../img/cubeecontrol/Delete.png) no-repeat 3px 3px;
        border-radius: 100%;
        background-size: 20px;
        padding: 13px;
        border-style: solid;
        border-width: 1px;
        border-color: rgb( 231, 231, 231 );
        background-color: rgb( 248, 248, 248 );
        margin-right: 5px;
    }


.CommentEditMenuClose {
    position: absolute;
    right: 0;
    padding: 2px;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 100%;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.closeHitArea {
}

    .closeHitArea:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: -10px;
        bottom: -10px;
        left: -10px;
        right: -10px;
        margin-left: 108px;
        margin-top: 8px;
        cursor: pointer;
    }

@media only screen and (min-width : 481px) and (max-width : 1024px) {
}


@media only screen and (min-width : 100px) and (max-width : 481px) {
    .commentdate {
        margin-left: 0px;
        display: block;
    }


    .Profileimage-small3 {
        margin-top: 5px;
    }

    .commentbox2 {
        /*width: 83%;*/
        width: 100%;
    }

    .commentbox3 {
        width: 50%;
    }

    .CommentLoginUser {
        /*margin-top: 3px;*/
        display: none;
    }
}

body, html {
    /*background-color: #ededed;*/
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 100;
    font-size: 20px !important; /*color: #FFF !important;*/
}

/*-------------------------------Like/Dislike Count Popup-----------------------------------*/

.selectedmailcontactcover {
    max-height: 150px;
    width: 100%;
    overflow: auto;
}

/*Used in B3 Cubee Shared Preview*/
.b3cubeesharedpreview {
    max-height: 250px;
    min-height: 50px;
    overflow: auto;
    margin-top: 20px;
    box-sizing: border-box;
    padding-right: 15px;
}

.channelsearchtext {
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 9px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 13px;
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 100%;
    border: 1px solid #D3D3D3;
}
/*.channelbutton
{
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
    margin-top: 30px;
}*/
.addtochannel {
    -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: linear-gradient(to top, #e6e6e6, #fff);
    cursor: pointer;
    margin-left: 6px;
    margin-bottom: 10px;
    width: 47px;
    height: 47px;
    -webkit-appearance: none;
    margin-right: 11px;
    outline: none;
}

.addtochannelcheckboxtext {
    margin-top: 10px;
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #303030;
    font-size: 18px;
    height: 400px;
    overflow: auto;
}

.channelcheckboxcontainer {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(126,126,126,.19);
    border: solid 1px #d2d2d2;
    box-sizing: border-box;
    padding: 20px;
    width: 60%;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}

.likedislikenotbuddy {
    cursor: pointer;
    border-radius: 3px;
    background-color: #f0f0f0;
    padding: 5px 10px;
    font-size: 15px;
    cursor: pointer;
    color: #444444;
    float: left;
    margin-left: 59px;
    margin-top: 2px;
}

.likeDislikeCountDisplay {
}

    .likeDislikeCountDisplay .LikeDislikeDiv {
        overflow: hidden;
        width: 100%;
        cursor: pointer;
        box-sizing: border-box;
        font-size: 17px;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        color: #535353; /* background-color: #ECECEC; */ /* margin-top: 10px; */
        padding: 10px 0px 10px 0px;
        border-bottom: solid 1px #ddd;
    }



a:-webkit-any-link {
    color: #535353;
    text-decoration: none;
}

.likeDislikeCountDisplay .LikeDislikeImage {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    border: 1px solid #DBDBDB;
    vertical-align: middle;
    margin-right: 5px;
}


.likeDislikeCountDisplay .subheader {
    padding-bottom: 10px;
    border-bottom: solid 1px #C2BCBC;
}

.likeDislikeCountDisplay .Username {
    width: 79%;
}

/*-----------------------------------------------------------------------------------*/

.cubeecontrolcontainer {
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.cubeecontrolmenuicon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #DDDDDD;
    background-color: #FAFAFA;
    padding: 9px;
    vertical-align: middle;
}

.cubeecontrolmenuitem {
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding: 7px;
}

.cubeecontrolmenuitemnoborder {
    cursor: pointer;
    text-align: center;
    padding: 7px;
    clear: both;
}

.cubeecontrolmenuitem:hover {
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cubeecontrolmenutext {
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #515151;
    display: inline-block;
    width: 150px;
    text-align: left;
    margin-left: 10px;
}

.ingridmenu {
    webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    -moz-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    box-shadow: 0 2px 24px rgba(0,1,2,.45);
    border: solid 1px #fff;
    z-index: 25;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 10px;
    position: absolute !important;
    top: 80px;
    left: 20%;
    width: auto;
    height: auto;
    min-width: 200px;
    cursor: pointer;
}

.ingridmenuicon {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 6px !important;
    border: solid 1px #DDDDDD !important;
    background-color: #FAFAFA !important;
    background-image: none !important;
}

.ingridmenuitem {
    cursor: pointer;
    text-align: center;
    padding: 7px;
}

.ingridmenuitemnoborder {
    cursor: pointer;
    text-align: center;
    padding: 7px;
}

.ingridmenutext {
    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;
}

.likeButtonClicked {
    border-color: rgb( 126, 126, 126 ) !important;
    background-color: rgb( 119, 119, 119 ) !important;
}

.cubeecontrolsharepopup {
    position: fixed;
    z-index: 14;
    width: 335px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    -moz-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    box-shadow: 0 2px 24px rgba(0,1,2,.45);
    border: solid 1px #fff;
    background-color: #fbfbfb;
    box-sizing: border-box;
    padding: 26px;
    clear: both;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.PreviewContent1 {
    font-size: 10pt;
}

.cubeecontrolpopup {
    position: fixed;
    z-index: 14;
    width: 500px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    -moz-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    box-shadow: 0 2px 24px rgba(0,1,2,.45);
    border: solid 1px #fff;
    background-color: #fbfbfb;
    box-sizing: border-box;
    padding: 26px;
    clear: both;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    white-space: normal;
}

.cubeecontrolmenucontainer {
    position: relative !important;
    background: #f6f6f6 !important;
    border: 1px solid #EEEEEE !important;
    z-index: 999999999 !important;
    width: 210px;
    min-height: 10px;
    height: auto !important;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 15px;
    padding-top: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.18);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.18);
    box-shadow: 0 1px 2px rgba(0,0,0,.18);
}

.CubeeControlMobWidth {
    display: inline-block !important;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    margin-right: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 231, 231, 231 );
    background-color: rgb( 248, 248, 248 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

.postediticon {
    cursor: pointer;
    float: right; /*margin-right: 10px;*/
    margin-top: 10px;
}

.likeButtonClicked {
    /*    background-color: #DADADA !important;     padding-left: 1px !important;     height: 43px; 	vertical-align:middle;*/
}

.deletedcubee {
    color: rgb(168, 161, 161);
    font-size: 9pt;
    font-style: italic;
}

.pnlCubeeControl {
    /* margin-left: 2px !important;   iphone: margin-left: 2px !important;     margin-top: 10px !important;*/
    border: none !important;
    /*overflow: hidden !important;*/
    box-sizing: border-box;
    padding-top: 10px;
    display: inline-block;
    position: relative;
    width: 80%;
}

/*.likevariantcount
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 231, 231, 231 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb( 250, 250, 250 );
    cursor: pointer;
    font-size: 11px;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px; 
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 5px;
}*/
.likecount {
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 231, 231, 231 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb( 250, 250, 250 );
    cursor: pointer;
    font-size: 11px;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    float: left;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 5px;
}

.likedcount {
    border-color: rgb( 211, 211, 211 );
    background-color: rgb( 234, 234, 234 );
}

.cubeecontrolinputtext {
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    color: #444444;
    width: 100%;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    border: solid 1px rgba(207,207,207,.69);
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    outline-color: #83c9ff;
    resize: none; /*float: left;*/
    margin-top: 15px;
}

.cubeecontrolselect {
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    color: #444444;
    width: 100%;
    height: 42px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    border: solid 1px rgba(207,207,207,.69);
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    outline-color: #83c9ff;
    resize: none; /*float: left;*/
    margin-top: 15px;
}

.cubeecontrolbutton {
    cursor: pointer;
    padding: 5px 24px;
    box-shadow: 0 3px 4px rgba(0,0,0,.31);
    background-image: linear-gradient(to top, #efefef, #fbfbfb);
    font-size: 17px;
    border-radius: 15px;
    background-color: #efefef;
    border: solid 1px #d5d5d5;
    margin-top: 15px;
    color: #646464 !important;
    outline: none;
}

.cubeecontrolerrormessage {
    width: 94%;
    color: red;
    height: 18px;
    font-size: 12px !important;
}

.cubeecontrolautocompletecontainer {
    max-height: 178px;
    width: 100%;
    overflow: auto;
    background-color: #fbfbfb;
    box-sizing: border-box;
    border: solid 1px #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.cubeecontrolautocompleteemail {
    height: auto;
    width: 100%;
    overflow: hidden;
    background-color: #f5f9fd;
    border: 1px solid rgba(41, 115, 163, 0.2);
    box-sizing: border-box;
    padding: 5px 10px;
}

.cubeecontrolselectedemail {
    padding-left: 2px;
    background-color: white;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(128, 128, 128, 0.26);
    white-space: nowrap;
}

.titlediv {
    padding-top: 20px; /*border-bottom: 1px solid #d2d2d2;*/
}

/*.cubeecontroll
{
    
    -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);
    
}*/

.cubeecontroll {
    cursor: pointer;
    padding: 3px;
    vertical-align: middle;
}

.cubeecontrolclose {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: white;
    padding: 6px;
    border-radius: 55px !important;
    border: 1px solid #BDBDE6 !important;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
    display: inline-flex;
}

.cubeecontrolblackbg {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 13;
    margin: 0px;
    top: 0px;
    left: 0px;
}

.mailcontactdiv {
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .mailcontactdiv:hover {
        background-color: #eaeaea;
    }

.zmailcontactimage {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    border: 1px solid #DBDBDB;
    margin-right: 10px;
}

.mailcontacttext {
    font-size: 17px;
    overflow: hidden;
}

.selectedmailcontacttext {
    background: #EFEFEF;
    border: 1px solid #C8C8C8;
    color: #1C2A47;
    cursor: default;
    -webkit-border-radius: 2px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 100;
    font-size: 15px !important;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    white-space: nowrap;
    float: left;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

@media screen and (max-device-width: 640px) and (orientation: landscape) {
}

@media screen and (max-device-width: 640px) {
}

@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}

@media only screen and (max-width: 481px) and (min-width: 100px) {
    /*    .cubeecontroll
    {
        padding: 1px;
    }
*/
}

@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}


@media screen and (orientation:portrait) {
}

@media screen and (orientation:landscape) {
}

@media screen and (min-width: 1024px) {
}

@media only screen and (min-width : 100px) and (max-width : 481px) {


    .sharepopupcrop {
        width: 100%;
        height: 100%;
        overflow: scroll;
    }


    .b3cubeesharedpreview {
        height: 130px;
    }

    .selectedmailcontactcover {
        max-height: 100px;
    }

    .cubeecontrolsharepopup {
        width: 94%;
        height: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        background-color: #fbfbfb;
        z-index: 14;
        box-sizing: border-box;
        padding: 20px;
        top: 0;
        left: 2%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        position: fixed;
    }




    .cubeecontrolpopup {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        background-color: #fbfbfb;
        z-index: 14;
        box-sizing: border-box;
        padding: 20px 10px;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }

    .likecount {
        margin-right: 6px;
        margin-left: -6px;
        font-size: 9px;
        width: 22px;
        height: 22px;
    }


    .CubeeControlMobWidth {
        /*        float: left;         -webkit-border-radius: 50px !important;         -moz-border-radius: 50px !important;         border-radius: 50px !important;         border: none !important;         display: inline-block !important;         cursor: pointer;         margin-right: 5px !important;         position: relative;         z-index: 2;*/
        /*margin-right: 6px;*/
    }

    .likeButtonClicked {
        /* height: 35px;*/
    }

    .cubeecontrolmenuitem, .cubeecontrolmenuitemnoborder {
        text-align: left;
    }
}

body {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #535353;
}

.ProfileNames {
    font-size: 16px;
}

.EditAbout {
    margin-top: 15px;
    float: left;
}


.ProfileUnderLine {
    border-bottom: 1px solid rgb(219, 219, 219);
    margin-bottom: 7px;
    padding-bottom: 10px;
}



.profileDivEdit {
    width: 50% !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: solid 1px #d2d2d2;
    float: right;
    clear: both;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 14;
    -webkit-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    -moz-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    box-shadow: 0 2px 24px rgba(0,1,2,.45);
    min-width: 630px; /*top: 10%;     left: 20%;*/
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.flipClose {
    position: absolute;
    margin-right: 12px;
    right: 0;
    margin-top: -8px;
    background-color: white;
    padding: 6px;
    border-radius: 100%;
    border: 1px solid #C4C4C4;
    cursor: pointer;
}

.editProfileHead {
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 5px;
}

.blogProfileImgSmall {
    width: 46px;
    height: 46px;
    border: 1px solid #F0F0F0;
    float: left;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-right: 10px;
}

.profileNameFlip {
    margin: auto;
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #303030;
    margin-top: 10px;
}

.lightButton {
    padding: 10px 14px;
    margin-left: 10px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #D6D6D6;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.16);
    box-shadow: 0 3px 3px rgba(0,0,0,.16);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e7e7e7, #fefefe);
    background-image: -moz-linear-gradient(bottom, #e7e7e7, #fefefe);
    background-image: -o-linear-gradient(bottom, #e7e7e7, #fefefe);
    background-image: linear-gradient(to top, #e7e7e7, #fefefe);
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
}

    .lightButton:active {
        -webkit-transform: translate(0, 1px);
        -moz-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        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;
    }

.profileEditTextArea {
    font-family: 'Open Sans', sans-serif !important;
    border: 1px solid rgb(211, 211, 211) !important;
    border-radius: 5px;
    font-weight: 100;
    font-size: 15px;
    outline: none;
    white-space: pre-wrap;
    min-height: 250px;
    box-sizing: border-box;
    padding: 15px;
    resize: none;
    width: 100%;
}

.profiletextarea {
    width: 100%;
    -moz-border-radius: 10px 10px 0 0;
    border: 1px solid rgb(211, 211, 211) !important;
    border-radius: 10px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    font-size: 15px;
    white-space: pre-wrap;
    min-height: 160px;
    box-sizing: border-box;
    padding: 10px 15px;
    resize: none;
    outline: none;
}

.profileinputtext {
    width: 100%;
    height: 59px;
    -moz-border-radius: 10px 10px 0 0;
    border: 1px solid rgb(211, 211, 211) !important;
    border-radius: 5px;
    background-color: #fff;
    color: #767676;
    font-size: 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    margin-bottom: 5px;
}

.profileinputtext1 {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 8px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    -moz-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    border: solid 1px #bebebe;
    outline: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    color: #303030;
    padding-right: 38px;
}

.profileinputtexticon1 {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -10px -10px;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: 10px;
    margin-top: 19px;
}

.profileinputtexticon2 {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -10px -10px;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: 10px;
    margin-top: 78px;
}

.profileinputtexticon3 {
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -10px -10px;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: 10px;
    margin-top: 138px;
}

.userprofilepictext {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background: rgba(63, 63, 63, .5);
    display: inline-block;
    cursor: pointer;
    position: absolute;
    margin-top: -27px;
    padding: 4px 1px;
    width: 135px;
    text-align: center;
}

.userprofileclose {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(63, 63, 63, .5);
    display: inline-block;
    cursor: pointer;
    position: absolute;
    margin-left: 112px;
    margin-top: -132px;
    padding: 6px;
    cursor: pointer;
}

.userprofilepic {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 1px 1px rgba(0,0,0,.07);
    -moz-box-shadow: 1px 1px rgba(0,0,0,.07);
    box-shadow: 1px 1px rgba(0,0,0,.07);
    border: solid 1px #dedede;
    width: 135px;
    height: 135px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 100;
}

.profilenamediv {
    width: 70%;
    overflow: hidden;
    float: right;
    margin-top: 10px;
}

@media only screen and (min-width : 100px) and (max-width : 481px) {
    .profileDivEdit {
        width: 60%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 0px;
        background-color: #fff;
        border: solid 1px #d2d2d2;
        float: right;
        clear: both;
        margin-top: 0px !important;
        box-sizing: border-box;
        padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        z-index: 14;
        -webkit-box-shadow: 0 2px 24px rgba(0,1,2,.45);
        -moz-box-shadow: 0 2px 24px rgba(0,1,2,.45);
        box-shadow: 0 2px 24px rgba(0,1,2,.45);
        min-width: 100% !important;
        top: 0px !important;
        left: 0px !important;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }

    .profilenamediv {
        width: 100%;
        overflow: hidden;
        float: left;
        margin-top: 10px;
        clear: both;
    }

    .EditAbout {
        clear: left;
    }
}

.TextBox_captcha {
    -webkit-appearance: none;
    width: 355px;
    height: 59px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    color: #767676;
    font-size: 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
}

.instruction_captcha {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    color: #444;
}

.captcha_captcha {
    width: 280px;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../img/Captcha/captchaBG.JPG);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-sizing: border-box;
    padding-left: 55px;
    float: left;
    margin-left: 103px;
    margin-bottom: 15px;
}

.submit_captcha {
    -webkit-appearance: none;
    width: 185px;
    height: 48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #81b2e5;
    outline: none;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 23px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .submit_captcha:hover {
        background-color: #74a9e0;
    }

.refresh_captcha {
    -webkit-appearance: none;
    outline: none;
    border: none;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(../img/Captcha/Refresh_Captcha.png) no-repeat 8px 8px;
    background-color: #eaeaea;
    cursor: pointer;
    float: left;
    margin-top: 9px;
    margin-left: 13px;
}

    .refresh_captcha:hover {
        background-color: #e2e2e2;
    }

.Border_captcha {
    border-top: 1px solid #dbdbdb;
    width: 390px;
    margin: 20px auto 20px auto;
}

.container_captcha {
    width: 559px;
    height: 559px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    background-color: #f8f8f8; /*	border: solid 1px #fff;*/
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 14;
    margin-top: -20%;
    margin-left: -20%;
    -webkit-appearance: none;
    text-align: center;
    position: fixed;
}

.blackBG_captcha {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 12;
    margin: 0px;
    top: 0px;
    left: 0px;
}

.contentAlign_captcha {
    margin-top: 100px;
}

.Close_captcha {
    /*display: block;
    height: 12px;
    width: 12px;
    padding: 15px;
    background-image: url(../img/b3/b3sprites.png?123);
    background-position: -82px 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #808080;
    border: 1px solid rgba(255,255,255,.2);
    cursor: pointer;*/
    position: absolute;
    background-image: url(../img/Close.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    right: 10px;
    top: 10px;
    background-color: white;
    padding: 12px;
    border-radius: 55px !important;
    border: 1px solid #BDBDE6 !important;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
    display: inline-flex;
}
/*.Close_captcha:hover
{
    background-position: -123px 0px;
    background-color: #797979;
}*/

.CloseAlign_captcha {
    margin-right: 83px;
    margin-top: 38px;
    float: right;
}

.Heading_captcha {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 30px;
    color: #4f8eb3;
    line-height: 36px;
}

.Website .loaderdiv {
    /*display: none !important;*/
}

@media only screen and (max-width: 481px) and (min-width: 100px) {
    body, .cubee, .relatedBlogsAndText {
        padding: 0px !important;
        border: 0px;
        float: none !important;
        width: 100%;
        border: 0px !important;
    }

    .blogcontent img:not(.nolightbox) {
        border-radius: 0% !important;
        width: 100%;
    }

    .blogcontent {
        /*padding-left:10px  !important;
		padding-right:10px  !important;*/
    }

    .RelatedBlogThumb, .relatedBlogDiv {
        width: 100% !important;
    }

    .RelatedBlogThumb, .relatedBlogDiv {
        /*height: 233px !important;*/
    }

    .relatedBlogText {
       /* height: 330px !important;*/
    }

    .relatedThumbImg {
        min-height: 205px;
    }

/*    .RelatedBlogThumb {
        border-radius: 0px !important;
        margin-bottom: 2px !important;
    }*/

    .topbar {
        overflow: hidden;
        padding-left: 3px;
        padding-right: 3px;
    }
}
/*
.ArchivesThump 
{
    width: 100% !important;  
	height:auto !important;	
   
}
.jumper 
{
    clear: both;
    position: absolute;
    top: 110px;
    background: rgba(0, 0, 0, 0.54);
    color: white;
    width: 100%;
    padding-left: 4px;
}

.jumper a 
{
    color: white !important;
}
.ArchivesContent 
{
    float: left;
    clear: both;
	position: relative;	
    width: 100% !important;
    height: 155px !important;   
}
.ArchivesContent>div
{
	float:none !important;
}*/
@media only screen and (max-width: 481px) and (min-width: 100px) {

    ul#LikevariantCounts li {
        margin-right: 8px;
    }

    .likevariant-link-all {
        width: 24px;
        text-align: center;
    }

    .likevariant-img {
        width: 24px;
        height: 24px;
    }

    #LikevariantCounts {
        margin-top: 20px;
    }

    .container_captcha {
        width: 100%;
        height: 2000px;
        padding-bottom: 182px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        top: 0px;
        left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        position: absolute;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
    }

    .captcha_captcha {
        margin-left: 25px;
    }

    .CloseAlign_captcha {
        margin-right: 0px;
    }
}
