/* 
    Document   : clientwebsite_default
    Created on : Nov 11, 2013, 10:50:25 AM
    Author     : noel
    Description:
        This is the default css file loaded for client websites
*/


/* ///////////////////////////////////////////////////////////////////// 
//  DEFAULT Website Styles
/////////////////////////////////////////////////////////////////////*/


/*--------------------------------------
Font Styles 
---------------------------------------*/


p {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    color: gray;
    font-size: 14px;
}

h1 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 35px !important;
    padding-bottom: 10px;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-style: normal;
    position: static;
    padding-left: 0px;
    color: gray;
    border-bottom: 1px solid #DDD;
    background-color: transparent;
    text-align: left;
    width: 100%;
}

h2 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 18px;
    font-weight: normal;
    margin-top: 50px;
}

h3 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 15px;
    font-weight: bold;
    margin-top: 50px;
}


h4 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 15px;
    font-weight: normal;
    margin-top: 50px;
}

h5 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 50px;
    padding-bottom: 0px;
    font-weight: normal;
}

h6 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 12px;
    margin-top: 50px;
    padding-bottom: 0px;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
}


blockquote,
address {
    padding: 0 30px 0 30px;
    font-style: italic;
    font-weight: normal;
    font-size: 1em;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    border-left: 4px solid #a3cef2;
}



.editEventTitle,
h1#myqby_header,
#galleryNavTitle {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 35px;
    padding-bottom: 10px;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-style: normal;
    position: static;
    padding-left: 0px;
    color: gray;
    border-bottom: 1px solid #DDD;
    background-color: transparent;
    text-align: left;
    width: 100%;
    margin-left: 0px;
}

#main h1.share_album_header {
    margin-bottom: 20px;
    min-height: 40px;
    position: relative;
    top: 0;
}

h1.share_album_header .share_album_header_text {
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

h1.guestbookHeader,
h1.giftRegistry_title,
#galleryNavTitle {
    width: 96%;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    min-height: 25px;
}

.giftRegistry_title_text,
.guestbookHeader_text,
.galleryNavTitle_text {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    margin-left: 10px;
}


/*--------------------------------------
Page Element Styles (lists, lines, etc)
---------------------------------------*/




.hr_aa {
    background-color: #dddddd;
}

.hr_cw {
    background-color: #dddddd;
    border: 0 none;
    clear: both;
    height: 1px;
    padding: 0;
    width: 100%;
    margin-top: 30px;
}




/*--------------------------------------
General Page Layout
---------------------------------------*/


#pageWidth {
    margin: auto;
    margin-top: 0px;
    padding: 0;
    border: 0;
    width: 100%;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    font-size: 100%;
    color: gray;
    vertical-align: baseline;
    background-color: #ffffff;
}

.photographer-custom-page {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100%;
}

body {
    background-color: #ffffff;
    background-image: none;
}


#pgContent {
    min-height: 700px;
    margin: 0 auto;
    float: none;
    width: 90%;
    /*max-width: 61.250em;*/
    background-color: #ffffff;
    padding-left: 1.250em;
    padding-right: 1.250em;
    box-shadow: none;
    border: 0px;
}

#isPageHeader {
    min-height: 65px;
    max-height: 80px;
    background: transparent;
    width: auto;
    position: static;
    float: none;
    margin-top: 0;
}

.mainPageContent {
    margin: 0px auto;
    position: static;
    float: none;
    width: 980px;
    background: none repeat scroll 0 0 transparent;
    padding-right: 0px;
    padding-left: 0px;

}

.mainPageContent,
#slideshowContainer,
.qbyMain,
#slideshow {
    background: none repeat scroll 0 0 transparent;
    background-color: white !important;
}

#inner_mainPageContent {
    position: static;
    float: none;
    padding-left: 0px;
    width: 100%;
}

#mainPageWrapper {
    float: none;
    position: static;
    width: 100% !important;
    max-width: 100%;
}




