﻿
@font-face {
    font-family: 'HelveticaNeue Light';
    src: url('Bootstrap/fonts/HelveticaNeue Light.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('Bootstrap/fonts/HelveticaNeue.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neu Bold';
    src: url('Bootstrap/fonts/Helvetica Neu Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue Thin';
    src: url('Bootstrap/fonts/HelveticaNeue Thin.ttf') format('truetype');
}

.HelveticaNeuethin {
    font-family: 'HelveticaNeue Thin';
}

.HelveticaNeuBold {
    font-family: 'Helvetica Neu Bold';
}

.HelveticaNeue {
    font-family: "HelveticaNeue";
}

.HelveticaNeueLight {
    font-family: "HelveticaNeue Light";
}


img.alignleft {
    float: left;
}

img.alignright {
    float: right;
}

img.aligncenter {
    margin: 0px auto;
}

hr {
    display: none;
}

/** WRAPPER */

#wrapper {
    overflow: hidden;
    width: 1080px;
    margin: 0px auto;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);*/
}

#HomePageContent_wrapper {
    overflow: hidden;
    width: 980px;
    margin: 0px auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    margin-bottom: 5px;
}
div#MainContent_wrapper {
    margin-top: 32px;
}
#MainContent_wrapper {
    overflow: hidden;
    width: 1080px;
    margin: 0 auto;
    /*box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);*/
    margin-bottom: 5px;
}

.bg-gray {
    background: #E9E9E9 !important;
}

.bg-gray-client {
    background: #f3f3f4 !important;
    margin: 0 !important;
}

#divWrapper {
    width: 980px;
    margin: 0px auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    /*padding-top: 81px;*/
}

.container {
    /*width: 980px;*/
    margin: 0px auto;
}

.clearfix {
    clear: both;
}

/* Header */

#headerwrapper {
    overflow: hidden;
    /*height: 77px; */
    height: 75px;
    max-height: 75px;
    background: #fff;
    /*background: url(../Images/header-bg.jpg) repeat-x;*/
}

#headerToGreenBar {
    height: 7px;
    background: #95c72e;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}

#header {
    width: 980px;
    margin: 0 auto;
    padding: 0px 0px 20px 0;
}

/* Logo */

    #logo a {
        background: none;
    }

    #logo h1 {
        padding: 50px 0px 0px 0px;
        text-transform: lowercase;
        font-size: 3.6em;
    }

        #logo h1 a {
            text-decoration: none;
            color: #1B2024;
        }

    #logo p {
        margin-top: -10px;
        color: #5F5950;
    }

/* Menu */

#menu {
    float: right;
    height: 75px;
    padding-top: 0px;
    align-items: center;
    display: inline-flex;
    /* width: 535px;
	padding: 0px 16px;
width: 450px;*/
}

    #menu ul {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
    }

    #menu li {
        float: left;
    }

    #menu a {
        display: block;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: right;
        font-family: "omnes-pro",sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #757575;
        line-height: 19px;
    }

        #menu a:hover, #menu .current_page_item a {
            text-decoration: none;
            color: #9dcb3c;
        }

/* Menu internal and external css */


/* group name  internal and external css */
#group {
    float: left;
    font-family: "omnes-pro",sans-serif;
    font-size: 16px;
    padding-left: 0px;
    /*height: 80px;
	padding: 0px 16px;
width: 450px;*/
}

    #group ul {
        float: left;
        margin: 0;
        list-style: none;
        line-height: normal;
    }

    #group li {
        float: left;
    }

    #group a {
        display: block;
        margin-left: 1px;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: center;
        font-family: "omnes-pro",sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #757575;
    }


        #group a:hover, #menu .current_page_item a {
            text-decoration: none;
            color: #9dcb3c;
        }
/**/



div.menuMasterOrig ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}



    div.menuMasterOrig ul li a:hover {
        color: #58C6CE;
        text-decoration: none;
    }

    div.menuMasterOrig ul li a:active {
        color: #58C6CE;
        text-decoration: none;
    }

/* Page */

#page-wrapper {
    width: 980px;
}

#page {
    overflow: hidden;
    width: 980px;
    margin: 0px auto;
    color: #8F8F8F;
}

