body {
    font-family: 'Open Sans', sans-serif !important;
}

.pNarrow {
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 0px !important;
}

.pnlIntroTooltipWindow_bottom {
    left: 15%;
}

.dialog.quickPrints .panel .seeAllProducts {
    display: none;
}

.galleryHeader .preview#like_li > span {
    width: 82px;
    left: calc(100% - 208px) !important;
}

.whatsNext ul li {
    width: 233px !important;
}

.dialog.quickPrints.showProduct .dialogContent .editProductTool {
    width: 90%;
    margin: auto;
}

.photostream2 .block.Image .hover .upper.end .hideButton.owner .text {
    width: 198px;
    left: -209px;
    top: 2px;
}

.photostream2 .block.Image .hover .upper.end .hideButton.owner .text span {
    font-size: 11px;
}

.photostream2 .block.Image .hover .upper.end .hideButton.owner:hover:after {
    width: 210px;
    height: 46px;
    left: -220px;
}

.photostream2 .block.Image.hidden .hover .upper.end .hideButton.owner .text {
    top: 6px;
}

/* Not working */
.photoStreamWrapper .photostream2 .block.Image .hover .upper.end .owner.hideButton:hover .text {
    width: 165px;
}

.photoStreamWrapper #photoStream.photostream2 .block.Image.hidden .hover .upper.end div.hideButton.owner:hover:after {
    height: 102px !important;
}

/* end Not working */
.galleryHeader .pTooltip.menu.downloadTip .desc:after {
    right: 0px;
}

#galleryHeader ul li#share_li.icon_only.visible.titleBefore:before,
#galleryHeader ul li#download_li.icon_only.visible.titleBefore:before {
    font-family: 'Open Sans', sans-serif;
    top: 105px;
    margin-left: 0px;
}

#galleryHeader ul li#download_li.icon_only.visible.titleBefore:before {
    width: 137px;
}

#galleryHeader ul li#share_li .optionsPanel .shareEmpty {
    width: 100%;
}

.emailPanel .inviteFriends .field.rowField {
    margin-left: 30px;
}

.galleryHeader .inviteTip .getLink .copyLinkLabel {
    text-align: center;
    padding-left: 0px;
}

/*
 * SCSS Variables //@import 'variables';
 */
/* misc. */
/* font family */
/* font size */
/* font style */
/* font uppercase */
/* font letter-spacing */
/* font weights */
/* colors */
/* /Variables */
/* Placeholders */
/* /Placeholders */
/*
 * SCSS Mixins //@import 'mixins';
 */
/* /Mixins */
/*
 * SCSS Functions //@import 'functions';
 */
/* /Functions */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 100vw #FFFFFF inset !important;
}

/**
** Migration Class
**/
/* font family */
.F1 {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;
}

.F2 {
    font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", sans-serif;
}

.F3 {
    font-family: "garamond-premier-pro-display", sans-serif;
}

.F4 {
    font-family: "Crimson Text", serif;
}

/* font size */
.S0 {
    font-size: 10px;
}

.S1 {
    font-size: 11px;
}

.S2 {
    font-size: 12px;
}

.S3 {
    font-size: 13px;
}

.S4 {
    font-size: 16px;
}

.S5 {
    font-size: 20px;
}

.S6 {
    font-size: 26px;
}

.S7 {
    font-size: 34px;
}

.S8 {
    font-size: 18px;
}

.S9 {
    font-size: 14px;
}

.S10 {
    font-size: 22px;
}

.S11 {
    font-size: 30px;
}

/* font uppercase */
.U1 {
    text-transform: none;
}

.U2 {
    text-transform: uppercase;
}

/* font letter-spacing */
.L1 {
    letter-spacing: 0.2px;
}

.L2 {
    letter-spacing: 1px;
}

.L3 {
    letter-spacing: 1.5px;
}

.L4 {
    letter-spacing: 0.5px;
}

.L5 {
    letter-spacing: 2px;
}

.L6 {
    letter-spacing: 3.5px;
}

/* font weights */
.W1 {
    font-weight: 300;
}

.W2 {
    font-weight: 400;
}

.W3 {
    font-weight: 500;
}

.W4 {
    font-weight: 700;
}

/* colors */
.C0 {
    color: #F9F9F9;
}

.CH0:hover {
    color: #F9F9F9;
}

.BC0 {
    background-color: #F9F9F9;
}

.BCH0:hover {
    background-color: #F9F9F9;
}

.C1 {
    color: #FFFFFF;
}

.CH1:hover {
    color: #FFFFFF;
}

.BC1 {
    background-color: #FFFFFF;
}

.BCH1:hover {
    background-color: #FFFFFF;
}

.C2 {
    color: #F2F2F2;
}

.CH2:hover {
    color: #F2F2F2;
}

.BC2 {
    background-color: #F2F2F2;
}

.BCH2:hover {
    background-color: #F2F2F2;
}

.C3 {
    color: #ECECEC;
}

.CH3:hover {
    color: #ECECEC;
}

.BC3 {
    background-color: #ECECEC;
}

.BCH3:hover {
    background-color: #ECECEC;
}

.C4 {
    color: #E0E0E0;
}

.CH4:hover {
    color: #E0E0E0;
}

.BC4 {
    background-color: #E0E0E0;
}

.BCH4:hover {
    background-color: #E0E0E0;
}

.C5 {
    color: #D0D0D0;
}

.CH5:hover {
    color: #D0D0D0;
}

.BC5 {
    background-color: #D0D0D0;
}

.BCH5:hover {
    background-color: #D0D0D0;
}

.C6 {
    color: #BCBCBC;
}

.CH6:hover {
    color: #BCBCBC;
}

.BC6 {
    background-color: #BCBCBC;
}

.BCH6:hover {
    background-color: #BCBCBC;
}

.C7 {
    color: #868686;
}

.CH7:hover {
    color: #868686;
}

.BC7 {
    background-color: #868686;
}

.BCH7:hover {
    background-color: #868686;
}

.C8 {
    color: #444444;
}

.CH8:hover {
    color: #444444;
}

.BC8 {
    background-color: #444444;
}

.BCH8:hover {
    background-color: #444444;
}

.C9 {
    color: #1C1C1C;
}

.CH9:hover {
    color: #1C1C1C;
}

.BC9 {
    background-color: #1C1C1C;
}

.BCH9:hover {
    background-color: #1C1C1C;
}

.C10 {
    color: #FF232B;
}

.CH10:hover {
    color: #FF232B;
}

.BC10 {
    background-color: #FF232B;
}

.BCH10:hover {
    background-color: #FF232B;
}

.C11 {
    color: #F8DADB;
}

.CH11:hover {
    color: #F8DADB;
}

.BC11 {
    background-color: #F8DADB;
}

.BCH11:hover {
    background-color: #F8DADB;
}

.C12 {
    color: #CB1B21;
}

.CH12:hover {
    color: #CB1B21;
}

.BC12 {
    background-color: #CB1B21;
}

.BCH12:hover {
    background-color: #CB1B21;
}

.C25 {
    color: #AB4D2E;
}

.I1 {
    font-style: italic;
}

/*********** Reset *************************/
body,
.bodyNoPanel {
    margin: 0;
    direction: ltr;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

body, .bodyNoPanel, input, textarea, select {
    font-family: 'PT Sans', sans-serif;
}

html {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#ascrail2000-hr {
    display: none !important;
}

.nicescroll-rails {
    z-index: 3 !important;
}

.nicescroll-rails > div {
    border: none !important;
}

:focus {
    outline: none;
}

/******************* General Components ******************************************/
body > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 99999999;
}

body > .overlay .spinnerWhiteSmall {
    left: 50%;
    margin-left: -8px;
}

/************** Text Modes ************/
.galleryText1 {
    font-size: 13px;
    font-weight: 400;
    color: #a5a3a0;
    text-shadow: none;
}

.galleryText2 {
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0), 1px 1px 0px white;
    line-height: 16px;
}

.galleryText3 {
    font-size: 18px;
    font-weight: 400;
    color: #484747;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0), 1px 1px 0px white;
}

.galleryText4 {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

.galleryText5 {
    font-size: 13px;
    font-weight: 600;
    color: #504e4e;
}

.galleryText6 {
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
}

.galleryText7 {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #a5a3a0;
    line-height: 20px;
    text-align: left;
}

.galleryText8 {
    font-size: 36px;
    font-weight: 600;
    color: #a2a19f;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0), 1px 1px 0px white;
}

.galleryText9 {
    font-size: 13px;
    font-weight: 400;
    color: #818181;
    line-height: 19px;
    background-image: url(./resources/singles/boxbgtext2.png?r=r84.7);
    background-repeat: repeat;
    background-position: 0px 0px;
    width: 191px;
}

.galleryText10 {
    font-size: 13px;
    font-weight: 600;
    color: #818181;
    width: 191px;
}

.galleryText11 {
    font-size: 13px;
    font-weight: 400;
    color: #484747;
    line-height: 20px;
    background-image: url(./resources/singles/boxbgtext2.png?r=r84.7);
    background-repeat: repeat;
    background-position: 0px 0px;
    width: 191px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0), 1px 1px 0px white;
}

.galleryText12 {
    font-size: 11px;
    font-weight: 400;
    color: #444343;
}

.galleryText13 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.galleryText14 {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
}

.galleryText15 {
    font-size: 11px;
    font-weight: 400;
    color: #747474;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

/********** Buttons ***********/
.bigIcon, .smallIcon, .hugeIcon {
    background-image: url("./resources/sprites/galleryuispriteb.png?r=r84.7");
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.bigIcon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.smallIcon {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.hugeIcon {
    width: 80px;
    height: 80px;
}

.publishButton {
    height: 40px;
    width: 40px;
    background-color: #eae7e3;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: none;
    position: relative;
}

.publishButton:hover, .publishButton.active {
    background-color: #333333;
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5), inset 0px 0px 1px white;
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5), inset 0px 0px 1px white;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5), inset 0px 0px 1px white;
}

#userMessage a {
    white-space: nowrap;
}

.publishButton, #userMessage a {
    overflow: visible;
    position: relative;
}

.publishButton .count, #userMessage a .count {
    position: absolute;
    top: -6px;
    left: 25px;
    background-color: #ef0c0c;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(255, 255, 255, 0);
    display: none;
    height: 13px;
    padding: 0 4px;
    margin: 0;
    font-size: 10px;
    line-height: 14px;
}

.longButton {
    height: 28px;
    width: 162px;
    border: none;
    position: relative;
    padding-left: 12px;
    text-align: center;
    cursor: pointer;
}

.longButton.noIcon {
    padding-left: 0;
}

.longButton.gray {
    background-color: #e7e5dc;
}

.longButton.clear {
    width: auto;
    padding: 0 10px;
    padding-bottom: 7px;
}

.longButton:focus {
    outline: none;
}

.longButton span, .longButton .longButtonContent {
    line-height: 28px;
}

.longButton:hover span, .longButton:hover .longButtonContent, .active > .longButton .longButtonContent {
    padding-bottom: 5px !important;
    color: #333333 !important;
    border-bottom: 3px solid #333333 !important;
}

.longButton .smallIcon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 6px;
}

.longBlueButton {
    height: 36px;
    line-height: 36px;
    width: 200px;
    color: #ffffff;
    background: #333333;
    text-align: center;
    cursor: pointer;
}

.longBlueButton.condensed {
    width: 150px;
}

.longBlueButton.dynamicWidth {
    width: auto;
    padding: 0 20px;
}

.longBlueButton.gray {
    background: white;
    border: 1px solid #333333;
    color: #333333;
}

.longBlueButton[disabled] {
    cursor: default;
    background-color: #dddddd;
}

.longBlueButton[disabled]:hover {
    background-color: #dddddd !important;
}

.vButton {
    width: 40px;
    height: 27px;
    border-radius: 5px;
    background-color: #fff;
    background-position: -180px -567px;
}

/**** Check box ***********/
.galleryCheckbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 32px;
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.galleryCheckbox input {
    left: -200px;
    position: absolute;
}

.galleryCheckbox .bigIcon {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    margin: 2px;
    margin-right: -10px;
    background-color: transparent;
    background-position: 40px;
    -ms-transform: scale(0.8) !important;
    /* IE 9 */
    -webkit-transform: scale(0.8) !important;
    /* Chrome, Safari, Opera */
    transform: scale(0.8) !important;
    transform-origin: 0 0;
    top: -3px !important;
    background-position: -140px -200px;
}

.galleryCheckbox:hover .bigIcon {
    background-position: -140px -240px;
    background-color: transparent;
}

.galleryCheckbox.active .bigIcon {
    background-position: -140px -280px;
}

/************** Drop Down Button *******************/
.pnlPictimeTButton {
    cursor: pointer;
    position: relative;
    font-weight: normal;
    font-size: 15px;
    color: #747474;
}

.pnlPictimeTButton:hover > .valueSelection {
    color: #333333 !important;
}

.viewLikes .noDownload.thumbPanel {
    left: 0;
}

.viewLikes .pLabel.high {
    margin-bottom: 40px;
}

/*.viewLikes.noLikes .pButton{
	opacity: 0.3;
	pointer-events: none;
}*/
.viewLikes .button.list {
    width: auto;
    top: 5px;
    display: inline-block;
}

.viewLikes .button.list .tbtnGallerySelect {
    height: 30px;
    line-height: 28px;
    border-radius: 12px;
    background-color: #e7e5dc;
}

.viewLikes .button.list .tbtnGallerySelect:hover {
    height: 35px;
}

.viewLikes .button.list .tbtnGallerySelect .panel {
    padding: 8px;
}

.viewLikes .button.list .pnlPictimeTButton .option {
    display: flex;
    align-items: center;
}

.viewLikes .button.list .tbtnGallerySelect .valueSelection {
    color: #aaaaaa;
}

.viewLikes .button.list .tbtnGallerySelect .valueSelection:after {
    background-position: -295px 0px;
}

.viewLikes .button.list.active .tbtnGallerySelect {
    background-color: white;
    width: auto;
}

.viewLikes .button.list.active .tbtnGallerySelect .valueSelection {
    color: #333333;
    width: auto;
    padding-right: 30px;
}

.viewLikes .button.list .tbtnGallerySelect .valueSelection {
    padding: 0;
    padding-left: 17px;
}

.viewLikes .button.list .tbtnGallerySelect .valueSelection:before {
    display: none;
}

.viewLikes .formPanel {
    padding: 20px;
    width: 260px;
}

.viewLikes .pButton {
    margin-bottom: 20px;
}

.viewLikes .loadingPanel {
    width: 260px;
    height: 100px;
    position: absolute;
    top: 88px;
    left: 0;
    background-color: white;
    display: none;
}

.loadingPanel .outerProgress.normal .textCenter {
    top: 40px;
}

.loading.viewLikes .loadingPanel {
    display: block;
}

.loading.viewLikes .pButton {
    display: none;
}

.lastStep.sending .loadingPanel {
    display: block;
}

.lastStep.sending .panel {
    display: none;
}

.lastStep .loadingPanel {
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: transparent !important;
}

.pnlPictimeTButton .panel {
    position: absolute;
    top: 18px;
    left: 0;
    overflow: auto;
    display: none;
    z-index: 10000;
    max-height: 270px;
    background-color: white;
    border: 1px solid #dddddd;
}

.pnlPictimeTButton:hover .panel {
    display: inline;
}

.pnlPictimeTButton .panel:hover {
    display: inline;
}

.pnlPictimeTButton .option {
    cursor: pointer;
    margin: 1px 10px;
    padding: 2px;
    height: 26px;
    border: 2px solid transparent;
    color: #aaaaaa;
    padding-bottom: 4px;
}

.pnlPictimeTButton .option:hover {
    color: black;
}

.tbtnGallerySelect .panel {
    bottom: 20px;
    top: auto;
}

.tbtnGallerySelect.down .panel {
    bottom: auto;
    top: 35px;
    left: 3px;
}

/***************************** Form Panel *******************************************/
.formPanel {
    width: 300px;
    float: left;
}

.formPanel .loadingPanel {
    top: 155px !important;
}

.formPanel .formPlaceholder.exportLink {
    margin-top: 60px;
}

.emailButtons.buttons {
    padding: 26px !important;
    padding-top: 10px !important;
}

.shareButtons.buttons {
    padding: 26px !important;
    padding-top: 0 !important;
}

.gallerySelection .downloadButtons.buttons {
    /*padding:25px !important;*/
    padding: 30px 25px 30px 25px;
}

.downloadButtons .pButtonStandard {
    margin-bottom: 30px;
}

.downloadButtons.buttons .pLabel {
    padding-bottom: 40px !important;
    text-align: left;
}

.downloadButtons.buttons .pLabel.buy {
    padding-bottom: 10px !important;
}

.downloadButtons.buttons.disable div {
    pointer-events: none;
}

.gallerySelection .pHelper .highres {
    margin-bottom: 20px;
}

.gallerySelection.recommendPhotographer .dialogContent {
    background-color: white;
}

.gallerySelection.recommendPhotographer .done {
    margin-left: 27px;
}

.gallerySelection.recommendPhotographer .header {
    padding-left: 27px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.gallerySelection.recommendPhotographer .textareaField {
    height: 277px;
}

.gallerySelection.recommendPhotographer .submit {
    margin-left: 27px;
    margin-top: 15px;
}

.gallerySelection .pButton.left {
    text-align: left;
}

.gallerySelection .pButton.right {
    text-align: right;
}

.gallerySelection .pButton.center {
    text-align: center;
    height: auto;
    padding: 15px;
    line-height: 20px;
}

.gallerySelection .loadingPanel {
    width: 300px;
    height: 350px;
    position: absolute;
    top: 88px;
    background-color: white;
    display: none;
}

.gallerySelection.done ~ .loadingPanel, .gallerySelection.loading ~ .loadingPanel {
    display: flex;
    justify-content: center;
}

body.gallery .textField {
    text-align: center;
    padding: 0;
}

body.gallery .gallerySelection .textField {
    padding-top: 16px;
    padding-left: 26px;
    padding-bottom: 13px;
    padding-right: 27px;
    height: 30px;
}

body.gallery .emailPanel .textField,
body.gallery .facebookPanel .textField,
body.gallery .getLink .textField {
    padding-top: 16px;
    padding-left: 26px;
    padding-bottom: 3px;
    padding-right: 27px;
}

body.gallery .gallerySelection .textareaField {
    height: 100px;
}

.accountTip .textField {
    padding-left: 0;
    padding-right: 1px;
}

.textareaField {
    text-align: center;
    padding-right: 25px;
    padding-left: 26px;
    padding-top: 16px;
    height: 140px;
}

.textareaField textarea {
    border: 1px solid #dddddd;
    width: 100%;
    height: 100%;
    resize: none;
    overflow: hidden;
    font-size: 15px;
    width: calc(100% - 0px);
    padding-left: 15px;
    padding-top: 16px;
    box-sizing: border-box;
    padding-right: 14px;
    text-align: left;
}

.textField input {
    border: 1px solid #dddddd;
    width: 100%;
    height: 100%;
    font-size: 15px;
    padding-left: 15px;
    width: calc(100% - 15px);
    text-align: left;
}

.textField input:focus {
    outline: transparent;
    border: 1px solid #bbbbbb;
}

.textField textarea:focus {
    outline: transparent;
    border: 1px solid #bbbbbb;
}

textarea:focus {
    outline: transparent;
    border: 1px solid #bbbbbb;
}

.fieldInvalid input {
    border: 1px solid #FF232B;
}

body.gallery .emailPanel .fieldInvalid {
    margin-bottom: 24px;
}

.buttons {
    text-align: center;
}

.gallerySelection .buttons {
    padding: 0;
    padding-top: 20px;
}

.downloadButtons.buttons .hasTiered.pLabel {
    padding-bottom: 25px !important;
}

.gallerySelection .buttons .tieredDesc {
    text-align: left;
    margin-bottom: 50px;
    font-family: "pro-minion";
    color: #AB4D2E;
    font-style: italic;
    line-height: 20px;
}

.buttons .pButton {
    margin-bottom: 16px;
}

.buttons .pButton[type='login'] {
    margin-bottom: 0;
}

.gallerySelection.reviewSelection .buttons .submit {
    background-color: #ececec;
}

.gallerySelection.reviewSelection .buttons .submit:hover {
    background-color: #e0e0e0;
}

.gallerySelection .loading ~ .buttons {
    display: none;
}

.gallerySelection.loading {
    overflow: hidden;
    height: 0px;
    top: 10px;
    position: relative;
    text-align: center;
}

.gallerySelection.done {
    overflow: hidden;
    height: 0px;
    top: 10px;
    position: relative;
    text-align: center;
}

.gallerySelection.shareSelection {
    padding-top: 10px;
    padding-bottom: 8px;
}

.gallerySelection.done.shareSelection {
    height: 400px;
}

.gallerySelection.done.shareSelection textarea {
    display: none;
}

.downloadBtn {
    text-align: left !important;
}

.whatsNext ul li.downloadIcon .pButton:before,
.downloadBtn:before {
    background-position: -200px -1120px;
    width: 40px;
    height: 40px;
    margin-left: 5px !important;
    margin-top: 5px !important;
}

.whatsNext ul li.downloadIcon .pButton:hover:before,
.downloadBtn:hover:before {
    background-position: -160px -1120px;
}

.fbButton {
    text-align: left !important;
}

.fbButton:before {
    background-position: -200px -80px;
    width: 40px;
    height: 40px;
    margin-left: 5px !important;
    margin-top: 5px !important;
}

.fbButton:hover:before {
    background-position: -160px -80px;
}

.email:before {
    background-position: -200px -40px;
    width: 40px;
    height: 40px;
    margin-left: 5px !important;
}

.email:hover:before {
    background-position: -160px -40px;
}

.pinterest {
    text-align: left !important;
}

.pinterest:before {
    background-position: -200px -120px;
    width: 40px;
    height: 40px;
    margin-left: 5px !important;
    margin-top: 5px !important;
}

.pinterest:hover:before {
    background-position: -160px -120px;
}

/***************************** Selection Panel *******************************************/
#nextComment {
    margin-bottom: 20px;
}