/*--------------------------------------
Galleries
---------------------------------------*/

#galleriesList_2 {
    width: 96%;
    margin: auto;
    overflow-x: hidden;
    touch-action: pan-y;
}


.galleryImage {
    height: 250px;
}

#pgGallery {
    height: 226px;
    width: 293px;
    background-color: #eeeeee !important;
    border: 0px;
    margin: 8px 0px !important;
}

.wraptocenter img {
    width: 180px;
}

#galleryParent {
    margin-bottom: 30px;
    width: 313px;
    height: 286px;
    padding-right: 0px;
    margin-right: 0px;
}

#galleryTitle {
    text-transform: uppercase;
    background-color: #eeeeee !important;
    color: gray !important;
    height: auto;
    padding: 10px;
    width: 273px;
    text-align: left;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    margin: 0px !important;
}


#fbdiscussionWrapper {
    width: 96%;
    margin: auto;
}

#imgCat {
    margin-left: 20px;
}

#slideshowContainer {
    margin: auto;
}

.website_multiple_events,
.album_header {
    width: 96%;
    margin: auto;
}





/*--------------------------------------
Editable Event
---------------------------------------*/

#gallerymanage {
    width: 940px;
}

#page_title_nomargin {
    height: auto !important;
    clear: both;
    padding-top: 7px;
}

#collection_properties {
    background-color: #eeeeee !important;
}

#client_manage #selectable {
    background-color: #eeeeee !important;
}

#client_manage .current_collection {
    background-color: #eeeeee !important;
}

#client_manage .collection {
    background-color: #dddddd;
}

.collection_title,
.cat_title {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    color: gray;
}

.collectionheader,
.catheader {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    color: gray;
}

.colHeadSubTitle,
.cat_subtitle {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    color: gray;
}

#mainGallery {
    background-color: #eeeeee !important;
}



/*--------------------------------------
Albums
---------------------------------------*/

#main {
    width: 100%;
    margin-left: 0px;
}

#main .wrap {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

#content.full {
    background-color: #ffffff;
}

#pgAlbum {
    height: 226px;
    width: 293px;
    background-color: #eeeeee !important;
    border: 0px;
    margin: 8px 0px !important;
}

#albumsParent {
    margin-bottom: 20px;
    width: 313px;
    height: 286px;
    padding-right: 0px;
    margin-right: 0px;
}

#albumTitle {
    text-transform: uppercase;
    background-color: #eeeeee !important;
    color: gray !important;
    height: auto;
    padding: 10px;
    width: 273px;
    text-align: left;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    margin: 0px !important;
}



/*--------------------------------------
Album Proofing
---------------------------------------*/

.albumlogin {
    background-color: #666666;
    padding: 1px 15px 7px 0;
    width: 200px;
    margin-left: 20px;
    margin-top: -30px;
}

#album_submit {
    margin-top: 3px;
    width: 230px;
    padding-left: 170px !important;
}

#submitfrmLogin {
    background-color: #666666;
}

.lightbox {
    font-size: 12px;
}

.conversation_client {
    color: #636363;
    font-weight: bold;
}

.conversation_pg {
    color: #636363;
    font-weight: bold;
}

.conversation_header {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    color: gray;
}

.layoutnumber {
    font-size: 12px;
    clear: both;
    width: 48%;
    margin: 20px 0 15px 0;
    padding-top: 20px;
}

.ago {
    color: #555555;
    margin-bottom: 10px;
    font-size: 11px;
}

#sendFeedbackToPg {
    color: white;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    bottom: 0px;
}

.sendFeedbackUnsent {
    background: none repeat-x scroll 0 0 #A9A9A9;
}

.sendFeedbackSending {
    background: none repeat-x scroll 0 0 #555555;
}

#mainNav {
    position: static;
    margin-left: 0px;
    float: none;
}

#landingNav {
    margin: 0px 0px 10px 0px;
}

