body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    width: 100%;
    height: 100%;

}

html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

#main_content {
    padding-top: 0px;
}

.mainWrapper {
    min-width: 960px;
}

.navBar {
    height: 66px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

.navBar .headerLogo {
    background: url(../img/mdp_logo_navbar.png) center no-repeat;
    width: 56px;
    height: 56px;
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

.navBar .headerLogoBG {
    background: #fff;
    width: 66px;
    height: 66px;
    position: absolute;
}

.dropdownArrow {
    background: url(../img/dropdown_arrow_off.gif) center no-repeat;
    width: 7px;
    height: 9px;
    left: 49px;
    float: left;
    top: 4px;
    position: relative;
    cursor: pointer;

}

.dropdownList {
    background: #d7d7d6;
    min-width: 120px;
    top: 21px;
    left: 44px;
    min-height: 30px;
    z-index: 1;
    position: absolute;
    border-radius: 2px;
}

.albumNavigation {
    position: relative;
    width: 33%;
    float: left;
    left: 0px;

}

#timeline {
    transition: padding-top 0.5s;
    padding-top: 66px;
}
#timeline.underRefreshBar {
    padding-top: 99px !important;
}

.timelineNavigationSection {
    float: left;
    height: 100%;
    position: relative;
    margin-left: 10px;
}

.timelineNavigationSection.right {
    float: none;
    position: absolute;
    right: 40px;
    margin-left: 0px;
    /* float: right;
     max-width: 400px;
     margin-right: 40px;*/
}

.timelineNavigationSection.right.account {
    right: 110px;
}

.short {
    width: 23%;
}

.navigation a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.timelineLabelWrapper:hover .albumsIcon {
    background: url(../img/icon_albums_on.gif) center no-repeat;
}

.timelineLabelWrapper:hover .albumsLabel {
    color: #c82228;
}

.timelineLabel {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #afbebe;
    font-size: 36px;
    position: relative;
    float: left;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 160px;
    height: 43px;
    border: 1px solid #afbebe;
    border-radius: 4px;
    cursor: pointer;
    left: 0px;
    top: 7px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 8px;
}

.timelineLabel:hover {
    color: #c8232a;
}

.timelineLabel.active {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
    font-size: 36px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #c8232a;
    background-color: #c8232a;
    float: left;

    cursor: pointer;
}

.toLeftMargin {
    left: 0px;
}

.uploadIcon {
    cursor: pointer;
    margin-top: 12px;
    background: url(../img/upload_off.png) center no-repeat;
    width: 44px;
    height: 44px;
}

.uploadInProgressIcon {
    margin-top: 15px;
    height: 42px;
    width: 42px;
    border: 1px solid #c8232a;
    border-radius: 22px;
}

.uploadPercentage {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    color: #c8232a;
    margin-top: 12px;
    text-align: center;
}

.uploadIcon:hover, .uploadIcon.active {
    background: url(../img/upload_on.png) center no-repeat;
}

.userDropdownName {
    float: left;
}

.userDropdownArrow {
    background: url(../img/userDropdownArrow.jpg) center no-repeat;
    width: 13px;
    height: 9px;
    float: right;
    margin-top: 6px;
}

.active .userDropdownArrow {
    background: url(../img/userDropdownArrow.jpg) center no-repeat;
    width: 13px;
    height: 9px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.userDropdown {
    width: 100px;
    height: 150px;
    background: red;
    position: absolute;
    margin-top: 32px;
    z-index: 100;
}

.uploader {

    background: url('../img/uploadBtn.png') center no-repeat;
    cursor: pointer;
}

.uploadProgressBarWrapper {
    position: relative;
    width: 100%;
    text-align: center;
}

.uploaderProgressBar {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 18px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 48px;
    border: 1px solid #afbebe;
}

.uploaderProgressBarCompleted {
    width: 100%;
    height: 100%;
    background-color: #c82228;
    border-radius: 3px;
}

.uploadProgressText {
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #646565;
    margin-top: 42px;
    text-align: center;
}

.globalUploadProgressWrapper {
    cursor: pointer;
    width: 44px;
    height: 44px;
    float: right;
    margin-right: 2%;
    margin-top: 11px;
    position: relative;
}

.uploadProgressCircleWrapper {
    width: 44px;
    height: 44px;
    position: absolute;
}

.uploadProgressCircle {
    color: #c82228;
    font-size: 11px;
    text-align: center;
    position: absolute;
}

#uploaderCircleCanvas {
    left: -3px;
    position: absolute;
    top: -3px;
}

.uploadProgressCircleWrapper {
    width: 44px;
    height: 44px;
}

.uploadProgressButtonReady {
    background: url("../img/upload_off.png") center center no-repeat;
    width: 44px;
    height: 44px;
}

.uploadProgressButtonComplete {
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 44px;
}

.uploadProgressCircle {
    background: url('../img/upload_on.png') center center no-repeat;
    width: 44px;
    height: 44px;
}

.timelineWrapper {
    position: relative;
    float: left;
    top: 0px;
    width: 100%;
}

.timelineHeader {
    height: 47px;
}