/** CONTENT */

#wide-content {
    background: #9dcb3c;
    float: left;
    margin: 0px;
    padding: 16px 0px 16px 0;
    width: 980px;
}

.block_left {
    float: left;
    background: url(../Images/SPA_246_dev_20pieces_card.png) no-repeat;
    width: 319px;
    height: 369px;
    margin-left: 10px;
}

.block_middle {
    float: left;
    background: url(../Images/SPA_246_dev_20pieces_card.png) no-repeat;
    width: 319px;
    height: 369px;
}

.block_right {
    float: left;
    background: url(../Images/SPA_246_dev_20pieces_card.png) no-repeat;
    width: 319px;
    height: 369px;
}

#wide-content h2 {
    padding: 0px 0px 20px 0px;
    letter-spacing: -1px;
    font-size: 36px;
    color: #222222;
}


/** CONTENT */

#content {
    float: right;
    width: 800px;
    padding: 0px 0px 0px 0px;
}

    #content h2 {
        padding: 0px 0px 20px 0px;
        letter-spacing: -1px;
        font-size: 36px;
        color: #222222;
    }

    #content .subtitle {
        padding: 0px 0px 30px 0px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        color: #81AFC5;
    }

/** SIDEBAR */

#sidebar {
    float: left;
    width: 290px;
    padding: 0px 0px 20px 0px;
}

    #sidebar h2 {
        padding: 0px 0px 30px 0px;
        letter-spacing: -1px;
        font-size: 2em;
    }

/* Footer */

#footer {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0px 55px 0px;
    font-weight: bold;
    max-width:100%;
}

    #footer p {
        width: 117px;
        float: left;
        text-shadow: 1px 1px 0px #FFFFFF;
        font-size: 12px;
        color: #A8A9AD;
        padding-right: 20px;
        font-style: italic;
        padding-top: 2px;
        height: 3px;
    }

    #footer a {
        text-decoration: none;
        color: #A8A9AD;
    }

#footer_menu {
    margin: 0;
    padding: 4px 0 0 0;
    float: right;
}

    #footer_menu ul li {
        list-style: none;
        padding: 0 20px 0 0;
        margin: 0;
        float: left;
    }

.social-sites-icon {
    float: right;
    height: 31px;
    padding-top: 5px;
}


/* Three Column Footer Content */

#footer-wrapper {
    background: #F1F2E9;
}

#footer-content {
    background: #e7e7e8;
    overflow: hidden;
    width: 980px;
    margin: 0px auto;
    color: #717171;
}

    #footer-content a {
    }

    #footer-content h2 {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        letter-spacing: -1px;
        font-size: 20px;
        color: #6E6E70;
        font-weight: bold;
        width: 321px;
    }

    #footer-content #fbox1 {
        margin: 45px 0 0 95px;
        float: left;
        width: 170px;
        margin-right: 30px;
    }

    #footer-content #fbox2 {
        float: left;
        width: 170px;
        padding: 45px 0 0 0;
    }

    #footer-content #fbox3 {
        padding: 20px 140px 0 0;
        float: right;
        width: 280px;
    }

/* Banner Style */

.default-banner {
    width: 980px;
    height: 320px;
}

.default-bannerLoggedInUser {
    width: 980px;
    height: 270px;
}

.register {
    width: 490px;
    height: 320px;
    float: right;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

    .register h3 {
        color: #000000;
        font-size: 26px;
        font-weight: bold;
        padding-top: 15px;
    }

    .register b {
        color: #000;
        font-size: 17px;
        font-weight: bold;
    }

.form-sty {
    border: 1px solid #ccc;
    font-size: 18px;
    width: 300px;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.button-reg {
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 6px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
}

#banner-wrapper {
}

#banner {
    background: url(../Images/header-imgNew.jpg) no-repeat;
    overflow: hidden;
    width: 980px;
    height: 379px;
    margin: 0px;
}

.bannerSmall {
    background: url(../Images/header-imgOrangeTop-edited.jpg) no-repeat;
    overflow: hidden;
    width: 490px;
    height: 320px;
    margin: 0px;
    position: relative;
    float: left;
}