#landingNav ul {
    padding-left: 0px;
    padding-top: 0px;
}

#landingNav li {
    margin: 0px 20px 0 0;
    display: inline-block;
    list-style-type: none;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    position: static;
}

#landingNav li a {
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    color: gray;
}

#landingNav li a:hover {
    text-decoration: none;
    color: #aaaaaa;
}


#landingNav .current a {
    color: #555555;
    background-color: transparent;
}





/*--------------------------------------
Shopping Cart Styles
---------------------------------------*/


.buyFooter p {
    font-size: 12px;
}

#buyPopup {
    padding-bottom: 40px !important;
}



/*--------------------------------------
Footer
---------------------------------------*/


#poweredby {
    display: none;
}

#isPageFooter {
    display: none !important;
}





/*--------------------------------------
Client Website - General Styles
---------------------------------------*/

.website_main {
    padding-bottom: 20px;
}



.submitButton {
    padding: 2px 12px;
    text-align: center;
    background-color: #999;
    cursor: pointer;
    border: 0px !important;
    color: #ffffff;
}


.website_main .websiteLoginBut {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 2px 12px;
    cursor: pointer;
    background-color: #999;
    float: left;
}

.website_main .websiteLoginBut:hover {
    background-color: #686868;
}

.website_header {
    height: 60px;
    padding-top: 61px;
}

.website_header_social {
    float: right;
    width: 20%;
}

.fb {
    background-position: -61px -14px;
    float: right;
    background-image: url("http://cdn.queensberrycloud.com/images/dashboard/sprites.png");
    height: 25px;
    width: 25px;
}

.twit {
    float: right;
    background-image: url("http://cdn.queensberrycloud.com/images/dashboard/sprites.png");
    background-position: -61px -62px;
    height: 25px;
    width: 25px;
    margin-left: 4px;
}

.website_header_text {
    float: left;
    width: 80%;
}

.website_title {
    float: left;
    clear: both;
    font-size: 33px;
    font-weight: normal;
    text-transform: uppercase;
    color: #AAA;
    letter-spacing: 0.1em;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
}

.website_title_text {
    min-height: 55px;
    float: left;
    margin-left: 5px;
}

.website_studio {
    float: left;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 5px;
    color: #AAA;
}

.website_introtext {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    padding-top: 27px;
    padding-bottom: 11px;
}

.website_login,
.website_logout {
    float: right;
    cursor: pointer;
}

.website_qby_footer {
    clear: both;
    bottom: 0px;
}


.website_footer_guestbookButton {
    margin: 0px auto 80px auto;
    width: 150px;
    height: 80px;
}


.website_content {
    border: 1px solid #EFEFEF;
    height: 433px !important;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    float: left;
    width: 66.32653%;
    overflow: hidden;
}

#clientwebsiteCoverImage {
    max-height: 433px !important;
}

.website_navigation {
    width: 28.57143%;
    overflow: auto;
    float: right;
}

.clientSubTypeButton {
    border-bottom: 3px solid #EFEFEF;
    border-top: 3px solid #EFEFEF;
    font-size: 15px;
    min-height: 56px;
    margin-bottom: 15px;
    padding-top: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 28px;
}

.clientSubTypeButton1 {
    border-bottom: 3px solid #EFEFEF;
    border-top: 3px solid #EFEFEF;
    font-size: 15px;
    min-height: 56px;
    margin-bottom: 15px;
    padding-top: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 28px;
}

.multipleEventContainer {
    cursor: pointer;
    float: left;
    height: 200px;
    margin: 15px;
    overflow: hidden;
    padding: 0;
    width: 300px;
}

.multipleEventImage {
    cursor: pointer;
    float: left;
    height: 200px;
    width: 300px;
}

.multipleEventTitle {
    background-color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 16px;
    margin-top: -54px;
    padding: 9px;
    text-transform: uppercase;
    width: 300px;
}