.fixedTimelineLabel {
    height: 33px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.fixedTimelineLabel.active {
    border-bottom: 1px solid #fff;
}

.fixedTimelineLabel.active > .timelineBucketHeaderWrapper.hover.underRefreshBar {
    top: 99px !important;
}

.fixedTimelineLabel.active > .timelineBucketHeaderWrapper.hover {
    top: 66px;
    position: fixed;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}

.timelineBucketIconWrapper {
    display: inline-block;
}

.timelineBucketHeaderWrapper {
    width: 100%;
    height: 33px;
    background-color: #EEF1F1;
    z-index: 3;
}

/*div.timelineBucketSpacer {*/
    /*width: 100%;*/
    /*height: 6px;*/
    /*background-color: white;*/
    /*position: relative;*/
    /*top: -6px;*/
    /*z-index: 3;*/

/*}*/

.timelineBucketArrow {
    background: url(../img/chevron_arrows_off.png) right bottom no-repeat;
    width: 15px;
    height: 18px;
    float: left;
    padding: 8px 1px 0px 24px;
    margin-right: -24px;
}

.timelineBucketArrow.active {
    background: url(../img/chevron_arrows.png) right bottom no-repeat;
    width: 18px;
    height: 15px;
}

.slider {
    width: 100px;
}

.deviceType {
    width: 130px;
    margin-left: 30px;
}

.timeType {
    width: 90px;
    font-weight: 400;
    text-align: center;
    line-height: 2.1;
    cursor: pointer;
}

.timeType.active {
    background: #999999;
    color: #ffffff;
}

.contentTypeDropDownArrow {
    background: url('../img/timelineDropDownArrow.jpg') center no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    z-index: inherit;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.active .contentTypeDropDownArrow {
    background: url('../img/timelineDropDownArrow.jpg') center no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contentTypeActive {
    padding-top: 5px;
    cursor: pointer;
    padding-bottom: 5px;
    padding-left: 10px;
}

.contentTypeList {
    min-width: 180px;
    position: absolute;
    top: 2px;
    left: -20px;
}

.contentTypeItem {
    color: #646464;
    font-size: 12px;
    height: 20px;
    padding-left: 19px;
    display: block;
    cursor: pointer;
    line-height: 1.7;
}

.contentTypeItem:hover {
    background: #c82228;
    color: white;
}

.dropdownWrapper {
    position: relative;
}

.dropdownWrapper:hover .dropdownArrow {
    background: url(../img/dropdown_arrow_on.gif) center no-repeat;
}

.dropdownWrapper:hover .timelineSubNavLabel {
    color: #c82228;
}

.timelineImagesWrapper {
    position: relative;
    padding-left: 2px;
    padding-top: 2px;
}

.timelineClicker {
    width: 100%;
    height: 100%;
}

.timelineImage.VIDEO .timelineImageClicker {
    cursor: pointer;
    background: url(../../global/img/fs_playvideo_on.png) center no-repeat;
}

.REMOVED_FROM_CLOUD{
    background: url(../img/cloud_small_icon.png) center no-repeat;
    width: 49px;
    height: 34px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
}

.hoverBar {
    width: 100%;
    height: 80%;
}

.labelText {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #c8232a;
    float: left;
    text-transform: uppercase;
    line-height: 2.1;
}

.timeContent {
    position: absolute;
    width: 220px;
    margin-left: 475px;
}

.timelineImage, .placeholder{
    float: left;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
    background-color: #bcbdc0 !important;
}

.timelineImage img {
    display: none;
}

.hoverPanelWrapper {
    position: absolute;
    visibility: hidden;
    height: auto;
    bottom:-30px;
    transition: bottom 0.1s;
    -webkit-transition: bottom 0.1s; /* For Safari 3.1 to 6.0 */

}

.hoverPanel {
    position: relative;
    height: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.inCloudOpacityOverlay {
    position: absolute;
    background: rgba(0,0,0,0.3);
    top: 0px;
    left:0px;
    z-index: 3;
    width: 100%;
    height: 100%;
    visibility: hidden;

}

.hoverPanelBG {
    background: rgba(255, 255, 255, 0.7);
    height: 30px;
    position: relative;
}

.timelineBucket {
    height: auto;
    width: 100%;
    min-height: 18px;
    min-width: 960px;
    transition: 2s;
    -webkit-transition: 2s;
}

.timelineImage:hover .timelineImageClicker > .inCloudOpacityOverlay {
    visibility: visible
}

.timelineImage:hover > .hoverPanelWrapper {
    visibility: visible;
    bottom: 0px;
}

.hoverTitleWrapper {
    position: relative;
    margin-top: 4px;
    margin-left: 10px;
    width: 65%;
    float: left;
    display: inline;
}

.inputFixedWidth {
    margin-top: 0px;
    width: 85%;
    display: inline;
    float: left;
    z-index: 1;
}

.hoverTitle {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #646464;
    width: 85%;
}

.hoverDateWrapper {

    width: 100%;
    text-align: center;
}

.hoverDate {

    position: relative;
    display: inline-block;
    /*position: relative;
    text-align: center;
    float: left;
    margin-left: 10px;*/
    font-size: 12px;
    font-weight: 400;
}

.hoverIconsWrapper {
    position: relative;
    height: 50px;
    width: 100px;
    float: right;
    margin-right: 15px;
}

.moreOptionsOutterWrapper {
    width: 100%;
    text-align: center;
}

.moreOptionsIconsWrapper {
    display: inline-block;
    position: relative;

}

.hoverMoreOptionsIcon {
    background: url(../img/imagebar_arrow_off.png) center no-repeat;
    width: 28px;
    height: 16px;
    float: right;
    vertical-align: middle;
    top: 7px;
    right: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.hoverMoreOptionsIcon.active {
    background: url(../img/imagebar_arrow_on.png) center no-repeat;
}

/*.hoverMoreOptionsIcon:hover {
    background: url(../img/imagebar_arrow_hover.png) center no-repeat;
}*/

.hoverMultiSelectIcon {
    float: right;
    width: 20px;
    background: transparent;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.moreOptionsPanel {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 3px;
    padding-bottom: 8px;
    transition: bottom 1s;
    -webkit-transition: bottom 1s;
    z-index: 1;
}

.emptyAlbumIcon {
    background: url(../img/empty_album_icon.png) center no-repeat;
    width: 93px;
    height: 109px;
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 15px;
}

.addToAlbumIcon {
    background: url(../img/tb_addto_off.png) center no-repeat;
    /*width: 20px;*/
    height: 32px;
    top: 3px;
    position: relative;
    cursor: pointer;
}

.addToAlbumIcon:hover {
    background: url(../img/tb_addto_on.png) center no-repeat;
}

.shareIconSmall {
    position: relative;
    background: url(../img/tb_s_share_off.png) center no-repeat;
    height: 24px;
    margin-top: 5px;
}

.shareIconSmall:hover {
    background: url(../img/tb_s_share_on.png) center no-repeat;
}

.shareIcon {
    position: relative;
    background: url(../img/tb_share_off.png) center no-repeat;
    /*width: 25px;*/
    height: 28px;
    margin-top: 4px;
}

.shareIcon:hover {
    background: url(../img/tb_share_on.png) center no-repeat;
}

.downloadIconSmall {
    position: relative;
    top: 5px;
    background: url(../img/tb_s_download_off.png) center no-repeat;
    height: 24px;
}

.downloadIconSmall:hover {
    background: url(../img/tb_s_download_on.png) center no-repeat;
}

.downloadIcon {
    position: relative;
    top: 5px;
    background: url(../img/tb_download_off.png) center no-repeat;
    /* width: 17px;*/
    height: 28px;
}

.downloadIcon:hover {
    background: url(../img/tb_download_on.png) center no-repeat;
}

.deleteIconSmall {
    position: relative;
    top: 4px;
    background: url(../img/tb_s_delete_off.png) center no-repeat;
    height: 24px;
}

.deleteIconSmall:hover {
    background: url(../img/tb_s_delete_on.png) center no-repeat;
}

.deleteIcon {
    position: relative;
    top: 2px;
    background: url(../img/tb_delete_off.png) center no-repeat;
    /*width: 21px;*/
    height: 32px;

}

.deleteIcon:hover {
    background: url(../img/tb_delete_on.png) center no-repeat;
}

.closeIcon {
    background: url(../img/icon_close_off.gif) center no-repeat;
    /*width: 18px;*/
    height: 18px;
=
}

.closeIcon:hover {
    background: url(../img/icon_close_on.gif) center no-repeat;
}

.multiSelectCloseIconWrapper {
    cursor: pointer;
    width: 20px;
    position: absolute;
    right: 90px;
    top: 38px;
}

.iconWrapper {
    float: left;
    width: 65px;
    margin: 0 auto;
}

.iconWrapper.albums {
    margin-top: 10px;
    width: 40px;
}

.iconWrapper div {
    cursor: pointer;
}

.popupOverlay {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    display: none;
}

.popupXButton {
    background: url('../img/digiPopUpClose.png') center center no-repeat;
    width: 19px;
    height: 19px;
    top: 10px;
    right: 15px;
    cursor: pointer;
    position: absolute;
}

.fullImageWrapper {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    top: 66px;
    bottom: 66px;
}

.deletedFullImageFooter {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background: rgba(0,0,0,0.6);

}

.bigDeletedCloudIcon {
    position: absolute;
    background: url(../img/fs_cloud_big.png) no-repeat center;
    width: 672px;
    height: 471px;
    left: 50%;
    top: 50%;
    margin-left: -336px;
    margin-top: -236px;

}

.cloudText {
    font-size: 20px;
    color: #afbebe;
    font-weight: 300;
    width: 100%;
    padding-top: 152px;
}

.cancelCropOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
}

.arrowsWrapper {
    position:absolute;
    height: 100%;
    width: 100%;
}

.arrowsWrapper:hover .fullScreenNextArrow, .arrowsWrapper:hover .fullScreenPreviousArrow {
    visibility: visible;
}

.fullImageLoader {
    background: url(../img/loading_anim_fullscreen.gif) center center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

#fullImage {
    display: none;
}

.fullImage {
    position: fixed
}

#fullImageCrop, .jcrop-holder {
    position: absolute !important;
    top: 50%;
    left: 50%;
    background-size: 100% !important;
}

#fullImage .popupContentBG {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #333333;
}

.fullScreenBG {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
}

.fullImageTitleWrapper {
    position: absolute;
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    text-align: center;
    top: 10px;
    width: 100%;
}

.fullScreenImage {
    position: relative;
}

.fullImageFooter {
    position: absolute;
    padding-bottom: 0px;
    padding-top: 0px;
    Bottom: 0px;
    width: 100%;
    background-color: #222222;
    height: 66px;

}

.fullImageHeader {
    position: absolute;
    top: 0px;
    height: 66px;
    z-index: 1;
    text-align: center;
    line-height: 3.2;
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    width: 100%;
    color: #848484;
    background-color: #222222;
}

.fullScreenIconOutterWrapper {
    text-align: center;
    margin-top: 15px;
    height: 100%;
    width: 100%;
}

.fullScreenIconWrapper {
    display: inline-block;
    min-height: 37px;
}

.fullScreenIconWrapper div {
    cursor: pointer;
    float: left;
    width: 83px;
}

.fullScreenIconWrapperMostRight {
    position: absolute;
    right: 130px;
    top: 12px;
}

.fullScreenIconWrapperMostRight div {
    cursor: pointer;
}

.fullScreenInfoPanel {
    position: absolute;
    padding: 8px;
    background-color: rgba(132, 132, 132, .8);
    height: 192px;
    text-align: left;
    min-width: 200px;
    bottom: 66px;
    right: 0px;
}

.fullScreenInfoPanelColumn {
    padding: 5px;
}

.infoWrapper {
    margin-top: 0px;
    height: 100%;
    float: left;
}

.fullScreenInfoPanelLabel {
    margin-top: 5px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    display: block;
!important float : left;
}

.fullScreenInfoPanelText {
    font-weight: normal;
!important
}

.fullScreenCloseButtonIcon {
    position: absolute;
    cursor: pointer;
    background: url(../img/close_big_off.png) center no-repeat;
    width: 28px;
    height: 28px;
    z-index: 2;
    right: 45px;
    color: #000;
    top: 17px;
}

.fullScreenCloseButtonIcon:hover {
    background: url(../img/close_big_on.png) center no-repeat;
}

.fullScreenInfoIcon {
    background: url(../img/fs_info_off.png) center no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
}

.fullScreenInfoIcon:hover, .fullScreenInfoIcon.active {
    background: url(../img/fs_info_on.png) center no-repeat;
}

.fullScreenEditIcon {
    background: url(../img/mdp_edit_icon_off.png) center no-repeat;
    width: 36px;
    height: 32px;
    padding-top: 6px;
}

.fullScreenEditIcon:hover {
    background: url(../img/mdp_edit_icon_on.png) center no-repeat;
}
.fullScreenShareIcon {
    background: url(../img/fs_share_off.png) center no-repeat;
    width: 36px;
    height: 32px;
    padding-top: 6px;
}

.fullScreenShareIcon.enabled:hover {
    background: url(../img/fs_share_on.png) center no-repeat;
}

.fullScreenRotateLeftIcon {
    background: url(../img/fs_rotatel_off.png) center no-repeat;
    width: 36px;
    height: 32px;
    padding-top: 3px;
}

.fullScreenRotateLeftIcon.enabled:hover {
    background: url(../img/fs_rotatel_on.png) center no-repeat;
}

.fullScreenRotateRightIcon {
    background: url(../img/fs_rotater_off.png) center no-repeat;
    width: 36px;
    height: 32px;
    padding-top: 3px;
}

.fullScreenRotateRightIcon.enabled:hover {
    background: url(../img/fs_rotater_on.png) center no-repeat;
}

.fullScreenDownloadIcon {
    background: url(../img/fs_download_off.png) center no-repeat;
    width: 28px;
    padding-top: 6px;
    height: 32px;
}

.fullScreenDownloadIcon.enabled:hover {
    background: url(../img/fs_download_on.png) center no-repeat;
}

.fullScreenCropIcon {
    background: url(../img/fs_crop_off.png) center no-repeat;
    width: 40px;
    height: 40px;
}

.fullScreenCropIcon:hover, .fullScreenCropIcon.active {
    background: url(../img/fs_crop_on.png) center no-repeat;
}

.fullScreenDeleteIcon {
    background: url(../img/fs_trash_off.png) center no-repeat;
    width: 32px;
    height: 40px;
}

.fullScreenDeleteIcon.enabled:hover {
    background: url(../img/fs_trash_on.png) center no-repeat;
}

.fullScreenTrimIcon {
    background: url(../img/fs_trim_off.png) center no-repeat;
    width: 68px;
    height: 40px;
}

.fullScreenSaveIcon {
    background: url(../img/fs_save_button.png) center no-repeat;
    width: 32px;
    height: 32px;
}

.fullScreenTrimIcon:hover, .fullScreenTrimIcon.active {
    background: url(../img/fs_trim_on.png) center no-repeat;
}

.fullScreenVideofullScreenIcon {
    background: url(../img/fs_full_off.png) center no-repeat;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 32px;
    height: 32px;
    z-index: 100;
}

.fullScreenVideofullScreenIcon:hover {
    background: url(../img/fs_full_on.png) center no-repeat;
    cursor: pointer;
}

.minimizeVideoFullScreenIcon {
    background: url(../img/fs_closefull_off.png) no-repeat center;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}

.minimizeVideoFullScreenIcon:hover {
    background: url(../img/fs_closefull_on.png) no-repeat center;
}

.fullScreenPreviousArrow {
    position: absolute;
    cursor: pointer;
    background: url(../img/fs_bigarrow_prev_off.png) center no-repeat;
    width: 52px;
    height: 92px;
    top: 50%;
    margin-top: -46px;
    left: 90px;
    z-index: 15;
    visibility: hidden;
}

.fullScreenPreviousArrow:hover {
    background: url(../img/fs_bigarrow_prev_on.png) center no-repeat;
}

.fullScreenNextArrow {
    cursor: pointer;
    position: absolute;
    background: url(../img/fs_bigarrow_next_off.png) center no-repeat;
    width: 52px;
    height: 92px;
    top: 50%;
    margin-top: -46px;
    z-index: 15;
    right: 90px;
    visibility: hidden;
}

.fullScreenNextArrow:hover {
    background: url(../img/fs_bigarrow_next_on.png) center no-repeat;
}

.multiSelectCheckbox {
    position: absolute;
    left: 20px;
    top: 20px;
    visibility: hidden;
    height: 26px;
    cursor: pointer;
}

.timelineImage:hover .multiSelectCheckbox {
    visibility: visible;
}

.multiSelectCheckbox_unselected {
    /* background: url(../img/icon_select_off.gif) center center no-repeat;*/
    width: 24px;
    height: 24px;
    border: 1px solid #c8232a;
    border-radius: 4px;
    background: #fff;
}

.multiSelectCheckbox_unselected:hover {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #c8232a;
}

.multiSelectCheckbox_selected {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #c8232a;
}

.visibleMultiselectCheckbox {
    display: block;
    visibility: visible;
}

.multiSelectMenu {
    width: 100%;
    position: fixed;
    top: -83px;
    left: 0;
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
    height: 65px;
    border-bottom: 1px solid #d68793;
    z-index: 5;
    text-align: center;
}

.multiSelectMenuBG {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.multiSelectMenuContent {
    top: 23px;
    position: relative;
    min-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.multiSelectCount {
    font-family: Roboto, sans-serif;
    float: left;
    color: #646464;
    font-weight: 400;
    font-size: 14px;
    margin-top: 4px;
    margin-right: 5px;
}

.multiSelectCountOutterWrapper {
    width: 100%;
    text-align: center;
}

.multiSelectIconsWrapper {
    display: inline-block;
    position: relative;
    margin-top: 15px;
}

.multiSelectLeftOpt {
    position: absolute;
    min-width: 280px;
    top: 20px;
    left: 50px;
}

.multiSelectOperation {
    position: absolute;
    right: 22px;
    line-height: 2;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.whiteText {
    color: #fff;
}

.blackText {
    color: #000;
}

.left {
    position: relative;
    float: left;
    margin-left: 30px;
    font-weight: 600;
}

.albumInCloudIcon {
    background: url(../img/cloud_small_icon.png) center no-repeat;
    width: 49px;
    height: 34px;
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 53px;
}

.albumList {
    position: relative;
    display: inline;
}


.albumListWrapper {
    position: relative;
    padding-top: 66px;
}

.shareMailIcon {
    background: url(../img/share_mail_off.png) center no-repeat;
    cursor: pointer;
    height: 36px;
}

.shareMailIcon:hover {
    background: url(../img/share_mail_on.png) center no-repeat;
    height: 44px;
    margin-top: -4px;
}

.shareMailIcon.active {
    background: url(../img/share_mail_on.png) center no-repeat;
    position: absolute;
    height: 44px;
    width: 44px;
    top: -4px;
}

.shareMailIcon.active:hover {
    top: 0px;
}

.shareFbIcon {
    background: url(../img/share_fb_off.png) center no-repeat;
    cursor: pointer;
    height: 36px;
}

.shareFbIcon:hover {
    background: url(../img/share_fb_on.png) center no-repeat;
    height: 44px;
    width: 76px;
    margin-top: -4px;
}

.shareFbIcon.active {
    background: url(../img/share_fb_on.png) center no-repeat;
    position: absolute;
    height: 44px;
    width: 76px;
    top: -4px;
}

.shareFbIcon.active:hover {
    top: 0px;
}

.shareTwitterIcon {
    background: url(../img/share_twit_off.png) center no-repeat;
    cursor: pointer;
    height: 36px;
}

.shareTwitterIcon:hover {
    background: url(../img/share_twit_on.png) center no-repeat;
    height: 44px;
    width: 76px;
    margin-top: -4px;
}

.shareTwitterIcon.active {
    background: url(../img/share_twit_on.png) center no-repeat;
    position: absolute;
    height: 44px;
    width: 76px;
    top: -4px;
}

.shareTwitterIcon.active:hover {
    top: 0px;
}

.shareUrlIcon {
    background: url(../img/share_url_off.png) center no-repeat;
    cursor: pointer;
    height: 36px;
}

.shareUrlIcon:hover {
    background: url(../img/share_url_on.png) center no-repeat;
    height: 44px;
    width: 76px;
    margin-top: -4px;
}

.shareUrlIcon.active {
    background: url(../img/share_url_on.png) center no-repeat;
    position: absolute;
    height: 44px;
    width: 76px;
    top: -4px;
}

.shareUrlIcon.active:hover {
    top: 0px;
}

.shareYoutubeIcon {
    background: url(../img/share_utube_off.png) center no-repeat;
    cursor: pointer;
    height: 36px;
}

.shareYoutubeIcon:hover {
    background: url(../img/share_utube_on.png) center no-repeat;
    height: 44px;
    width: 76px;
    margin-top: -4px;
}

.shareYoutubeIcon.active {
    background: url(../img/share_utube_on.png) center no-repeat;

}

#confirmOverlay {
    height: 100px;
    width: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

#shareOverlay {
    margin-left: -250px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 168px;
}

.shareOverlayBG {
    background-color: #fff;
    width: 500px;
    height: 168px;
    border-radius: 4px; !important
}

.shareHeaderText {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #c8232a;
    text-transform: uppercase;
}

.thumbRow {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    margin-left: 32px;
}

.shareThumb {
    position: relative;
    margin-right: 2px;
    float: left;
    width: 60px;
    height: 60px;
}

.shareIconRowOutterWrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

.shareIconsRowWrapper {
    display: inline-block;
}

.shareIconWrapper {
    float: left;
    width: 75px;
    height: 36px;
    position: relative;
}

/*.shareIconWrapper.active {
    top: -4px;
}

.shareIconWrapper.active:hover {
    top: 0px;
}*/

.FBSharePanel {
    width: 500px;
    position: absolute;
    background: #afbebe;
    color: white;
    top: 10px;
    transition: top 0.1s;
    -webkit-transition: top 0.1s;
    height: 125px;
    z-index: -1;
}

.sharePanel {
    width: 500px;
    position: absolute;
    background-color: #afbebe;
    color: white;
    top: 10px;
    transition: top 0.1s;
    -webkit-transition: top 0.1s;
    height: 75px;
    z-index: -1;
    text-align: center;
}

.urlInput {
    position: absolute;
    top: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.urlInput input {
    border: none;
    padding-left: 10px;
    font-family: Roboto, sans-serif;
    border-radius: 3px;
    width: 390px;
    height: 21px;
}

.generateUrlButton {
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding-top: 3px;
    text-align: center;
    width: 100px;
    border-radius: 3px;
    position: absolute;
    top: 1px;
    color: #c8232a;
    background-color: #afbebe;
    right: 51px;
    display: table-cell;
    height: 18px;cursor: pointer;

}

.generateUrlButton.facebook {
   top: 84px;
   border: 1px solid #405B95;
   background: #405B95;
   color: #fff;
   left: 200px;
}

.generateUrlButton.zeroclipboard-is-hover {
    color: #afbebe;
    background-color: #c8232a;
}

/* ALBUMS PAGE */

.albumListWrapper {
    width: 100%;
    min-width: 960px;
    margin-left: 22px;
    margin-right: 22px;
}

.albumList {
    height: 220px;
    width: 221px;
    position: relative;
    cursor: pointer;
}

.albumCoverWrapper:hover .albumCoverBG, .albumCoverWrapper:hover .albumCoverMain {
    background-color: #c82228;
}

.albumCoverMain, .albumCoverMask {
    width: 125px;
    height: 144px;
}

.albumCoverMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


.albumHoverPanel {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    height: 50px;
    margin-top: -50px;
    bottom: -30px;
    transition: bottom 0.1s;
    -webkit-transition: bottom 0.1s;
    width: 125px;
    visibility: hidden;
    color: #000;
    z-index: 2;
}

.albumWrapper:hover .albumHoverPanel {
    bottom: 0px;
    visibility: visible;
}

.inCloudOpacityOverlay.albums {
    z-index: 1;
    height: 144px;
}

.albumWrapper:hover .inCloudOpacityOverlay.albums {
    visibility: visible;
}

/*
.albumWrapper:hover .albumCoverMain.wide, .albumWrapper:hover .albumCoverBG.wide {
    background-size: auto 110% !important;
}

.albumWrapper:hover .albumCoverMain.tall, .albumWrapper:hover .albumCoverBG.tall {
    background-size: 110% auto !important;
}
*/
.albumCoverMain.tall {
    background-size: 100% auto !important;
}

.albumCoverMain.wide {
    background-size: auto 100% !important;
}

.createNewAlbum .albumCoverMain {
    background: #afbebe;
}

.createNewAlbum .albumCoverBG {
    background: #afbebe;
}

.albumWrapper {
    float: left;
    margin: 24px 15px 42px 15px;
    position: relative;
}

.albumTitleWrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 15px;
}

.albumTitleInnerWrapper {
    display: inline-block;
    position: relative;
}

.albumName {
    float: left;
    max-width: 92px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-top: 15px;
    font-size: 12px;
    color: #231f20;
}

.albumCount {
    float: left;
    margin-left: 3px;
    max-width: 30px;
}

.albumList a {
    text-decoration: none;
}

.albumCoverMain {
    position: relative;
    border-radius: 2px;
    z-index: 1;
}

.albumCoverBG {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 20px;
}

.albumList {
    position: relative;
}

.albumWrapper:hover .multiSelectCheckbox {
    visibility: visible;
    z-index: 3;
}

.albumWrapper .multiSelectCheckbox {
    visibility: hidden;
    top: 10px;
    left: 10px;
    z-index: 3;
}

.albumWrapper .visibleMultiselectCheckbox {
    display: block;
    visibility: visible;
    z-index: 3;
}

.urlDoneButtonWrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 18px;
}

.urlDoneButton {
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    width: 100px;
    height: 18px;
    font-size: 12px;
    font-weight: 600;
    color: #c82329;
    line-height: 1.6;
    font-family: Roboto, sans-serif;
    border-radius: 2px;
}

.urlDoneButton:hover {
    color: #fff;
    font-weight: 500;
    background: #c82329;
}

.urlShareHeader {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 10px;
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.shareSingleThumbInfo {
    position: relative;
    top: 22px;
    margin-left: 10px;
    float: left;
    max-width: 213px;
    color: #646565;
    font-size: 12px;
    font-family: Roboto, sans-serif;
}

.shareMultipleThumbInfo {
    margin-left: 5px;
}

.uploadOverlay {
    margin-left: -250px;
    margin-top: -150px;
    width: 500px;
    height: 300px;
}

.uploadOverlayBG {
    background-color: #fff;
    width: 500px;
    height: 300px;
!important
}

.uploadHeaderText {
    font-weight: 400;
}

.browseButtonWrapper {
    position: relative;
    width: 100%;
    height: 24px;
    text-align: center;
    top: 22px;
}

.browseButton {
    display: inline-block;
    cursor: pointer;
    background-color: #afbebe;
    text-align: center;
    min-width: 100px;
    height: 24px;
    font-size: 14px;
    border: 1px solid #c8232a;
    color: #c8232a;
    line-height: 1.7;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    border-radius: 2px;
}

.browseButton:hover {
    background-color: #c82228;
    color: #fff;
}

.uploadInfoHeader {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 58px;
    font-weight: 400;
    font-size: 24px;
    color: #646565;
}

.uploadShareIcon {
    display: inline-block;
    background: url(../img/icon_share_upload_off.gif) center no-repeat;
    width: 51px;
    height: 97px;
}

.uploadShareGraphicWrapper {
    text-align: center;
    position: relative;
    top: 10px;
    width: 100%;
}

.uploadShareGraphicWrapper.active .uploadShareIcon {
    background: url(../img/icon_share_upload_on.gif) center no-repeat;
}

.uploadShareGraphicWrapper.active .uploadShareDashedDiv {
    border: 2px dashed #c8232a;
    z-index: 2;
}

.uploadShareDashedDiv {
    position: absolute;
    top: -20px;
    width: 480px;
    height: 200px;
    margin-left: 8px;
    border: none;
}

.dragClassText {
    font-size: 50px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #afbebe;
    bottom: -115px;
}

.uploadFooterOutterWrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 45px;
    background: #afbebe;
}

.uploadFooterWrapper {
    display: inline-block;
    margin-top: 13px;
}

.uploadFooterText {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #646565;
    font-family: Roboto, sans-serif;
    margin-right: 10px;
    line-height: 1.5;
}

.uploadFooterGetSyncAgentButton {
    cursor: pointer;
    float: right;
    margin-top: -1px;
    border-radius: 2px;
    font-weight: 400;
    background-color: #c8232a;
    text-align: center;
    min-width: 155px;
    height: 19px;
    line-height: 1.4;
    font-size: 13px;
    color: #fff;
}

.uploadFooterGetSyncAgentButton:hover {
    background: #9b1e27;
    color: #fff;
}

.addNewAlbumCross {
    background: url(../img/add2album_icon.png) center no-repeat;
    height: 32px;
    position: relative;
    width: 100%;
    text-align: center;
    top: 30px;
    font-weight: 100;
    font-family: Roboto, sans-serif;
}

.createNewAlbumText {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    top: 32px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-transform: uppercase;

}

#toasterNotificationsWrapper {
    position: fixed;
    top: 130px;
    width: 100%;
    z-index: 100000;
    height: 0;
}

.toasterNotification {
   /* box-shadow: 5px 5px 12px #fff;*/
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CECECE;
    border-radius: 3px;
    display: none;
    width: 552px;
    height: 32px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
.toasterNotification.success {
    border-color: #009600;
    color: #009600;
}
.toasterNotification.error {
    border-color: #ff0000;
    color: #ff0000;
}

.toasterIcon {
    position: absolute;
    left: 13px;
    top: 0;
    width: 15px;
    height: 100%;
}

.toasterCancelOverlay {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

.toasterText {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    width: 90%;
    text-align:center;
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 20px;
    font-size: 12px;
    margin-left: 40px;
}

.toasterCancel {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
}

.blurWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.videoOutterWrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.accountLabel {
    right: 110px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    /*text-transform: uppercase;*/
    text-decoration: underline;
    color: #afbebe;
    padding-top: 22px;
    cursor: pointer;
}

.dropdown {
    height: 425px;
    width: 280px;
    position: absolute;
    background: white;
    top: 60px;
    right: 0;
    border-radius: 5px;
}

.dropDownContent {
    height: 425px;
    width: 280px;
    border-radius: 5px;
}

.freeStorageDropdownHeader {
    height: 74px;
    padding-top: 10px;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.freeStorageDropdownHeader.active {
    background: #afbebe;
}

.active .freeStoragePercentage {
    color: #ffffff;
    border: none;
}

.freeStorageDetails {
    font-family: Roboto;
    font-size: 14px;
    color: white;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.freeStoragePercentage {
    width: 100%;
    clear: both;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.freeStoragePercentage {
    color: #fff;
}

.freeStorageUsageBar {
    width: 240px;
    height: 8px;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 1px;
    margin: 7px auto;
    background: #ffffff;
}

.videosUsed, .photosUsed, .percentageBar {
    height: 8px;
    position: relative;
    float: left;
}

.maxUsed {
    background: #c8232a;
    width: 100%;
    height: 8px;
}

.unlimitedPhotosCount {
    color: #ff9300;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.unlimitedPhotosCount.videos {
    color: #00c7ff;
}

.videosUsed {
    background: #00c7ff;
}

.photosUsed {
    background: #ff9300;
}

.percentageBar {
    background: limegreen;
}

.dropdownBanner {
    height: 394px;
    width: 100%;
    background: url('../img/account_image.png') center bottom no-repeat;
    text-align: center;
    padding-top: 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.dropdownBanner.free {
    height: 415px;
    background: url(../img/account_image_short.png) center bottom no-repeat;
    border-radius: 4px;
}

.upgradeButtonBanner {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    color: #fff;
    padding: 4px 8px 2px 8px;
    border-radius: 3px;
    letter-spacing: 3px;
    border: 1px solid #ffffff;
    display: inline-block;
    line-height: 1;
    text-align: center;
    margin-top: 17px;
    cursor: pointer;
    text-decoration: none;
}

.upgradeButtonBanner:hover {
    color: #fff;
    border-color: #c82228;
    background: #c8232a;
}

.upgradeCloud {
    background: url('../img/account_cloud_icon.png') center no-repeat;
    width: 164px;
    height: 86px;
    margin: 0px auto auto auto;
    padding-top: 30px;
}

.upgradeCloud.unlimited {
    padding-top: 70px;
    margin-top: 98px;
}

.accountLock {
    background: url('../img/account_lock_icon.png') center no-repeat;
    width: 32px;
    height: 44px;
    margin: 0 auto;
}

.cloudStorage {
    font-size: 14px;
    color: #646464;
    font-family: Roboto;
    margin-top: 5px;
}

.timelineOptionsArrow {
    background: url(../img/timeline_dropdown_off.png) center no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 43px;
    right: 6px;

}

.signOut {
    position: relative;
    bottom: 22px;
    height: 22px;
    width: 278px;
    color: #848484;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
    border: 1px solid #afbebe;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.signOut.unlimited {
    position: absolute;
    bottom: -2px;
}

.timelineOptionsArrow:hover {
    background: url(../img/timeline_dropdown_on.png) center no-repeat;
}

.timelineOptionsPanel {
    background-color: #fff;
    padding: 10px 36px 10px 36px;
    border: 1px solid #afbebe;
    position: absolute;
    border-radius: 4px;
    top: 66px;
    z-index: 4;
}

.timelineOptionsField {
    display:inline-block;
    min-width: 208px;
    position: relative;
    /*float: left;*/
    margin-bottom: 7px;
}

.timelineOptionsField.header {
    font-size: 14px;
    color: #848484;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.timelineOptionsField.header.top {
    margin-top: 30px;
}

.timelineOptionsField .radioLabel {
    text-transform: lowercase;
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;

}

input[type=radio] {
    display: none;
}

label:before {
    content: "";
    border-radius: 7px;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    float: left;
    margin-top: 2px;
    background-color: #848484;
}

label:before:hover {
    position: relative;
    background: url(../img/timeline_check_on.png) center no-repeat;
}

.radioButton {
    cursor: pointer;
    position: relative;
    float: left;
    width: 14px;
    height: 14px;
    background: #afbebe;
    border-radius: 7px;
    margin-top: 3px;
    margin-right: 10px;
}

.radioButton:hover {
    position: relative;
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: 3px;
}

.radioButton.active {
    background: url(../img/timeline_check_on.png) center no-repeat;
}

.radioLabel {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #848484;
}

.timelineOptionsButton {
    margin-top: 30px;
    height: 24px;
    min-width: 100px;
    line-height: 1.6;
    float: right;
    text-align: center;
    font-size: 14px;
    background-color: #c8232a;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.timelineOptionsButton.cancel {
    background: transparent;
    color: #c8232a;
    height: 22px;
    border: 1px solid #c82228;
    float: left;
}

.timelineOptionsButton.cancel:hover {
    background: #9b1e27;
    color: #fff;
}

.editButtonsWrapper {
    position: absolute;
    min-width: 218px;
    display: inline;
    z-index: 1;
    left: 42px;
    height: 24px;
    margin-top: 20px;
}

.editButtonsWrapper .timelineOptionsButton {
    margin-top: 0px;
    line-height: 1.6;
}

.editButtonsWrapper .timelineOptionsButton.cancel {
    margin-top: 0px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 22px;
}

.editButtonsWrapper .timelineOptionsButton.cancel:hover {
    color: #c8232a;

}

.closeButtonSmall {
    background: url(../img/close_med_off.png) center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    cursor: pointer;
}

.closeButtonSmall:hover {
    background: url(../img/close_med_on.png) center no-repeat;

}

.albumDepthWrapper {
    width: 125px;
    height: 25px;
    float: left;
}

.albumDepthIndicatorBaseLine {
    height: 2px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 0px;
    background-color: #afbebe;
    float: left;
}

.albumDepthIndicatorBaseLine.one {
    width: 115px;
    margin-left: 5px;

}

.albumDepthIndicatorBaseLine.two {
    width: 105px;
    margin-left: 10px;
}

.albumDepthIndicatorBaseLine.three {
    width: 95px;
    margin-left: 15px;
}

.albumDepthIndicatorBaseLine.four {
    width: 85px;
    margin-left: 20px;

}

.albumDepthIndicatorBaseLine.five {
    width: 75px;
    margin-left: 25px;
}

#albumDetails .timelineImagesWrapper {
    margin-top: 77px;
}

#albumDetails .fixedTimelineLabel {
    position: fixed;
    top: 66px;
    z-index: 1;
    background-color: transparent;
    border-bottom: none;
    border-top: 1px solid #d68793;
    cursor: default;
}

#albumDetails .albumHeader {
    width: 100%;
    text-align: center;
}

#albumDetails .iconWrapper {
    width: 52px;
}

.albumDetailsIcon {
    position: absolute;
    right: 30px;
    top: 0px;
}

.albumDetailsClose {
    position: absolute;
    cursor: pointer;
    background: url(../img/albums_back_icon.png) no-repeat;
    background-position: 0px center;
    padding-left: 15px;
    top: 6px;
    color: #848484;
    left: 30px;
    z-index: 2;
}

.dotted {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#modifyAlbum {
    margin-left: -250px;
    margin-top: -150px;
    width: 500px;
    border-radius: 2px;
    height: 300px;
!important
}

.createAlbumBG {
    float: left;
    margin-top: 0px;
    border-radius: 4px;
    background-color: #fff;
    width: 500px;
    height: 165px; !important
}

.addToAlbumBG {
    float: left;
    margin-top: 0px;
    background-color: #afbebe;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 500px;
    height: 135px;!important

}

.createAlbum {
    position: absolute;
    left: 50%;
    top: 49px;
    background-color: #bfcece;
    border: 1px solid #a0a8a8;
    height: 80px;
    width: 70px;
    margin-left: -35px;
}

.createAlbumText {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #868181;
    line-height: 1;
    margin-top: 30px;
}

.createAlbumIcon {
    background: url(../img/plus_small_off.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 25px;
}

.createAlbumDepthLine {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a0a8a8;
    top: 83px;
}

.createAlbumDepthLine.two {
    width: 61px;
    margin-left: 5px;
    margin-top: 3px;
}

.createAlbumDepthLine.three {
    width: 51px;
    margin-left: 10px;
    margin-top: 6px;
}

.addToAlbumSectionWrapper {
    cursor: pointer;
}

.addToAlbumSectionWrapper:hover .createAlbum, .addToAlbumSectionWrapper:hover .createAlbumDepthLine {
    background-color: #c8232a;
}

.createAlbumInput {
    position: absolute;
    width: 242px;
    left: 50%;
    margin-left: -125px;
    top: 60px;
    border: 1px solid #afbebe;
    height: 20px;
    padding-left: 8px;
    border-radius: 3px;
    font-style: italic;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #a0a8a8;
}

.submitNewAlbumButtonWrapper {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 75px;
}

.timelineOptionsButton.submitNewAlbumButton {
    background: #c8232a;
    color: #fff;
    position: relative;
    display: inline-block;
    float: none;
    margin-top: 0px;
}

.createAlbumInput.albumListDropdown {
    cursor: pointer;
    background: #c8232a;
    font-style: normal;
    border: 1px solid #fff;
    top: 200px;
}

.createAlbumInput.albumListDropdown.active {
    background: #fff;
}

.albumListDropdownArrow {
    float: right;
    background: url(../img/dropdown_arrow_on.png) center no-repeat;
    width: 16px;
    height: 12px;
    margin-top: 4px;
    margin-right: 7px;
}

.albumListDropdownArrow.active {
    background: url(../img/dropdown_arrow_off.png) center no-repeat;
}

.albumListDropdownPanel {
    width: 250px;
    z-index: 1;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 18px;
    background: #fff;
    margin-left: -9px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
}

.albumListDropdownField {
    width: 90%;
    height: 23px;
    color: #848484;
    font-style: normal;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 5px;
}

.albumListDropdownField:hover {
    background-color: #c8232a;
    color: #fff;
}

.albumListSelection {
    margin-top: 0px;
    font-size: 14px;
    width: 85%;
    position: absolute;
    color: #fff;
    font-style: normal;
    margin-left: 3px;
    font-weight: 300;
}

.albumListButtonWrapper {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 78px;
}

.albumListButtonInnerWrapper {
    display: inline-block;
}

.timelineOptionsButton.addToAlbumButton {
    background: #c8232a;
    color: #fff;
    position: relative;
    float: left;
    margin-top: 0px;
}

.timelineOptionsButton.addToAlbumButton.cancel {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    height: 22px;
    margin-top: 0px;
    margin-right: 15px;
}

.timelineOptionsButton.addToAlbumButton.cancel:hover {
    color: #c8232a;
}

.timelineOptionsButton:hover {
    background: #9b1e27;
}

.addToAlbumSectionWrapper:hover .createAlbumIcon {
    background: url(../img/plus_small_on.png) center no-repeat;
}

.addToAlbumSectionWrapper:hover .createAlbumText {
    color: #fff;
}
#mobileUploadOverlay {
    width: 500px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -250px;
}
.mobileUploadOverlayBG {
    background: #afbebe;
    width: 500px;
    height: 300px;
    border-radius: 4px;
}
.mobileOverlayButtonsWrapper {
    width: 100%;
    margin-top: -7px;
    text-align: center;
}
.mobileOverlayButtons {
    display: inline-block;
    min-width: 215px;
}
.mobileUploadOverlayBody {
    font-size: 18px;
    width: 420px;
    padding-top: 5px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
    color: #000;

}
.mobileIcon {
    background: url(../img/mobile_upload_icons.png) center no-repeat;
    width: 104px;
    height: 96px;
    position: relative;
    margin-top: 15px;
    margin-left: 200px;
}

.mobileOverlayHeader {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    color: #000;
}

#confirmationPopup {
    height: 100px;
    width: 400px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -200px;
}

#confirmationPopup .albumListButtonWrapper {
    margin-top: 10px;
}

.confirmationBG {
    height: 100px;
    width: 400px;
    border-radius: 4px;
    background: #fff;
}

#confirmationPopup .albumListButtonInnerWrapper {
    padding: 10px;
}

#confirmationPopup .timelineOptionsButton.addToAlbumButton.cancel {
    border-color: #c8232a;
    color: #c8232a;
}

#confirmationPopup .timelineOptionsButton.addToAlbumButton.cancel:hover {
    color: #fff;
    background-color: #c8232a;
}