.dialogContent.reviewDialog {
    overflow: hidden;
}

.dialogContent .reviewPanel.buttons.finish {
    position: absolute;
    width: 260px;
    bottom: 0;
    left: 20px;
}

.dialogContent .lastStep {
    width: 100%;
    height: calc(100% - 82px);
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
}

.dialogContent .lastStep .panel {
    padding: 200px;
    width: 250px;
    margin: 0 auto;
}

.dialogContent .lastStep .text {
    text-align: left;
}

.dialogContent .lastStep .pButton {
    display: block;
    margin: 0 auto;
    width: 250px;
}

.dialogContent .lastStep .pButton.pWhite {
    margin-top: 10px;
}

.reviewCycleLeftPanel .buttons {
    padding: 0;
    margin-bottom: 20px;
}

.reviewCycleLeftPanel {
    padding: 20px;
    height: 600px;
}

.reviewCycleLeftPanel .textareaField {
    padding-left: 0;
    height: auto;
    padding-right: 0;
}

.reviewCycleLeftPanel .savedComment {
    border: 1px solid #dddddd;
    padding: 8px;
    margin-top: 20px;
    position: relative;
}

.reviewCycleLeftPanel .savedComment .text {
    padding-right: 26px;
}

.reviewCycleLeftPanel .savedComment.active {
    border: 1px solid #333333;
}

.reviewCycleLeftPanel .savedComment.active .smallPin {
    background-position: -200px -800px;
}

.reviewCycleLeftPanel .savedComment .username,
.reviewCycleLeftPanel .savedComment .date {
    font-size: 12px;
    color: #aaaaaa;
    padding-top: 5px;
    float: left;
}

.reviewCycleLeftPanel .savedComment .username.padding {
    padding-left: 10px;
}

.reviewCycleLeftPanel .savedComment .smallPin {
    background-position: -120px -800px;
    width: 40px;
    height: 40px;
    content: "";
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    position: absolute;
    top: 0;
    right: 0;
}

.reviewCycleLeftPanel .savedComment .commentId {
    font-size: 12px;
    color: #aaaaaa;
    padding-top: 5px;
    float: right;
}

.reviewCycleLeftPanel .textareaField textarea {
    height: auto;
    padding-top: 7px;
    padding-bottom: 8px;
}

/*NORTL*/
.reviewCycle.thumbPanel .leftArrow, .reviewCycle.thumbPanel .rightArrow {
    width: 45px;
    height: 100%;
    float: left;
}

.reviewCycle.thumbPanel .leftArrow div {
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    position: absolute;
    background-position: -80px -1160px;
}

.reviewCycle.thumbPanel .leftArrow div:hover {
    background-position-x: -40px;
}

.reviewCycle.thumbPanel .rightArrow div {
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    position: absolute;
    background-position: -160px -1160px;
    right: 0;
}

.reviewCycle.thumbPanel .rightArrow div:hover {
    background-position-x: -120px;
}

.reviewCycle.thumbPanel ul {
    float: left;
    width: 80%;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    height: 100%;
    position: relative;
}

/*/NORTL*/
.reviewCycle.thumbPanel .addPin {
    height: 35px;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    cursor: pointer;
}

.reviewCycle.thumbPanel .pin {
    position: absolute;
    width: 45px;
    height: 45px;
}

.reviewCycle.thumbPanel .pin:after {
    position: absolute;
    left: -1px;
    top: -32px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: -50% -200%;
    background-color: #333333;
    border-radius: 50%;
    background-position: -117px -797px;
}

.reviewCycle.thumbPanel .pin.active {
    background-position: -154px -795px;
}

.reviewCycle.thumbPanel .addPin .inner {
    width: 220px;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.reviewCycle.thumbPanel .addPin .inner .bg {
    background-color: #333333;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.reviewCycle.thumbPanel .addPin .inner .text {
    color: white;
    position: absolute;
    top: 8px;
    left: -21px;
    width: 100%;
    height: 100%;
    font-size: 13px;
}

.reviewCycle.thumbPanel .addPin .inner .text:before {
    background-position: -160px -800px;
    width: 40px;
    height: 40px;
    content: "";
    left: 37px;
    top: -14px;
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.reviewCycle.thumbPanel ul li {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: 0 auto;
}

.reviewCycle.thumbPanel ul img {
    height: 100%;
    cursor: pointer;
    border: 1px solid #BCBCBC;
}

/* UC Review */
.reviewPinsPanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.UCReview .photoReviewClickHere {
    display: none;
}

.UCReview.commentEdit {
    cursor: crosshair;
}

.UCReview.commentEdit:not(.commentHasPin) .photoReviewClickHere {
    display: inline-block;
    position: absolute;
    width: 400px;
    height: 40px;
    top: 20%;
    top: calc(50% - 20px);
    left: 10%;
    left: calc(50% - 200px);
    text-align: center;
}

.UCReview.commentEdit .photoReviewClickHere .msg {
    position: relative;
    padding: 5px;
}

.UCReview.commentEdit .photoReviewClickHere:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
    border-radius: 4px;
}

.UCReview .photoActivity {
    cursor: default;
    border: 1px solid #dddddd;
    padding: 5px;
    margin-top: 15px;
    position: relative;
}

.UCReview .photoActivity:last-child {
    border: none;
    padding: 0;
    padding-bottom: 130px;
}

.UCReview textarea {
    border: 1px solid #dddddd;
    width: 100%;
    height: 100%;
    resize: none;
    overflow: hidden;
    font-size: 15px;
    width: calc(100% - 0px);
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-right: 14px;
    text-align: left;
}

.UCReview.comments .pButton {
    width: 100%;
    margin-top: 10px;
}

.UCReview .photoActivity.commentHover {
    border-color: black;
}

.UCReview .photoReviewPin.newPin {
    display: none;
    width: 40px;
}

.UCReview.commentHasPin .photoReviewPin.newPin {
    display: block;
}

.UCReview.commentHasPin .photoReviewPin.newPin:after {
    background-position-x: -200px;
}

.UCReview .photoActivity.hasPin:after {
    background-position: -120px -800px;
    width: 40px;
    height: 40px;
    content: "";
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    position: absolute;
    top: -6px;
    right: -6px;
}

.UCReview .photoReviewTitle,
.UCReview .photoActivity.revisionAct {
    display: none;
}

.UCReview .photoReviewPin {
    position: absolute;
}

.UCReview .photoReviewPin:after,
.photosBoxPhotos .photoThumb .pin:after {
    content: ' ';
    width: 40px;
    height: 40px;
    position: absolute;
    left: -7px;
    top: -32px;
    background-position: -120px -800px;
    background-color: #333333;
    border-radius: 50%;
}

.UCReview .photoReviewPin.pSprite.pStrip1, .UCReview .photoReviewPin.pSpriteAfter.pStrip1:after {
    width: 40px;
    height: 40px;
}

.photosBoxPhotos .photoThumb .pin:after {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}

.UCReview .photoReviewPin.commentHover:after {
    background-position: -200px -800px;
}

.photoReviewClickHere .pHelperBtn {
    display: none;
}

.UCReview .photoActivity .user {
    display: inline-block;
    width: auto;
    overflow: hidden;
    float: right;
    margin-top: 5px;
    padding-right: 5px;
}

.UCReview .photoActivity .date {
    display: inline-block;
    width: 40%;
    overflow: hidden;
    text-align: left;
    margin-top: 5px;
    padding-left: 5px;
}

.UCReview .photoActivity .comment {
    padding-left: 5px;
}

.UCReview .photoActivity input {
    margin: 20px 0;
}

#emailCollectionForm.gallerySelection {
    padding-top: 11px;
}

/***************************** Gallery Form *******************************************/
.galleryForm {
    position: absolute;
    z-index: 10;
    padding: 20px;
    width: 100%;
}

.galleryFormDialogXButton {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 1;
}

.galleryForm .zFormTitle, .galleryForm .formTitle {
    height: 25px;
    line-height: 25px;
    box-shadow: 0 1px 1px #00c5be;
    border-bottom: 1px solid #5edbd5;
    margin: 0 -17px 12px !important;
    padding: 0 17px 7px;
}

.galleryForm .zFormTitle .bigIcon, .galleryForm .formTitle .bigIcon {
    height: 27px;
    cursor: default;
    float: left;
    width: 35px;
    margin-left: 5px;
}

