/* FRAME PREVIEW REGION */
#frame-preview {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px;
}
#frame-preview-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 851px;
    background-color: #e6e6e6;
}
#frame-preview-img img {
    width: 100%;
    height: auto;
}
.frames-intro-text {
    font-size: 18px;
    color: #555555;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-top: 20px;
}
.frames-array {
    padding: 20px 0 20px 0;
}
.frames-array .frame {
    box-sizing: border-box;
    cursor: pointer;
    background-size: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.frames-array .frame-preview,
.frames-array .frame-clear{
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.frames-array .frame-preview a {
    display: block;
    padding: 35px 0 5px 0;
    margin-bottom: -10px;
    text-align:center;
    font-size: 12px;
    font-weight: 500;
    color: rgba(135,135,135,1);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    background-color: #e6e6e6;
    background-image: url('../img/preview-sml.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.frames-array .frame-preview a:hover{
    background-color: #999999;
    color: #ffffff;
    text-decoration: none;
}
.frames-array .frame-clear a {
    display: block;
    padding: 35px 0 5px 0;
    margin-bottom: -10px;
    text-align:center;
    font-size: 12px;
    font-weight: 500;
    color: rgba(135,135,135,1);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    background-color: #e6e6e6;
    background-image: url('../img/cross-red-24.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.frames-array .frame-clear a:hover{
    background-color: #999999;
    color: #ffffff;
    text-decoration: none;
}
.frame-preview > .frame-clear a {
    display: block;
    padding: 35px 0 5px 0;
    margin-bottom: -10px;
    text-align:center;
    font-size: 12px;
    font-weight: 500;
    color: rgba(135,135,135,1);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    background-color: #e6e6e6;
    background-image: url('../img/cross-red-24.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.frame-preview > .frame-clear a:hover{
    background-color: #999999;
    color: #ffffff;
    text-decoration: none;
}
.frames-array .frame .frame-inner{
    padding: 20px;
    font-size: 15px;
    font-weight: 700;
    color: rgb(255,255,255);
    text-align: center;
    background-color: rgba(135,135,135);
    background-color: rgba(135,135,135,1);
    box-shadow: inset 0 0 4px #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.frames-array .frame.active .frame-inner{
    background-color: rgba(140,197,63);
    background-color: rgba(140,197,63,1);
    box-shadow: inset 0 0 0 transparent;
}
.frames-array .frame.filled .frame-inner{
    background-color: rgba(0,0,0,0.4);
}
.frames-array .frame.filled.active .frame-inner{
    background-color: rgba(0,0,0,0.1);
}
#frame-save-button a#gf-img-save:hover{
    color: transparent;
    text-decoration: none;
    background-color: #8cc53f;
    background-image: url('../img/check-white-52.png');
    background-repeat: no-repeat;
    background-position: center center ;
}
#frame-save-button a#gf-img-clear-b:hover{
    color: transparent;
    text-decoration: none;
    background-color: #D90000;
    background-image: url('../img/cross-white-24.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.fb-album,
.fb-photo{
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.fb-album {
    width: 170px;
}
.fb-album .album-cover{
    width: 150px;
    position: relative;
}
.fb-album .album-cover a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 0;
    color: transparent;
    width: 100%;
    height: 100%;
}
.fb-album .album-name {
    word-break: normal;
    word-wrap: normal;
}
.fb-album .album-cover {
    height: 150px;
    background-size: cover;
}
.fb-photo .photo-cover {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.fb-album .album-name {
    margin-top: 5px;
    line-height: 1.4em;
}
.fb-album .album-name a {
    text-decoration: none !important;
    font-weight: 400;
    font-style: italic;
}
#fba-target .album-cover {
    position: relative;
    margin-right: 20px;
    background-color: #ffffff;
    background-image: url('../img/icon-plus.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}
#fba-target .album-cover a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}
#fba-target .album-name {
    text-align: center;
}
#fba-photo-target {
    width: 170px;
    height: 170px;
}
#fba-photo-target a {
    display: block;
    padding: 105px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    background-color: #f4f4f4;
    background-image: url('../img/icon-plus-round.png');
    background-position: center 35px;
    background-repeat: no-repeat;
}
.facebook-browser #facebook-browser-albums {
    max-height: 200px;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
    background-color: #f4f4f4;
    padding: 10px 0 30px 0;
}
.facebook-browser #facebook-browser-photos {
    background-color: #ffffff;
}
.facebook-browser-inner {
    margin: 0 10px;
}
.empty-browser {
    padding: 60px 0;
    text-align: center;
}
.empty-browser-inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    max-width: 460px;
    font-size: 18px;
    color: #bcbcbc;
    text-transform: uppercase;
    background-image: url('../img/arw-up.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.fb-photo .add-img-button{
    display: none;
}
.fb-photo.added .add-img-button{
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 75px;
    text-align: center;
    font-size: 0;
    background-image: url('../img/check-blue-50.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
}


.fb-photo.added:hover .add-img-button{
    background-image: url('../img/check-blue-50.png');
    background-position: center center;
    background-repeat: no-repeat;  
    font-size: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
}
.fb-photo:hover .add-img-button{
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 85px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    background-image: url('../img/add-white-24.png');
    background-position: center 40px;
    background-repeat: no-repeat;
    background-color: rgb(140,197,63);
    background-color: rgba(140,197,63,0.7);
}
.fb-photo:hover .add-img-button.photo-l{
    background-image: url('../img/picture-l-white-40.png');
}
.fb-photo:hover .add-img-button.photo-p{
    background-image: url('../img/picture-p-white-40.png');
}
.fb-photo:hover .add-img-button.photo-s{
    background-image: url('../img/picture-s-white-40.png');
}
.fb-photo.added:hover .add-img-button.photo-l{
    background-image: url('../img/check-blue-50.png');
}
.fb-photo.added:hover .add-img-button.photo-p{
    background-image: url('../img/check-blue-50.png');
}
.fb-photo.added:hover .add-img-button.photo-s{
    background-image: url('../img/check-blue-50.png');
}