.profileSpacer {
    width: 100%;
    height: 97px;
}

.disableButton {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    border: 2px solid red;

}


.emptyTimelineWrapper {
    position: absolute;
    height: 100%;
    min-width: 960px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    top: 0;
    left: 0;
}

#timelineEmpty {
    max-width: 900px;
    left: 50%;
    margin-left: -420px;
    text-align: center;
    position: absolute;
    top: 70px;
}

#timelineEmpty .timelineEmptyHeader {
    font-family: Roboto, sans-serif;
    margin-top: 82px;
    color: #000;
    font-weight: 300;
    font-size: 30px;
    text-align: left;
}

#timelineEmpty .timelineEmptyHeader.reasons {
    color: #c82228;
    margin-top: 20px;
    font-weight: 300;
    font-size: 30px;

}

#timelineEmpty .purchaseSpecsWrapper {
    margin-top: 10px;

}

#timelineEmpty .specLine {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

#timelineEmpty .specBulletPoint {
    margin-top: 9px;
    margin-right: 15px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    float: left;
}

#timelineEmpty .specText {
    font-family: Roboto, sans-serif;
    color: #545454;
    font-size: 18px;
    font-weight: 300;
    float: left;
}

#timelineEmpty .goUnlimitedButtonWrapper {
    float: left;
}