.galleryForm .zFormTitle .smallIcon, .galleryForm .formTitle .smallIcon {
    cursor: default;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

/*
.galleryForm .buttons .submit,.formButton {
	float: left;
	cursor: pointer;
	padding: 5px 0;
	text-align: center;
	height: 28px;

	font-size: 13px;
	font-weight: 600;
	color: #03b7b1;
	background-color: #f8f8f8;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	border-radius: 14px;
	border: 0px solid #e1ded9;
	box-shadow: 0px 2px 3px rgba(153, 153, 153, 0.5);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0), 1px 1px 0px rgba(255, 255, 255, 1);
	width: 225px;
}
.formButton.dynamic{
	width: auto;
	padding: 5px 40px;
	box-sizing:border-box;
}
	*/
.galleryTooltipForm {
    transition: height 700ms, width 700ms;
    -webkit-transition: height 700ms, width 700ms;
    -moz-transition: height 700ms, width 700ms;
    -o-transition: height 700ms, width 700ms;
}

.galleryTooltipForm.loading, .galleryTooltip.loading, .galleryTooltipForm.done, .galleryTooltip.done {
    height: 30px !important;
    width: 150px !important;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}

.galleryFormTooltip.done .bigIcon, .galleryTooltip.done .bigIcon {
    line-height: 28px;
}

.galleryTooltipForm.loading, .galleryTooltip.loading {
    width: 65px;
    margin-left: 30px;
}

.galleryForm .pnlZFormRow {
    border-bottom: 1px solid #5EDBD5;
    box-shadow: 0 1px 1px #00C5BE;
    clear: left;
    height: 0;
    margin: 0 -17px 8px !important;
    padding: 0 17px 2px;
}

.galleryFormDialogXButtonImg {
    background-position: -324px -330px;
}

body.noTouch .galleryFormDialogXButtonImg:hover {
    background-position: -325px -290px;
}

.galleryForm .galleryFormText {
    margin: 10px 0;
    float: left;
    clear: left;
}

.galleryForm .galleryFormText p {
    margin: 10px 0;
    line-height: 20px;
}

.galleryForm .validationError {
    height: 0;
    color: #504e4e;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    -webkit-transition: height 300ms;
    transition: height 300ms;
    -moz-transition: height 300ms;
    -o-transition: height 300ms;
}

.galleryForm.formInvalid .validationError {
    height: 25px;
}

.pnlGalleryFormField {
    float: left;
    clear: left;
    width: 100%;
}

.pnlGalleryFormField_forText {
    height: 36px;
}

.fldGalleryFormField_input {
    float: left;
    height: 28px;
    margin-bottom: 10px;
}

.fldGalleryFormField_input_text_input {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    padding: 4px 8px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #333333;
    left: 0 !important;
    width: 207px;
}

.pnlGalleryFormField.disabled .fldGalleryFormField_input_text_input {
    background-color: #56e0db;
    box-shadow: none;
}

.fieldInvalid .fldGalleryFormField_input_text_input {
    box-shadow: 0px 0px 10px 3px #504e4e;
}

.fldGalleryFormField_input_text_input:focus, .fldGalleryFormField_input_text_input.focus {
    border-color: #333333;
}

/*
.fldGalleryFormField_caption {
	float: right;
	width: 174px;
	text-align: left;

	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
}

.galleryForm .galleryFormButton {
	cursor: pointer;
	padding: 5px 0;
	text-align: center;
	height: 18px;
	width: 225px;

	font-size: 13px;
	font-weight: 600;
	color: #03b7b1;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	border-radius: 14px;
	border: 0px solid #e1ded9;
	box-shadow: 0px 2px 3px rgba(153, 153, 153, 0.5);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0), 1px 1px 0px rgba(255, 255, 255, 1);
	margin-bottom: 10px;
}
	*/
.galleryFormLink {
    outline: none;
}

.galleryForm .galleryFormLink {
    margin-left: 50px;
    line-height: 27px;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
}

.galleryFormDialogButtons > div {
    padding: 0 !important;
}

.pnlGalleryFormField_input_validation {
    float: right;
    width: 174px;
    text-align: left;
    line-height: 29px;
}

.pnlGalleryFormField_input_validation_content {
    color: #504e4e;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
}

.galleryForm .formInvalid .fldGalleryFormField_caption {
    display: none;
}

.galleryForm .footer {
    clear: both;
    height: 27px;
    line-height: 38px;
    box-shadow: 0 -1px 1px #00c5be;
    border-top: 1px solid #5edbd5;
    margin: 0 -19px;
    padding: 0 19px;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.galleryForm {
    transition: height 700ms;
    -webkit-transition: height 700ms;
    -moz-transition: height 700ms;
    -o-transition: height 700ms;
}

.galleryForm.blocked .galleryFormDialogXButton {
    display: none;
}

.galleryForm.loading {
    height: 30px !important;
    overflow: hidden;
}

.galleryForm .loadingInner, .galleryForm .doneInner {
    display: none;
}

.galleryForm.loading > *, .galleryForm.done > * {
    display: none;
}

.galleryForm.loading .loadingInner {
    display: block;
}

.galleryForm.done .doneInner, .galleryForm.done .donePromotion {
    display: block;
}

.galleryForm.done .galleryFormDialogXButton {
    display: block;
}

.lessThan480 .galleryForm {
    max-width: calc(100% - 40px);
}

.lessThan480 .galleryForm .fldGalleryFormField_caption {
    display: none;
}

.pnlDialogGallerySlidingContent .selectPhotos .pnlRight .mailTitle {
    height: 28px;
    font-size: 18px;
}

.pnlDialogGallerySlidingContent .selectPhotos .pnlRight .mailTitle .bigIcon {
    background-position: -48px -129px;
    float: right;
    width: 27px;
    height: 23px;
}

.donePromotion {
    margin: -12px -20px;
    padding: 30px;
    background-color: transparent;
    clear: both;
    height: 100%;
    position: relative;
}

.galleryForm .pnlGalleryFormField_forSelection .fldGalleryFormField_input {
    margin-bottom: 0;
}

.galleryForm .pnlGalleryFormField_forSelection select {
    width: 225px;
    height: 24px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #747474;
    padding: 0 8px;
    background-color: #ffffff;
    border-radius: 6px;
    position: relative;
    border: 1px solid #60d6df;
    box-shadow: 0px 0px 2px #60d6df, inset 0px 1px 3px rgba(66, 66, 66, 0.3);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0), 0px 1px 0px rgba(255, 255, 255, 0);
    left: 0 !important;
}

/**************** Message Dialog ***************************/
.messagePopup .galleryTooltipContent .bigIcon.mark {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px;
    background-position: -180px -280px;
}

/**************** Tooltip dialogs ***************************/
.galleryForm .galleryTooltipTriangle {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 102 !important;
    background-image: url("./resources/sprites/client.svg?r=r84.7");
}

.galleryForm .galleryTooltipTriangle:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
}

.galleryForm.galleryTooltip {
    background-color: white;
    border: 1px solid #dddddd;
}

.galleryForm.galleryTooltip .galleryFormDialogXButton {
    top: 7px;
    right: 7px;
    display: none;
}

.galleryTooltip .zFormTitle {
    margin: 0;
    height: 18px;
    line-height: 10px;
    box-shadow: none;
    border: none;
}

.galleryForm.up .galleryTooltipTriangle {
    left: 50%;
    margin-left: -12px;
    top: -24px;
    background-position: 0 -80px;
}

.galleryForm.down .galleryTooltipTriangle {
    left: 50%;
    margin-left: -12px;
    bottom: -24px;
    background-position: 0 -80px;
}

.galleryForm.pnlLeft .galleryTooltipTriangle {
    right: -24px;
    top: 50%;
    margin-top: -12px;
    background-position: 0 -80px;
}

.galleryForm.pnlRight .galleryTooltipTriangle {
    left: -24px;
    top: 50%;
    margin-top: -12px;
    background-position: 0 -80px;
}

.galleryTooltipContent {
    margin-bottom: 20px;
    margin-left: -20px;
    font-size: 13px;
    font-weight: 400;
}

.galleryTooltipContent span {
    color: #333333;
    margin-bottom: 10px;
    padding-left: 10px;
}

.galleryTooltipContent ul {
    padding-top: 10px;
}

.galleryTooltipContent ul li {
    line-height: 40px;
    cursor: pointer;
}

.galleryTooltipDialogButtons > div {
    padding: 0 !important;
}

.galleryTooltipDialogButtons .galleryFormButton {
    width: 160px;
}

.pnlDialogGallerySlidingOverlay {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: fixed;
}

/************************************* Confirm Popup ****************************************/
.galleryForm.galleryConfirm .galleryFormButton {
    min-width: 75px;
    width: auto;
    padding: 5px 20px;
    margin-right: 10px;
}

.galleryForm.galleryNewConfirm .galleryFormDialogButtons {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.galleryForm.galleryNewConfirm.facebookConnect .galleryFormDialogButtons > div:first-child .galleryFormButton {
    background: none;
    font-size: 13px;
    color: #fff;
    text-shadow: none;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    padding: 0;
}

.galleryForm.galleryNewConfirm.facebookConnect .galleryFormDialogButtons .confirm {
    float: right !important;
}

.dialog.gallerySelection.facebookConnect .header {
    padding: 30px;
}

.dialog.gallerySelection.facebookConnect .pButton {
    margin-left: 30px;
    margin-top: 0;
}

/**************** Message Dialog ***************************/
.messagePopup .galleryTooltipContent .bigIcon.mark {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px;
    background-position: -180px -280px;
}

/**************** Tooltip dialogs ***************************/
.galleryForm .galleryTooltipTriangle {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 102 !important;
    background-image: url("./resources/sprites/client.svg?r=r84.7");
}

.galleryForm.galleryTooltip .galleryFormDialogXButton {
    top: 7px;
    right: 7px;
}

.galleryTooltip .zFormTitle {
    margin: 0;
    height: 18px;
    line-height: 10px;
    box-shadow: none;
    border: none;
}

.galleryForm.up .galleryTooltipTriangle {
    left: 50%;
    margin-left: -12px;
    top: -20px;
    background-position: 0 -80px;
}

.galleryForm.down .galleryTooltipTriangle {
    left: 50%;
    margin-left: -12px;
    bottom: -20px;
    background-position: -20px -80px;
}

.galleryForm.pnlLeft .galleryTooltipTriangle {
    right: -20px;
    top: 50%;
    margin-top: -12px;
    background-position: 0 -80px;
}

.galleryForm.pnlRight .galleryTooltipTriangle {
    left: -20px;
    top: 50%;
    margin-top: -12px;
    background-position: 0 -80px;
}

.galleryTooltipContent {
    margin-bottom: 20px;
}

.galleryTooltipContent ul {
    padding: 0;
    padding-top: 10px;
}

.galleryTooltipContent ul li {
    line-height: 40px;
    cursor: pointer;
}

.galleryTooltipDialogButtons > div {
    padding: 0 !important;
}

.galleryTooltipDialogButtons .galleryFormButton {
    width: 160px;
}

.pnlDialogGallerySlidingOverlay {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: fixed;
}

/************************************* Confirm Popup ****************************************/
.galleryForm.galleryConfirm .galleryFormButton {
    min-width: 75px;
    width: auto;
    padding: 5px 20px;
    margin-right: 10px;
}

.galleryForm.galleryNewConfirm .galleryFormDialogButtons {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.galleryForm.galleryNewConfirm.facebookConnect .galleryFormDialogButtons > div:first-child .galleryFormButton {
    background: none;
    font-size: 13px;
    color: #fff;
    text-shadow: none;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    padding: 0;
}

.galleryForm.galleryNewConfirm.facebookConnect .galleryFormDialogButtons .confirm {
    float: right !important;
}

/***************************************** Sign up Form **************************************/
.galleryFormSignUp {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.galleryFormSignUp .galleryForm {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.galleryFormSignUp .galleryFormDialogContent .bigIcon {
    background-position: -4px -325px;
}

.galleryFormSignUp .footer .galleryCheckbox {
    float: left;
    width: 270px;
    color: #333333;
}

.galleryFormSignUp .footer .differentUser {
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    right: 58px;
    display: none;
}

.galleryFormSignUp.ownerSignin .footer .differentUser {
    display: inline;
}

.galleryFormSignUp .footer .galleryFormLink {
    position: absolute;
    line-height: 42px;
}

.galleryFormSignUp.forgotPassword .footer .forgotPassword {
    display: none;
}

.galleryFormSignUp .footer .forgotPassword {
    left: -20px;
    font-size: 13px;
}

.galleryFormSignUp .footer .forgotPasswordShort {
    display: none;
}

.galleryFormSignUp .forgotDone {
    margin-bottom: 10px;
}

.lessThan480 .galleryFormSignUp .footer .forgotPassword {
    display: none;
}

.lessThan480 .galleryFormSignUp .footer .forgotPasswordShort {
    display: block;
}

.galleryFormSignUp .footer .switchLogin {
    right: 58px;
    font-size: 16px;
}

.galleryFormSignUp.ownerSignin .switchLogin {
    display: none;
}

.clr {
    clear: both;
}

.spinnerBlue, .spinnerWhite, .spinnerWhiteSmall {
    position: absolute;
    top: 50%;
    padding: 0;
    left: 0;
    margin-left: 20px;
}

.spinnerBlue, .spinnerWhite {
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    padding-left: 56px;
}

.bodyRTL .spinnerBlue, .bodyRTL .spinnerWhite {
    background-position: 100% 0;
}

.spinnerWhiteSmall {
    height: 40px;
    width: 40px;
    line-height: 16px;
    margin-top: -8px;
}

.spinnerBlue {
    background: url("./resources/singles/spinnerblue.gif?r=r84.7") no-repeat;
}

.spinnerWhite {
    background: url("./resources/singles/spinnerwhite.gif?r=r84.7") no-repeat;
}

.spinnerWhiteSmall {
    background: url("./resources/singles/spinnerwhite.gif?r=r84.7") no-repeat;
}

.userName {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-top: -5px;
}

/********************* Thumbs View ***************************/
/******************** Photo Selection **************************************/
.selectPhotos .pnlLeft {
    float: left;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.selectPhotos .pnlLeft .title {
    height: 36px;
    line-height: 40px;
    float: left;
    margin-top: 5px;
    margin-bottom: 7px;
}

.selectPhotos .pnlLeft .photoList {
    padding-left: 15px;
    clear: left;
}

.selectPhotos .pnlLeft .photoList ul {
    margin-left: -19px;
    padding: 0;
    padding-top: 31px;
}

.selectPhotos .pnlLeft .photoList ul li {
    position: relative;
    list-style: none;
    float: left;
    height: 100px;
    width: 120px;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 35px;
    margin-left: 35px;
}

.selectPhotos .pnlLeft .photoList.midres ul li {
    height: 500px;
    width: 755px;
}

.selectPhotos.lowRes .pnlLeft .photoList.midres ul li {
    height: 300px;
    width: 330px;
}

.selectPhotos .pnlLeft .photoList ul li img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.selectPhotos .pnlLeft .photoList ul li img:hover {
    opacity: 0.75;
}

.selectPhotos .pnlLeft .photoList ul li .chooseImage {
    cursor: pointer;
    width: 130px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #dddddd;
}

.selectPhotos .pnlLeft .photoList ul li .chooseImage .bigIcon {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: -80px 0px;
    margin: -5px;
    z-index: 0;
}

.selectPhotos .pnlLeft .photoList.lowres ul li .chooseImage.active .bigIcon {
    background-position: -80px -560px;
    margin-left: 12px;
    margin-bottom: 12px;
}

.selectPhotos .pnlLeft .photoList ul li .chooseImage.active .bigIcon {
    background-position: -80px -40px;
}

.selectPhotos .pnlLeft .photoList ul li .chooseImage.active > img {
    opacity: 1;
}

.selectPhotos .pnlLeft .photoList ul li .chooseImage.active > img:hover {
    opacity: 0.75 !important;
}

.selectPhotos .pnlLeft .photoList ul li .chooseImage.loading {
    background: #eeeeee url(./resources/singles/spinnerwhite.gif) no-repeat 50% 50%;
}

.selectPhotos .pnlLeft .photoList ul li .chooseImage.loading img,
.selectPhotos .pnlLeft .photoList ul li .chooseImage.loading .bigIcon {
    display: none;
}

/* uploader */
.pnlUploaderGUI {
    position: absolute;
    width: 100%;
}

.pnlUploaderGUIContainer {
    position: relative;
    height: 35px;
    width: 350px;
    z-index: 100000;
    margin: 0 auto;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0), 1px 1px 0px white;
    background-color: #444444;
    border-radius: 4px;
    font-size: 13px;
    color: white;
}

.pnlUploaderProgress {
    position: absolute;
    left: 20px;
    top: 13px;
    width: 200px;
    height: 7px;
    background-color: #a5a5a5;
}

.pnlUploaderProgressValue {
    height: 100%;
    background-image: url(resources/singles/upload-progress-thumb.gif);
    background-repeat: repeat;
}

.pnlUploaderInProcess {
    position: absolute;
    left: 240px;
    top: 8px;
}

.pnlUploaderDone {
    cursor: pointer;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 7px;
}

.pnlUploadMessages {
    position: absolute;
    overflow: hidden;
    width: 100%;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0), 1px 1px 0px white;
    border-radius: 4px;
    background-color: #444444;
}

.pnlUploadMessage_starting {
    margin: 55px auto 0 auto;
    text-align: center;
}

.pnlUploadMessage_donotleave {
    margin: 55px auto 0 auto;
    text-align: center;
}

.pictimeWorkareaFrame {
    border: 0 solid transparent;
    margin: 0;
    padding: 0;
}

.btnUploadContent {
    position: relative;
    text-align: center;
    height: 70px;
    width: 70px;
    font-size: 11px;
    font-weight: 600;
    color: #eaeaea;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}

.btnUploadContent_text {
    position: absolute;
    bottom: 5px;
    left: 5px;
    text-shadow: none;
    width: 70px;
    text-align: center;
}

.btnUploadContent_img,
.btnUploadContentMobile_img,
.btnUploadContentFacebook_img,
.btnUploadContentInstagram_img {
    height: 55px;
    width: 55px;
    position: absolute;
    left: 12px;
    top: 3px;
    background-image: url(resources/sprites/uisprite.png?r=r84.7);
    background-position: -70px -660px;
    background-repeat: no-repeat;
}

.btnUploadContentMobile_img {
    background-position: -70px -715px;
}

.btnUploadContentFacebook_img {
    background-position: -70px -550px;
}

.btnUploadContentInstagram_img {
    background-position: -70px -605px;
}

.btnUploadContent:hover {
    color: #ffffff;
    background-color: #2dd6e2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pnlFacebookImportWorkarea {
    position: absolute;
    top: 20px;
    height: 250px;
    width: 100%;
    overflow: auto;
}

.pnlFacebookImportHeader {
    position: absolute;
    top: -20px;
    left: 15px;
    height: 55px;
    line-height: 22px;
}

.pnlFacebookImportBack {
    display: inline-block;
    vertical-align: top;
}

.pnlFacebookImportMessage {
    display: inline-block;
}

.pnlFacebookImportButtons {
    position: absolute;
    top: -20px;
    right: 40px;
    height: 55px;
}

.pnlSelectorFolder {
    display: inline-block;
    cursor: pointer;
    position: relative;
    background-color: white;
    text-align: center;
    height: 94px;
    width: 129px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0px 57px 7px;
}

.pnlSelectorFolder_imgWrp {
    height: 80px;
    width: 80px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.pnlSelectorFolder_img {
    height: 100%;
}

.pnlSelectorFolder_img:hover .pnlSelectorFolder_img {
    visibility: hidden;
}

.pnlSelectorFolder:hover .pnlSelectorFolder_img {
    visibility: hidden;
}

.pnlSelectorFolder_text {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    line-height: 13px;
    text-align: center;
}

.pnlSelectorFolder:hover > .pnlSelectorFolder_imgWrp {
    background-color: #333333;
}

.pnlSelectorFolder:hover:after {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 70%;
    color: #ffffff;
    text-align: center;
    content: 'Select Album';
    line-height: 17px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pnlSelectorFinal {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: white;
    text-align: center;
    height: 94px;
    width: 129px;
    overflow: hidden;
    margin: 0 15px 13px 15px;
}

.pnlSelectorFinal_imgWrp img:hover {
    opacity: 0.6;
}

.pnlSelectorFinal_imgWrp {
    height: 100%;
    width: 100%;
}

.pnlSelectorFinal_imgWrp > img {
    border: 1px solid #dddddd;
}

.pnlSelectorFinal_img {
    height: 100%;
}

.pnlSelectorFinal_selected:after {
    background-image: url("./resources/sprites/galleryuispriteb.png?r=r84.7");
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: -80px -40px;
    margin: -5px;
}

.pnlSelectorFinal_selected img {
    opacity: 0.3;
}

.pnlSelectorFinal_notSelected:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: -80px 0px;
    margin: -5px;
}

/******************************************** Invite Friends Form **************************************/
.inviteFriends .galleryFormDialogContent .bigIcon {
    background-position: -140px -525px;
    width: 50px !important;
}

.inviteFriends .fldGalleryFormField_input_forTextArea {
    height: 105px;
}

.inviteFriends .inviteFacebookBtn {
    float: right !important;
}

.inviteFriends.galleryForm .galleryFormButton {
    width: 200px;
}

/******************************************** Footer *********************************************/
.footerText {
    display: inline-block;
    text-align: center;
}

/******************************************** Privacy settings Form **************************************/
.privacySettings.galleryForm.loading {
    height: 160px !important;
}

.privacySettings.galleryForm .formTitle .bigIcon {
    background-position: -120px -260px;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
}

.privacySettings.galleryForm .footer {
    width: 280px;
}

/*********************** Dialog ***********************/
.notice .header {
    padding: 28px;
}

.dialog.notice .pButton {
    margin-left: 30px;
    margin-top: 0;
}

.errorDialog {
    padding: 40px;
}

.errorDialog .dialogButtons > * {
    cursor: pointer;
}

.pnlDialogPageOverlay {
    display: block;
    padding: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    /* IE */
    -moz-opacity: .20;
    /*older Mozilla*/
    opacity: 0.9;
    /*supported by current Mozilla, Safari, and Opera*/
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.pnlDialogBox_x_button {
    position: absolute;
    height: 24px;
    width: 50px;
    right: 15px;
    top: 10px;
    padding-right: 14px;
    cursor: pointer;
    vertical-align: top;
    font: 14px Arial;
    color: #4c4c4c;
}

.pnlDialogBox_positionAbove {
    border-radius: 16px 16px 0 0;
    box-shadow: rgba(153, 153, 153, 0.2) 0px -2px 6px;
    border: 0;
    padding: 0;
}

.pnlDialogBox_Content {
    position: relative;
    font-size: 18px;
}

.pnlDialogBox_Buttons {
    position: absolute;
    bottom: 8px;
    overflow: hidden;
    max-height: 50%;
    max-width: 95%;
}

.pnlDialogBox_Content_dark {
    position: relative;
    font-size: 18px;
}

.pnlDialogBox_Buttons_dark {
    position: absolute;
    bottom: 8px;
    overflow: hidden;
    max-height: 50%;
    max-width: 95%;
}

.pnlDialogBox_graymiddlebox {
    width: 99%;
    box-sizing: border-box;
    background: #f2f2e8;
    background: -moz-linear-gradient(top, #f2f2e8 0%, #e2dfd6);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2e8), to(#e2dfd6));
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #e0dee5;
    -moz-box-shadow: 0px 2px 6px rgba(153, 153, 153, 0.8);
    -webkit-box-shadow: 0px 2px 6px rgba(153, 153, 153, 0.8);
    box-shadow: 0px 2px 6px rgba(153, 153, 153, 0.8);
    position: absolute;
    left: 1px;
    top: 1px;
    clear: both;
    -webkit-animation: panelmov 1.5s;
}

/****************************   Gallery Page *********************************/
body.animating {
    -webkit-transition: margin-top 800ms ease-out;
    transition: margin-top 800ms ease-out;
    -moz-transition: margin-top 800ms ease-out;
    -o-transition: margin-top 800ms ease-out;
}

html {
    overflow-y: scroll;
}

html.scrolling {
    overflow: hidden;
}

#gallery3 {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

#gallery3 #main {
    margin-top: 0px;
}

#gallery3 #main.animating {
    transition: margin-top 800ms ease-out;
    -webkit-transition: margin-top 800ms ease-out;
    -moz-transition: margin-top 800ms;
    -o-transition: margin-top 800ms;
}

#gallery3 .hidden {
    display: none;
}

.specialText {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    height: 40px;
}

.photoStreamWrapper {
    padding: 0px 61px 50px;
    position: relative;
}

.textBanners .photoStreamWrapper {
    padding-top: 80px;
}

.photoStreamWrapper.scrolling {
    padding-top: 90px;
}

.photoStreamWrapper.filtering {
    padding-top: 170px !important;
}

.lessThan640 .photoStreamWrapper {
    padding: 60px 31px 240px;
}

.lessThan480 .photoStreamWrapper {
    padding: 60px 11px 240px;
}

.photoStreamWrapper .loadingInner {
    left: 50%;
    margin-left: -28px;
}

.dialogOverlay {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.90;
    background-color: #BCBCBC;
    z-index: 3;
}

/********************** Full Screen *******************************/
.pnlDialogGalleryFullOverlay {
    display: block;
    z-index: 2;
    opacity: 0.97;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.pnlDialogGalleryFull {
    z-index: 3;
    padding: 0 75px;
}

.pnlDialogGalleryFull .hidden {
    display: none;
}

.pnlDialogGalleryFullXButton {
    background-position: 0 -400px;
    position: absolute;
    right: -30px;
    top: -80px;
}

.stopMotionViewer .pnlDialogGalleryFullXButton {
    right: -10px;
    top: -6px;
}

.lessThan900 .pnlDialogGalleryFullXButton {
    top: -20px;
}

body.noTouch .pnlDialogGalleryFullXButton:hover {
    background-position: 0 -440px;
}

.pnlDialogGalleryFullContent {
    height: 100%;
    padding: 0 45px;
}

.lessThan900 .pnlDialogGalleryFullContent {
    padding: 0;
}

.pnlDialogGalleryFullContent .previous, .stopMotionEditorContent .bigIcon.previous {
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 27px;
    margin-top: -40px;
    background-position: -80px -160px;
}

body.noTouch .pnlDialogGalleryFullContent .previous:hover, .pnlDialogGalleryFullContent .previous.active, body.noTouch .stopMotionEditorContent .bigIcon.previous:hover {
    background-position: -80px -240px;
}

.bodyRTL .pnlDialogGalleryFullContent .previous, .bodyRTL .stopMotionEditorContent .bigIcon.previous {
    background-position: -80px -320px;
}

body.noTouch.bodyRTL .pnlDialogGalleryFullContent .previous:hover, .bodyRTL .pnlDialogGalleryFullContent .previous.active,
body.noTouch.bodyRTL .stopMotionEditorContent .bigIcon.previous:hover {
    background-position: -80px -400px;
}

.pnlDialogGalleryFullContent .next, .stopMotionEditorContent .bigIcon.next {
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: 27px;
    margin-top: -40px;
    background-position: -80px -320px;
}

.stopMotionViewer .pnlDialogBox_x_button,
.stopMotionEditorContent .bigIcon.previous,
.stopMotionEditorContent .bigIcon.next {
    position: fixed;
}

body.noTouch .pnlDialogGalleryFullContent .next:hover, .pnlDialogGalleryFullContent .next.active, body.noTouch .stopMotionEditorContent .bigIcon.next:hover {
    background-position: -80px -400px;
}

.bodyRTL .pnlDialogGalleryFullContent .next, .bodyRTL .stopMotionEditorContent .bigIcon.next {
    background-position: -80px -160px;
}

body.noTouch.bodyRTL .pnlDialogGalleryFullContent .next:hover, .bodyRTL .pnlDialogGalleryFullContent .next.active, body.noTouch.bodyRTL .stopMotionEditorContent .bigIcon.next:hover {
    background-position: -80px -240px;
}

.pnlDialogGalleryFullContent .mainPhoto {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 1200px;
}

.pnlDialogGalleryFull .mainPhoto .block {
    width: 100%;
    height: 100%;
    left: 50%;
}

.fullscreenWrapper .autoplay {
    position: fixed;
    left: 30px;
    top: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.fullscreenWrapper .autoplay button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 40px;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;
    font-size: 13px;
    color: #1C1C1C;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1px;
}

.fullscreenWrapper .autoplay button:hover {
    color: #BCBCBC;
}

.fullscreenWrapper .autoplay button .icon4 {
    margin-right: 5px;
}

.fullscreenWrapper .autoplay button .icon4.play {
    background-position: -160px -1880px;
}

.fullscreenWrapper .autoplay button .icon4.fast {
    background-position: -160px -1840px;
}

.fullscreenWrapper .autoplay button .icon4.mute {
    background-position: -156px -1960px;
}

.fullscreenWrapper .autoplay button .icon4.unmute {
    background-position: -156px -1920px;
}

.fullscreenWrapper .autoplay button .icon4.pause {
    background-position: -200px -1800px;
}

.fullscreenWrapper .autoplay button:hover .icon4.play {
    background-position: -200px -1880px;
}

.fullscreenWrapper .autoplay button:hover .icon4.fast {
    background-position: -200px -1840px;
}

.fullscreenWrapper .autoplay button:hover .icon4.pause {
    background-position: -240px -1800px;
}

.fullscreenWrapper .autoplay button:hover .icon4.mute {
    background-position: -196px -1960px;
}

.fullscreenWrapper .autoplay button:hover .icon4.unmute {
    background-position: -196px -1920px;
}

.fullscreenWrapper .autoplay,
.fullscreenWrapper .previous,
.fullscreenWrapper .next,
.fullscreenWrapper .hover {
    transition: opacity 400ms;
}

.fullscreenWrapper.hideControls .autoplay, .fullscreenWrapper.hideControls .previous, .fullscreenWrapper.hideControls .next, .fullscreenWrapper.hideControls .hover {
    opacity: 0;
}

/******************* Animations *****************************/
@keyframes showLikeIcon {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 0.7;
    }
    65% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes showLikeIcon {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 0.7;
    }
    65% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes showLikeIcon {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 0.7;
    }
    65% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes showLikeIcon {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 0.7;
    }
    65% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

@keyframes progressBar {
    from {
        width: 0;
    }
    to {
        width: 98%;
    }
}

@-moz-keyframes progressBar {
    from {
        width: 0;
    }
    to {
        width: 98%;
    }
}

@-webkit-keyframes progressBar {
    from {
        width: 0;
    }
    to {
        width: 98%;
    }
}

@-o-keyframes progressBar {
    from {
        width: 0;
    }
    to {
        width: 98%;
    }
}

.progressBarAnimation {
    animation: progressBar 5s;
    animation-timing-function: cubic-bezier(0.07, 0.63, 0.04, 0.96);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: progressBar 5s;
    -webkit-animation-timing-function: cubic-bezier(0.07, 0.63, 0.04, 0.96);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: progressBar 5s;
    -moz-animation-timing-function: cubic-bezier(0.07, 0.63, 0.04, 0.96);
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation: progressBar 5s;
    -o-animation-timing-function: cubic-bezier(0.07, 0.63, 0.04, 0.96);
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
}

.renderingProgress {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 260px;
    height: 70px;
    margin-top: -35px;
    margin-left: -130px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.renderingProgress .selectionProgressBar {
    height: 10px;
    width: 200px;
    border: 1px solid #333333;
    margin: 10px 0 0;
}

.renderingProgress .selectionProgressBar .title {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.stopMotionBlock .renderingProgress {
    font-size: 13px;
}

.StopMotion .progressBarAnimation {
    animation-timing-function: cubic-bezier(0.07, 0.61, 0.09, 0.44);
    -webkit-animation-timing-function: cubic-bezier(0.07, 0.61, 0.09, 0.44);
    -moz-animation-timing-function: cubic-bezier(0.07, 0.61, 0.09, 0.44);
    -o-animation-timing-function: cubic-bezier(0.07, 0.61, 0.09, 0.44);
}

.MyMediaAdd {
    text-align: center;
}

.MyMediaAdd .inner {
    width: 100px;
    height: 100px;
    position: relative;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
}

.MyMediaAdd .subTitle {
    font-size: 16px;
    margin-bottom: 20px;
}

.MyMediaAdd .press {
    border: 1px solid #333;
    width: 120px;
    margin: auto;
    height: 50px;
    line-height: 48px;
    cursor: pointer;
}

.MyMediaAdd .bigIcon {
    background-image: url("./resources/sprites/client.svg?r=r84.7");
    background-position: -280px -960px;
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/****************************** No HTML 5 ***************************************/
::-webkit-input-placeholder {
    color: #b4b8b8;
}

::-moz-placeholder {
    color: #b4b8b8;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #b4b8b8;
}

/* ie */
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b4b8b8;
}

.placeholder {
    color: #b4b8b8;
}

.margin .fake {
    background: url("./resources/singles/layout.png?r=r84.7") repeat-y center 0;
    float: left;
    height: 100%;
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

#footer {
    height: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

#footer .formSmallLink:hover {
    color: #333;
}

#footer .photosby.noSite {
    pointer-events: none;
}

.whatsNext {
    height: auto;
    min-height: 321px;
    margin-bottom: 140px;
    border-top: 1px solid #dddddd;
    text-align: left;
}

#gallery3.filtering .whatsNext {
    display: none;
}

.banners .title, .whatsNext .title {
    text-align: center;
    margin-top: 85px;
    margin-bottom: 85px;
    line-height: 24px;
    font-size: 26px;
    font-weight: 200;
}

.whatsNext ul {
    text-align: center;
    margin: auto auto;
}

.whatsNext ul li {
    display: inline-block;
    width: 230px;
    height: auto;
    line-height: 35px;
    cursor: pointer;
    margin-left: 35px;
    margin-right: 35px;
    vertical-align: top;
}

.whatsNext ul li .pButton > span {
    margin-left: 10px;
}

.whatsNext ul li .caption {
    font-size: 15px;
    color: #333;
    letter-spacing: 0.12em;
    line-height: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.whatsNext ul li > .text {
    font-size: 14px;
    color: #bbb;
    line-height: 21px;
    text-align: center;
}

.whatsNext ul li .icon4 {
    margin: auto;
}

.whatsNext ul li.fbIcon .icon4 {
    background-position: -120px -80px;
}

.whatsNext ul li.inviteIcon .icon4 {
    background-position: -120px -320px;
}

.whatsNext ul li.storeIcon .icon4 {
    background-position: -120px -360px;
}

.whatsNext ul li.recommendIcon .icon4 {
    background-position: -120px -640px;
}

#likePnl {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 200px;
}

/********************** Stop Motion Player **************************************/
.StopMotion .loadingInner {
    display: none;
    left: 50%;
    margin-left: -20px;
}

.StopMotion.loading {
    border: 1px solid #767676;
    background-color: #ebebeb;
}

.StopMotion.loading .loadingInner {
    display: block;
}

.StopMotion .controls {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    margin-left: 10px;
}

.StopMotion .controls .smallIcon {
    margin: 10px 5px 0;
    float: left;
}

.StopMotion .controls .play {
    background-position: -240px -520px;
}

.StopMotion .controls .play:hover {
    background-position: -240px -540px;
}

.StopMotion .controls .play.active {
    background-position: -220px -520px;
}

.StopMotion .controls .play.active:hover {
    background-position: -220px -540px;
}

.StopMotion .controls .volume.active {
    background-position: -240px -560px;
}

.StopMotion .controls .volume.active:hover {
    background-position: -240px -580px;
}

.StopMotion .controls .volume {
    background-position: -220px -560px;
}

.StopMotion .controls .volume:hover {
    background-position: -220px -580px;
}

.StopMotion .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.StopMotion.withControls .overlay {
    bottom: 30px;
}

.StopMotion .overlay .hugeIcon {
    background-position: -260px -400px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -40px;
    margin-top: -24px;
    text-align: center;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    padding-top: 30px;
    font-size: 22px;
    height: 50px;
}

.StopMotion .overlay:hover .hugeIcon {
    background-position: -260px -480px;
}

.stopMotionIcon {
    background-image: url("./resources/sprites/stopmotionsprite.png?r=r84.7");
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.stopMotionIconAfter, .stopMotionIconBefore {
    position: relative;
}

.stopMotionIconAfter:after,
.stopMotionIconBefore:before {
    content: '';
    background: url("./resources/sprites/stopmotionsprite.png?r=r84.7") no-repeat;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
}

.stopMotionIconAfter:after {
    right: 0;
}

.stopMotionIconBefore:before {
    left: 0;
}

/***************** Stop Motion in  photo Stream *********************/
.stopMotionBlock > .inner {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    bottom: 22px;
}

.stopMotionBlock.StopMotionAdd {
    background-color: #333333;
}

.stopMotionBlock.StopMotion2 {
    background-size: cover;
    background-color: #fff;
}

.stopMotionBlock.StopMotion2 .loadingInner {
    display: none;
    margin-left: 0;
}

.stopMotionBlock .filmStrip {
    width: 100%;
    height: 26px;
    position: absolute;
}

.stopMotionBlock .upper {
    top: -21px;
}

.stopMotionBlock .lower {
    bottom: -21px;
}

.stopMotionBlock .filmStrip .strechPnl {
    position: absolute;
    left: 136px;
    right: 12px;
    top: 0;
    bottom: 0;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    color: #767676;
}

.stopMotionBlock .filmStrip:before {
    width: 136px;
}

.stopMotionBlock .filmStrip:after {
    width: 12px;
}

.stopMotionBlock:hover .filmStrip:before {
    background-position: -24px -487px;
}

.stopMotionBlock:hover .filmStrip:after {
    background-position: -180px -487px;
}

.stopMotionBlock .filmStrip:before {
    background-position: -24px -47px;
}

.stopMotionBlock .filmStrip:after {
    background-position: -180px -47px;
}

.stopMotionBlock.StopMotionAdd .frame,
.stopMotionBlock.stopMotionLoading .frame {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    overflow: hidden;
}

.stopMotionBlock.StopMotionAdd .frame .stopMotionIcon {
    background-position: -180px -280px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 40%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.stopMotionBlock.StopMotionAdd .frame .title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    bottom: 18px;
    left: 0;
}

.frame .play {
    width: 35px;
    height: 35px;
    background: rgba(118, 118, 118, 0.65);
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 20px;
}

.stopMotionBlock.StopMotion2:hover .frame .play {
    background: rgba(0, 209, 202, 0.65);
}

.frame .play .stopMotionIcon {
    background-position: -56px -401px;
    width: 20px;
    height: 24px;
    left: 12px;
    position: relative;
    top: 5px;
}

.photoStream .block.stopMotionBlock.StopMotion2 .photoButtonPanel {
    bottom: -22px;
}

.stopMotionBlock.stopMotionLoading {
    background-color: #e1e1e1;
}

.stopMotionBlock.stopMotionLoading .loadingInner {
    display: block;
}

.stopMotionBlock.stopMotionLoading .photoButtonPanel {
    display: none;
}

.stopMotionBlock.stopMotionLoading .play {
    display: none;
}

/***************** Stop Motion Dialog *********************/
.stopMotionEditorDialog {
    z-index: 10000;
}

.stopMotionEditorDialog .pnlDialogCloseXButton {
    display: none;
}

.stopMotionEditorContent {
    width: 100%;
    height: 100%;
    border: 2px solid #333;
    overflow: auto;
}

.stopMotionEditorContent .title {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    margin: 25px;
}

.stopMotionEditorContent > .header {
    height: 40px;
    background: #ebebeb;
    color: #767676;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    cursor: pointer;
    display: none;
}

.stopMotionEditorContent > .header:hover {
    background: #333333;
    color: #fff;
}

.stopMotionEditorContent > .header .title {
    padding-left: 40px;
}

.stopMotionEditorContent > .header:hover .title .stopMotionIcon {
    background-position: -20px -280px;
}

.stopMotionEditorContent > .header:after {
    content: '';
    background: url("./resources/sprites/stopmotionsprite.png?r=r84.7") no-repeat;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 23px;
    background-position: -60px -240px;
    width: 40px;
}

.stopMotionEditorContent > .header:hover:after {
    background-position: -60px -280px;
}

.stopMotionEditorContent > .header .title .stopMotionIcon {
    background-position: -20px -240px;
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 2px;
}

.stopMotionEditorContent > .wrapper {
    background-color: white;
    overflow: visible;
    display: flex;
    justify-content: space-between;
}

.stopMotionEditorContent > .wrapper > .pnlLeft {
    max-height: 450px;
    float: left;
}

.lessThan1250 .stopMotionEditorContent > .wrapper > .pnlLeft {
    float: left;
}

.stopMotionEditorContent > .wrapper > .pnlRight {
    width: 450px;
    max-height: 450px;
    float: right;
}

.onPreview .stopMotionEditorContent > .wrapper > .pnlRight {
    float: left;
}

.lessThan1250 .stopMotionEditorContent > .wrapper > .pnlRight {
    width: 360px;
}

.onPreview .stopMotionEditorContent > .wrapper > .pnlLeft {
    right: 800px;
}

.lessThan1250 .onPreview .stopMotionEditorContent > .wrapper > .pnlLeft {
    right: 600px;
}

.onPreview .stopMotionEditorContent > .wrapper > .pnlRight {
    width: 680px;
    float: right;
    margin: 25px;
    margin-top: 0;
}

.stopMotionViewer .pWhite.pButton:not(.pButtonNaked):first-child {
    margin-top: 0;
}

.onPreview .stopMotionEditorContent > .wrapper > .pnlRight:after {
    clear: both;
}

.lessThan1250 .onPreview .stopMotionEditorContent > .wrapper > .pnlRight {
    width: 480px;
}

.onPreview .stopMotionEditorContent > .wrapper > .pnlRight .StopMotion {
    height: 450px;
}

.stopMotionEditorContent > .wrapper h3 {
    font-size: 24px;
    font-weight: 600;
    color: #767676;
    margin-top: 25px;
    margin-left: 15px;
}

/***************** Stop Motion Viewer ********************/
.stopMotionViewer .actions {
    overflow: visible;
    margin-left: 25px;
    padding-right: 15px;
}

.stopMotionViewer .actions .button {
    display: block;
    margin-bottom: 16px;
    margin-top: 10px;
    text-align: left;
}

.stopMotionViewer .actions .button:before {
    margin-right: 10px;
}

.stopMotionViewer .actions .formButton {
    padding: 0;
    line-height: 35px;
    height: 35px;
    text-align: center;
    margin-bottom: 15px;
    clear: left;
}

.stopMotionViewer .actions .formButton .bigIcon {
    height: 20px;
    width: 20px;
    float: left;
    margin: 8px 0 8px 21px;
    display: inline-block;
}

.stopMotionViewer .actions .formButton.fb .bigIcon {
    background-position: -120px -340px;
}

.stopMotionViewer .actions .formButton.email .bigIcon {
    background-position: -120px -300px;
}

.stopMotionViewer h3 {
    margin-right: 15px;
}

/************ Select box *******************/
.textEditorSelection {
    position: relative;
    height: 27px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    background: #fff;
}

.textEditorSelection .valueSelection {
    height: 27px;
    line-height: 27px;
    border: 1px solid #d0d2d2;
    border-radius: 5px;
    padding: 0 55px 0 15px;
    text-align: left;
    overflow: hidden;
}

.textEditorSelection:hover .valueSelection {
    border-color: #b4b4b4;
}

.textEditorSelection .valueSelection:after {
    content: '';
    background: #d0d2d2 url("./resources/sprites/stopmotionsprite.png?r=r84.7") no-repeat -140px -205px;
    display: block;
    width: 40px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.textEditorSelection:hover .valueSelection:after {
    background-color: #b4b4b4;
}

.textEditorSelection .panel {
    width: 100%;
    box-sizing: border-box;
    top: 100%;
    background: #fff;
    box-shadow: none;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.textEditorSelection .panel .option {
    margin: 0;
    padding: 0 15px;
    line-height: 18px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    border: none;
}

.textEditorSelection .panel .option:hover {
    background: #ebebeb;
    border: none;
}

/***************** New Base ***********************************/
/*************** Full Header ****************************/
#fullHeader.fullScreen {
    top: -100px;
    z-index: 4 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#fullHeader.fullScreen.active {
    top: 0px  !important;
    position: fixed;
}

#slidingPanel {
    width: 100%;
    height: 0px;
    background-color: white;
}

/***************** From Photographer CSS ************************/
/***********************
* STANDARD PROPERTIES
************************/
/* text elements */
.pS {
    font-size: 12px;
}

.pM {
    font-size: 15px;
}

.pL {
    font-size: 20px;
}

.pXL {
    font-size: 25px;
}

.pXXL {
    font-size: 42px;
}

.pLight {
    font-weight: 400;
}

.pNormal {
    font-weight: 400;
}

.pSemiBold {
    font-weight: 600;
}

.pNoHover {
    cursor: default;
}

.pUnNarrow {
    font-family: 'PT Sans', sans-serif;
    text-transform: none;
    letter-spacing: normal;
}

/* texts */
.pLink {
    text-decoration: underline;
}

.pTitles {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.pGuiColumn {
    display: inline-block;
    margin-right: 40px;
}

.pCheckmark {
    position: relative;
    margin-left: 30px;
    margin-bottom: 5px;
    line-height: 30px;
    vertical-align: text-bottom;
    cursor: pointer;
}

.pCheckmark.showWhenChecked:not(.checked) {
    display: none;
}

.pCheckmark:after {
    content: ' ';
    position: absolute;
    top: 4px;
    left: -30px;
    width: 20px;
    height: 20px;
    background-color: #dddddd;
    border: 1px solid #dddddd;
}

.pCheckmark.checked:after {
    background-image: url(resources/sprites/phtsprite.png?r=r84.7);
    background-position: 0 0px;
    background-color: #333333 !important;
}

.pBlack .pCheckmark:after {
    background-color: white;
    border-color: #333333;
}

.pHidden {
    display: none;
}

/***********************
* STANDARD ELEMENTS
************************/
.pSeparatorLine {
    border-top: 1px solid #dddddd;
    margin: 10px 0;
}

/* buttons */
.pTopPanel .pButton {
    margin: 0 10px;
}

.pTopPanel .pButton.p#333333 {
    margin: 0 5px;
}

.pTopPanel .fwButtons {
    position: absolute;
    top: 0;
    right: 30px;
    line-height: 70px;
}

.pSprite, .pSpriteAfter:after {
    background-image: url(resources/sprites/gallery4uisprite.png?r=r84.7);
}

.pSpriteHuge, .pSpriteHugeAfter:after {
    background-image: url(resources/sprites/hugeicons.png?r=r84.7);
}

.pSprite.pStrip1, .pSpriteAfter.pStrip1:after {
    width: 20px;
    height: 20px;
}

.pTooltip.menu.notip > .optionsPanel > .optionsPanelInner {
    margin-top: 15px;
}

.pTooltip.menu.icon_only > .optionsPanel:after {
    display: none;
}

/* ------------------------ tooltip(copied from photographer.css) ------------------------------ */
.pTooltip.menu.recommendBanner > .optionsPanel > .optionsPanelInner {
    width: 300px;
    height: 230px;
    padding: 20px;
}

.recommendIcon .pTooltip.menu.recommendBanner > .optionsPanel {
    left: 200px;
    top: -128px;
    color: #333333;
}

.pTooltip.menu.recommendBanner > .optionsPanel {
    left: 270px;
    top: 0;
}

.pTooltip.menu.recommendBanner:not(.notip) > .optionsPanel:after {
    left: -19px;
    top: 50%;
    background-position: -20px -100px;
}

.pTooltip.menu.Ad.recommendBanner > .optionsPanel {
    left: 140px;
    top: 120px;
}

.bodyRTL .pTooltip.menu.Ad.recommendBanner:not(.notip) > .optionsPanel:after {
    background-position: 0px -100px;
}

.pTooltip.menu.shareTip .contentPanel.emptyActive {
    padding-bottom: 0;
}

.pTooltip.menu.shareTip .contentPanel.emptyActive .shareEmpty {
    display: block;
}

.pTooltip.menu.shareTip .shareEmpty {
    display: none;
    width: 235px;
}

.pTooltip.menu.shareTip .shareEmpty .email {
    width: 40px;
    height: 40px;
    background-position: -80px -40px;
    float: left;
    cursor: pointer;
    margin-left: -8px;
}

.pTooltip.menu.shareTip .shareEmpty .email:hover {
    background-position: -200px -40px;
}

.pTooltip.menu.shareTip .shareEmpty .facebook {
    width: 40px;
    height: 40px;
    background-position: -80px -80px;
    float: left;
    cursor: pointer;
}

.pTooltip.menu.shareTip .shareEmpty .facebook:hover {
    background-position: -200px -80px;
}

.pTooltip.menu.shareTip .shareEmpty .pinterest {
    width: 40px;
    height: 40px;
    background-position: -80px -160px;
    float: left;
    cursor: pointer;
}

.pTooltip.menu.shareTip .shareEmpty .pinterest:hover {
    background-position: -200px -160px;
}

.pTooltip.menu.shareTip .shareEmpty .twitter {
    width: 40px;
    height: 40px;
    background-position: -80px -240px;
    float: left;
    cursor: pointer;
}

.pTooltip.menu.shareTip .shareEmpty .twitter:hover {
    background-position: -200px -240px;
}

.pTooltip.menu.shareTip > .optionsPanel > .optionsPanelInner {
    overflow: visible;
    width: auto;
    min-width: 306px;
    position: absolute;
    right: 50%;
    margin-right: -150px;
}

.pTooltip.menu.shareTip:not(.notip) > .optionsPanel:after {
    right: 240px;
}

.pTooltip.menu.collectionTip .optionsPanel .optionsPanelInner {
    padding: 8px 10px;
    background: #444;
    position: relative;
    box-sizing: border-box;
    max-height: 146px;
}

.pTooltip.menu.collectionTip .optionsPanel:after {
    top: unset !important;
    right: unset !important;
    width: unset !important;
    height: unset !important;
    background-image: unset !important;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: -1px;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-bottom: 9px solid #444 !important;
    border-right: 9px solid transparent;
    border-left: 11px solid transparent;
}

.pTooltip.menu.downloadTip > .optionsPanel > .optionsPanelInner {
    overflow: visible;
    width: auto;
    min-width: 374px;
}

.pTooltip.menu.downloadTip > .optionsPanel {
    top: 100%;
    margin-top: 10px;
}

.pTooltip.menu.downloadTip:not(.notip) > .optionsPanel:after {
    right: 240px;
}

.pTooltip.menu.downloadTip .contentPanel {
    height: auto;
}

.pTooltip.menu.downloadTip .desc {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.pTooltip.menu.downloadTip .desc:after {
    background-position: -120px -1119px;
    position: absolute;
    right: 31px;
    top: 36px;
}

.pTooltip.menu.downloadTip .underline {
    text-decoration: underline;
    margin-bottom: 40px;
    cursor: pointer;
}

.pTooltip.menu.storeTip > .optionsPanel > .optionsPanelInner {
    width: 400px;
    padding-top: 0;
}

.pTooltip.menu.storeTip .quickPrintPreview {
    cursor: pointer;
    display: flex;
}

.pTooltip.menu.storeTip .quickPrintPreview .thumb {
    margin: 22px;
    width: 65px;
    height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pTooltip.menu.storeTip .quickPrintPreview .text {
    width: 220px;
    margin: 25px 5px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pTooltip.menu.storeTip .quickPrintPreview .text .price {
    display: none;
    margin-top: 15px;
    padding-left: 0px;
}

.pTooltip.menu.storeTip .quickPrintPreview:after {
    background-position: 0 -1225px;
    width: 20px;
    margin-right: 12px;
}

.pTooltip.menu.storeTip > .optionsPanel {
    right: 30px;
}

.pTooltip.menu.storeTip:not(.notip) > .optionsPanel:after {
    right: 30px;
}

.albumSelectionOption .optionsPanel {
    right: 80px !important;
}

.pTooltip.menu.photographerTip > .optionsPanel > .optionsPanelInner {
    width: auto;
    min-width: 400px;
    /*max-width: 1194px;*/
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -200px;
}

.pTooltip.menu.photographerTip > .optionsPanel > .optionsPanelInner #photographerPanel .draftPanel {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    justify-content: flex-start;
}

.pTooltip.menu.photographerTip > .optionsPanel > .optionsPanelInner #photographerPanel .draftPanelTitle {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 999999999999;
    color: #333333;
    font-size: 12px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

@media (max-width: 1300px) {
    .pTooltip.menu.photographerTip > .optionsPanel > .optionsPanelInner {
        max-width: 806px;
    }
}

.pTooltip.menu.photographerTip:not(.notip) > .optionsPanel:after {
    right: 265px;
}

.pTooltip.menu.inviteTip > .optionsPanel > .optionsPanelInner {
    width: 374px;
    position: absolute;
    right: 100%;
    margin-left: -20px;
    margin-right: -20px;
}

.pTooltip.menu.inviteTip > .optionsPanel {
    right: 50%;
    min-width: 0;
    transform: initial;
}

.pTooltip.menu.inviteTip:not(.notip) > .optionsPanel:after {
    right: 320px;
}

.pTooltip.menu.reviewTip:before {
    right: 50%;
    transform: translateX(50%);
}

.pTooltip.menu.reviewTip > .optionsPanel > .optionsPanelInner {
    width: 244px;
    height: 141px;
}

.pTooltip.menu.reviewTip:not(.notip) > .optionsPanel:after {
    right: 320px;
}

.pTooltip.menu.reviewTip .reviewPanel {
    font-size: 15px;
    color: #aaaaaa;
    width: 100%;
    height: 100%;
    padding-top: 16px;
    padding-left: 21px;
    width: 201px;
}

.pTooltip.menu.reviewTip .reviewPanel .des {
    padding-bottom: 16px;
}

.pTooltip.menu.inviteSecondTip > .optionsPanel > .optionsPanelInner {
    width: 362px;
    padding-top: 1px;
}

.pTooltip.menu.inviteSecondTip > .optionsPanel {
    left: 199px;
    top: -241px;
}

.pTooltip.menu.inviteSecondTip:not(.notip) > .optionsPanel:after {
    right: 0;
    left: -19px;
    top: 49%;
    background-position: -20px -100px;
}

.bodyRTL .pTooltip.menu.inviteSecondTip:not(.notip) > .optionsPanel:after {
    background-position: 0px -100px;
}

.pTooltip.menu.sendEmailTip > .optionsPanel > .optionsPanelInner {
    width: 300px;
    height: 350px;
    overflow-y: auto;
}

.pTooltip.menu.sendEmailTip > .optionsPanel {
    right: 30px;
    top: 26px;
}

.pTooltip.menu.sendEmailTip:not(.notip) > .optionsPanel:after {
    right: 30px;
}

.pTooltip.menu.sendEmailTip .pButton {
    margin-left: 20px;
    margin-bottom: 10px;
}

.pTooltip.menu.sendEmailTip .optionsPanelInner .text {
    padding-left: 10px;
    padding-top: 10px;
    color: #333333;
}

.pTooltip.menu.sendEmailTip .optionsPanel .validationError {
    line-height: 11px;
}

.pTooltip.menu.sendEmailTip .optionsPanel .textareaField {
    padding-right: 26px;
    padding-left: 20px;
    padding-top: 17px;
}

.pTooltip.menu .optionsPanel .tooltipTitle {
    line-height: 36px;
    text-align: right;
}

.sendEmailTip .tooltipTitle {
    text-align: left !important;
    padding-left: 20px;
}

.shareTip .tooltipTitle {
    padding-right: 188px;
}

.accountTip .tooltipTitle {
    padding-left: 25px;
    text-align: left !important;
}

.photographerTip .tooltipTitle {
    padding-right: 175px;
}

.storeTip .tooltipTitle {
    padding-right: 15px;
}

.inviteTip .tooltipTitle {
    width: auto;
    padding-right: 255px;
}

.inviteTip .buttonsPanel {
    text-align: center;
}

.inviteTip .lines {
    padding-left: 28px;
    padding-right: 28px;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #ececec;
    margin-bottom: 16px;
}

.inviteTip .lines .line {
    display: inline-block;
    height: 31px;
    cursor: pointer;
}

.inviteTip .lines :hover {
    color: #444;
}

.inviteTip .lines .line.selected {
    border-bottom: 2px solid #444;
    color: #444;
}

.inviteTip .panel {
    display: none;
    height: 450px;
    /*
	&.emailPanel {
		height: initial;
	}
	*/
}

.inviteTip .panel.selected {
    display: block;
}

.inviteTip input[type="submit"] {
    display: none;
}

.inviteTip .multipleAddresses {
    color: #ccc;
    font-size: 12px;
    padding-top: 14px;
    height: 4px;
    position: relative;
    left: 0;
    text-align: left;
    padding-left: 26px;
}

.inviteTip .textareaField {
    margin-top: 12px;
}

.inviteTip .buttonsPanel > div {
    width: 100%;
}

.inviteTip .buttonsPanel .or {
    position: relative;
    height: 44px;
}

.inviteTip .buttonsPanel .or .text {
    top: 7px;
    position: absolute;
    left: 0;
    right: 0;
}

.inviteTip .buttonsPanel .or:after {
    content: "";
    position: absolute;
    left: -28px;
    top: 15px;
    width: 160px;
    border-top: 1px solid #BCBCBC;
}

.inviteTip .buttonsPanel .or:before {
    content: "";
    position: absolute;
    right: -28px;
    top: 15px;
    width: 160px;
    border-top: 1px solid #BCBCBC;
}

.privacyTip .optionsPanelInner {
    border-top: 1px solid #dddddd;
    height: auto;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inviteTip .pButton {
    margin: 23px;
    width: calc(100% - 49px);
}

.inviteTip .pButton, .inviteSecondTip {
    text-align: left;
    margin-bottom: 14px;
}

.inviteTip .getLink .pButton .text {
    text-align: center;
}

.inviteTip .getLink .copyLinkLabel {
    color: #b7b7b7;
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    margin-top: -11px;
}

.inviteSecondTip {
    position: relative;
}

.inviteSecondTip .optionsPanel {
    position: absolute;
}

.accountTip .loadingPanel,
.inviteTip .loadingPanel,
.inviteSecondTip .loadingPanel {
    display: none;
    height: 200px;
}

.accountTip .loadingPanel {
    height: 150px;
}

.accountTip .sending .loadingPanel,
.inviteTip .sending .loadingPanel,
.inviteSecondTip .sending .loadingPanel {
    display: block;
}

.accountTip .sending .field,
.accountTip .sending .pButton,
.inviteTip .sending .field,
.inviteSecondTip .sending .field {
    display: none;
}

.inviteSecondTip .textCenter {
    top: 28px !important;
}

.inviteSecondTip .buttonsPanel {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
}

.inviteSecondTip .buttonsPanel > div {
    width: 100%;
}

.inviteSecondTip .pButton {
    text-align: left;
    margin-top: 10px;
}

.optionsPanelInner .contentPanel {
    min-height: 100px;
    padding-left: 20px;
    padding-bottom: 40px;
    padding-top: 20px;
    padding-right: 10px;
}

.photographerTip .optionsPanelInner .contentPanel {
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
}

.shareTip .optionsPanelInner .contentPanel {
    padding-left: 13px;
    padding-bottom: 20px;
}

.shareTip .optionsPanelInner .shareGallery {
    padding: 20px;
    border-top: 1px solid #BCBCBC;
    text-align: center;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}

.optionsPanelInner .draftPanel, .sentPanel {
    float: none;
    display: inline;
}

.sentPanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.optionsPanelInner #notificationsPanel {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.optionsPanelInner #notificationsPanel.pHidden {
    display: none;
}

.optionsPanelInner .rec {
    text-align: center;
    float: right;
    min-width: 85px;
    display: none;
}

.optionsPanelInner .rec.visible {
    display: block;
}

.optionsPanelInner .plus {
    margin-left: -5px;
    float: right;
    position: relative;
}

.optionsPanelInner .plus:hover > .addEmail {
    display: block;
}

.optionsPanelInner .plus:hover > .arrow {
    display: block;
}

.optionsPanelInner .plus .plusIcon {
    margin: 16px auto;
    background-position: -40px -880px;
}

.optionsPanelInner .plus .plusIcon:hover {
    background-position: -120px -880px;
}

.optionsPanelInner .addEmail {
    text-align: center;
    float: right;
    min-width: 85px;
}

.optionsPanelInner .addEmail .circle {
    border-color: #BCBCBC;
}

.optionsPanelInner .addEmail .text {
    font-family: 'PT Sans', sans-serif;
    margin-top: 7px;
    font-size: 14px;
}

.optionsPanelInner .plus .arrow {
    width: 1px;
    height: 1px;
    top: 57px;
    left: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333333;
    position: absolute;
    display: none;
}

.optionsPanelInner .circle {
    border-radius: 50%;
    height: 65px;
    width: 65px;
    border: 1px solid #333333;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.optionsPanelInner .circle:hover {
    background-color: #333333;
}

.optionsPanelInner .addEmail .circle:hover {
    background-color: transparent;
    border-color: #333333;
    cursor: pointer;
}

.optionsPanelInner .circle:hover > .fb {
    background-position: -367px -87px;
}

.optionsPanelInner .circle:hover > .email {
    background-position: -287px -727px;
}

.optionsPanelInner .circle:hover > .widgetNotification {
    background-color: #333333;
    color: white;
    border-color: white;
}

.optionsPanelInner .circle .fb {
    background-position: -367px -7px;
    margin: 0px auto;
    width: 65px;
    height: 65px;
}

.optionsPanelInner .addEmail .circle .email,
.optionsPanelInner .circle .email {
    background-position: -287px -647px;
    margin: 0px auto;
    width: 65px;
    height: 65px;
}

.optionsPanelInner .addEmail .circle .email {
    background-position: -51px -210px;
    height: 20px;
    width: 20px;
    margin-top: 22px;
}

.optionsPanelInner .rec .header {
    color: #333333;
    text-align: center;
    border-color: transparent;
    width: 85px;
    resize: none;
    overflow: hidden;
    line-height: 16px;
    margin-top: 5px;
}

.optionsPanelInner .rec .header:focus {
    outline: none !important;
    border: 1px solid #dddddd;
    color: #333333;
}

.optionsPanelInner .rec .header.notActive {
    pointer-events: none;
}

.optionsPanelInner .circle .widgetNotification {
    position: absolute;
    top: 0;
    right: 0;
    color: #333333;
    background-color: white;
    border: 1px solid #333333;
    font-size: 13px;
    font-weight: bold;
    width: auto;
    min-width: 15px;
    height: 15px;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 4px;
    padding-right: 2px;
    padding-left: 2px;
}

/****************************  Gallery Filter Panel ***************************/
#fullHeader .filterPnl {
    position: relative;
    top: 80px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #333333;
    line-height: 40px;
    z-index: 1;
    display: none;
}

#fullHeader .filterPnl > div {
    padding: 0 60px;
}

#fullHeader .filterPnl > div > span {
    margin: 0 20px;
}

#fullHeader .filterPnl a {
    margin: 0 30px;
    text-decoration: underline;
}

#fullHeader .filterPnl button {
    position: absolute;
    right: 10px;
    top: 10px;
    background-position: -120px -120px;
    background-image: url(./resources/sprites/galleryuispriteb.png?r=r67.1);
    opacity: 0.7;
}

#fullHeader .filterPnl button.fp_close {
    background-position: -364px -250px;
}

.filtering#fullHeader .filterPnl {
    display: block;
    position: absolute;
    z-index: -1;
}

#fullHeader .leftPanel {
    position: absolute;
}

body.noTouch #fullHeader .filterPnl a:hover {
    color: #504e4e;
}