.bannerSmallLoggedInUser {
    background: url(../Images/header-imgOrangeTop.jpg) no-repeat;
    overflow: hidden;
    width: 980px;
    height: 270px;
    margin: 0px;
    position: relative;
}

.banner-Text {
    color: white;
    padding: 80px 40px 0;
    position: relative;
    text-align: center;
    top: 140px;
    font-weight: 600;
    font-size: 19px;
    font-family: 'omnes-pro',sans-serif;
    line-height: 21px;
}

.banner-TextLoggedInUser {
    color: white;
    padding: 50px 140px 0;
    position: relative;
    text-align: center;
    top: 125px;
    font-weight: 600;
    font-size: 22px;
    font-family: 'omnes-pro',sans-serif;
    line-height: 21px;
}

.i-tunes {
    position: absolute;
    left: 130px;
    top: 45px;
}

/* Button Style */

.button-style {
    display: inline-block;
    margin-top: 30px;
    padding: 7px 30px;
    background: #36332E;
    border-radius: 5px;
}

    .button-style a {
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #FFFFFF;
    }

/* List Style 1 */

ul.style1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.style1 li {
        padding: 20px 0px 20px 0px;
        border-top: 1px dashed #E6E7DC;
    }

    ul.style1 a {
        text-decoration: none;
        color: #6B6B6B;
    }

        ul.style1 a:hover {
            text-decoration: underline;
            color: #6B6B6B;
        }

    ul.style1 .first {
        padding-top: 0px;
        border-top: none;
    }

/* List Style 2 */

ul.style2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.style2 li {
        padding: 15px 0px 15px 0px;
        border-top: 1px solid #E6E7DC;
    }

    ul.style2 .first {
        padding-top: 0px;
        border-top: none;
    }

/* List style 3 */

ul.style3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.style3 li {
        padding: 20px 0px 20px 0px;
        border-top: 1px solid #E6E7DC;
    }

    ul.style3 p {
        margin: 0px;
        padding: 0px;
    }

    ul.style3 img {
        float: left;
        margin-top: 3px;
        margin-right: 20px;
    }

    ul.style3 .posted {
        padding: 10px 0px 10px 0px;
        font-size: 8pt;
        color: #A2A2A2;
    }

    ul.style3 .first {
        padding-top: 0px;
        border-top: none;
    }

/* Recent News */

#product-details {
    height: 538px;
    overflow: hidden;
    width: 980px;
    background: url(../Images/SPA_246_dev-pieces-FINAL.png) no-repeat;
    color: #8C8C8C;
}

#product-details_one {
    height: 510px;
    width: 980px;
    color: #8C8C8C;
    background: url(../Images/SPA_246_dev_pieces_blue_strataNEW.png);
}

#product-details_two {
    height: 538px;
    overflow: hidden;
    width: 980px;
    background: #fff;
    color: #8C8C8C;
}

.product-comment-one {
    background: url(../Images/SPA_246_dev_pieces_speech_bubble.png) no-repeat;
    font-family: "omnes-pro",sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 130%;
    color: #6D6E71;
    width: 319px;
    height: 163px;
    float: left;
    margin: 15px 0 0 185px;
    padding: 10px;
}

.product-comment-two {
    background: url(../Images/SPA_246_dev_pieces_small_bubble.png) no-repeat;
    font-family: "omnes-pro",sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 130%;
    color: #6D6E71;
    width: 219px;
    height: 163px;
    float: right;
    margin: 15px 195px 0 0;
    padding: 10px;
}

.comment-details {
    background: url(../Images/SPA_246_dev_pieces_speech_bubble_white.png) no-repeat;
    font-family: "omnes-pro",sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    font-size: 17px;
    color: White;
    width: 324px;
    height: 163px;
    float: right;
    margin: 50px 50px 0 0;
    padding: 10px;
}


#recent-news h2 {
    padding: 0px 0px 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    color: #EDEDED;
}

#recent-news .date {
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    font-style: normal;
    color: #E3E3E3;
}

#recent-news p {
    font-style: italic;
}

#recent-news a {
    font-style: normal;
    color: #B8B8B8;
}

#recent-news #rbox1 {
    float: left;
    width: 250px;
    margin-right: 40px;
}