#timelineEmpty .promotionCodeButton.goUnlimited {
    margin-top: 100px;
    padding-top: 14px;
    padding-bottom: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: left;
    margin-left: 0px;
}

.albumsEmptyPage {
    background: url(../img/albums_cloud.png) center no-repeat;
    width: 388px;
    height: 268px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -194px;
    margin-top: -134px;

}

.albumsEmptyPageText {
    color: #fff;
    position: absolute;
    font-size: 22px;
    top: 128px;
    text-align: center;
    font-weight: 200;
    left: 96px;
    max-width: 200px;

}

.refreshBar {
    -webkit-box-shadow: inset 0px 20px 51px -22px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 20px 51px -22px rgba(0,0,0,1);
    box-shadow: inset 0px 20px 51px -22px rgba(0,0,0,1);
    width: 100%;
    position: fixed;
    padding-top: 5px;
    top: 0px;
    left: 0;
    background-color: #afbebe;
    transition: top 0.5s;
    height: 28px;
    z-index: 3;
    font-size: 18px;
    text-align: center;
    color: #c82228;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    cursor: pointer;
}
.refreshBar.showing {
    top: 66px !important;
}


.accountUnlimitedAccessText {
    margin-top: 23px;
    margin-bottom: -9px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
}

.accountFreeHeaderTextWrapper {
    position: absolute;
    width: 100%;
    top: 51px;
    text-align: center
}