.clientSubTypeButton:hover {
    cursor: pointer;
    border-bottom: 3px solid #DDDDDD;
    border-top: 3px solid #DDDDDD;
    font-size: 15px;
    background-color: #EFEFEF;
}

.clientSubTypeButton1:hover {
    cursor: pointer;
    border-bottom: 3px solid #DDDDDD;
    border-top: 3px solid #DDDDDD;
    font-size: 15px;
    background-color: #EFEFEF;
}


.websiteGalleryHeader {
    top: 0px;
    width: 100%;
    background: #efefef;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGUzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #efefef 0%, #e4e3e3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e4e3e3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #e4e3e3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #e4e3e3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #e4e3e3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #e4e3e3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e4e3e3', GradientType=0);
    /* IE6-8 */
    z-index: 9999999;
    height: 65px;
    position: absolute;
    left: 0px;
    -moz-box-shadow: 0 0 7px #999;
    -webkit-box-shadow: 0 0 7px#999;
    box-shadow: 0 0 7px #999;
}

.websiteGalleryHeaderInner {
    top: 0px;
    width: 940px;
    margin: 10px auto;
    z-index: 9999999;
    height: 50px;
}

.websiteGalleryHeaderLeftIcons {
    float: left;
    width: 30%;
}

.websiteGalleryHeaderRightIcons {
    float: right;
    width: 30%;
}

.websiteGalleryHeaderMiddle {
    float: left;
    width: 40%;
    text-align: center;
}

.website_header_title {
    color: #666060;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 9px;
    letter-spacing: 0.1em;
}

.website_header_studio {
    font-size: 12px;
    color: #666060;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 2px;
}


.website_home_button {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/home2.png");
    float: left;
    margin: 10px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}