#fullHeader .filterPnl .friends {
    display: none;
    padding-left: 20px;
}

#fullHeader .filterPnl.filterFavorites .friends {
    display: inline;
}

#fullHeader .filterPnl .friends .smallIcon {
    background-position: -120px -200px;
    margin-right: 5px;
    padding: 0 10px;
}

body.noTouch #fullHeader .filterPnl .friends:hover .smallIcon {
    background-position: -120px -60px;
}

body.noTouch #fullHeader .filterPnl button:hover {
    opacity: 1;
}

.galleryForm.friendLikesTooltip .formTitle {
    line-height: 20px;
    cursor: pointer;
}

body.noTouch .galleryForm.friendLikesTooltip .formTitle:hover {
    color: #504e4e;
}

.friendLikesTooltip .formTitle .smallIcon, .friendLikesTooltip .friendsTitle .smallIcon,
.friendLikesTooltip .myLikesTitle .smallIcon {
    background-position: -120px -200px;
}

.friendLikesTooltip .friendsTitle {
    font-weight: 600;
    margin-bottom: 5px;
}

.friendLikesTooltip .friendsTitle .smallIcon, .friendLikesTooltip .myLikesTitle .smallIcon {
    clear: left;
    float: left;
    margin: 0 5px;
}

.friendLikesTooltip .myLikesTitle {
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}