.accountFreeHeaderText {
    display: inline-block;
    width: 250px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    color: #444444;
    font-size: 13px;
}

.loading {
    background: url(../img/fs_loading.gif) center center no-repeat !important;
}


.desktopInstructionScreenshot {
    margin-top: 15px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

.desktopInstructionsWrapper {
    margin-bottom: 25px;
}


.syncDesktopTitle {
    padding-bottom: 25px;
}

.gettingStartedPageTitle {
    font-size: 30px;
    font-weight: 300;
    color: #c82228;
}

.gettingStartedBoldTitle {
    font-size: 18px;
    font-weight: 800;
}

.gettingStartedRegularTitle {
    font-size: 18px;
    font-weight: 500;
}

.downloadDesktopLink {
    color: #c82228;
    text-decoration: underline;
}

.gettingStartedDesktopTitlePadding {
    padding-bottom: 20px;
}

.innerPage {
    font-family: Roboto, sans-serif;
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 180px;
    background: #d2d2d2;
    padding-top: 40px;
}

.innerPageLogo {
    background: url(../img/mdp_logo_navbar.png) center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 80px;
}

.submitWrapper {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#FBMessage {
    font-family: Roboto, sans-serif;
    margin-top: 15px;
    margin-left: 114px;
    height: 55px;
    width: 265px;
    border: none;
    background: transparent;
    border-radius: 2px;
    color: #404040;

}
textarea {
    resize: none;
}

#FBMessage::-webkit-input-placeholder {
    font-style: italic;
    color:    #fff;
}
#FBMessage:-moz-placeholder {
    color:    #fff;
    font-style: italic;
}
#FBMessage::-moz-placeholder {
    font-style: italic;
    color:    #fff;
}
#FBMessage:-ms-input-placeholder {
    font-style: italic;
    color:    #fff;
}