#recent-news #rbox2 {
    float: left;
    width: 250px;
    margin-right: 40px;
}

#recent-news #rbox3 {
    float: left;
    width: 250px;
}

#recent-news #rbox4 {
    float: right;
    width: 250px;
}

/* Button Style */

.button-style1 {
    margin-top: 30px;
}

    .button-style1 a {
        padding: 10px 25px;
        background: #EBB462;
        border-radius: 5px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #FCE3BB;
        color: #36332E !important;
    }

===============================new-css-14-06-13============================= #search {
    height: 125px;
    overflow: hidden;
}

.search-wrapper {
    width: 465px;
    height: 45px;
    background-color: #f0f0f0;
    margin: 43px auto 0;
    border: 1px solid #e9e9e9;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    position: relative;
}

.search-box {
    width: 375px;
    height: 32px;
    background-color: #fff;
    margin: 5px 7px;
    border: 1px solid #cfcfcf;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    position: relative;
}

    .search-box img.search-icon {
        margin: 8px 0 0 5px;
    }

    .search-box input {
        border: none;
        height: 30px;
        width: 332px;
        margin: 0;
        position: absolute;
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }

input.submit-button {
    background: url(../Images/go-button.png) no-repeat;
    text-indent: -9999px;
    border: none;
    height: 32px;
    width: 68px;
    position: absolute;
    top: 6px;
    left: 390px;
    cursor: pointer;
}

/*#search-btn {
    background: url(images/search-icon.jpg) right no-repeat;}*/
/* .search_bg
{ background:url(../Images/SPA_246_dev_pieces_search-bar.png)no-repeat;  height: 31px; margin-right: -46px; padding: 0 0 0 10px; width: 185px;

}
.sign_up_bg{ background:url(../Images/SPA_246_dev_pieces_grey_button.png) no-repeat; height:31px; width:166px; border:0px; padding-left:5px;}
.redeem_invite_code{ background:url(../Images/SPA_246_dev_pieces_grey_button.png) no-repeat; height:31px; width:166px; border:0px; padding-left:5px;}
.s-icon{float:left; padding-right:10px; margin-top:-5px;}
.footer-btn{ background:url(../Images/redeemFooter.png) no-repeat;width:130px; height:35px; border:none; cursor:pointer;color:#6E6E70;font-weight: bold;font-family:"omnes-pro",sans-serif;font-size: 16px;}
.footer-btn a{text-decoration:none;}
    */


.search_bg {
    background: url(../Images/SPA_246_dev_pieces_search-bar.png)no-repeat;
    height: 36px;
    margin-right: 5px;
    /*margin-top: 10px;*/
    padding: 0 0 0 10px;
    width: 185px;
}

.sign_up_bg {
    background: url(../Images/SPA_246_dev_pieces_grey_button.png) no-repeat;
    height: 31px;
    width: 166px;
    border: 0px;
    padding-left: 5px;
}

.redeem_invite_code {
    background: url(../Images/SPA_246_dev_pieces_grey_button.png) no-repeat;
    height: 31px;
    width: 166px;
    border: 0px;
    padding-left: 5px;
}

.s-icon {
    float: left;
    padding-right: 10px;
    margin-top: -5px;
}

.footer-btn {
    background: url(../Images/redeemFooter.png) no-repeat;
    width: 130px;
    height: 35px;
    border: none;
    cursor: pointer;
    color: #6E6E70;
    font-weight: bold;
    font-family: "omnes-pro",sans-serif;
    font-size: 16px;
}

    .footer-btn a {
        text-decoration: none;
    }


.banner-button-block {
    width: 500px;
    float: left;
    padding: 144px 0 0 347px;
    height: 1px;
}

.invite-btn {
    background: url(../Images/sign-up.png) no-repeat;
    width: 129px;
    height: 35px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-family: "omnes-pro",sans-serif;
    font-size: 17px;
}

    .invite-btn a {
        text-decoration: none;
        color: #fff;
    }

.banner-sign-btn {
    background: url(../Images/sign-up.png) no-repeat;
    width: 129px;
    height: 35px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: "omnes-pro",sans-serif;
    font-size: 17px;
}

    .banner-sign-btn a {
        text-decoration: none;
        color: #fff;
    }