.friendLikesTooltip .myLikesTitle:hover, .friendLikesTooltip .myLikesTitle.active {
    color: #504e4e;
}

.friendLikesTooltip .galleryTooltipContent ul {
    padding-left: 30px;
}

.friendLikesTooltip .galleryTooltipContent ul li {
    line-height: 30px;
}

body.noTouch .friendLikesTooltip .galleryTooltipContent ul li:hover, .friendLikesTooltip .galleryTooltipContent ul li.active {
    color: #504e4e;
}

.pTooltip.menu.rightTip {
    position: relative;
}

.pTooltip.menu.rightTip > .optionsPanel {
    z-index: 99999;
    left: initial;
    position: absolute;
    left: 50px;
    right: auto;
    min-width: 200px;
    top: 9px;
}

.pTooltip.menu.rightTip .optionsPanel > .optionsPanelInner {
    padding: 0;
}

.pTooltip.menu.rightTip:not(.notip) > .optionsPanel:after {
    left: initial;
    left: 10px;
}

/***********************
* STANDARD ANIMATIONS
************************/
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*  photographer    */
.pRotateForever {
    -moz-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.photographer {
    padding: 25px;
    padding-top: 37px;
}

.albumSelection {
    text-align: center;
    padding: 25px;
    padding-top: 19px;
}

.albumSelection.done .buttons {
    display: none;
}

.photographer .circle {
    height: 215px;
    margin-bottom: 10px;
}

.albumSelection .help {
    position: absolute;
    left: 191px;
    width: 0;
    z-index: 2;
    background-position: -120px -1080px;
}

.albumSelection .help:before {
    display: none;
    position: absolute;
    left: 32px;
}

.albumSelection .help:hover {
    background-position: -200px -1080px;
}

.albumSelection .help.active {
    background-position: -200px -1080px;
}

.albumSelection .help.active:before {
    display: block;
    width: 20px;
    height: 20px;
    background-position: -20px -100px;
}

.albumSelection .circle {
    height: 200px;
}

.albumSelection a {
    color: #333333;
    text-decoration: none;
    position: relative;
    top: 20px;
    border-bottom: 1px solid #333333;
    padding-bottom: 2px;
}

.gallerySelection .thumbPanel .importSelection:before {
    background-position: -40px -1000px;
    height: 40px;
    width: 40px;
    margin-top: -11px;
}

.gallerySelection .thumbPanel .importSelection:hover:before {
    background-position: -120px -1000px;
}

.gallerySelection .thumbPanel .photographerSelection:before {
    background-position: -40px -280px;
    height: 40px;
    width: 40px;
    margin-top: -11px;
}

.gallerySelection .thumbPanel .photographerSelection:hover:before {
    background-position: -120px -280px;
}

.longText {
    line-height: 21px;
}

.photographer, .albumSelection .longText {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

.photographer .space, .albumSelection .space {
    padding: 0;
    padding-bottom: 44px;
}

.outerProgress.extra {
    background-color: white;
    color: #FF232B;
    -webkit-box-shadow: none;
}

.outerProgress.extra .text, .toomany {
    color: #FF232B !important;
}

.outerProgress.extra .pProgressWrapper .pProgressCircle {
    border-color: #FF232B !important;
}

.outerProgress.done:before {
    background-color: #333333;
    -webkit-box-shadow: none;
}

.outerProgress.done .text {
    color: white !important;
}

.outerProgress.big {
    width: 180px;
    height: 180px;
}

.outerProgress.big.done .pProgressWrapper {
    border-radius: 50%;
    background-color: #333;
    z-index: -1;
}

.outerProgress.normal {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.outerProgress.big .text {
    top: 55px;
}

.outerProgress.big .textCenter {
    top: 75px;
}

.outerProgress.normal .text {
    top: 30px;
}

.outerProgress.normal .textCenter {
    top: 38px;
}

.outerProgress .text, .textCenter, .imageCenter {
    position: relative;
}

.outerProgress .text span {
    font-weight: 600;
}

.outerProgress.normal .imageCenter {
    top: 15px;
}

.outerProgress.normal .imageCenter img {
    width: 70px;
    height: 70px;
}

.photographerTip .draftPanel .outerProgress.done:hover:after {
    background-color: #333333;
    color: white;
}

.photographerTip .draftPanel .outerProgress:not(.done):hover .text {
    color: black !important;
}

.photographerTip .draftPanel .outerProgress.extra:hover:after {
    color: #e31717;
}

.outerProgress .label {
    position: absolute;
    top: 110px;
    width: 100%;
    text-align: center;
}

.outerProgress.big .label {
    top: 188px;
}

.outerProgress.big .label.toomany {
    display: none;
}

.outerProgress.extra.big .label.toomany {
    display: block;
}

.outerProgress .label2 {
    position: absolute;
    top: 142px;
    left: -34px;
    width: 165px;
}

.outerProgress .button {
    position: absolute;
    top: 185px;
    left: -51px;
    width: 200px;
}

.outerProgress .label2.extra {
    color: #FF232B;
}

.pProgressWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    pointer-events: none;
    z-index: 20;
}

.pProgressWrapper .pProgressCircle {
    width: calc(100% - (8px));
    height: calc(100% - (8px));
    border: 4px solid #dddddd;
    border-radius: 50%;
    position: absolute;
}

.pBlack .pProgressWrapper .pProgressCircle {
    border-color: #333333;
}

.pBlack.pProgressWrapper .pProgressCircle {
    border-color: #333333;
}

.pProgressOuter.pProgressWrapper {
    width: 180px;
    height: 180px;
    top: 0;
    left: 0px;
}

.storeTip .optionsPanelInner .cartPanel {
    padding-top: 10px;
    padding-bottom: 24px;
}

.storeTip .optionsPanelInner .submit {
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.storeTip .optionsPanelInner .text {
    text-align: left;
    color: #444444;
    padding-bottom: 15px;
}

.storeTip .optionsPanelInner .items {
    display: inline;
}

.storeTip .optionsPanelInner .itemsNumber {
    display: inline;
    padding-right: 3px;
}

.storeTip .optionsPanelInner .price {
    display: inline;
    padding-left: 5px;
}

/* account login form */
.accountTip .optionsPanelInner .loginForm {
    width: 240px;
    height: auto;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0px;
    padding-bottom: 24px;
}

.accountTip .optionsPanelInner .loginForm.signup {
    height: auto;
}

.accountTip .optionsPanelInner .loginForm .error {
    text-align: left;
    font-size: 12px;
    color: #FF232B;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    top: -10px;
}

.accountTip .optionsPanelInner .logicError .textField input {
    border: 1px solid #FF232B;
}

.accountTip .optionsPanelInner .loginForm .activate {
    margin-top: 20px;
    margin-bottom: 5px;
}

.accountTip .optionsPanelInner .buttons {
    text-align: left;
}

.accountTip .optionsPanelInner .panel {
    width: auto;
}

.accountTip .optionsPanelInner .titleBlue {
    color: #333333;
    font-weight: 300;
    top: 10px;
    left: 10px;
}

.accountTip .optionsPanelInner .panel .longText {
    width: 100%;
}

.accountTip .optionsPanelInner .footer {
    color: #aaaaaa;
    margin-top: 29px;
    font-size: 13px;
    font-weight: 400;
    width: inherit;
}

.accountTip .optionsPanelInner .footer .line {
    padding-top: 10px;
    display: block;
}

/*************** Max photos Tooltip ***************/
.pTooltip.maxPhotos > .optionsPanel {
    margin-top: 14px;
    min-width: 135%;
}

.pTooltip.maxPhotos > .optionsPanel > .optionsPanelInner {
    padding: 20px;
    box-sizing: border-box;
    line-height: 13px;
}

.pTooltip.maxPhotos:not(.notip) > .optionsPanel:after {
    right: 32px;
}

.pTooltip.maxPhotos > .optionsPanel > .optionsPanelInner .title {
    text-align: center;
    /*text-align:left;*/
    /*margin-bottom:25px;*/
}

.pTooltip.maxPhotos > .optionsPanel:after {
    background-image: url("./resources/sprites/gallery4uisprite.png?r=r84.7");
}

/*************** Confirm Tooltip ***************/
.gallerySelection .pTooltip.menu.confirm .optionsPanel:after {
    right: 46px !important;
    top: initial;
    bottom: calc(100% - 1px);
}

.gallerySelection .pTooltip.menu.confirm .optionsPanel:before {
    content: ' ';
    position: absolute;
    top: initial;
    left: 0;
    bottom: calc(100% - 1px);
    width: 100%;
    height: 20px;
}

/************** Animating Elements **************/
.hiddenPhotoAnimate {
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 700ms ease-in-out, opacity 700ms cubic-bezier(1, 0.045, 0.655, 0.06);
    -moz-transition: all 700ms ease-in-out, opacity 700ms cubic-bezier(1, 0.045, 0.655, 0.06);
    -o-transition: all 700ms ease-in-out, opacity 700ms cubic-bezier(1, 0.045, 0.655, 0.06);
    transition: all 700ms ease-in-out, opacity 700ms cubic-bezier(1, 0.045, 0.655, 0.06);
}

.pinnedPhoto {
    position: absolute;
    z-index: 5;
    background-color: #dbd9d9;
    -webkit-transition: all 700ms ease-in-out, opacity 700ms cubic-bezier(1, 0.045, 0.655, 0.06);
    -moz-transition: all 700ms ease-in-out, opacity 700ms cubic-bezier(1, 0.045, 0.655, 0.06);
    -o-transition: all 700ms ease-in-out, opacity 700ms cubic-bezier(1, 0.045, 0.655, 0.06);
    transition: all 700ms ease-in-out, opacity 700ms cubic-bezier(1, 0.045, 0.655, 0.06);
}

.pinnedPhoto.fixed {
    position: fixed;
    z-index: 2;
}

.pinnedPhoto.tilt0 {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.pinnedPhoto.tilt1 {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.pinnedPhoto.tilt2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pinnedPhoto.tilt3 {
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

#fullHeader .pinnedPhoto {
    position: fixed;
    max-width: 40px;
    max-height: 40px;
    bottom: 0;
    z-index: 2;
    margin-left: -25px;
    top: 0;
}

.animationOverlay {
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.animationOverlay.active {
    opacity: 0.97;
}

.clonedImage {
    position: absolute;
    z-index: 2;
}

.clonedImage.animating {
    -webkit-transition: all 0.5s ease-in-out  !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out  !important;
    transition: all 0.5s ease-in-out  !important;
}

.notPublished {
    position: fixed;
    top: 0;
    height: 40px;
    left: 0;
    right: 0;
    background-color: rgba(64, 64, 58, 0.77);
    text-align: center;
    color: white;
    z-index: 999999999;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.notPublished .text {
    line-height: 40px;
}

.notPublished.close {
    height: 0;
    padding: 0;
}

.notPublished .exit {
    position: absolute;
    right: 14px;
    top: 12px;
    color: white;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-position: -46px -770px;
}

.notPublished .exit:hover {
    color: #333;
}

/********************* dialog **********************/
.pnlDialogBox {
    display: block;
    z-index: 10002;
    position: absolute;
    border: 1px solid #333333;
    background-color: white;
    color: black;
    padding: 35px 24px 10px 24px;
}

.pnlDialogBox {
    min-height: 190px;
}

.pnlDialogBox_Content {
    position: relative;
    font-size: 18px;
}

.pnlDialogBox_Buttons {
    position: absolute;
    left: 19px;
    bottom: 35px;
}

.pnlDialogBox_x_button {
    position: absolute;
    height: 24px;
    width: 50px;
    z-index: 100;
    right: 15px;
    top: 10px;
    padding-right: 14px;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
    color: #4c4c4c;
}

.pnlDialogBox .pnlDialogBox_x_button_img {
    position: absolute;
    right: -13px;
    top: -6px;
    background-position: -275px -280px;
    width: 40px;
    height: 40px;
    background-image: url(resources/sprites/uispriteb.png?r=r84.7);
    background-repeat: no-repeat;
    cursor: pointer;
}

/*
.login .page .validationError {
	line-height:19px;
}

.login .page .pButton,
.login .page .title{
	font-family:'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	letter-spacing:0.08em;
}
.login .page {
	overflow-y: hidden;
	overflow-x: hidden;
	height: 620px;
}
.login .page .logo{
	display:none;
}

.login.pnlDialogBox{
	padding:0;
}

.login .pnlDialogBox_x_button_img{
	display:none;
}

.login .pButton,
.login .textField{
	line-height:40px;
	height:40px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-top: 0;
}
.login .textField input{
	font-size:13px;
}

.login.pnlDialogBox input{
width: 100%;
}

.login .loginMessage {
	height: 18px;
	text-align: center;
	padding-top: 4px;
	padding-bottom:0;
}
.login .pButton{
	width: 100%;
}

	*/
.viewAllPhotos {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 150px;
}

.viewAllPhotos .pButton {
    height: 40px;
    line-height: 40px;
    width: 200px;
    font-size: 13px;
    background-color: #ECECEC;
    color: #000;
}

.viewAllPhotos .pButton:hover {
    background-color: #E0E0E0;
}

#galleryHeader.sneakPeekWrapper {
    max-width: calc(100% - 200px);
}

.sneakPeekTitle {
    height: 80px;
    /*
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 80px;
    text-align: right;
    margin-right: 20px;
    font-size: 16px;
    color: #444444;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.dialog.quickPrints {
    left: -1000px !important;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

.animate .dialog.quickPrints {
    left: 0 !important;
}

body.gallery .dialog.quickPrints .removePhotoButton {
    display: none;
}

.dialog.quickPrints .dialogContent {
    position: absolute;
}

.dialog.quickPrints.loading .dialogContent {
    opacity: 0.4;
}

.dialog.quickPrints .productThumbnail {
    height: calc(14% + 160px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dialog.quickPrints .productThumbnail .image {
    height: 160px;
    text-align: center;
    lefT: 0;
    right: 0;
    background-size: cover;
    width: 213px;
    position: relative;
}

.dialog.quickPrints .productThumbnail .quantityDiscount {
    color: #AB4D2E;
    font-style: italic;
    font-family: "pro-minion";
    cursor: pointer;
    margin: auto 0;
    margin: 29px auto -9px;
    font-size: 14px;
}

.dialog.quickPrints .productThumbnail .quantityDiscount:hover {
    color: #863C24;
}

.dialog.quickPrints:not(.hasQuantityDiscount) .productThumbnail .quantityDiscount {
    display: none;
}

.dialog.quickPrints .menu,
.dialog.quickPrints .groups {
    width: 100%;
    border-bottom: 1px solid #ECECEC;
    text-align: center;
}

.dialog.quickPrints .groups {
    display: flex;
    justify-content: center;
}

.dialog.quickPrints .menu .menuName,
.dialog.quickPrints .groups .groupName,
.dialog.quickPrints .groups .seeAllProducts {
    cursor: pointer;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

.dialog.quickPrints .menu .menuName.selected,
.dialog.quickPrints .groups .groupName.selected {
    border-bottom: 2px solid #444;
    color: #444;
}

.dialog.quickPrints .menu .menuName:hover,
.dialog.quickPrints .groups .groupName:hover {
    color: #444;
}

.dialog.quickPrints .panel {
    height: calc(86% - 190px);
    overflow-y: auto;
}

.dialog.quickPrints .products {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ECECEC;
}

.dialog.quickPrints .products .product {
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    padding-left: 20px;
    cursor: pointer;
    max-width: 500px;
    margin: auto;
    position: relative;
}

.dialog.quickPrints .from {
    position: Absolute;
    right: 124px;
}

.dialog.quickPrints .gift {
    position: absolute;
    right: 74px;
}

.dialog.quickPrints .gift .tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 14px;
    padding-top: 12px;
    padding-right: 14px;
    padding-bottom: 12px;
    max-width: 200px;
    transition: opacity 0.2s ease;
    z-index: 9999;
    background: #444;
    top: 31px;
    left: 0;
    width: auto;
    color: white;
    height: 13px;
    line-height: 13px;
    text-align: center;
    white-space: nowrap;
    top: 36px;
    transform: translateX(-44%);
    font-size: 14px;
}

.dialog.quickPrints .gift .tooltip:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #444444;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.dialog.quickPrints .gift:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s 0.5s ease;
}

.dialog.quickPrints .products .product:hover .from,
.dialog.quickPrints .products .product:hover .productName,
.dialog.quickPrints .products .product:hover .price {
    color: #444;
}

.dialog.quickPrints .seeAllProducts.icon4After:hover:after,
.dialog.quickPrints .products .product:hover .price.icon4After:after {
    background-position: -20px -1240px;
}

.dialog.quickPrints .products .product .productName {
    float: left;
}

.dialog.quickPrints .products .product .price {
    float: right;
    margin-right: 20px;
    padding-right: 20px;
}

.dialog.quickPrints .products .product .gift {
    float: right;
    background-position: 0px -1380px;
    height: 20px;
    width: 20px;
    margin-top: 8px;
    margin-right: 40px;
}

.dialog.quickPrints .products .product:hover .gift {
    background-position: -20px -1380px;
}

.dialog.quickPrints .seeAllProducts.icon4After:after,
.dialog.quickPrints .products .product .price.icon4After:after {
    background-position: 0px -1240px;
    width: 20px;
    height: 20px;
    right: -5px;
}

.dialog.quickPrints .seeAllProducts.icon4After:after {
    top: -11px;
}

.dialog.quickPrints .products .product:hover {
    color: #333;
}

.dialog.quickPrints .navigation {
    margin: 6vh;
}

.dialog.quickPrints .navigation.banner {
    position: Absolute;
    top: 0;
}

.dialog.quickPrints .navigation .back {
    padding-left: 18px;
    cursor: pointer;
    float: left;
}

.dialog.quickPrints .navigation .addToCart {
    float: right;
}

.dialog.quickPrints .navigation .addToCart .button {
    line-height: 40px;
    height: 40px;
    min-width: 110px;
    text-align: center;
    cursor: pointer;
    float: right;
    padding: 0 10px;
}

.dialog.quickPrints .navigation .addToCart .number {
    float: right;
}

.dialog.quickPrints .navigation .addToCart .text {
    float: left;
}

.dialog.quickPrints .navigation .addToCart .textField {
    padding: 0;
    position: relative;
}

.dialog.quickPrints .navigation .addToCart .textField .validationError {
    position: absolute;
    top: 0;
    width: 200px;
    left: -80px;
    top: 47px;
}

.dialog.quickPrints .navigation .addToCart input {
    float: left;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    padding-left: 0;
    font-size: 12px;
    color: #BCBCBC;
    font-weight: 400;
}

.dialog.quickPrints .navigation .addToCart .minus {
    float: left;
    background-position: 0px -1420px;
    height: 21px;
    width: 22px;
    margin-right: 6px;
    margin-left: 6px;
    margin-top: 9px;
    cursor: pointer;
}

.dialog.quickPrints .navigation .addToCart .minus:hover {
    background-position: -20px -1420px;
}

.dialog.quickPrints .navigation .addToCart .plus {
    float: right;
    background-position: 0px -1400px;
    height: 21px;
    width: 22px;
    margin-right: 14px;
    margin-left: 6px;
    margin-top: 9px;
    cursor: pointer;
}

.dialog.quickPrints .navigation .addToCart .plus:hover {
    background-position: -20px -1400px;
}

.dialog.quickPrints .navigation .back:before {
    background-position: -0px -1240px;
    width: 14px;
    transform: rotate(180deg);
    height: 20px;
}

.dialog.quickPrints .navigation.banner .back:before {
    background-position: -20px -1240px;
}

.dialog.quickPrints .navigation .back:hover:before {
    background-position: -20px -1240px;
}

.dialog.quickPrints .productTitle {
    margin-top: calc(12vh + 40px);
    text-align: center;
}

.dialog.quickPrints .productDiscount {
    margin-top: 12px;
    text-align: center;
}

.dialog.quickPrints .productPrice {
    margin-top: 12px;
    text-align: center;
}

.dialog.quickPrints .editProductTool {
    width: auto;
    height: 50%;
    max-height: 550px;
}

.dialog.quickPrints .layoutPanel {
    margin-top: 5%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    height: 42px;
    overflow: hidden;
}

.dialog.quickPrints .layoutPanel.families {
    height: 80px;
}

.dialog.quickPrints .layoutPanel.rotator > .thumbs {
    overflow: hidden;
    height: 42px;
    width: 3000px;
    text-align: left;
    position: relative;
}

.dialog.quickPrints .layoutPanel.families .thumbs {
    height: 80px;
}

.dialog.quickPrints .layoutPanel.rotator {
    margin-left: auto;
    margin-right: auto;
}

.dialog.quickPrints .layoutPanel .left,
.dialog.quickPrints .layoutPanel .right {
    display: none;
}

.dialog.quickPrints .layoutPanel.rotator .left,
.dialog.quickPrints .layoutPanel.rotator .right {
    position: absolute;
    width: 15px;
    background-position: 0px -1321px;
    height: 18px;
    display: block;
    left: 20px;
    margin-top: 46px;
    cursor: pointer;
}

.dialog.quickPrints .layoutPanel.rotator .left:hover {
    background-position: -20px -1301px;
}

.dialog.quickPrints .layoutPanel.rotator .right {
    left: auto;
    right: 20px;
    background-position: 0px -1361px;
}

.dialog.quickPrints .layoutPanel.rotator .right:hover {
    background-position: -20px -1341px;
}

.dialog.quickPrints .layoutPanel .option {
    width: 84px;
    height: 42px;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
}

.dialog.quickPrints .layoutPanel.families:not(.menuWide) .option {
    width: 50px;
    height: 50px;
    position: relative;
}

.dialog.quickPrints .layoutPanel .optionText {
    display: none;
}

.dialog.quickPrints .layoutPanel.textInside .optionText {
    display: block;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 42px;
}

.dialog.quickPrints .layoutPanel .option.selected,
.dialog.quickPrints .layoutPanel .option:hover {
    background-position: 0 -42px;
}

.dialog.quickPrints .layoutPanel.families:not(.menuWide) .option.selected,
.dialog.quickPrints .layoutPanel.families:not(.menuWide) .option:hover {
    background-position: 0 -50px;
}

.dialog.quickPrints .pnlStoreCatalogPromotionCaption {
    text-align: center;
    margin-top: 28px;
    font-family: 'Gotham Narrow SSm A' , 'Gotham Narrow SSm B', sans-serif;
    font-size: 13px;
    color: #444444;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: none;
    cursor: pointer;
}

.dialog.quickPrints .pnlStoreCatalogPromotionDescription {
    text-align: center;
    margin-top: 18px;
    font-family: 'Gotham Narrow SSm A' , 'Gotham Narrow SSm B', sans-serif;
    font-size: 13px;
    color: #BCBCBC;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: none;
    cursor: pointer;
}

.pnlXSaleOffers.pnlXSaleList_title,
.pnlXSaleOffers.pnlXSaleOffers_title {
    display: none;
}

body.gallery .pnlXSaleLists_products {
    height: calc(100% - 200px);
    overflow-y: scroll;
    margin-top: 0;
}

body.gallery .pnlXSaleLists_products.large {
    text-align: center;
    width: calc(100% - 26px);
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
}

body.gallery .pnlXSaleLists_products.large .pnlPromotionBox {
    display: inline-block;
    margin: 0 20px;
}

body.gallery .pnlXSaleLists_products.large .pnlPromotionBox:first-child {
    margin-top: 14px;
}

body.gallery .pnlXSaleLists_products.large .pnlPromotionBox:last-child {
    margin-bottom: 30px;
}

.pnlPromotionBox:last-child {
    margin-bottom: 40px;
}

.dialog.quickPrints .pnlStoreCatalogPromotion {
    width: 321px;
    height: calc(321px / 1.333);
    background-size: cover;
    margin: auto auto;
    margin-top: 60px;
    cursor: pointer;
}

.dialog.quickPrints.loading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    background-image: url(resources/singles/loading.svg?r=r84.7);
    width: 40px;
    height: 40px;
    background-size: contain;
}

.pnlCompositionsEditor {
    vertical-align: top;
    text-align: left;
    direction: ltr;
    position: relative;
    width: 100%;
    height: 100%;
}

.pnlCompositionsEditorMainStrip {
    height: 100%;
}

.fldCompositionsEditor {
    display: inline-block;
}

.pnlCompositionWorkarea {
    direction: ltr;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pnlCompositionProduct {
    position: absolute;
}

.pnlCompositionTrim {
    overflow: hidden;
    position: absolute;
}

.objCompositionFinishing {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 195;
}

.fldCompositionsEditorLeftColumn {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0;
    cursor: pointer;
    height: 95px;
    padding: 0px;
    margin: 0px;
}

.fldCompositionsEditorRightColumn {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 0;
    cursor: pointer;
    height: 95px;
    padding: 0px;
    margin: 0px;
}

.pnlCompositionsEditorMain {
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}

.pnlCompositionCropBox {
    position: absolute;
    overflow: hidden;
    z-index: 100;
}

.objCompositionImageCrop {
    position: absolute;
}

.addSlot {
    display: none;
}

body.gallery .cropButton {
    font-family: 'Gotham Narrow SSm A' , 'Gotham Narrow SSm B', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 80px;
    background: #333;
    margin: auto auto;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.pnlStoreCompositionBoxControlsPack1,
.pnlCompositionBoxesHandle {
    position: absolute;
    z-index: 1000;
}

.pnlStoreCompositionBoxControlsPack1 {
    background-color: rgba(255, 255, 255, 0.7);
}

.pnlCompositionPhotoDragHandle {
    position: absolute;
}

.pnlCompositionDragBox {
    position: absolute;
}

.objCompositionImageDrag {
    position: absolute;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.pnlCompositionBoxZoom_wrapper {
    position: absolute;
    width: 54px;
    height: 230px;
}

.pnlCompositionBoxZoom_slider {
    position: absolute;
    top: 33px;
    height: 110px;
    width: 42px;
}

.pnlCompositionBoxZoom_scellbarbg {
    position: absolute;
    left: 16px;
    height: 100%;
    width: 8px;
    padding: 0px 0px;
    border: 1px solid #333333;
    background-color: white;
}

.pnlCompositionBoxZoom {
    position: absolute;
    z-index: 6000000;
}

.pnlCompositionBoxZoom_handel {
    cursor: pointer;
    position: absolute;
    left: 11px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #333333;
    background: white;
    z-index: 20;
}

.pnlCompositionBoxZoom_scellbar {
    position: absolute;
    bottom: -1px;
    left: 16px;
    height: 100%;
    width: 8px;
    padding: 0px 0px;
    border: 1px solid #333333;
    border-right: 1px solid #18a0a4;
    background-color: #333333;
}

.pnlCompositionBoxZoom_zoomboxbg {
    position: absolute;
    height: 100%;
    width: 42px;
    border: 1px solid #dddddd;
    background-color: white;
}

.pnlCompositionBoxBW .triangle,
.pnlCompositionBoxZoom_righttriangl {
    position: absolute;
    top: 100px;
    left: 42px;
    width: 0px;
    height: 0px;
}

.pnlCompositionBoxBW .triangle:after, .pnlCompositionBoxBW .triangle:before,
.pnlCompositionBoxZoom_righttriangl:after, .pnlCompositionBoxZoom_righttriangl:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pnlCompositionBoxBW .triangle {
    right: 11px;
    left: auto;
}

.pnlCompositionBoxBW .triangle:after,
.pnlCompositionBoxZoom_righttriangl:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}

.pnlCompositionBoxBW .triangle:before,
.pnlCompositionBoxZoom_righttriangl:before {
    border-color: rgba(221, 221, 221, 0);
    border-left-color: #dddddd;
    border-width: 11px;
    margin-top: -11px;
}

.pnlCompositionBoxBW .ok,
.pnlCompositionBoxZoom_zoomok {
    position: absolute;
    bottom: 5px;
    left: 5.5px;
    text-align: center;
    width: 20px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    border-radius: 15px;
    height: 18px;
    font-size: 15px;
    color: white;
    padding: 6px 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #333333;
    color: white;
    border: 1px solid #dddddd;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pnlCompositionBoxBW .ok:hover,
.pnlCompositionBoxZoom_zoomok:hover {
    background-color: black;
}

.pnlCompositionBoxBW .ok {
    width: 48px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.pnlCompositionBoxZoom_plus {
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 11px;
    height: 20px;
    width: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.pnlCompositionBoxZoom_plus:hover {
    color: black;
}

.pnlCompositionBoxZoom_minus {
    cursor: pointer;
    position: absolute;
    bottom: 65px;
    left: 11px;
    height: 20px;
    width: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.pnlCompositionBoxZoom_minus:hover {
    color: black;
}

.pnlCompositionBoxZoom_rotate {
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    left: 11px;
    height: 20px;
    width: 20px;
    background-image: url(resources/sprites/uispriteb.png?t=20);
    background-position: -255px -260px;
}

.pnlCompositionBoxZoom_rotate:hover {
    background-position: -255px -280px;
}

body.gallery .pnlCompositionBoxZoom_qualityMessage:after {
    border-right: 6px solid #f9f8f3;
    left: -5px;
}

body.gallery .pnlCompositionBoxZoom_qualityMessage {
    left: 53px;
}

.pnlMainPromotionBox {
    width: 100%;
    background-size: cover;
}

.gallery .banners {
    height: auto;
    font-weight: 200;
}

.banners {
    height: 480px;
    text-align: CENTER;
}

.banners .galleryBannersWrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.banners .banner {
    display: inline-block;
    cursor: pointer;
}

.banners .banner .text, .banners .banner .subtext {
    height: auto;
}

.banners .banner .subtext {
    margin-bottom: 100px;
}

.banners .banner div {
    width: 300px;
    height: 225px;
    background-size: cover;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.savedJobs .outerProgress .label {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
}

.gallerySelection .selectionAddScenes.pTooltip.menu.confirm > .optionsPanel > .optionsPanelInner {
    width: auto;
    max-height: 30vh;
    overflow-y: auto;
}

.gallerySelection .selectionAddScenes.pTooltip.menu .option:not(.pButton) {
    padding: 0;
}

.gallerySelection .pTooltip.menu.confirm > .optionsPanel {
    color: #aaaaaa;
    width: 250px;
    transform: initial;
    top: calc(100% + 2px);
    left: initial;
    right: 0;
}

/* photo stream */
/* sample from book selection */
.sample.photoStream img {
    width: 100%;
    height: 100%;
}

.sample.photoStream .publishButton {
    bottom: 64px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white;
}

.sample.photoStream .publishButton:hover {
    background-color: white;
    border: 1px solid #333333;
}

.sample.photoStream .publishButton .photoTagIcon {
    margin: 9px;
    background: transparent;
}

.sample.photoStream .publishButton:hover .photoTagIcon {
    background-image: url("./resources/sprites/gallery4uisprite.png?r=r84.7") !important;
    background-position: -120px -960px !important;
}

/* *****************************     new photoStream                     *******************************************************/
/********************* Photo stream User Control **********************************/
.pnlDialogGalleryFullXButton {
    right: -18px;
    top: -42px;
}

.photostream2 {
    width: 100%;
    position: relative;
}

.photostream2 .hidden {
    display: block;
    position: absolute;
    top: -9999px;
}

.photostream2 .duplex {
    position: relative;
    margin-bottom: 60px;
}

.photostream2 .duplex.animating {
    -webkit-transition: height 800ms ease-out, margin-bottom 800ms ease-out;
    transition: height 800ms ease-out, margin-bottom 800ms ease-out;
    -moz-transition: height 800ms ease-out, margin-bottom 800ms ease-out;
    -o-transition: height 800ms ease-out, margin-bottom 800ms ease-out;
}

.photostream2.showRows .duplex {
    border: 1px solid purple;
}

.photostream2 .upperFloor, #gallery3 .lowerFloor {
    position: relative;
}

.photostream2.showRows .upperFloor, #gallery3.showRows .lowerFloor {
    border: 1px solid #333333;
}

.photostream2 .upperFloor {
    margin-bottom: 60px;
}

.photostream2 .block, .pnlDialogGalleryFull .block {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.photostream2 .block.animating {
    -webkit-transition: top 800ms ease-out, left 800ms ease-out, height 800ms ease-out, width 800ms ease-out, margin-top 800ms ease-out;
    transition: top 800ms ease-out, left 800ms ease-out, height 800ms ease-out, width 800ms ease-out, margin-top 800ms ease-out;
    -moz-transition: top 800ms ease-out, left 800ms ease-out, height 800ms ease-out, width 800ms ease-out, margin-top 800ms ease-out;
    -o-transition: top 800ms ease-out, left 800ms ease-out, height 800ms ease-out, width 800ms ease-out, margin-top 800ms ease-out;
    background-size: cover;
    background-position: 50% 50%;
}

.photostream2 .block.animating .photoButtonPanel {
    display: none;
}

.photostream2 .block span.likeAnimation {
    display: block;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    position: absolute;
    background-position: -40px -480px;
    margin-left: -40px;
    margin-top: -40px;
    animation: showLikeIcon 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: showLikeIcon 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: showLikeIcon 2s;
    -o-animation: showLikeIcon 2s;
}

.photostream2 .block.Ad {
    cursor: pointer;
    overflow: hidden;
    border: 1px solid transparent;
}

.photostream2 .block.Image {
    border: 1px solid #eeeeee;
    background-color: #dbd9d9;
}

.photostream2 .block.Image.embedded .overlay.spinnerWhiteSmall {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #dbd9d9;
    border: 1px solid #eeeeee;
    top: 0;
    background-position: center;
    display: none;
    margin: auto;
}

.photostream2 .block.Image.embedded.loading .overlay.spinnerWhiteSmall {
    display: block;
}

.photostream2 .block.Image.embedded {
    max-width: 1000px;
    background-color: white;
    border: none;
    text-align: center;
}

.photostream2 .block.Image.embedded.text {
    cursor: default;
}

.photostream2 .block.Image iframe {
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.photostream2 .block.Image.spinnerWhiteSmall {
    background-position: center;
}

.photostream2 .block.Image.video {
    background-size: cover;
    background-repeat: no-repeat;
}

.photostream2 .block.Image .img, .pnlDialogGalleryFullContent .block.Image .img {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    transition: opacity 400ms;
    opacity: 0;
}

.pnlDialogGalleryFullContent .block.Image .img {
    opacity: 1;
    background-repeat: no-repeat;
}

.photostream2 .block.Image {
    cursor: pointer;
    overflow: hidden;
}

.photostream2 .block.Image .img.thumbres {
    -webkit-filter: blur(3px);
    opacity: 1;
}

.pnlDialogGalleryFullContent .block.Image .img.thumbres {
    -webkit-filter: blur(3px);
    opacity: 1;
}

.photostream2 .block.Image .img.highres {
    transition: opacity 400ms;
    opacity: 1;
    background-repeat: no-repeat;
}

.photoStrea .block.Image.hiddenPhoto {
    cursor: default;
}

/*  **  */
.photostream2 .block .sceneTitle {
    /*top: 50%;*/
    /*position: absolute;*/
    /*height: 50px;*/
    /*margin-top: -20px;*/
    width: 100%;
    text-align: center;
    /*line-height: 50px;*/
}

.photostream2 .block .textEmbed,
body .help.textEmbed {
    line-height: 150%;
    font-style: italic;
    top: 0;
    word-break: break-word;
    height: auto;
    margin: 0 auto;
    font-family: 'Crimson Text', serif;
    letter-spacing: 1.3px;
}

.photostream2 .block .textEmbed a,
body .help.textEmbed a {
    text-decoration: underline;
}

.hiddenDuplex .block > img,
.firstHidden .block > img,
.hiddenDuplex .block.StopMotion2,
.firstHidden .block.StopMotion2 {
    opacity: 0.5;
}

.firstHidden .sceneTitle {
    text-align: center;
}

.firstHidden .sceneTitle > div {
    padding-top: 100px;
    padding-bottom: 100px;
}

.photostream2 .block.SceneTitle {
    display: block !important;
}

.photostream2.sneakpeek .block .sceneTitle {
    display: none !important;
}

.photostream2 .block .sceneTitle > div, .firstHidden .sceneTitle > div {
    display: inline-block;
    position: relative;
    letter-spacing: 0.15em;
    line-height: 20px;
}

.photostream2 .block .sceneTitle .longButton {
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    margin-left: 40px;
    margin-bottom: 10px;
    background-color: #e9e9e9;
    padding: 0px 15px 0px 35px;
    cursor: pointer;
    width: 200px;
    position: absolute !important;
    right: 0;
}

.photostream2 .block .sceneTitle .longButton.loading {
    background-color: #e9e9e9 !important;
    cursor: default;
}

.photostream2 .block .sceneTitle .longButton.loading > * {
    display: none;
}

.photostream2 .block .sceneTitle .longButton .loadingInner {
    display: none;
}

.photostream2 .block .sceneTitle .longButton.loading .loadingInner {
    display: block;
}

.photostream2 .block .sceneTitle .longButton span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
}

.photostream2 .block .sceneTitle .longButton .smallIcon {
    background-position: -120px -640px;
}

body.noTouch .photostream2 .block .sceneTitle .longButton:hover .smallIcon {
    background-position: -120px -660px;
}

.photostream2 .block .sceneTitle .longButton .loadingInner {
    left: 21px;
    padding-left: 23px;
    margin-left: 0;
    line-height: 18px;
}

.photostream2 .block .photoButtonPanel {
    width: 100%;
    position: absolute;
    overflow: visible;
    z-index: 2;
    bottom: 0;
}

.fullscreenDialog .block .footer,
.photostream2 .block .footer {
    position: absolute;
    bottom: 0px;
    height: 41px;
    width: 100%;
    left: 0;
    display: none;
}

.fullscreenDialog .block .footer {
    bottom: -50px;
    left: -11px;
    display: block;
    cursor: pointer;
}

.fullscreenDialog .block .footer div {
    cursor: pointer;
}

.fullscreenDialog .block .footer .fileDetails {
    z-index: -1;
    text-align: right;
}

.fullscreenDialog .block .footer .fileDetails .filename {
    padding-left: 15px;
    margin-right: 17px;
}

.photostream2 .block.Image .gradient {
    content: '';
    position: absolute;
    right: 0;
    height: 100px;
    bottom: -100px;
    left: 0;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.21)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.65) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.65) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
    /* IE6-8 */
    z-index: 2;
    -webkit-transition: bottom 200ms;
}

.photostream2 .block.Image .gradient.end {
    bottom: 0;
}

.fullscreenDialog .block.Image .footer,
.photostream2 .block.Image .footer {
    z-index: 3;
}

.photostream2 .block.Image .footer {
    bottom: -100px;
    -webkit-transition: bottom 200ms;
}

.photostream2 .block.Image .footer.end {
    bottom: 0px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.photostream2 .block.Image .footer.end .blockIconsWrapper:first-child {
    display: flex;
    max-width: calc(100% - 40px);
}

.photostream2 .block.Image .footer.end .blockIconsWrapper .print .label {
    display: none;
}

.photostream2 .block.Image .footer.end.hasBuyLabel .blockIconsWrapper:first-child {
    width: 70%;
}

.photostream2 .block.Image .footer.end.hasBuyLabel .blockIconsWrapper .print .label {
    display: block;
}

.fullscreenDialog .block.Image .footer.end {
    bottom: -40px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    height: 40px;
}

.fullscreenDialog .block.Image .hover,
.photostream2 .block.Image .hover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}

.fullscreenDialog .block.Image .hover {
    z-index: 2;
}

.fullscreenDialog .block.Image .upper,
.photostream2 .block.Image .upper {
    height: 50%;
    width: 100%;
}

.photostream2 .block.Image .upper {
    opacity: 0;
}

.photostream2 .block.Image .upper.end {
    -webkit-transition: opacity 300ms;
    opacity: 1;
}

.fullscreenDialog .block.Image .secondLevel,
.photostream2 .block.Image .secondLevel {
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.photostream2 .block.Image .secondLevel.active {
    opacity: 0.7;
}

.fullscreenDialog .block.Image .secondLevel {
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background: none;
    height: 55px;
}

.fullscreenDialog .block.Image .secondLevel .inner {
    color: white;
}

.fullscreenDialog .block.Image .secondLevel .overlay {
    position: absolute;
    background-color: black;
    z-index: -1;
    opacity: 0.3;
    height: 100%;
    width: 100%;
}

.fullscreenDialog .block.Image .secondLevel .inner,
.photostream2 .block.Image .secondLevel .inner {
    position: absolute;
    top: 0;
    left: 11px;
    bottom: 69px;
    right: 11px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    letter-spacing: 0.08em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.fullscreenDialog .block.Image .secondLevel .inner .friendLike,
.photostream2 .block.Image .secondLevel .inner .friendLike {
    margin-top: 2px;
}

.fullscreenDialog .block.Image .secondLevel .inner {
    letter-spacing: 0.05em;
    font-family: 'PT Sans', sans-serif;
}

.fullscreenDialog .block.Image .secondLevel .inner {
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreenDialog .block.Image .hoverphotographer .secondLevel {
    height: auto;
}

.fullscreenDialog .block.Image .hoverphotographer .secondLevel .inner.innerphotographer {
    display: block;
    position: relative;
    padding: 7px 0;
}

.fullscreenDialog .block.Image .hoverphotographer .secondLevel .inner.innerphotographer .overlay {
    bottom: 0;
}

.fullscreenDialog .block.Image .secondLevel .inner.innerphotographer {
    justify-content: left;
}

.photostream2 .block.Image .secondLevel .downloadInner {
    position: absolute;
    bottom: 0;
    color: white;
}

.photostream2 .block.Image .secondLevel .downloadInner__message {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 44px;
}

.photostream2 .block.Image .secondLevel .downloadInner__message::before {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    top: 0;
    background-position: -160px -1800px;
    background-image: url(resources/sprites/client.svg?r=r84.7);
    left: 0;
    right: 0;
    margin: auto;
}

.fullscreenDialog .block.Image .secondLevel .downloadInner .desc,
.photostream2 .block.Image .secondLevel .downloadInner .desc {
    color: #aaa;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    width: 80%;
}

.fullscreenDialog .block.Image .secondLevel .inner {
    height: 100%;
    width: 100%;
}

.fullscreenDialog .block.Image.intro .footer,
.photostream2 .block.Image.intro .footer {
    display: flex;
}

.fullscreenDialog .block.Image:hover .footer {
    z-index: 1;
}

.fullscreenDialog .block.Image .footer .link,
.photostream2 .block.Image .footer .link,
.photostream2 .block.Image .footer .buyButton,
.fullscreenDialog .block .footer .fileDetails,
.fullscreenDialog .block .footer .buyIcon {
    width: 40px;
    height: 40px;
    z-index: 3;
    display: inline-block;
}

.photostream2 .block.Image .footer .print,
.fullScreenDialog .footer .print {
    width: initial;
    height: 100%;
    position: absolute;
    right: 37px;
    display: flex;
    align-items: center;
    text-align: right;
}

.fullScreenDialog .footer .print {
    color: black;
    top: 0;
    left: -30px;
}

body.gallery .printInner {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 55px;
}

.photostream2 .block.Image .footer .link {
    position: relative;
}

/*
.photostream2 .block.Image .footer .buyButton:after{
	position: absolute;
	content: "";
	height: 72px;
	width: 82px;
	top: -17px;
	right: -8px;
}
*/
.photostream2 .block.Image .footer .link.hoverLong:after {
    content: "";
    border-top: 1px solid #7e7e7e;
    width: 10000%;
    top: -10px;
    left: 30px;
    height: 10px;
    position: absolute;
}

.photostream2 .block.Image .footer .link.hoverLong:before {
    content: "";
    border-top: 1px solid #7e7e7e;
    width: 250px;
    top: -10px;
    left: -237px;
    height: 10px;
    position: absolute;
}

.fullscreenDialog .block.Image .footer .link .triangle {
    display: none !important;
}

.photostream2 .block.Image .footer .link .triangle {
    content: "";
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    top: -10px;
    left: 11px;
    background-position: 0 -160px;
}

.photostream2 .block.Image .footer .link.hoverLong .triangle {
    display: block;
}

.fullscreenDialog .block.Image .footer .likeButton,
.photostream2 .block.Image .footer .likeButton {
    background-position: -160px -240px;
    width: auto;
    min-width: 40px;
}

.fullscreenDialog .block.Image .footer .likeButton .text,
.photostream2 .block.Image .footer .likeButton .text {
    color: white;
    display: none;
    margin-left: 38px;
    margin-top: 9px;
}

.photostream2 .block.Image .footer .likeButton .text.hide {
    display: none;
}

.fullscreenDialog .block.Image .footer .likeButton {
    background-position: -120px -240px;
}

.fullscreenDialog .block.Image .footer .likeButton:hover {
    background-position: -40px -240px;
}

.fullscreenDialog .block.Image .footer .emailButton,
.photostream2 .block.Image .footer .emailButton {
    background-position: -160px -40px;
}

.fullscreenDialog .block.Image .footer .emailButton {
    background-position: -120px -40px;
}

.fullscreenDialog .block.Image .footer .emailButton:hover {
    background-position: -40px  -40px;
}

.fullscreenDialog .block.Image .footer .shareButton,
.photostream2 .block.Image .footer .shareButton {
    background-position: -160px -80px;
}

.fullscreenDialog .block.Image .footer .shareButton {
    background-position: -120px -80px;
}

.fullscreenDialog .block.Image .footer .shareButton:hover {
    background-position: -40px -80px;
}

.fullscreenDialog .block.Image .footer .photographerButton,
.photostream2 .block.Image .footer .photographerButton {
    background-position: -160px -280px;
}

.fullscreenDialog .block.Image .footer .photographerButton {
    background-position: -120px -280px;
}

.fullscreenDialog .block.Image .footer .photographerButton:hover {
    background-position: -40px -280px;
}

.fullscreenDialog .block.Image .footer .downloadButton,
.photostream2 .block.Image .footer .downloadButton {
    background-position: -160px -1120px;
}

.fullscreenDialog .block.Image .footer .downloadButton {
    background-position: -120px -1120px;
}

.fullscreenDialog .block.Image .footer .downloadButton:hover {
    background-position: -40px -1120px;
}

.photostream2 .block.Image .footer .buyButton,
.fullscreenDialog .block.Image .footer .buyButton {
    background-position: -120px -360px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.fullscreenDialog .block.Image .footer .buyButton {
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.fullscreenDialog .block.Image .footer .buyButton .print {
    height: 100%;
    display: flex;
    align-items: center;
    right: 35px;
    position: absolute;
    color: black;
}

.photostream2 .block.Image .footer .buyButton {
    background-position: -160px -360px;
}

.fullscreenDialog .block.Image .footer .buyButton:hover {
    background-position: -40px -360px;
}

.photostream2 .block.Image .footer .buyButton:hover .print {
    color: white;
}

.fullscreenDialog .block.Image .footer .buyButton:hover .print {
    color: #BCBCBC;
}

.photostream2 .block.Image .footer .link.likeButton:hover {
    background-position: -160px -240px;
}

.photostream2 .block.Image .footer .link.emailButton:hover {
    background-position: -160px -40px;
}

.photostream2 .block.Image .footer .link.shareButton:hover {
    background-position: -160px -80px;
}

.photostream2 .block.Image .footer .link.photographerButton:hover {
    background-position: -160px -280px;
}

.photostream2 .block.Image .footer .link.downloadButton:hover {
    background-position: -160px -1120px;
}

.photostream2 .block.Image .footer .link.inactive.likeButton {
    background-position: -40px -240px;
}

.photostream2 .block.Image .footer .link.inactive.emailButton {
    background-position: -40px -40px;
}

.photostream2 .block.Image .footer .link.inactive.shareButton {
    background-position: -40px -80px;
}

.photostream2 .block.Image .footer .link.inactive.photographerButton {
    background-position: -40px -280px;
}

.photostream2 .block.Image .footer .link.inactive.downloadButton {
    background-position: -40px -1120px;
}

.photostream2 .block.Image .footer .link.active.likeButton {
    background-position: -240px -240px;
}

.photostream2 .block.Image .footer .link.active.emailButton {
    background-position: -240px -40px;
}

.photostream2 .block.Image .footer .link.active.shareButton {
    background-position: -240px -80px;
}

.photostream2 .block.Image .footer .link.active.photographerButton {
    background-position: -240px -280px;
}

.photostream2 .block.Image .footer .link.active.downloadButton {
    background-position: -240px -1120px;
}

.fullscreenDialog .block.Image .footer .link.active.likeButton {
    background-position: -200px -240px;
}

.fullscreenDialog .block.Image .footer .link.active.emailButton {
    background-position: -200px -40px;
}

.fullscreenDialog .block.Image .footer .link.active.shareButton {
    background-position: -200px -80px;
}

.fullscreenDialog .block.Image .footer .link.active.photographerButton {
    background-position: -200px -280px;
}

.fullscreenDialog .block.Image .footer .link.active.downloadButton {
    background-position: -200px -1120px;
}

.fullscreenDialog .block.Image .tags,
.photostream2 .block.Image .tags {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.photostream2.sneakpeek .block.Image .tags {
    display: none;
}

.fullscreenDialog .block.Image .tags.hide,
.photostream2 .block.Image .tags.hide {
    opacity: 0;
}

.fullscreenDialog .block.Image .tags.album,
.photostream2 .block.Image .tags.album {
    height: auto;
    top: auto;
    bottom: 0;
}

.fullscreenDialog .block.Image .tags.album .albumNotice,
.photostream2 .block.Image .tags.album .albumNotice {
    border: 2px solid white;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    margin-left: 7px;
}

.fullscreenDialog .block.Image .tags.album .albumNotice:after,
.photostream2 .block.Image .tags.album .albumNotice:after {
    display: none;
}

.fullscreenDialog .block.Image .tags.album .albumNotice.active,
.photostream2 .block.Image .tags.album .albumNotice.active {
    background: #333333 !important;
}

.fullscreenDialog .block.Image .tags.album .albumNotice.active:after,
.photostream2 .block.Image .tags.album .albumNotice.active:after {
    background-position: -160px -960px !important;
    content: "";
    border-radius: 50%;
    display: block;
    opacity: 1 !important;
}

.fullscreenDialog .block.Image .tags.album .albumNotice:hover,
.photostream2 .block.Image .tags.album .albumNotice:hover {
    background: #333333;
}

.fullscreenDialog .block.Image .tags.album .albumNotice:hover:after,
.photostream2 .block.Image .tags.album .albumNotice:hover:after {
    background-position: -120px -960px;
    content: "";
    border-radius: 50%;
    display: block;
    opacity: 0.2;
}

.fullscreenDialog .block.Image .tags div,
.photostream2 .block.Image .tags div {
    width: 34px;
    height: 25px;
    padding-bottom: 8px;
    background-color: rgba(0, 0, 0, 0.3);
}

.fullscreenDialog .block.Image .tags div:first-child:after,
.photostream2 .block.Image .tags div:first-child:after {
    top: 6px !important;
}

.fullscreenDialog .block.Image .tags div:after,
.photostream2 .block.Image .tags div:after {
    width: 20px;
    height: 20px;
    left: 7px;
    top: 2px;
    bottom: auto;
}

.fullscreenDialog .block.Image .tags .downloadNotice:after,
.photostream2 .block.Image .tags .downloadNotice:after {
    background-position: -20px -380px;
    content: "";
}

.fullscreenDialog .block.Image .tags .shareNotice:after,
.photostream2 .block.Image .tags .shareNotice:after {
    background-position: -20px -260px;
    content: "";
}

.fullscreenDialog .block.Image .tags .emailNotice:after,
.photostream2 .block.Image .tags .emailNotice:after {
    background-position: -20px -220px;
    content: "";
}

.fullscreenDialog .block.Image .tags .likeNotice:after,
.photostream2 .block.Image .tags .likeNotice:after {
    background-position: -20px -300px;
    content: "";
}

.fullscreenDialog .block.Image .tags .photographerNotice:after,
.photostream2 .block.Image .tags .photographerNotice:after {
    background-position: -20px -340px;
    content: "";
}

.fullscreenDialog .block.Image .tags .likeNotice .text,
.fullscreenDialog .block.Image .tags .photographerNotice .text,
.photostream2 .block.Image .tags .likeNotice .text,
.photostream2 .block.Image .tags .photographerNotice .text {
    color: white;
    position: absolute;
    left: 7px;
    top: 29px;
    z-index: 1;
    font-size: 11px;
    width: 21px;
    text-align: center;
}

.fullscreenDialog .block.Image .tags .likeNotice:not(.hide),
.photostream2 .block.Image .tags .likeNotice:not(.hide) {
    height: 40px;
}

.photostream2 .block.Image .tags .likeNotice.hide,
.fullscreenDialog .block.Image .tags .likeNotice.hide {
    height: 25px;
}

.photostream2 .block.Image .tags .likeNotice.hide .text,
.fullscreenDialog .block.Image .tags .likeNotice.hide .text {
    display: none;
}

.fullscreenDialog .block.Image .tags .photographerNotice .text,
.photostream2 .block.Image .tags .photographerNotice .text {
    left: 13px;
    top: 15px;
}

.bodyRTL .fullscreenDialog .block.Image .tags .photographerNotice .text,
.bodyRTL .photostream2 .block.Image .tags .photographerNotice .text {
    right: 6px;
    top: 16px;
}

.fullscreenDialog .block.Image .pinIt,
.photostream2 .block.Image .pinIt,
.photostream2 .block.Image .owner {
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 3;
    cursor: pointer;
    width: 23px;
    height: 31px;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 32px;
    height: 32px;
}

.fullscreenDialog .block.Image .pinIt,
.photostream2 .block.Image .pinIt {
    top: 0px;
    background-position: 1px -915px;
    width: 40px;
    transform: scale(1);
    height: 32px;
    right: 2px;
    top: 2px;
}

.fullscreenDialog .block.Image .pinIt:after,
.photostream2 .block.Image .pinIt:after {
    right: 0;
    background-position: 0px -920px;
    height: 20px;
    top: -2px;
}

.photostream2 .block.Image.hidden {
    opacity: 0.6;
}

.photostream2 .block.Image.hidden:hover {
    opacity: 1;
}

.photostream2 .block.Image.hidden .owner.hideButton {
    background-position: -164px -1405px !important;
}

.photostream2 .block.Image.hidden .owner.hideButton:after {
    width: 67px !important;
    left: -67px !important;
}

.photostream2 .block.Image.hidden .owner.hideButton .text {
    width: 100px !important;
    left: -54px !important;
}

.photostream2 .block.Image.hidden .owner.photograph.hideButton:after {
    width: 248px !important;
    left: -244px !important;
}

.photostream2 .block.Image.hidden .owner.photograph.hideButton .text {
    width: 238px !important;
    left: -231px !important;
}

.photostream2 .block.Image .upper .owner {
    position: initial;
    margin-left: auto;
}

.photostream2 .block.Image .upper .owner.hideButton {
    background-position: -164px -1325px;
    top: 41px;
}

.photostream2 .block.Image .upper .owner.enlargeButton {
    background-position: -164px -1285px;
}

.photostream2.blockPhotoEnlarge .enlargeButton {
    display: none;
}

.photostream2 .block.Image .owner.hideButton.portrait {
    top: 0;
}

.photostream2 .block.Image .owner.hideButton:hover,
.photostream2 .block.Image .owner.enlargeButton:hover {
    background-color: black;
}

.photostream2 .block.Image .owner.hideButton:hover:after {
    position: absolute;
    width: 180px;
    height: 32px;
    left: -190px;
    content: "";
    background: black;
    top: 0px;
}

.photostream2 .block.Image .owner.hideButton.photograph:hover:after {
    width: 236px;
    left: -246px;
}

.fullscreenDialog .block.Image .fileDetails .owner.hideButton {
    background-position: -120px -1320px;
    position: relative;
    display: inline-block;
}

.fullscreenDialog .block.Image .fileDetails .owner.hideButton:hover {
    background-position: -40px -1320px;
}

.photostream2 .block.Image .owner.hideButton .text {
    display: none;
    position: absolute;
    color: white;
    width: 170px;
    left: -180px;
    z-index: 1;
    top: 6px;
}

.photostream2 .block.Image .owner.hideButton.photograph .text {
    left: -231px;
}

.photostream2 .block.Image .owner.hideButton.photograph .text {
    left: -231px;
}

.photostream2 .block.Image .owner.hideButton:hover > .text {
    display: block;
}

.photostream2 .block.Image .owner.hideButton:hover:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent black;
    position: absolute;
    content: "";
    left: -10px;
    top: 11px;
}

.fullscreenDialog .friendLike {
    color: #dddddd;
}

.fullscreenDialog .friendLike {
    margin-top: 15px;
}

.photostream2 .photographerSelections {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/*
 * Checkbox
 */
.fullscreenDialog .checkbox,
.photostream2 .checkbox {
    display: flex;
    align-items: center;
    min-height: 19px;
    cursor: pointer;
}

.fullscreenDialog .checkbox.active,
.photostream2 .checkbox.active {
    color: white;
}

.fullscreenDialog .checkbox:before,
.photostream2 .checkbox:before {
    background-position: -50px -1370px;
    width: 19px;
    height: 19px;
    content: "";
    position: absolute;
}

.fullscreenDialog .checkbox:hover:before,
.photostream2 .checkbox:hover:before {
    background-position: -90px -1370px;
}

.fullscreenDialog .checkbox.active:before,
.photostream2 .checkbox.active:before {
    background-position: -250px -1370px;
}

.fullscreenDialog .checkbox {
    color: #dddddd;
    text-transform: none;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 24px;
    margin-left: 18px;
}

.photostream2 .checkbox {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    padding-left: 33px;
}

/* /Checkbox */
.photostreamDialog2 .directBuyPanel,
.photostreamDialog .directBuyPanel {
    height: 100%;
}

.photostreamDialog2 .directBuyPanel .title,
.photostreamDialog .directBuyPanel .title {
    padding: 35px;
    padding-left: 30px;
}

.photostreamDialog2 .directBuyPanel .inner,
.photostreamDialog .directBuyPanel .inner {
    position: absolute;
    top: 80px;
    bottom: 80px;
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.photostreamDialog2 .directBuyPanel .more,
.photostreamDialog .directBuyPanel .more {
    position: absolute;
    bottom: 15px;
    height: 50px;
    right: 15px;
    line-height: 50px;
}

.photostreamDialog2 .directBuyPanel .catalogProducts,
.photostreamDialog .directBuyPanel .catalogProducts {
    margin: 50px auto;
    text-align: center;
    padding: 0;
}

.photostreamDialog2 .directBuyPanel .catalogProducts {
    width: 870px;
    margin: auto auto;
}

.photostreamDialog2 .directBuyPanel .catalogProducts .item,
.photostreamDialog .directBuyPanel .catalogProducts .item {
    display: inline-block;
    float: none;
    margin: 20px;
    cursor: pointer;
}

.photostreamDialog2 .directBuyPanel .catalogProducts .item {
    width: 250px;
}

.photostreamDialog2 .directBuyPanel .catalogProducts .item .catalogImage {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
}

.photostreamDialog2 .directBuyPanel .catalogProducts .item span {
    position: relative;
    top: -73px;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.photostreamDialog2 .directBuyPanel .catalogProducts .item .catalogImage.loading .loadingInner,
.photostreamDialog .directBuyPanel .catalogProducts .item .catalogImage.loading .loadingInner {
    display: block;
}

.photostreamDialog2 .directBuyPanel .catalogProducts .item .catalogImage .loadingInner,
.photostreamDialog .directBuyPanel .catalogProducts .item .catalogImage .loadingInner {
    position: relative !important;
    margin-left: 90px !important;
    display: none;
}

.photostream2 .block .playVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.photostream2 .block .playVideo .play {
    margin: 110px auto;
    width: 81px;
    height: 81px;
    background-position: -360px -1040px;
}

.photostream2 .block:hover .playVideo .play {
    background-position: -360px -960px;
}

.clonedImage.animating {
    -webkit-transition: all 0.5s ease-in-out  !important;
    -moz-transition: all 0.5s ease-in-out  !important;
    -o-transition: all 0.5s ease-in-out  !important;
    transition: all 0.5s ease-in-out  !important;
    background-size: cover;
    background-position: 50% 50%;
    transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
}

.clonedImage.animating.blur {
    -webkit-filter: blur(3px);
}