.fullScreenAviaryBackButton {
    color: #848484;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    position: absolute;
    left: 60px;
    top: 19px;
    cursor: pointer;
    z-index: 3;
}
/*
#aviaryImage {
   *//* position: absolute;
    top: 50%;*//*
    height: 100%;
    width: 100%;
}*/

.aviaryImage {
    height: 100%;
    width: 100%;
    background-size: contain !important;
}

.aviaryImage.adjust {
    background-size: auto auto !important;
}

/* Aviary Editor */

/*body type face*/
body .avpw *,
body .avpw a,
body .avpw a:link,
body .avpw a:hover,
body .avpw a:visited,
body .avpw a:active {
    color: #696969;
    font-family: Roboto, sans-serif;
}
 /* Save Button */
#avpw_save_button, #avpw_apply_container {
    height: 24px;
    font-family: Roboto, sans-serif;
    min-width: 100px;
    right:  50px;
    box-shadow: none;
    line-height: 1.6;
    font-size: 14px;
    background-color: #c8232a;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
/*Cancel Button*/
#avpw_all_effects {
    border-radius: 3px;
    line-height: 1.6;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    min-width: 100px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 24px;
    left: 50px;
}

#avpw_all_effects:hover {
    color: #c82228;
}
/*aviary window adjustment*/
.avpw_is_embed #avpw_controls {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: none;
}
/*main menu background*/
#avpw_tool_content_wrapper {
    background: #333 !important;
}