.corporate-btn {
    background: url(../Images/sign-up.png) no-repeat;
    width: 129px;
    height: 35px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: "omnes-pro",sans-serif;
    font-size: 17px;
}

    .corporate-btn a {
        text-decoration: none;
        color: #fff;
    }

.redeem-btn {
    background: url(../Images/redeemFooter.png) no-repeat;
    width: 135px;
    height: 35px;
    border: none;
    cursor: pointer;
    color: #6E6E70;
    font-weight: bold;
    font-family: "omnes-pro",sans-serif;
    font-size: 17px;
}

    .redeem-btn a {
        text-decoration: none;
    }

#container {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    height: 330px;
    padding-bottom: 2%;
    padding-top: 5%;
}

#image1 {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}

#image2 {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}

#container1 {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    height: 330px;
    padding-bottom: 2%;
    padding-top: 5%;
}

#image3 {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}

#image4 {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}

#container2 {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    height: 330px;
    padding-bottom: 2%;
    padding-top: 5%;
}

#image5 {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}

#image6 {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}

#reflection1 {
    position: absolute;
    margin-top: 191px;
    /* Cross Browser Opacity */
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

#reflection2 {
    display: none;
    position: absolute;
    margin-top: 191px;
    /* Cross Browser Opacity */
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

#base {
    position: absolute;
    margin: 110px 0 0 -100px;
    z-index: 1;
}

.menu-bar {
    /*width: 1000px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
   font-family: sans-serif;*/
}


/*-----------------Css for Dashboard page------------------*/

.search-bg {
    background: url(../Images/dashboard-btn.png)no-repeat;
    height: 33px;
    width: 131px;
    border: 0px;
    cursor: pointer;
    color: #949599;
    font-style: italic;
    font-weight: 600;
    font-family: 'omnes-pro',sans-serif;
    font-size: 16px;
}

/*.search {
    background: url(../Images/dashboard-btn.png)no-repeat;
    height: 33px;
    width: 131px;
    border: 0px;
    color: #949599;
    font-style: italic;
    font-weight: 600;
}*/

.manage-text {
    color: #6E6E70;
    font-weight: 400;
    font-family: 'omnes-pro',sans-serif;
}

#profile-container {
    width: 980px;
    margin:0 auto;
}

.profile-left-area {
    width: 295px;
    float: left;
}

.profile-box-one {
    width: 270px;
    float: left;
    margin: 10px 15px;
    background: #fff;
}

.profile-box-two {
    width: 270px;
    height: 204px;
    float: left;
    background: url(../Images/badges.png) no-repeat;
    margin: 10px 15px;
}

.profile-box-three {
    width: 270px;
    /*height: 230px;*/
    float: left;
    background-color: #FFFFFF;
    margin: 10px 15px;
}

.profile-right-box {
    width: 655px;
    float: right;
    background: #e7e7e8;
    margin: 10px 10px 10px 0;
    padding: 0 0 20px 20px;
    border-bottom: 2px solid #bcbdc0;
}

.red-box {
    background: #e9cfc2;
    width: 217px;
    float: left;
}

.red-box-one {
    background: #e9cfc2;
    width: 217px;
    float: left;
    margin: 8px 0 0 0;
}

.link-btn {
    float: right;
    width: 100px;
    margin: 5px -31px 0 0;
}

    .link-btn a {
        text-decoration: none;
    }

.link-btn-right {
    float: right;
    width: 100px;
    margin: 5px 100px 0 0px;
    text-decoration: none;
}

    .link-btn-right a {
        text-decoration: none;
    }

.manage-item {
    float: right;
    margin: 10px 10px 10px 0;
    padding: 14px 0 20px 20px;
    width: 655px;
}

.right-item-one {
    float: left;
    margin: 10px;
    width: 162px;
    line-height: 20px;
}

.right-item-two {
    float: left;
    margin: 9px 0 0 40px;
    width: 170px;
    line-height: 20px;
}

.right-item-three {
    float: left;
    margin: 10px 0 0 40px;
    width: 167px;
    line-height: 20px;
}

.bulletin {
    float: right;
    background: #e7e7e8;
    margin: 10px 10px 10px 0;
    padding: 0 0 20px 20px;
    width: 655px;
    border-top: 2px solid #bcbdc0;
}