.website_home_button:hover {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/home-hover2.png");
    float: left;
    margin: 10px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.website_backButton {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/back.png");
    float: left;
    margin: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.website_backButton:hover {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/back-hover.png");
    float: left;
    margin: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


.website_collectionButton {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/collections.png");
    float: left;
    margin: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


.website_collectionButton:hover {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/collections-hover.png");
    float: left;
    margin: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.websiteActionWindowArrow {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/drop-down-tri.png");
    height: 15px;
    margin-left: 96px;
    margin-top: -15px;
    width: 20px;
}

#websiteCollectionWindow {
    background-color: #FAFAFA;
    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.4);
    display: none;
    height: auto;
    margin: 20px 0 0 -4px;
    min-height: 200px;
    position: fixed;
    top: 42px;
    width: 187px;
    z-index: 9999999;
}

#websiteCollectionWindowInner {
    background-color: #E4E3E3;
    margin: 8px;
    height: auto;
    min-height: 200px;
}

.websiteCollectionWindowCaption {
    background: none repeat scroll 0 0;
    cursor: pointer;
    height: 40px;
    padding: 15px 5px 15px 15px;
    font-size: 14px;
}

.websiteCollectionWindowGroupRowSelected {
    background: none repeat scroll 0 0 #eeeeee;
    cursor: pointer;
    height: 40px;
    padding: 10px 5px 10px 15px;
    font-size: 12px;
}

.websiteCollectionWindowGroupRow {
    cursor: pointer;
    height: 40px;
    padding: 10px 5px 10px 15px;
    font-size: 12px;
}

.websiteCollectionWindowGroupRow:hover {
    background: none repeat scroll 0 0 #dddddd;
    cursor: pointer;
    height: 40px;
    padding: 10px 5px 10px 15px;
}


.website_collection_list {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/thumbnails.png");
    float: left;
    margin: 10px !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}


.website_collection_list:hover {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/thumbnails-hover.png");
    float: left;
    margin: 10px !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

.website_collection_slide {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/slideshow.png");
    float: left;
    margin: 10px !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}


.website_collection_slide:hover {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/slideshow-hover.png");
    float: left;
    margin: 10px !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

.website_buy_button {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/view-cart.png");
    float: right;
    margin: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.website_buy_button:hover {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/view-cart-hover.png");
    float: right;
    margin: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

div.imgcart {
    margin-left: 2px;
    margin-top: 4px;
}


#websiteCartWindow {
    background-color: #FAFAFA;
    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.4);
    display: none;
    height: auto;
    margin: 20px 0 0 798px;
    min-height: 52px;
    position: fixed;
    top: 42px;
    width: 216px;
    z-index: 9999999;
}

#websiteCartWindowInner {
    background-color: #E4E3E3;
    margin: 8px;
    height: auto;
    min-height: 52px;
}

.websiteCartWindowCaption {
    background: none repeat scroll 0 0;
    cursor: pointer;
    height: 20px;
    padding: 15px 5px 15px 15px;
    font-size: 14px;
}

.websiteCartWindowGroupRow {
    cursor: pointer;
    height: 20px;
    padding: 10px 5px 10px 15px;
    font-size: 12px;
}

.websiteCartWindowGroupRow:hover {
    background: none repeat scroll 0 0 #dddddd;
    cursor: pointer;
    height: 20px;
    padding: 10px 5px 10px 15px;
}

.website_myCart {
    float: none !important;
    margin: 0 !important;
}


.website_myCart a {
    color: #555 !important;
    width: 173px !important;
    display: table-cell;
    height: 20px;
}


.website_share_button {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/share.png");
    float: right;
    margin: 10px 0px 10px 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.website_share_button:hover {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/share-hover.png");
    float: right;
    margin: 10px 0px 10px 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.enduserlogoutlink {
    margin-top: 13px;
}

#websiteShareWindow {
    margin-top: 20px;
    overflow: visible;
}

.website_edit_button {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/edit-collection.png");
    float: right;
    margin: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.website_edit_button:hover {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/edit-collection-hover.png");
    float: right;
    margin: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


/*--------------------------------------
Client Website - Gift Registry Styles
---------------------------------------*/

.giftRegistry_contribute {
    margin: 30px auto;
    width: 96%;
}

.giftRegistry_contributebutton {
    float: left;
    margin: 20px 20px 50px 20px;
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/gift.png");
    width: 184px;
    height: 204px;
    cursor: pointer;
}

.giftRegistry_contributebutton:hover {
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/gift-hover.png");
}

.giftRegistry_contributebuttonSelected {
    float: left;
    margin: 20px;
    background-image: url("http://cdn.queensberrycloud.com/images/clientwebsite/gift-hover.png");
    width: 184px;
    height: 204px;
    cursor: pointer;
}


.giftRegistry_contributebuttonText {
    margin-top: 135px;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}

.gift_registryOther_title,
.giftRegistry_contribute_title {
    color: #666060;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.gift_registryOther {
    margin: 40px auto;
    width: 96%;
}

.gift_registryOther_links {
    padding: 15px 0px 15px 0;
}

.gift_registryOther_links a {
    color: #7B7B7B;
}

.giftRegistry_header {
    width: 96%;
    margin: 40px auto;
    overflow-y: auto;
}

.giftRegistry_message {
    font-size: 14px;
    line-height: 20px;
}

.giftRegistry_photo {
    float: left;
    width: 250px;
    height: 260px;
    margin-right: 20px;
    overflow: hidden;
}

.giftRegistry_description {
    float: left;
    margin: 10px 10px 10px 0;
}


.giftRegistry_extra {
    float: right;
    width: 200px;
}

.giftRegistry_meter_container {
    float: left;
    width: 77%;
}

.giftRegistry_contribute_button {
    float: left;
    margin-top: 58px;
}

.giftRegistry_welcometext {
    font-size: 14px;
    line-height: 20px;
}

.giftRegistry_message {
    font-size: 14px;
    line-height: 20px;

}

.giftRegistry_meter {
    background-color: #EFEFEF;
    height: 125px;
    width: 96%;
    margin: auto;
}

.giftRegistry_meter_text {
    color: #666060;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.giftRegistry_meter_emptyRow {
    height: 35px;
    margin-left: 15px;
    padding-top: 15px;
}

.giftRegistry_meter_Row {
    height: 50px;
}

.giftRegistry_meter_Row .giftRegistry_StartLimit {
    float: left;
    width: 5%;
    padding-top: 10px;
    margin-left: 15px;
    font-size: 16px;
}

.giftRegistry_meter_Row .giftRegistry_Meter {
    float: left;
    width: 75%;
    margin-left: 2px;
    height: 35px;
    background: #C2C3C3 repeat-y;
    padding: 5px;
}

.giftRegistry_meter_Row .giftRegistry_EndLimit {
    float: left;
    text-align: left;
    padding-top: 10px;
    font-size: 16px;
    margin-left: 15px;
}

#progress-bar-percentage-red {
    background: #7b7b7b;
    padding: 8px 0px;
    color: #FFFFFF;
    font-weight: bold;
}

.giftRegistry_contributeList {
    margin-top: 10px;
    border-top: 1px solid #dddddd;
}

.contributorPhoto {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
}

.contributorDetails {
    margin-left: 20px;
    float: left;
}

.contributorName {
    font-weight: bold;
}


/*--------------------------------------
Client Website - GUESTBOOK Styles
---------------------------------------*/

.website_main .fbdiscussionWrapper {
    width: 940px;
    clear: both;
    float: left;
    position: relative;
    margin-top: 10px;
}


/*--------------------------------------
Client Website - EVENT INFO PAGE Styles
---------------------------------------*/

.eventinfo_photo {
    float: left;
    width: 40%;
    height: 250px;
    overflow: hidden;
}

.event_info {
    float: left;
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
    width: 57%;
}

.eventinfo_main {
    height: 400px;
    margin: 25px auto 0 auto;
    width: 96%;
}

.eventinfo_text {
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.eventinfo_desc {
    min-height: 50px;
    margin-top: 5px;
}

.eventinfo_date {
    margin-top: 5px;
    height: 40px;
}

.eventinfo_location {
    margin-top: 5px;
    height: 40px;
}

.eventinfo_item {
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}

/* ///////////////////////////////////////////////////////////////////// 
//  RESPONSIVE CSS
/////////////////////////////////////////////////////////////////////*/

/*  HandHeld - Ipad in Portrait or screen smaller that 980px CSS */


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    #galleryParent,
    #albumsParent {
        width: 280px;
        height: 270px;
    }


    #pgGallery,
    #pgAlbum {
        height: 200px;
        width: 265px;
    }

    #pgGallery .wraptocenterGallery {
        height: 200px;
        width: 265px;
    }


    #galleryTitle,
    #albumTitle {
        width: 245px;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {


    #galleryParent,
    #albumsParent {
        width: 280px;
        height: 270px;
    }


    #pgGallery,
    #pgAlbum {
        height: 200px;
        width: 265px;
    }

    #pgGallery .wraptocenterGallery {
        height: 200px;
        width: 265px;
    }

    #galleryTitle,
    #albumTitle {
        width: 245px;
    }

}

/* ///////////////////////////////////////////////////////////////////// 
//  Social media icons for client websites
/////////////////////////////////////////////////////////////////////*/
.pg_connectFull_type .social_icons {
    float: right;
}

#pg_connectFull_type .social_icons {
    float: right;
}

#pg_connectFull #header_connectFull {
    display: none;
}

#pg_connectFull .pgconnectfull_cat {
    width: 25px;
    float: right;
    padding-bottom: 0;
}

#pg_connectFull .pgconnectfull_cat .sharename {
    display: none;
}

#pg_connectFull .pgconnectfull_cat .pgconnectfull_imgpad {
    padding: 0;
    width: 20px;
    height: 20px;
}

.photographersPage {
    float: right;
    margin-right: 5px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 15px;
}

.photographersPage a {
    color: gray;
    text-decoration: none;
}