/*photo background*/
.avpw_canvas_background {
    background: #333 !important;
}
/*footer background*/
#avpw_footer {
    background: #333 !important;
}
/*header background*/
#avpw_tool_content_header {
    background: #333 !important;
    text-transform: uppercase !important;
}
/*class to center main menu*/

 @media (min-width: 1356px ) {
     #avpw_control_main_scroll_panel {
         left: 50%;
         margin-top: -10px;
         margin-left: -565px;
     }
 }

#avpw_control_main_scroll_panel {
    margin-top: -10px !important;
}

.avpw_arrow_icon {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}

/*
.avpw_tool_pager {
    background: #333;
}*/

/*Using our own version of the icons for aviary*/

.avpw_tool_icon_inner {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
/*Using our own version of the icons for aviary*/
.avpw_tool_icon_inner:before {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
/*Main menu tool label hover state*/
.avpw_tool_icon:hover .avpw_label {
    color: #c82228;
}
/*Slider range background color*/
.avpw_slider_goo {
    background: #c82228;
}
/*Button hover state*/
.avpw_button:hover {

}
.avpw_enhance_button_inner {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
/*Tool Button Backgrounds*/
.avpw_inset_button {
    background: transparent;
    border:  none;
}
/*Zoom Icon*/
#avpw_zoom_icon {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
/*Zoom range*/
#avpw_zoom_inner {
    height: 2px;
}
/*Zoom Handle*/
#avpw_zoom_handle {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin-top: -13px;
    background: #c82228;
}
/*Zoom minus/plus signs */
#avpw_zoom_container .avpw_slider_bookend {
    line-height: 20px;
}