.firework-one {
    float: left;
    width: 100%;
}

.firework-two {
    width: 298px;
    float: right;
    border-bottom: 1px solid #bcbdc0;
    margin-right: 20px;
}

.boards {
    padding: 10px 0;
}

.bulletin-sty {
    margin-left: 10px;
    float: right;
    width: 255px;
}

.boards a {
    text-decoration: none;
}

.boards ul li {
    float: left;
    list-style: none;
    font-size: 9px;
    color: #727273;
    padding: 0 10px 0 0px;
}

.boards-right {
    padding: 10px 0;
}

    .boards-right a {
        text-decoration: none;
    }

    .boards-right ul li {
        float: left;
        list-style: none;
        font-size: 9px;
        color: #727273;
        padding: 0 10px 0 0px;
    }

.slider {
    /*width: 816px;*/
    float: left;
    box-shadow: 0 8px 8px -2px gray;
    margin: 0 0 60px 6px;
    padding-bottom: 20px;
    box-shadow-right: none;
}

.sliderDefault {
    box-shadow: 0 8px 8px -2px gray;
    padding-bottom: 20px;
    box-shadow-right: none;
    background: #F3F3F4;
}

.your-groups-right {
    width: 150px;
    float: left;
    padding: 0;
}

    .your-groups-right p {
        margin: 0;
        padding: 0;
    }

    .your-groups-right a {
        text-decoration: none;
        border-top: none;
        display: block;
    }

.box-login {
    margin-top: 15px;
    display: inline-block;
    width: 370px;
    margin-bottom: 10px;
}

.box-register {
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.login-sty2 {
    padding: 22px;
}

.login-sty {
    padding: 15px;
    width: 560px;
}

.login-box {
    margin-top: 15px;
    margin-left: 20px;
    padding-bottom: 20px;
}

.ScrollingGridlist {
    overflow: auto;
    height: 120px;
    width: 880px;
}

.ScrollingGridlistDashboardActivity {
    overflow: auto;
    height: 120px;
    width: 165px;
}

.ScrollingGridlistDashboardNotifications {
    overflow: auto;
    height: 140px;
    width: 655px;
}

/* Styles for My Profile page */

.myprofile-box-one {
    width: 35%;
    padding: 2%;
    float: left;
    margin-right: 1%;
    background: #fff;
    min-height: 205px;
}

.myprofile-right-box {
    background: #fff;
    width: 55%;
    padding: 1px 2% 2%;
    float: right;
    margin-left: 1%;
    min-height: 205px;
}

.ScrollingGridlistMyProfile {
    overflow: auto;
    height: 170px;
}

.sliderMyProfile {
    box-shadow: 0 8px 8px -2px gray;
    padding-bottom: 20px;
    box-shadow-right: none;
}

/* style for Item Search */

.ScrollingGridlistItemSearchNotifications {
    overflow: auto;
    height: auto;
    width: 900px;
}

/*#dvLoading {
    background: url(../images/bar-circle.gif) no-repeat center center;
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}*/

/*#dvLoading {
    background: url(../images/bar-circle.gif) no-repeat center center;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
}*/

#dvLoading {
    position: fixed;
    z-index: 999;
    height: 50px;
    width: 50px;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat:no-repeat;
    background-position:center;
    /*background: url('../images/bar-circle.gif') no-repeat center center;*/
    right: 0;
    border-radius: 50%;
    right: 0;
}

    /* Transparent Overlay */
    #dvLoading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1);
    } 
       

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ShareLogo {
    float: left;    
}

.GroupName {
    float: left;
    width: auto;
    display: flex;
    align-items: center;
    height: 64px;
}

.pull-left {
    float: left;
    /* padding-left:10px;*/
}

.GroupName a {
    display: block;
    margin-left: 1px;
    padding: 4px 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    font-family: "omnes-pro",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #757575;
}

.Vmid a, .Vmid img, .Vmid input {
    vertical-align: middle;
}

.username {
    width: 145px;
    overflow: hidden;
    max-width: 160px;
}

/*.username ul li {
    width: 172px;
}*/

#bltSignUp li {
    width: auto;
}