.avpw_inset_button_down,
.avpw_inset_button_down:hover,
#avpw_crop_presetopen.avpw_dropdown_open,
.avpw_preset_icon_active {
    background: transparent;
}
/*dropdown Icon*/
.avpw_dropdown_icon_inner {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
.avpw_colorsplash_inner_icon {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
#avpw_zoom_mode_overlay {
    display: none;
}
/*Draw brush icons*/
.avpw_brush_size {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
.avpw_mode_action {
    width: 204px;
}
.avpw_tool_pager .avpw_clip {
    left: 30px;
    right: 180px;
}
#avpw_rghtArrow {
    right: 162px;
}
.avpw_tiltshift_inner_icon {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
.avpw_tool_scroll .avpw_clip {
    right: 120px;
    left: 120px;
}
/*Back and Forward history buttons on FOOTER*/
.avpw_history_icon {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
/*Range Slider Handle*/
.avpw_slider_handle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top: -10px;
    margin-left: -7px;
    background: #c82228;
}
.avpw_slider_handle:active {
   background: #c82228;
}
/*Tool slider*/
.avpw_slider_positioned_inner {
    top: -12px;
    border: none;
    height: 2px;
}
/*Tool slider minus/plus signs*/
.avpw_slider_bookend {
    line-height: 15px;
}
/*Zoom Container*/
#avpw_zoom_container{
    left: 50px;
}

#avpw_filter_rghtArrow {
    right: 64px;
}

#avpw_filter_lftArrow {
    left: 64px;
}

#avpw_imageborders_rghtArrow {
    right: 64px;
}
#avpw_imageborders_lftArrow {
    left: 64px;
}
/*Color Splash position*/
.avpw_tool_cutout_centered_colorsplash {
    margin-top: -10px;
}
/*Focus position*/
.avpw_tool_cutout_centered_tiltshift {
    margin-top: -40px;
}
/*Drawing position*/
.avpw_tool_cutout_centered_drawing {
    margin-top: -70px;
}
/*Enhance position*/
.avpw_tool_cutout_centered_enhance {
    margin-top: -40px;
}
/*Spot tool position*/
.avpw_tool_cutout_centered_spot_tool {
    margin-top: -40px;
}
/*Plus Icon*/
.avpw_plus_icon {
    background-image: url(../img/aviary_atlas_minimum_standard.png) !important
}
/*Font position*/
#avpw_controlpanel_textwithfont {
    margin-top: -6px;
}

.avpw_preset_icon_active .avpw_preset_indicator {
    background: #c82228;
}

.avpw_dropdown_popup {
    background: #646464;
}
/*Crop handle*/
.avpw_crop_handle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #c82228;
}

.avpw_crop_handle_tl {
    top: -11px;
    left: -11px;
}
.avpw_crop_handle_tr {
    top: -11px;
    right: -11px;
}

.avpw_crop_handle_bl {
    left: -11px;
    bottom: -11px;
}
.avpw_crop_handle_br {
    right: -11px;
    bottom: -11px;
}

/*Upgrade Popup*/

#upgradePopup {
    height: 300px;
    width: 680px;
    top: 50%;
    border-radius: 3px;
    left: 50%;
    margin-top: -150px;
    margin-left: -340px;
}

.upgradePopupBG {
    width: 680px;
    padding: 20px;
    height: 300px;
    border-radius: 3px;
    background-color: #e1e1e1;
}

#upgradePopup .upgradeBlockLeft {
    margin-top: 0px;
}

.paymentBGImage.imageAdjust {
    height: 187px;
    width: 56%;
    top: 79px;
    background-size: 368px;
    position: absolute;
    right: 18px;
    margin-right: 0;
    z-index: 0;
}

#upgradePopup .upgradeList {
    font-size: 16px;
}

#upgradePopup .paymentOptions.header {
    margin-top: 0px;
    font-size: 17px !important;

}

#upgradePopup .paymentHeader {
    font-size: 17px !important;

}

.upgradePopupButtonWrapper {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}

.upgradePopupButtonWrapper a{
    text-decoration: none;
}

.upgradePopupButton {
    display: inline-block;
    padding: 0px 70px;
    background: #c82228;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    font-weight: 300;
    cursor: pointer;
}

/* Transcoding Video Alert */

#transcodingAlert .popup {
    top: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#transcodingAlert .transcodingAlertBG {
    height: 25px;
    width: 552px;
    padding-top: 10px;
    text-align: center;
    font-weight: 300;
    background: #fff;
    font-size: 12px;
    border: 1px solid #009600 ;
    color: #009600;
    border-radius: 3px;
}

#transcodingAlert .popupContentBG {
    min-height: 30px !important;
    margin-top: -110px;
    margin-left: -276px;
}

#transcodingAlert .popupOverlay {
    display: none !important;
}
