
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('https://themes.googleusercontent.com/font?kit=biUEjW7P-lfzIZFXrcy-wQ') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('https://themes.googleusercontent.com/font?kit=7KXg6nyyqN8gyMoNwQ7aOQ') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('https://themes.googleusercontent.com/font?kit=daIfzbEw-lbjMyv4rMUUTj8E0i7KZn-EPnyo3HZu7kw') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('https://themes.googleusercontent.com/font?kit=iE8HhaRzdhPxC93dOdA05z8E0i7KZn-EPnyo3HZu7kw') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('https://themes.googleusercontent.com/font?kit=jB4HYzUnEmLtjz-UHQe60fesZW2xOQ-xsNqO47m55DA') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('https://themes.googleusercontent.com/font?kit=vxNK-E6B13CyehuDCmvQvw') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('https://themes.googleusercontent.com/font?kit=1_sFLBJZ_MiiGcnkjN_Mgg') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('https://themes.googleusercontent.com/font?kit=MMDEOSa6i6T9gBocjYCJkQ') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('https://themes.googleusercontent.com/font?kit=owYYXKukxFDFjr0ZO8NXhz8E0i7KZn-EPnyo3HZu7kw') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('https://themes.googleusercontent.com/font?kit=b9PWBSMHrT2zM5FgUdtu0T8E0i7KZn-EPnyo3HZu7kw') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('https://themes.googleusercontent.com/font?kit=d-QWLnp4didxos_6urzFtg') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('https://themes.googleusercontent.com/font?kit=grlryt2bdKIyfMSOhzd1eA') format('woff');
}



html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: roboto, sans-serif;
    font-size: 1em !important;
    background-color: #343f4f;
    color: #fff;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;

}

@media only screen and (max-width: 1068px) {
    h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 735px) {
    h1 {
        font-size: 35px;
    }
}



h2 {
    font-size: 35px;
    color:#fff;
    font-weight:100;
    line-height:44px;
}



@media only screen and (max-width: 1068px) {
    h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 735px) {
    h2 {
        font-size: 25px;
    }
}



h3 {
    font-size: 1.1em;
}

li {
    margin: 1em 0;
}

input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: .3em .5em;
    border-radius: .3em;
    font-size: 1em;
    vertical-align: middle;
    margin: 0;
    color: #333;
    font-family: roboto, sans-serif;
    transition: .3s;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    background-color: #FBF5EF;
    border-color: #FAAC58;
}

a {
    text-decoration: none;
    color: #5393DA;
    cursor: pointer;
}

a:hover {
    color: #80B0E5;
    transition: .3s;
}

p {
    line-height: 1.35em;
}

img {
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.or {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//cdn.pizap.com/pizapfiles/images/or-line-dark.png);
    text-align: center;
    margin: 1em 0;
    color: #888;
}

.or span {
    text-transform: uppercase;
    font-size: .8em;
}

.or.or-light {
    color: #fff;
    background-image: url(//cdn.pizap.com/pizapfiles/images/or-line-light.png);
}
.headerpart{height:90px;}

.headerpart.classic {
    height:42px;
}
a.btn1,
.btn1 {
    display: inline-block;
    vertical-align: middle;
    background-color: #00897b;
    color: #fff;
    line-height: 1.6em;
    padding-left: .5em;
    padding-right: .5em;
    border-radius: 3px;
    text-align: center;
    font-size: 1em;
    border: none;
    cursor: pointer;
    margin: 0;
    transition: .3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
}

a.btn1:focus,
.btn1:focus,
.btn1:hover {
    outline: none;
    background-color: #00897b;
}

.btn1.btn1-medium {
    padding-top: .3em;
    padding-bottom: .3em;
    padding-left: .8em;
    padding-right: .8em;
}

.btn1.btn1-small {
    font-size: .9em;
}

.btn1.btn1-silver {
    background-color: #ddd;
    color: #666;
}

.btn1.btn1-silver:hover {
    background-color: #c7c7c7;
}

.btn1.btn1-danger {
    background-color: #FA5858;
}

.btn1.btn1-green {
    background-color: #00897b;
}

.btn1.btn1-green:hover {
    background-color: #19A798;
    text-decoration: none;
    color: #fff;
}

.btn1.btn1-grey {
    background-color: #353f50;
}

.btn1.btn1-grey:hover {
    background-color: #576172;
}

.btn1.btn1-liked,
.btn1.btn1-soc.liked {
    background-color: #F6CECE;
}

.btn1.btn1-soc.reposted {
    background-color: #BDBDBD;
}

.btn1.btn1-facebook {
    background-color: #3b5998;
}

.btn1.btn1-gplus {
    background-color: #d34836;
}

.btn1.btn1-twitter {
    background-color: #55acee;
}

.btn1.btn1-soc {
    line-height: 1.6em;
    padding-left: .2em;
    padding-right: .8em;
    padding-top: .4em;
    padding-bottom: .4em;
    border-radius: .3em;
    background-color: #ddd;
    font-weight: bold;
    color: #888;
}

.btn1.btn1-soc:hover {
    background-color: #c7c7c7;
}

.btn1.btn1-green.main_start_button {
    font-size:36px;
    padding:10px 60px 10px 60px;

}

@media only screen and (max-width: 1068px) {
    .btn1.btn1-green.main_start_button {
        font-size:26px;
        padding:5px 30px 5px 30px;

    }
}

@media only screen and (max-width: 735px) {
    .btn1.btn1-green.main_start_button {
        font-size:20px;
        padding:4px 20px 4px 20px;

    }
}



.btn1.btn1-redorange {
    font-size:30px;
    font-weight:normal;
    padding:5px 31px 5px 30px;
    background-color:#e65100;
    display:block;
}

.btn1.btn1-redorange:hover {

    background-color:#ec6e2a;
}


.btn1.btn1-orange {
    font-size:30px;
    font-weight:normal;
    padding:5px 29px 5px 20px;
    background-color:#fb8c00;
    display:block;
}

.btn1.btn1-orange:hover {
    background-color:#ffa635;
}

.btn1.btn1-yellow {
    font-size:30px;
    font-weight:normal;
    padding:5px 30px 5px 20px;
    background-color:#ffc107;
    display:block;
}

.btn1.btn1-yellow:hover {
    background-color:#ffd043;
}


.btn1.btn1-lightgreen {
    font-size:18px;
    font-weight:normal;
    padding:5px 10px 5px 10px;
    background-color:#7cb342;
    display:block;
    white-space: nowrap;
}

.btn1.btn1-lightgreen:hover {
    background-color:#9cc76f;
}


.btn1.btn1-lightblue{
    font-size:18px;
    font-weight:normal;
    padding:5px 10px 5px 10px;
    background-color:#00b0ff;
    display:block;
    white-space: nowrap;
}

.btn1.btn1-lightblue:hover {
    background-color:#4dc8ff;
}


.btn1.btn1-blue {
    font-size:18px;
    font-weight:normal;
    padding:5px 10px 5px 10px;
    background-color:#1976d2;
    display:block;
    white-space: nowrap;
}

.btn1.btn1-blue:hover {
    background-color:#4591dc;
}

.btn1.btn1-purple {
    font-size:30px;
    font-weight:normal;
    padding:5px 29px 5px 20px;
    background-color:#b800e6;
    display:block;
}

.btn1.btn1-purple:hover {
    background-color:#c43de6;
}

.badge-new {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff800 !important;
    font-size: 14px!important;
    text-align: right;
    font-weight: bold;
}

.icon1 {
    display: inline-block !important;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -.14em;
    margin-left: .5em;
    margin-right: .5em;
    width: 1em;
    height: 1em;
    /*transform: scale(1);*/
    /*image-rendering: optimizeQuality;*/
    /*image-rendering: pixelated;*/
    /*image-rendering: -moz-crisp-edges;*/
    transform: rotate( .0001deg );
}

.icon-user1 {
    background-color: #eee;
    border-radius: 50%;
    background-size: cover;
}

.icon-edit {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_border_color_grey600_24dp.png);
}

.icon-setbg {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_format_paint_grey600_24dp.png);
}

.icon-invite {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_group_add_grey600_24dp.png);
}

.icon-mail {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_email_white_24dp.png);
}

.icon-mail-g {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_email_grey600_24dp.png);
}

.icon-pizap {

    background-image: url(//cdn.pizap.com/pizapfiles/images/pizap_photo_editor_logo_white.png);
}

.icon-date {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_query_builder_grey600_18dp.png);
}

.icon-community {
    background-image: url(//cdn.pizap.com/pizapfiles/images/pizap_community_icon_white.png);
}

.icon-community-g {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_star_grey600_24dp.png);
}

.icon-loading {
    background-image: url(//cdn.pizap.com/pizapfiles/images/loading.gif);
}

.icon-like {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_favorite_grey600_18dp.png);
}

.icon-delete {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_delete_grey600_18dp.png);
}

.icon-share {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_share_grey600_18dp.png);
}

.icon-repost {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_repeat_grey600_18dp.png);
}

.icon-comment {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_comment_grey600_18dp.png);
}

.icon-androidapp {
    background-image: url(//cdn.pizap.com/pizapfiles/images/android-app.png);
}

.icon-zazzle {
    background-image: url(//cdn.pizap.com/pizapfiles/images/zazzle.png);
}

.icon-androidapp-big {
    background-image: url(//cdn.pizap.com/pizapfiles/images/google-play.png);
    background-size: cover;
    width: 240px;
    height: 71px;
    border-radius: 7px;
}

.icon-facebook {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/facebook.png);
}

.icon-twitter {
    background-image: url(//cdn.pizap.com/pizapfiles/images/twitter-icon-20px.png);
}

.icon-tumblr {
    background-image: url(//cdn.pizap.com/pizapfiles/images/tumblr-icon-20px.png);
}

.icon-instagram {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/instagram.png);
}

.icon-flickr {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/flickr.png);
}
.icon-google {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/google.png);
}
.icon-backgrounds {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/backgrounds.png);
}
.icon-webcam {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/webcam.png);
}
.icon-picasa {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/picasa.png);
}

.icon-iosapp {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ios-app.png);
}

.icon-iosapp-big {
    background-image: url(//cdn.pizap.com/pizapfiles/images/apple-store.png);
    background-size: cover;
    width: 240px;
    height: 71px;
    border-radius: 7px;
}

.icon-community-light {
    background-image: url(//cdn.pizap.com/pizapfiles/images/community-icon-2014.png);
}

.icon-popular-light {
    background-image: url(//cdn.pizap.com/pizapfiles/images/popular-icon-2014.png);
}

.icon-search-light {
    background-image: url(//cdn.pizap.com/pizapfiles/images/search-icon-2014.png);
}

.icon-gplus-light {
    background-image: url(//cdn.pizap.com/pizapfiles/images/googleBlanco.png);
}

.icon-twitter-light {
    background-image: url(//cdn.pizap.com/pizapfiles/images/Twitter_logo_white.png);
}

.icon-facebook-light {
    background-image: url(//cdn.pizap.com/pizapfiles/images/icon-facebook-light.png);
}

.icon-view {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_visibility_grey600_24dp.png);
}

.icon-report {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_warning_grey600_24dp.png);
}

.icon-embed {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_select_all_grey600_24dp.png);
}

.icon-forward {
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_arrow_forward_white_24dp.png);
}

.icon-menu1 {
    background-image: url(//cdn.pizap.com/pizapfiles/images/icon-menu.png);
}

.icon-start-collage {
    background-image: url(//cdn.pizap.com/pizapfiles/images/collage_icon_on.png);
}

.icon-start-image {
    background-image: url(//cdn.pizap.com/pizapfiles/images/edit_icon_on.png);
}

.icon-start-design {
    background-image: url(//cdn.pizap.com/pizapfiles/images/design_icon_on.png);
}

.form-item {
    margin: 1.2em 0;
    color:#000000;
}

.form-note {
    margin: 1.2em 0;
    font-size: .95em;
}

.form-label {
    font-size: 1.3em;
    color: #555;
    display: block;
    margin-bottom: .5em;
}

.form-underfield {
    margin-top: .3em;
    font-size: .8em;
    color: #888;
}

.form-checkbox {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: #eee;
    border-radius: 30px;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-checkbox input {
    display: none;
}

.form-checkbox .checkbox-toggler {
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #ddd;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.form-checkbox:hover .checkbox-toggler {
    background-color: #c7c7c7;
}

.form-checkbox input:checked + .checkbox-toggler {
    left: auto;
    right: 3px;
    background-color: #7ea613;
    background-image: url(//cdn.pizap.com/pizapfiles/images/ic_done_white_18dp.png);
}

.form-checkbox:hover input:checked + .checkbox-toggler {
    background-color: #72942a;
}
.loadingbar {
    position: relative;
    padding: 1em 0;
    font-size: .8em;
}

.loadingbar-message {
    margin: 0 auto;
    width: 130px;
    text-align: center;
    line-height: 3em;
    padding-left: .5em;
    padding-right: .5em;
    border-radius: .3em;
    font-size: 1em;
    background-color: #eee;
    color: #1467c2;
    font-weight: bold;
    white-space: nowrap;
}
.btns1bar-menu {
    text-align: center;
    margin-bottom: 1.5em;
}

.btns1bar-menu .menu-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5em .5em .5em;
}

.btns1bar-menu a {
    display: inline-block;
    line-height: 1.6em;
    padding-left: .5em;
    padding-right: .5em;
    border-radius: .3em;
    background-color: #F2F2F2;

}

.btns1bar-menu .menu-item.active a {
    position: relative;
    background-color: #3a7fcc;
    color: #fff;
}

.btns1bar-menu .menu-item.active a::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -16px;
    border: 8px solid transparent;
    border-top: 8px solid #3a7fcc;
}

.navbar1 {
    position: fixed;
    top:0px;
    line-height: 83px;
    height: 83px;
    background: rgba(27,30,37,1);
    background: -moz-linear-gradient(top, rgba(27,30,37,1) 0%, rgba(36,45,59,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,30,37,1)), color-stop(100%, rgba(36,45,59,1)));
    background: -webkit-linear-gradient(top, rgba(27,30,37,1) 0%, rgba(36,45,59,1) 100%);
    background: -o-linear-gradient(top, rgba(27,30,37,1) 0%, rgba(36,45,59,1) 100%);
    background: -ms-linear-gradient(top, rgba(27,30,37,1) 0%, rgba(36,45,59,1) 100%);
    background: linear-gradient(to bottom, rgba(27,30,37,1) 0%, rgba(36,45,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1e25', endColorstr='#242d3b', GradientType=0 );
    z-index: 100;
    width: 100%;

}


.navbar1-ad {
    position: absolute;
    left: 18em;
    top: 1.4em;
    height: 15px;
}

.navbar1 .icon1 {
    width: 24px;
    height: 24px;
    margin-left: 0;
}

.navbar1-stopper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.navbar1-logo {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar1.navbar1-logoonly .navbar1-logo {
    position: relative;
    margin: 0 auto;
}

.navbar1-logo .logo-social {
    position: absolute;
    top: -31px;
    left: 121px;
    height: 20px;

}

.navbar1-logo .social-dummy {
    width: 86px;
    height: 20px;
    /*background-color: #eee;*/
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: .8em;
}

.navbar1-logo .icon1 {
    width: 98px;
    height: 31px;
}

.navbar1-logo img {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    margin-top: -.3em;
}

.navbar1-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;



}

.navbar1-menu .menu-item {
    display: inline-block;
    margin: 0 .5em;
    width: 75px;
}



.navbar1-menu .menu-item.user-item a {
    display: block;
    max-width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar1-menu a {
    display: inline-block;
    line-height: 27px;
    padding-left: .5em;
    padding-right: .5em;
    border-radius: .3em;
    color: #ffffff;
    font-weight:100;
    font-size:12px;
    padding-top: 19px;

}

.navbar1-menu a:hover {
    text-decoration: none;

}

.navbar1-login a {
    display: inline-block;
    line-height: 1.6em;
    padding-left: .5em;
    padding-right: .5em;
    border-radius: .3em;
    color: #ffffff;
    font-weight:100;
    font-size:12px;
}

.navbar1-menu .menu-item.active a {
    background-color: #445061;
    color: #ffffff;
}

.navbar1-actions {
    position: absolute;
    right: 0;
    top: 0;
}

.navbar1-actions .actions-item {
    display: inline-block;
    margin-left: 1em;
}

.navbar1-actions .actions-item.logout {
    font-size: .9em;
}

.navbar1-actions .actions-item.logout a:link{
    color:#fff;
}

.navbar1-actions .actions-item.login {
    display: none;
    font-size: .9em;
}

.navbar1-actions .actions-item.start {

}

.navbar1-actions .actions-item.start .btn1 {
    padding: 1px 10px 1px 10px;
}

.navbar1-actions .item-free {
    font-size: .8em;
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
    background-color: #00897b;
    line-height: 1em;
    border-radius: .3em;
    color: #888;
    visibility:hidden;
}

.navbar1-actions .item-free a:link{
    color: #ffa726;
}

.navbar1 .icon-user1 {
    width: 20px;
    height: 20px;
}

.navbar1-menu-btn1 {
    position: absolute;
    left: 1em;
    top: 0;
    display: none;
}

#navbar1-toggler {
    display: none;
}

.navbar1-menu-overlay {
    display: none;
}



@media (max-width: 600px) {
    .navbar1-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background-color: #343F4F;
        z-index: 110;
        margin: 0;
        /*display: none;*/
        transition: .3s;
    }

    .navbar1-actions .actions-item.start {
        display: none;
    }

    .navbar1-actions .actions-item.login {
        display: inline-block;
    }

    .navbar1-menu-overlay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 20%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        display: block;
        z-index: 100;
        opacity: 0;
        transition: .3s;
        transition-property: opacity;
    }

    /*.navbar1-menu a {
      color: #fff;
    }*/

    .navbar1-menu .menu-item {
        margin: 0;
        display: block;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,.1);
        width: 100%;
        overflow: hidden;
    }

    .navbar1-menu .menu-item a {
        display: block;
        line-height: 3em;
        padding: 0 1em;
        max-width: auto;
        width: auto;
        border-radius: 0;
    }

    .navbar1-menu .menu-item.active a {
        max-width: 100%;
        width: auto;
        background-color: rgba(0,0,0,.05);
        /*color: #fff;*/
    }

    .navbar1-actions .actions-item-free {
        display: none;
    }

    .navbar1-logo {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        height: 60px;
    }

    .navbar1-logo .logo-social {
        display: none;
    }

    .navbar1-actions {
        right: 1em;
    }

    .navbar1-menu-btn1 {
        display: block;
    }

    #navbar1-toggler:checked ~ .navbar1-menu {
        /*display: block;*/
        left: 0;
    }

    #navbar1-toggler:checked ~ .navbar1-menu .navbar1-menu-overlay {
        right: 0;
        opacity: 1;
    }

    .navbar1-menu-overlay {
        display: block;
    }
}

.slavenavbar1 {
    background-color: #252E3C;
    color: #fff;
    line-height: 60px;
    height: 60px;
}

.slavenavbar1 a {
    color: #fff;
}

.slavenavbar1-stopper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.slavenavbar1-search input[type="text"].search-query {
    font-size: .8em;
    background-color: #445061;
    border-color: transparent;
    color: #fff;
}

.search-btn1 {
    font-size: .9em;
    padding-left: .2em;
    padding-right: .2em;
    vertical-align: middle !important;
}

.search-btn1 .icon1 {
    font-size: 1.1em;
}

.slavenavbar1-search input[type="text"].search-query:focus {
    background-color: #fff;
    color: #666;
}

.slavenavbar1-search input[type="text"].search-query::-webkit-input-placeholder {
    color: #fff !important;
}

.slavenavbar1-search input[type="text"].search-query:-moz-placeholder {
    color: #fff !important;
}
.slavenavbar1-search input[type="text"].search-query::-moz-placeholder {
    color: #fff !important;
}
.slavenavbar1-search input[type="text"].search-query:-ms-input-placeholder {
    color: #fff !important;
}

.slavenavbar1-search input[type="text"].search-query::-webkit-input-placeholder:focus {
    color: #eee;
}

.slavenavbar1-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 500px;

}

.slavenavbar1-menu .icon1 {
    width: 24px;
    height: 24px;
    margin-left: 0;
}

.slavenavbar1-menu .menu-item {
    display: inline-block;
    margin: 0 .5em;
}

.slavenavbar1-menu .menu-item a:hover,
.slavenavbar1-menu .menu-item.active a {
    background-color: #3D495A;
}

.slavenavbar1-menu a {
    display: inline-block;
    line-height: 1.6em;
    padding-left: .5em;
    padding-right: .5em;
    border-radius: .3em;
}

@media (max-width: 600px) {
    .slavenavbar1 {
        height: auto;
        text-align: center;
    }

    .slavenavbar1-search {

    }

    .slavenavbar1-menu {
        width: 100%;
    }

    .slavenavbar1-menu .icon1 {
        display: block !important;
        margin: 0 auto;
    }

    .slavenavbar1-menu {
        position: relative;
        top: auto;
        left: auto;
    }
}
.emptybar {
    background-color: #fafafa;
    /*background-color: rgba(255, 255, 255, .92);*/
    padding: 1em;
    text-align: center;
    border-radius: .3em;
    max-width: 30em;
    margin: 0 auto;
    color: #000;
}
/** parts **/
.contentpart {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    background-repeat: repeat-x;

}

.contentpart-stopper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.contentpart-asside {
    float: right;
    width: 400px;
    transition: .3s;
}

.contentpart-asside .asside-item {
    background-color: #fff;
    padding: 15px;
    border-radius: .3em;
    margin-bottom: 1em;
    color: #000;
}

.contentpart-adasside {
    width: 160px;
    float: right;
    margin-left: 30px;
}

.contentpart-asside .asside-title {
    text-align: center;
}

.contentpart-fillcontent {
    overflow: hidden;
}

.contentpart.contentpart-main {

}

.contentpart.contentpart-light {

}

.contentpart.contentpart-accent {
    background-color: #fff;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.contentpart.contentpart-landing {
    background: #c2dbf7; /* Old browsers */
    background: -moz-linear-gradient(top, #c2dbf7 0%, #fcfcfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2dbf7), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c2dbf7 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c2dbf7 0%,#fcfcfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c2dbf7 0%,#fcfcfc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c2dbf7 0%,#fcfcfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2dbf7', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}

.contentpart-ad {
    position: absolute;
    top: 0;
}

.contentpart-ad .ad-dummy {
    width: 300px;
    height: 250px;
    text-align: center;
    line-height: 250px;
    color: #ddd;
    /*background-color: #eee;*/
}

.contentpart-ad.ad-first {
    left: 0;
}

.contentpart-ad.ad-second {
    right: 0;
}

.contentpart .asside-item-activity {
    display: none;
}

.contentpart.contentpart-imageviewpart {
    background-color: #999;
}

@media (max-width: 600px) {
    /*  .contentpart {
        padding: 0;
      }*/

    .contentpart-ad {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        text-align: center;
    }

    .contentpart-ad .ad-dummy {
        display: inline-block;
        margin-bottom: 1em;
    }

    .contentpart-asside {
        float: none;
        width: auto;
    }

    .contentpart-adasside {
        float: none;
        width: auto;
        text-align: center;
        margin-bottom: 1em;
    }

    .contentpart-asside .asside-item {
        border-radius: 0;
    }
}
.editorpart {
    position: relative;
    /*height: 610px;*/
    background-color: #333;
}

.editorpart-loading {
    padding-top: 8em;
}

.editorpart-ad {
    position: absolute;
    top: 30px;
    width: 160px;
    height: 600px;
    margin: 0 !important;
    background-color: #444;
}

.editorpart-ad .ad-content {
    padding: 5px;
}

.editorpart-ad .ad-dummy {
    /*background-color: #444;*/
    width: 160px;
    height: 600px;
    text-align: center;
    line-height: 600px;
    color: #777;
}

.editorpart-ad.left {
    left: -210px;
}

.editorpart-ad.right {
    right: -210px;
}

.editorpart-editor {
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    padding: 30px 0;
    /*padding: .3em;*/
    /*border-radius: 0 0 .3em .3em;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.editorpart-flashcontent {
    background-color: #282828;
    width: 920px;
    height: 527px;
    margin: 0 auto;
}

.editorpart-bottomad {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    padding: .5em 0;
}

.editorpart-bottomad .ad-dummy {
    /*background-color: #444;*/
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #777;
    width: 160px;
    height: 600px;
    margin: 0 !important;
}

.editorpart-bottomtextad {
    width: 728px;
    height: 15px;
    margin: 0 auto;
    padding: .5em 0;
}

.editorpart-headerad {
    height: 17px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.footerpart {
    line-height: 30px;
    height: 60px;
    font-size: .8em;
}

.footerpart-stopper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.footerpart-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 400px;
}

.footerpart-menu a {
    margin: 0 .5em;
}

.footerpart-social {

}

.footerpart-apps {
    position: absolute;
    top: 0;
    right: 0;
}

.footerpart-apps a {
    margin-left: .5em;
}

@media (max-width: 600px) {
    .footerpart {
        line-height: 2.5em;
        padding: 1em 0;
    }

    .footerpart-social {
        text-align: center;
    }

    .footerpart-menu {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        width: auto;
    }

    .footerpart-apps {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
    }
}
.imageviewpart {
    overflow: hidden;
    background-color: #fff;
    border-radius: .3em;
}

.imageviewpart-inside {
    /*padding: 1em;*/

}

.imageviewpart.imageviewpart-onpage {
    /*background-color: #fff;*/
    /*padding: 1em;*/
    /*border-radius: .9em;*/
    margin: 0 auto;
    /*margin-bottom: 2em;*/
    box-shadow: 0 2px 10px rgba(0,0,0,.07);
}

.imageviewpart-viewport {
    position: relative;
    width: 592px;
    float: left;
}

.imageviewpart-viewport-inside {
    padding: 1em;
}

.imageviewpart-image {
    position: relative;
    /*margin-bottom: .5em;*/
    /*border: 1px solid #eee;*/
    border-bottom: none;
}

.imageviewpart-image img {
    max-width: 100%;
    background-color: #fafafa;
}

.imageviewpart-image .image-nav {
    position: absolute;
    top: 50% !important;
    margin-top: -27px;
    width: 55px;
    height: 55px;
    display: block;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.imageviewpart-image .image-nav.image-nav-prev {
    left: 0 !important;
    right: auto !important;
    background-image: url(//cdn.pizap.com/pizapfiles/images/a21.png);
    background-position: -3px -33px;
}

.imageviewpart-image .image-nav.image-nav-next {
    right: 0 !important;
    left: auto !important;
    background-image: url(//cdn.pizap.com/pizapfiles/images/a21.png);
    background-position: -63px -33px;
}

.imageviewpart-image:hover .image-nav {
    opacity: 1;
}

.imageviewpart-viewport .viewport-metadata {
    padding: .5em 0;
}

.imageviewpart-viewport .metadata-item {
    font-size: .8em;
    color: #888;
    margin-right: 1em;
}

.imageviewpart-viewport .metadata-item a {
    color: #888;
}

.imageviewpart-summary {
    position: relative;
    /*padding-left: 1em;*/
    overflow: hidden;
    /*margin: -1em -1em -1em 0;*/
    float: right;
    background-color: #fafafa;
    width: 332px;
}

.imageviewpart-summary-inside {
    position: relative;
    padding: 1em;
    min-height: 100%;
}

.imageviewpart-user {
    position: relative;
    /*margin-right: 1.7em;*/
    padding: .8em;
    border: 1px solid #e6e6e6;
    border-radius: .3em;
    margin-bottom: 1em;
    background-color: #fff;
    overflow: hidden;
}
/*
.imageviewpart-user a {
  font-size: 1.1em;
}*/

.imageviewpart.imageviewpart-onpage .imageviewpart-user {
    margin-right: 0;
}

.imageviewpart-user .icon-user1 {
    margin-left: 0;
    width: 2em;
    height: 2em;
}

.imageviewpart-user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    display: block;
    padding: .2em 0;
}

.imageviewpart-user .follow-btn1 {
    position: absolute;
    right: .8em;
    top: .85em;
}

.imageviewpart-user .follow-btn1 .btn1 {
    padding: .2em .5em;
}

.imageviewpart-description {
    position: relative;
    /*margin-bottom: 1em;*/
    font-weight: bold;
    padding: .5em 0 !important;
    /*background-color: #fafafa;*/
    border-radius: 0 0 .3em .3em;
    /*display: inline-block;*/
    line-height: 1.4em;
    margin-right: 1.7em;
    word-wrap: break-word;
    white-space: normal !important;
}

.imageviewpart.imageviewpart-onpage .imageviewpart-description {
    margin-right: 0;
    /*border: 1px solid #eee;*/
    /*border-top: none;*/
}

/*.imageviewpart-description:after {
    content: "";
    position: absolute;
    top: .7em;
    left: -16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #EEE transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transition: all 0.3s ease 0s;
}
*/
.imageviewpart-actions .btn1 {
    font-size: .75em;
}

.imageviewpart-actions {
    margin-bottom: 1em;
}

.imageviewpart-comments {
    margin-bottom: 1em;
    margin: 0 -1em;
    padding: 0 1em;
    margin-bottom: 1em;
    font-size: .8em;
}

.imageviewpart-comments .commentspart-form {
    background-color: #eee;
    /*font-size: .85em;*/
    margin: 0 -1.2em;
    padding: 1em 1.2em;
}

.imageviewpart-comments .commentspart-item {
    background-color: transparent;
    /*font-size: .85em;*/
    margin: 0 -1em;
    margin-top: 10px;
    padding: .5em 1.2em;
}

/*.imageviewpart-comments .icon1 {
  margin-left: 0;
  width: 1.5em;
  height: 1.5em;
}*/

.imageviewpart-comments .list-item {
    padding: .7em .8em .5em .8em;
    background-color: #fafafa;
}

.imageviewpart-comments .item-user {
    font-size: .8em;
    margin-bottom: .5em;
}

.imageviewpart-comments .item-text {
    font-size: .85em;
}

.imageviewpart-comments .comments-seeall {
    padding: 0 .8em .5em .8em;
    background-color: #fafafa;
}

.imageviewpart-comments .comments-seeall a {
    font-size: .75em;
}

.imageviewpart-comments .item-write input {
    width: 21em;
    font-size: .9em;
}

.imageviewpart-ad {
    margin-top: 1em;
}

.imageviewpart-ad .ad-dummy {
    width: 300px;
    height: 250px;
    /*background-color: #fafafa;*/
    color: #ddd;
    line-height: 250px;
    text-align: center;
    border: 1px solid #eee;
}

.imageviewpart-moreimages {
    width: 740px;
    margin: 2em auto;
}

.imageviewpart-moreimages .moreimages-title {
    text-align: center;
    margin-bottom: 1em;
    font-size: .95em;
}

.imageviewpart-moreimages .piccard-item {
    float: left;
}

.imageviewpart-fbcomments {
    margin: 0 -1em;
    margin-bottom: 1em;
    position: relative;
}

@media (max-width: 600px) {
    .imageviewpart.imageviewpart-onpage {
        border-radius: 0;
    }

    .imageviewpart-image .image-nav {
        opacity: .3;
    }

    .imageviewpart-comments .item-write input {
        width: 90%;
    }

    .imageviewpart-viewport .viewport-metadata {
        margin-bottom: 1em;
        text-align: center;
    }

    .imageviewpart-summary {
        padding-left: 0;
    }

    .imageviewpart-viewport {
        width: auto;
        float: none;
    }

    .imageviewpart-moreimages {
        width: auto;
    }

    .imageviewpart-moreimages .piccard-item {
        width: auto;
        float: none;
    }

    .imageviewpart-user {
        padding: .4em;
        font-size: .9em;
        font-weight: bold;
    }

    .imageviewpart-user .user-btn1 {
        right: .45em;
        top: .45em;
    }
}
.signpart-logo {
    text-align: center;
    margin-bottom: 1.5em;
}

.signpart-logo .icon1 {
    width: 98px;
    height: 35px;
}

.signpart-btns1 {
    overflow: hidden;
}

.signpart-btns1 .btn1 {
    display: block;
    float: left;
    margin: .5em 0;
    padding-top: .5em;
    padding-bottom: .5em;
}

.signpart-btns1 .btn1-facebook {
    width: 95%;
}

.signpart-btns1 .btn1-gplus,
.signpart-btns1 .btn1-twitter {
    width: 43%;
}

.signpart-btns1 .btn1-gplus {
    margin-right: 2%;
}

.signpart-btns1 .btn1-twitter {
    margin-left: 2%;
}

.signpart .form-field input {
    width: 100%;
    padding-top: .6em;
    padding-bottom: .6em;
    /*border-color: #888;*/
}

.signpart .form-field input:focus {
    /*border-color: #3a7fcc;*/
}

.signpart .form-btns1 input {
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
}

.signpart-links {
    margin-top: 1.5em;
    text-align: center;
    font-size: .8em;
    color: #888;
}

.signpart-links .links-item {
    margin-top: .6em;
}

.signpart-box {
    width: 25em;
    background-color: #343f4f;
    padding: 2em;
    border-radius: .9em;
    margin: 0 auto;
    margin-bottom: 2em;


}

.signpart-notes {
    width: 22em;
    margin: 0 auto;
    text-align: center;
}

.signpart-notes p {
    font-size: .9em;
}

.signpart-notes .notes-important {
    font-weight: bold;
}

.signpart-notes .notes-most-important {
    font-weight: bold;
    color: red;
}

@media (max-width: 600px) {
    .signpart-box {
        width: auto;
        padding: 1em;
        border-radius: 0;
    }

    .signpart-btns1 .btn1-facebook {
        width: 94%;
    }

    .signpart-btns1 .btn1-gplus {
        margin-right: 0;
    }

    .signpart-notes {
        width: auto;
        padding-left: 1em;
        padding-right: 1em;
    }
}
.overlaypart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    opacity: .5;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: none;
    z-index: 1000;
}

.overlaypart.active {
    display: block;
}
.popuppart {
    position: absolute;
    top: 50px;
    /*left: 50%;*/
    /*margin-left: -200px;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    /*min-height: 200px;*/
    border-radius: .9em;
    background-color: #343f4f;
    background-size: cover;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    display: none;
    z-index: 1000;
}

.popuppart-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    font-size: 2em;
    line-height: 1em;
    width: 1em;
    text-align: center;
}

.popuppart-close-blue {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    color: #5393DA;
    cursor: pointer;
    font-size: 2em;
    line-height: 1em;
    width: 1em;
    text-align: center;
}




.popuppart.active {
    display: block;
}

.popuppart-inside {
    padding: 2em;
    /*max-height: 500px;*/
    /*overflow: auto;*/
}

.popuppart.popuppart-signpopup {
    /*background-image: url(http://cdn.pizap.com/pizapfiles/images/home_bg_002.png);*/
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.popuppart.popuppart-imagepopup {
    border-radius: .5em;
    /*margin-left: -500px;*/
    width: 1000px;
    overflow: hidden;
}

.popuppart.popuppart-imagepopup .imageviewpart-user {
    margin-right: 1.6em;
}

.popuppart.popuppart-imagepopup .popuppart-inside {
    padding: 0;
    overflow: hidden;
}

.popuppart.popuppart-followingpopup {
    width: 480px;
}

.popuppart-followingpopup-area {
    max-height: 350px;
    overflow: auto;
    padding: 1px 10px 1px 0;
}

@media (max-width: 600px) {
    .popuppart.popuppart-followingpopup,
    .popuppart {
        width: auto;
        border-radius: 0;
    }

    .popuppart-inside {
        padding: 1em;
        padding-top: 2.5em;
    }

    .popuppart-followingpopup-area {
        max-height: none;
        overflow: visible;
        padding: 1px 0 0 0;
    }
}

.usereditpart {
    padding: 1em 2em 2em 2em;
    background-color: #fff;
    border-radius: .3em;
    margin-top: 10px;
    width: 921px;
}

.usereditpart-parts {
    overflow: hidden;
}

.usereditpart-info {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.usereditpart-customize {
    width: 50%;
    overflow: hidden;
}

.usereditpart-descriptionfield {
    width: 95%;
    height: 80px;
    resize: none;
}

.usereditpart .form-field input[type="text"] {
    width: 95%;
}

.usereditpart-userphoto-icon {
    width: 100px;
    height: 100px;
    margin: 0 .5em 0 0;
}

.usereditpart-color {
    border-radius: .3em;
    background-color: #eee;
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-left: 0;
}

.usereditpart-bgs {
    overflow: auto;
    max-height: 100px;
}

.usereditpart-bgs .bgs-item {
    width: 45px;
    height: 45px;
    background-color: #eee;
    border-radius: .3em;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin: 0 .3em .3em 0;
    cursor: pointer;
}

.usereditpart-bgs .bgs-item.active {
    width: 41px;
    height: 41px;
    border: 2px solid #3a7fcc;
}

@media (max-width: 600px) {
    .usereditpart {
        border-radius: 0;
    }

    .usereditpart-parts {
        overflow: visible;
    }

    .usereditpart-info {
        float: none;
        margin-right: 0;
        width: auto;
    }

    .usereditpart-customize {
        width: auto;
        overflow: visible;
    }

    .usereditpart-bgs {
        overflow: hidden;
        max-height: none;
        height: auto;
    }
}
.friendspart-greeting {
    position: relative;
    background-color: #252E3C;
    border-radius: .3em;
    padding: 1em;
    margin-bottom: 2em;
    text-align: center;
}

.friendspart-greeting .greeting-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    font-size: 1.2em;
}

.friendspart-greeting .greeting-btn1 {
    display: inline-block;
}

.friendspart-greeting .greeting-btn1 .btn1 {
    font-size: 1.2em;
}

.friendspart-greeting .greeting-btn1 .icon1 {
    margin-left: .2em;
    margin-top: -.1em;
}

.friendspart-search {
    margin: 2em 0;
    text-align: center;
}

.friendspart-search .form-item {
    display: inline-block;
}

.friendspart-search .form-item.query-item input {
    width: 27em;
}

.friendspart {
    overflow: hidden;
    /*margin-bottom: 2em;*/
}

.friendspart-part {
    float: left;
    width: 50%;
}

.friendspart-part .part-inside {
    background-color: #fff;
    border-radius: .3em;
    padding: 1em;
}

.friendspart-part.part-first .part-inside {
    margin-right: .5em;
}

.friendspart-part.part-second .part-inside {
    margin-left: .5em;
}

.friendspart-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    color:#000000;
}

.friendspart-list .list-item {
    position: relative;
    padding: .7em 1em;
    border: 1px solid  #e6e6e6;
    overflow: hidden;
    margin-top: -1px;
}

.friendspart-list .list-item:first-child {
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
}

.friendspart-list .list-item:last-child {
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
}

.friendspart-list .item-image {
    display: block;
    border-radius: 100%;
    width: 3em;
    height: 3em;
    background-color: #eee;
    float: left;
    margin-right: 1em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.friendspart-list .item-name {
    font-size: 1em;
    margin-bottom: .3em;
    margin-top: .3em;
    padding-right: 6em;
}

.friendspart-list .item-params {
    color: #888;
    font-size: .8em;
}

.friendspart-list .params-item {
    margin-right: 1em;
}

.friendspart-list .item-btn1 {
    position: absolute;
    top: 1.35em;
    right: 1em;
}

.friendspart-list .item-btn1 .btn1 {
    font-size: 1.1em;
}

.friendspart-login {
    text-align: center;
    padding: 1em 0 2em 0;
}

.friendspart-login-title {
    font-size: .95em;
    margin-bottom: 1em;
}

.friendspart-login-btn1 .btn1 {
    font-size: 1.5em;
    padding-top: .4em;
    padding-bottom: .4em;
    padding-right: 1em;
}

@media (max-width: 600px) {
    .friendspart-greeting {
        margin-bottom: 1em;
        border-radius: 0;
    }

    .friendspart-greeting .greeting-text {
        margin-right: 0;
        margin-bottom: .5em;
        font-size: 1em;
        font-weight: bold;
    }

    .friendspart-greeting .greeting-btn1 .btn1 {
        font-size: 1em;
    }

    .friendspart-search {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .friendspart-search .form-item.query-item input {
        width: 12em;
    }

    .friendspart-part {
        float: none;
        width: auto;
        border-radius: 0;
    }

    .friendspart-part .part-inside {
        border-radius: 0;
    }

    .friendspart-part.part-first .part-inside {
        margin-right: 0;
    }

    .friendspart-part.part-second .part-inside {
        margin-left: 0;
    }

    .friendspart-title {
        font-size: 1em;
    }

    .friendspart-list .list-item {
        padding: .3em .5em;
    }

    .friendspart-list .item-image {
        width: 2em;
        height: 2em;
        margin-right: .3em;
    }

    .friendspart-list .item-name {
        font-size: 1em;
        margin-top: 0;
    }

    .friendspart-list .item-btn1 {
        font-size: .9em;
        top: .55em;
        right: .3em;
    }

    .friendspart-list .item-params {
        font-size: .7em;
    }

    .friendspart-list .item-params .params-item {
        margin-right: .3em;
    }
}
.sliderpart {
    position: relative;
    /*background-color: #fafafa;*/
    overflow: hidden;
    width: 100%;
    /*height: 478px;*/
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.sliderpart-spacer img {
    width: 100%;
}

.sliderpart-stopper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    /*height: 478px;*/
}

.sliderpart-list {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.sliderpart-list .item-image img {
    width: 100%;
}

.sliderpart-list .item-description {
    position: absolute;
    top: 210px;
    left: 480px;
    width: 480px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
}

.sliderpart-list .item-start {
    position: absolute;
    top: 320px;
    left: 480px;
    width: 480px;
    text-align: center;
}

.sliderpart-list .item-btn1 {
    margin-bottom: 1em;
}


.sliderpart-list .item-start .btn1 {
    padding: .3em .8em;
    text-transform: uppercase;
    box-shadow: 0 0 3px #fff;
}

.sliderpart-list .item-start .item-free {
    font-size: .8em;
    display: inline-block;
    padding: .3em .4em;
    vertical-align: middle;
    background-color: #FFFADD;
    line-height: 1em;
    border-radius: .3em;
    font-weight: bold;
    color: #888;
}

.sliderpart-list .list-item {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sliderpart-list .list-item.item-dark {
    color: #fff;
}

.sliderpart-nav {
    position: absolute;
    top: 50% !important;
    margin-top: -27px;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    opacity: .5;
    z-index: 200;
    cursor: pointer;
    display: block;
}

.sliderpart-nav:hover {
    opacity: 1;
}

.sliderpart-nav.nav-left {
    left: 0 !important;
    right: auto !important;
    background-image: url(//cdn.pizap.com/pizapfiles/images/a21.png);
    background-position: -3px -33px;
}

.sliderpart-nav.nav-right {
    right: 0 !important;
    left: auto !important;
    background-image: url(//cdn.pizap.com/pizapfiles/images/a21.png);
    background-position: -63px -33px;
}

.sliderpart-pager {
    position: absolute;
    bottom: 15px;
    left: 50% !important;
    margin-left: -200px;
    overflow: hidden;
    width: 400px !important;
    text-align: center;
    line-height: 2em;
    height: 2em !important;
    z-index: 200;
}

.sliderpart-pager .pager-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 2px solid transparent;
    border-radius: 100%;
    background-color: #3a7fcc;
    margin: 0 .2em;
    line-height: 1em;
    vertical-align: middle;
    opacity: .5;
    cursor: pointer;
}

.sliderpart-pager .pager-item:hover {
    opacity: 1;
}

.sliderpart-pager .pager-item.active,
.sliderpart-pager .pager-item.av {
    background-color: transparent;
    border-color: #3a7fcc;
    /*opacity: 1;*/
}


@media (max-width: 600px) {
    .sliderpart {
        height: auto;
    }

    .sliderpart-stopper {
        height: auto;
    }

    .sliderpart-list .item-description {
        display: none;
    }

    .sliderpart-list .item-start .item-free {
        display: none;
    }

    .sliderpart-list .item-start {
        top: 44%;
        left: 58%;
        width: auto;
    }

    .sliderpart-nav {
        display: none;
    }

    .sliderpart-pager {
        bottom: 0;
    }
}
.termspart .most-important {
    font-weight: bold;
    color: red;
}

.termspart-part {
    padding: 1em;


    margin-bottom: 2em;
}

.termspart-part h1 {
    border-bottom: 2px dashed #3a7fcc;
    padding-bottom: .3em;
    color: #3a7fcc;
}

.termspart-header {
    text-align: center;
    margin-bottom: 0;
    /*border: 2px dashed #fff;*/
    padding: 1em;
    padding-top: 2em;
    border-radius: 1em 1em 0 0;
    border-bottom-width: 0;
    margin-bottom: -.3em;
    /*background-color: #F5F6CE;*/
}
.landingpart {
    overflow: hidden;
    margin-top: 3em;
    margin-bottom: 3em;
}

.landingpart-image {
    width: 405px;
    height: 343px;
    background-image: url(//cdn.pizap.com/pizapfiles/images/landing.png);
    background-repeat: no-repeat;
    float: left;
    margin-right: 4em;
}

.landingpart-description {
    overflow: hidden;
}

.landingpart-description .description-title {
    text-align: center;
    color: #444;
    font-size: 2.5em;
    text-shadow: 0 .03em .05em #fff;
}

.landingpart-description .description-slogan {
    text-align: center;
    font-weight: bold;
    color: #777;
}

.landingpart-description .description-start {
    text-align: center;
    margin: 2em 0;
}

.landingpart-description .description-start .btn1 {
    font-size: 1.8em;
    padding: .2em .6em;
    border: 2px solid #3a7fcc;
    background: -moz-linear-gradient(top, #6693ff 0%, #3a7fcc 56%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6693ff), color-stop(56%,#3a7fcc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6693ff 0%,#3a7fcc 56%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6693ff 0%,#3a7fcc 56%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6693ff 0%,#3a7fcc 56%); /* IE10+ */
    background: linear-gradient(to bottom, #6693ff 0%,#3a7fcc 56%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6693ff', endColorstr='#3a7fcc',GradientType=0 ); /* IE6-9 */
}

.landingpart-description .description-start .icon1 {
    margin-right: 0;
    margin-left: .2em;
}

.landingpart-description .description-other {
    font-size: .9em;
    color: #666;
    padding: 1em;
    background-color: #fff;
    border-radius: .3em;
}
.contactspart {
    position: relative;
    overflow: hidden;
    color:#202020;
}

.contactspart-ad {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    /*margin-right: 2em;*/
    /*float: left;*/
    text-align: center;
}

.contactspart-ad .ad-dummy {
    width: 300px;
    height: 250px;
    text-align: center;
    line-height: 250px;
    color: #ddd;
    /*background-color:#eee;*/
    margin-bottom: 1em;
    display: inline-block;
}

.contactspart-address {
    font-weight: bold;
    padding: 1em 2.3em;
    background-color: #FFFDEF;
    margin: -2em -2em 1em -2em;
}

.contactspart-content {
    margin-left: 320px;
    overflow: hidden;
}

.contactspart-form {
    background-color: #fff;
    padding: 2em;
    border-radius: .9em;
    margin: 0 auto;
    margin-bottom: 2em;
    border: 1px solid #eee;
    overflow: hidden;
}

@media (max-width: 600px) {
    .contactspart-ad {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }

    .contactspart-form {
        border-radius: 0;
        padding: 1em;
    }

    .contactspart-address {
        margin: -1em -1em 1em -1em;
        padding: 1em;
    }

    .contactspart-content {
        margin-left: 0;
        border-radius: 0;
    }
}
.thankspart {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.thankspart-ad {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    /*margin-right: 2em;*/
    text-align: center;
    /*float: left;*/
}

.thankspart-ad .ad-dummy {
    width: 300px;
    /*height: 250px;*/
    text-align: center;
    /*line-height: 250px;*/
    color: #ddd;
    /*background-color: #eee;*/
    margin-bottom: 1em;
    display: inline-block;
}

.thankspart-content {
    background-color: #fff;
    padding: 2em;
    border-radius: .9em;
    margin: 0 auto;
    margin-bottom: 2em;
    border: 1px solid #eee;
    overflow: hidden;
    margin-left: 320px;
}

.thankspart-slogan {
    margin-top: 0;
    font-size: 1.2em;
    text-align: center;
    color: #666;
    margin-bottom: 2em;
}

.thankspart-item {
    width: 14em;
    margin-right: .3em;
    margin-left: .3em;
    height: 10em;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    /*border: 1px solid #eee;*/
    padding: 1em;
    border-radius: .3em;
    margin-bottom: 1em;
}

.thankspart-item .item-link {
    font-size: .9em;
    margin-bottom: .8em;
}

.thankspart-item .item-image {
    display: inline-block;
    margin-bottom: .8em;
}

.thankspart-item .item-image img {
    max-width: 7em;
}

.thankspart-item .item-description {
    font-size: .9em;
    color: #666;
}

.thankspart-item.item-full {
    width: auto;
    height: auto;
}

.thankspart-item.item-full img {
    max-width: 10em;
}

@media (max-width: 600px) {
    .thankspart-ad {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }

    .thankspart-content {
        margin-left: 0;
        border-radius: 0;
        padding: 1em;
    }
}
.fbloginpart {
    text-align: center;
    padding: 1em 0 2em 0;
}

.fbloginpart-login {
    text-align: center;
    padding: 1em 0 2em 0;
}

.fbloginpart-login-title {
    font-size: .95em;
    margin-bottom: 1em;
    color: #888;
}

.fbloginpart-login-btn1 .btn1 {
    font-size: 1.2em;
    padding-top: .33em;
    padding-bottom: .3em;
    padding-right: 1em;
}
.bigimagepart {

}

.bigimagepart-stopper {
    position: relative;
    margin: 0 auto;
}

.bigimagepart-cover {
    display: block;
    overflow: hidden;
    border-radius: 0 0 .3em .3em;
}



@media (max-width: 600px) {
    .bigimagepart-cover {
        border-radius: 0;
    }
}
.notifypart-item {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    margin: .4em 0;
    color: #888;
    line-height: 2em;
}

.notifypart-main {
    position: relative;
    display: block;
    font-size: .8em;
    float: left;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notifypart-actions {
    position: relative;
    float: right;
    display: block;
    width: 25%;
    text-align: right;
    line-height: 2em;
}

.notifypart-actions .icon1 {

}

.notifypart-user .icon-user1 {
    font-size: 1.7em;
}

.notifypart-type {
}

.notifypart-img-icon {
    font-size: 2em;
    margin: 0;
}

.commentspart {
    /*margin-bottom: 10px;*/
    max-height: none !important;
}

.commentspart-item {
    position: relative;
    padding: 0 10px;
    /*margin-top: .5em;*/
    /*background-color: #fff;*/
    transition: .3s;
    /*margin: 1em 0;*/
    margin-top: 1em;
    margin-bottom: 1em;
}

/*.commentspart-item:hover {
  background-color: #fafafa;
}*/

.commentspart-user {
    margin-bottom: 0.5em;
    font-size: .9em;
}

.commentspart-user .icon1 {
    font-size: 1.5em;
    margin-left: 0;
}

.commentspart-text {
    color:#000000;
}

.commentspart-delete {
    position: absolute;
    top: .2em;
    right: .5em;
    color: silver;
    font-size: 1.4em;
}

.commentspart-form {
    padding: 10px;
    margin: 0 -10px;
    background-color: #fafafa;
    /*margin-bottom: 10px;*/
}

.commentspart-form .icon1 {
    font-size: 1.5em;
    margin-left: 0;
    margin-top: 0;
}

.commentspart-commentcontent {
    margin-bottom: 1em;
    width: 80%;
    height: 1.3em;
    resize: none;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.commentspart-fullcomments {
    display: none;
}

.commentspart-fullbtn1 {
    font-size: .9em;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}

.commentspart-fullbtn1-count {
    color: #888;
}
.startpart {
    position: relative;
    background-repeat: repeat-x;
    /*background-image: url(/images/sky-bg-fadeout.png);*/
    /*background-color: rgb(185,225,237);*/
}

.startpart-stopper {
    position: relative;
    max-width: 1000px;
    margin: 30px auto;
    /*width: 100%;*/
    height: 600px;
}

.startpart-inside {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 196px;
    /*overflow: hidden;*/
    text-align: center;
    /*padding: 8em 0;*/

}

.startpart-item {
    display: inline-block;
    margin: 1em 1.5em;
    background-color: #fff;
    border-radius: .9em;
    padding: 2.3em 2em;
}

.startpart-item .icon1 {
    display: block;
    font-size: 5em;
    margin-top: 0;
}

.startpart-item-name {
    margin-top: 1em;
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.startpart-ad {
    position: absolute;
    top: 0;
    width: 160px;
    height: 600px;
    background-color: #eee;
}

.startpart-ad.left {
    left: -160px;
}

.startpart-ad.right {
    right: -160px;
}

.startpart-bottomad {
    text-align: center;
}

@media (max-width: 600px) {
    .startpart-inside {
        position: static;
    }
}
.notationpart {
    background-color: #fff;
    border-radius: .3em;
    border: 2px solid #FA5858;
    padding: 1em;
}

.notationpart-title {
    font-size: 1.2em;
    color: #FA5858;
}
.textlistpart {
    margin: 1em 0;
}

.textlistpart-item {
    margin: 1em 0;
}

.textlistpart-label {
    display: inline-block;
    width: 8em;
    font-weight: bold;
}

.textlistpart-value {
    display: inline-block;
}
.commentsformpart {
    padding: 1em;
    white-space: nowrap;
}

.commentsformpart .icon-user1 {
    font-size: 1.8em;
    margin-left: 0;
}

.commentsformpart-commentcontent {
    width: 75%;
    height: 1.3em;
    resize: none;
}
.deviceadpart {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.deviceadpart-image img {
    display: block;
    width: 100%;
}

.deviceadpart-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #000;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    border-radius: 0 0 0 .3em;
}
.adminheaderpart {
    line-height: 2.5em;
    text-align: center;
    background-color: #888;
}

.adminheaderpart a {
    color: #fff;
    margin: 0 1em;
}
.pagerpart {
    text-align: center;
    margin: 1em 0;
}

.pagerpart-item {
    display: inline-block;
    padding: .2em .5em;
    background-color: #eee;
    border-radius: .3em;
    margin: 0 .2em;
    font-size: 1.3em;
}
.imagesselectpart {
    overflow: hidden;
    padding-top: 120px;
}

.imagesselectpart-item {
    position: relative;
    width: 20%;
    height: 150px;
    float: left;
    margin: 1em 0;
}

.imagesselectpart-image {
    position: relative;
    /*width: 80%;*/
    /*height: 80%;*/
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    margin: 0 auto;
    /*box-shadow: 0 0 0 2px #3a7fcc;*/
    transition: .3s;
}

.imagesselectpart-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    width: 5em;
    line-height: 1em;
    text-align: center;
    background-color: rgba(255,255,255,.8);
    border-radius: .3em;
    font-size: .9em;
    padding: .3em .4em;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.imagesselectpart-image:hover {
    box-shadow: 0 0 0 2px #3a7fcc;
}

.imagesselectpart-image:hover:after {
    opacity: 1;
}

.imagesselectpart-image input {
    opacity: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 600px) {
    .imagesselectpart-item {
        float: none;
        width: auto;
    }
}

.storeadpart {
    position: relative;
    background-color: #eee;
    font-size: .8em;
    padding: .7em;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}

.storeadpart-close-btn1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4em;
    color: #777;
    padding: .2em .2em;
}

.storeadpart-icon {
    display: inline-block;
    vertical-align: middle;
    width: 4em;
    height: 4em;
    background-color: #ddd;
    border-radius: 1em;
    margin-left: .2em;
    /*box-shadow: 0 0 0 1px #3a7fcc;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(//cdn.pizap.com/pizapfiles/images/app-icon175x175.png);
}

.storeadpart-summary {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    line-height: 1.2em;
}

.storeadpart-name {
    display: block;
    font-weight: bold;
    color: #555;
    margin-bottom: .3em;
}

.storeadpart-description {
    display: block;
    color: #777;
}

.storeadpart-open-btn1 {
    position: absolute;
    top: 1.6em;
    right: 1em;
    text-transform: uppercase;
    padding: .3em .5em;
    border: 1px solid #007aff;
    color: #007aff;
    border-radius: .5em;
    background-color: #fff;
    font-size: 1.05em;
}
/** other **/
.adbar {
    width: 100%;
    height: 90px;
    background-color: #242d3b;
    text-align: center;
    overflow: hidden;
}

.adbar .ad-content {
    width: 728px;
    height: 90px;
    line-height: 90px;
    /*background-color:#eee;*/
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .adbar {
        display: none;
    }
}
.piccard-list {
    overflow: hidden;
    padding: 1px;
    margin: 0 -10px;
}

.piccard-item {
    position: relative;
    background-color: #fff;
    border-radius: .35em;
    overflow: hidden;
    /*float: left;*/
    width: 230px;
    font-size: .8em;
    /*margin-right: 15px;*/
    /*margin-bottom: 15px;*/
    border: 1px solid #E6E6E6;
    transition: .3s;
    box-shadow: 0 2px 10px rgba(0,0,0,.07);
}

.piccard-item.itemwrapper {
    margin: 10px 10px 10px 10px !important;
}

.piccard-item:hover {
    border-color: #ddd;
}

.piccard-inside {
    padding: 10px;
}

.piccard-item .item-image {
    margin: -10px -10px 5px -10px;
    background-color: #fff;
}

.piccard-item .item-image {
    overflow: hidden;
}

.piccard-item .item-image img {
    width: 100%;
    display: block;
}

.piccard-item .item-name {

    padding-bottom: 5px;
    word-wrap: break-word;
    color: #7B7B7B;
}

.piccard-item .item-author {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
}

.piccard-item .item-author.item-landceleb {
    text-align: center;
    font-size: 1.2em;
    margin-top: 1em;
}

.piccard-item .item-author a {
    color: #8da0b3;
}

.piccard-item .item-actions .icon1 {
    width: 12px;
    height: 12px;
}

.piccard-item .item-actions {
    font-size: .85em;
    white-space: nowrap;
}

.piccard-item .item-actions-item {
    line-height: 1.6em;
    padding-left: .2em;
    padding-right: .8em;
    padding-top: .4em;
    padding-bottom: .4em;
    border-radius: .3em;
    font-weight: bold;
    color: #888;
    margin-right: .2em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.piccard-item a.item-actions-item {
    background-color: #ddd;
}

.piccard-item a.item-actions-item:hover {
    background-color: #c7c7c7;
}

.piccard-item .item-actions-item.liked {
    background-color: #F6CECE;
}

.piccard-item .item-actions-item.reposted {
    background-color: #BDBDBD;
}

.piccard-list.full {
    max-width: 500px;
    padding-left: 60px;
    padding-right: 10px;
}

.piccard-list.full .item-name {
    /*padding-top: .8em;*/
    /*padding-bottom: .8em;*/
    /*margin: 0 -10px;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*background-color: #fafafa;*/
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 0;
}

.piccard-list.full .piccard-item {
    float: none;
    width: auto;
    padding-top: 45px;
    overflow: visible;
    margin-bottom: 2em;
    padding-left:10px;
    padding-right:10px;
}

.piccard-list.full .piccard-inside {
    padding-bottom: 0;
}

.piccard-list.full .piccard-inside {
    padding-top: 0;
}

.piccard-list.full .piccard-item .item-image {
    margin-top: 0;
    margin-bottom: .7em;
}

.piccard-list.full .piccard-item .item-author {
    position: absolute;
    top: 0;
    left: 10px;
    overflow: visible;
    line-height: 45px;
}

.piccard-list.full .commentspart-form {
    /*margin-bottom: 0;*/
    border-radius: 0 0 .3em .3em;
}

.piccard-list.full .piccard-item .item-actions {
    line-height: 2em;
    margin: 1em 0;
}

.piccard-list.full .piccard-item .item-author a {
    color: #3a7fcc;
}

.piccard-list.full .piccard-item .item-author a:hover {
    color: #244f7d;
}

.piccard-list.full .piccard-item .item-author .icon-user1 {
    position: absolute;
    left: -70px;
    top: 5px;
    width: 40px;
    height: 40px;
}

.piccard-list.full .piccard-item::before {
    content: '';
    position: absolute;
    top: 14px;
    left: -16px;
    border: 8px solid transparent;
    border-right: 8px solid #E6E6E6;
    transition: .3s;
}

.piccard-list.full .piccard-item::after {
    content: '';
    position: absolute;
    top: 14px;
    left: -14px;
    border: 8px solid transparent;
    border-right: 8px solid #fff;
    transition: .3s;
}

.piccard-list.full .piccard-item:hover::before {
    border-right-color: #ddd;
}

.piccard-list.full .item-date {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 45px;
    font-size: .9em;
    color: #888;
}

/*.piccard-list.full .item-name {
  padding-bottom: .8em;
}*/

.piccard-list.full .commentspart-item {
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 600px) {
    .piccard-list {
        margin-left: 0;
        margin-right: 0;
    }

    .piccard-item {
        float: none;
        width: auto;
        margin-left: 15px;
    }

    .piccard-list.full {
        padding-left: 0;
    }

    .piccard-list.full .piccard-item:before,
    .piccard-list.full .piccard-item:after {
        display: none;
    }

    .piccard-list.full .piccard-item .item-author {
        top: 14px;
        left: 2px;
        overflow: visible;
        line-height: 1.2em;
    }

    .piccard-list.full .piccard-item .item-author .icon-user1 {
        position: relative;
        left: auto;
        top: auto;
        width: 20px;
        height: 20px;
    }
}

.usercard {
    overflow: hidden;
    border-radius: .3em;
    padding: 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .55);
    margin-top: 69px;
    width: 946px;
    height: 60px;
}

.usercard-photo {
    width: 55px;
    float:left;
    margin-right: 30px;
}

.usercard-summary {
    overflow: hidden;
    padding-bottom: 2px;
}

.usercard-summary .summary-name {
    font-size: 1.2em;
    margin-bottom: .5em;
    font-weight: bold;
}

.usercard-summary .summary-description {
    /*color: #888;*/
    margin-bottom: 15px;
}

.usercard .summary-stats {
    /*border: 1px solid #eee;*/
    border-radius: .3em;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-right: 15px;

    white-space: nowrap;

    margin-left: .15em;
    line-height: 2.7em;
}

.usercard .summary-stats .stats-item {
    display: inline-block;
    vertical-align: middle;
    padding: .35em .8em;
    text-align: center;
    line-height: 1em;
}

.usercard .summary-stats .stats-count {
    font-weight: bold;
    display: block;
}

.usercard .summary-stats .stats-name {
    font-size: .8em;
    color: #888;
    display: block;
}

.usercard-buttons a {
    line-height: 2.74em;
    padding-left: .8em;
    padding-right: .8em;
    border-radius: .3em;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.usercard-buttons .icon1 {
    margin-left: 0;
}

.usercard-photo-icon {
    width: 60px;
    height: 60px;
    background-color: #eee;
    background-size: cover;
    border-radius: 30px;
    margin: 0;
    margin-bottom: 10px;
}

.usercard-photo .photo-edit {
    text-align: center;
    font-size: .8em;
}

.usercard-social-buttons {
    line-height: 1.1em;
}

.usercard-social-btn1 {
    display: inline-block;
    vertical-align: middle;
    height: 1.1em;
    margin-right: 1em;
}

@media (max-width: 600px) {
    .usercard {
        padding: 1em;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .usercard-photo {
        float: none;
        margin: 0 auto;
        margin-bottom: 1em;
        width: 80px;
    }

    .usercard-photo-icon {
        width: 80px;
        height: 80px;
    }

    .usercard-summary .summary-name {
        text-align: center;
        font-size: 1em;
    }

    .usercard-summary .summary-description {
        text-align: center;
        font-size: .9em;
    }

    .usercard .summary-stats {
        margin: 0 auto 1em auto;
        float: none;
        display: block;
        width: 230px;
    }

    .usercard-buttons {
        text-align: center;
    }

    .usercard-buttons a {
        line-height: 1.8em;
    }

    #shareBtnMyPizap {
        display: none;
    }
}

.recommends-list {
    overflow: hidden;
}

.recommends-list .list-item {
    position: relative;
    border: 1px solid #e6e6e6;
    padding: .5em .2em;
    margin-bottom: .5em;
    border-radius: .3em;
    width: 45%;
    float: left;
    margin-right: 2%;
}

.recommends-list .list-item:hover {
    border-color: #ddd;
}

.recommends-list .icon1 {
    width: 24px;
    height: 24px;
}

.recommends-list .item-name {
    font-size: .8em;
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-height: 1.9em;
}

.recommends-list .item-follow {
    position: absolute;
    top: .45em;
    right: .45em;
}

.recommends-findmore {
    text-align: center;
    font-size: .8em;
    line-height: 3.2em;
}

.recommends-show-btn1 {
    display: none;
}

#recommends-toggler {
    display: none;
}

@media (max-width: 600px) {
    .btn1.recommends-show-btn1 {
        display: block;
        background-color: transparent;
        margin-bottom: .5em;
        color: #3a7fcc;
        text-align: center;
        font-weight: bold;
    }

    .recommends-list .list-item {
        width: auto;
        float: none;
    }

    .recommends-list {
        display: none;
    }

    #recommends-toggler:checked ~ .recommends-list {
        display: block;
    }

    .recommends-findmore {
        display: none;
    }
}
.futures-list {
    overflow: hidden;
    margin: 0 -1.5%;
}

.futures-list .list-item {
    float: left;
    width: 30%;
    margin: 15px 1.5%;
}

.futures-list .item-title {
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    border-radius: .3em .3em 0 0;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
}

.futures-list .item-image {
    height: 232px;
    overflow: hidden;
}

.futures-list .item-image img {
    width: 100%;
    display: block;
    border-radius: .3em;
}

.futures-list .item-description {
    padding: 15px 0;
    font-size: .8em;
    height: 55px;
    line-height: 1.5em;

}

@media (max-width: 600px) {
    .futures-list {
        overflow: auto;
        padding: 0 .5em;
        margin: 0;
    }

    .futures-list .item-image {
        height: auto;
    }

    .futures-list .list-item {
        float: none;
        width: auto;
        margin-bottom: .5em;
    }

    .futures-list .item-title {
        font-size: 1.1em;
        height: auto;
        line-height: 1em;
        padding: .6em;
    }

    .futures-list .item-description {
        padding: .6em 0;
        height: auto;
    }
}
.appsbar {
    position: relative;
    margin: 15px auto;
    text-align: center;
    border: 1px solid #888;
    border-radius: .3em;
    width: 350px;
    padding: 1.8em .5em;
}

.appsbar-title {
    top: -.6em;
    left: 50%;
    width: 12em;
    margin-left: -6em;
    background-color: #fff;
    position: absolute;
    text-align: center;
    font-size: bold;
    color: #888;
    font-size: .8em;
    font-weight: bold;
}

.appsbar .list-item {
    display: inline-block;
    margin: 0 15px;
    font-weight: bold;
}

.appsbar .icon {
    width: 30px;
    height: 30px;
}

.appsbar-links {
    text-align: center;
    margin-bottom: 15px;
}

.appsbar-links .link-item {
    display: inline-block;
}

.appsbar-links .icon {
    width: 200px;
    height: 60px;
    border-radius: .5em;
    margin-bottom:12px;
}

@media (max-width: 600px) {
    .appsbar {
        padding: .5em 0;
    }

    .appsbar-links .links-item {
        display: block;
        margin: .5em 0;
    }

    .appsbar-links .icon1 {
        width: 10em;
        height: 3.35em;
    }
}
.contentpopup {
    position: absolute;
    top: 200px;
    left: 100px;
    background-color: #eee;
    border-radius: .3em;
    min-width: 150px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    z-index: 100000;
}

.contentpopup::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -16px;
    border: 8px solid transparent;
    border-bottom: 8px solid #eee;
}

.contentpopup-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #3a7fcc;
    cursor: pointer;
    padding: .2em .4em;
    font-size: 1.4em;
    line-height: 1em;
    text-shadow: 0 1px 2px #fff;
}

.contentpopup-inside {
    padding: 1em;
}

.contentpopup.contentpopup-users {
    width: 300px;
}

.contentpopup.contentpopup-users .users-list {

}

.contentpopup.contentpopup-users .users-list .list-item {
    position: relative;
    margin: 1em 0;
    line-height: 1.6em;
}

.contentpopup.contentpopup-users .users-list .item-name {
    font-size: .95em;
}

.contentpopup.contentpopup-users .users-list .icon1 {
    width: 1.5em;
    height: 1.5em;
    margin-left: 0;
}

.contentpopup.contentpopup-users .users-list .btn1 {
    position: absolute;
    right: 0;
    top: 0;
}

.contentpopup.contentpopup-share {
    width: 210px;
}

.contentpopup.contentpopup-share .share-list .list-item {
    margin: .9em 0;
    white-space: nowrap;
}

.contentpopup.contentpopup-share .share-list .list-item a {
    font-weight: bold;
}
.linkspart {
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: .3em;
    margin-bottom: 2em;
}

.linkspart-title {
    font-size: 1.1em;
    padding: 1em;
    color: #000;
}

.linkspart-list {
    overflow: hidden;
    border-top: 1px solid #E6E6E6;
}

.linkspart-list.short {
    height: 104px;
}

.linkspart-list .list-item {
    width: 25%;
    float: left;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    margin-right: -1px;
    /*text-align: center;*/
}

.linkspart-list .list-item .icon1 {
    margin-left: 0;
}

.linkspart-list .list-item a {
    padding: 1em;
    display: block;
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.linkspart-showall {
    padding: 1em;
}

.linkspart-showall a {
    font-size: .8em;
}

.linkspart-count {
    color: #999;
    margin-left: .5em;
    font-size: .9em;
}

@media (max-width: 600px) {
    .linkspart-title {
        padding: .5em 1em;
        font-size: 1em;
    }

    .linkspart {
        border-radius: 0;
    }

    .linkspart-list.short {
        height: 108px;
    }

    .linkspart-list .list-item {
        float: none;
        width: auto;
        text-align: left;
    }

    .linkspart-list .list-item a {
        padding: .5em 1em;
    }

    .linkspart-showall {
        padding: .5em 1em;
    }
}
.dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: .3em;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    border: 1px solid #ddd;
    font-size: .85em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000;
}

.dropdown:before {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid transparent;
    border-top: 8px solid #ddd;
    width: 0;
}

.dropdown:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    width: 0;
}

.dropdown.dropdown-up:before {
    bottom: auto;
    top: -8px;
    border-top: none;
    border-bottom: 8px solid #ddd;
}

.dropdown.dropdown-up:after {
    bottom: auto;
    top: -7px;
    border-top: none;
    border-bottom: 8px solid #fff;
}

.dropdown-item {
    padding: .55em .8em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #fafafa;
    border-radius: .3em;
}

.dropdown-item .icon1 {
    margin-left: 0;
}
.tipbar {
    position: relative;
    background-color: #eee;
    padding: 1em;
    font-size: .8em;
    border-radius: .3em;
    max-width: 25em;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #282828;
}

.tipbar:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid transparent;
    border-bottom: 8px solid #282828;
    width: 0;
}

.tipbar:after {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid transparent;
    border-bottom: 8px solid #eee;
    width: 0;
}
#galleryBody {
    background-color: transparent;
}

#imgMain {
    border: none !important;
}

#loader-b {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    display: none;
}

#loader-b .loadingbar-message {
    background-color: rgba(255, 255, 255, .8);
}

#editor-page {
    background-color: #333;
}

#mobilePopup {
    position:absolute;
    width:1000px;
    height:538px;
    z-index:1000;
    left:50%;
    margin-left:-500px;
    top:50%;
    margin-top:-292px;
}

.white_heading {
    font-family: Helvetica,Arial,roboto, sans-serif;
    font-size:14px;
    color:#FFF;
    text-align:center;

    padding-top:0px;
    padding-bottom:5px;
}

.store_blue_button {
    font-family: Helvetica,Arial,roboto, sans-serif;
    font-size:20px;
    text-align:center;
    width:240px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:5px;
}
.store_blue_button a {
    color:#FFF;
    text-decoration:none;
    background-color:#0068c2;
    padding:15px;
    display:block;
    border-radius:5px;
}

.store_blue_button a:visited{
    color:#FFF;
    text-decoration:none;
    background-color:#0068c2;
    padding:15px;
    border-radius:5px;
}

.store_blue_button a:hover{
    color:#FFF;
    text-decoration:none;
    background-color:#3589d2;
    padding:15px;
    border-radius:5px;
}

.store_blue_button a:active {
    color:#FFF;
    text-decoration:none;
    background-color:#0068c2;
    padding:15px;
    border-radius:5px;
}


.store_green_button {
    font-family: Helvetica,Arial,roboto, sans-serif;
    font-size:14px;
    text-align:center;
    width:150px;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px;
    margin-top:10px;
    margin-bottom:10px;
}

.store_green_button a {
    color:#FFF;
    text-decoration:none;
    background-color:#33906c;
    padding:8px;
    border-radius:5px;
    display:block;
}

.store_green_button a:visited{
    color:#FFF;
    text-decoration:none;
    background-color:#33906c;
    padding:8px;
    border-radius:5px;
}

.store_green_button a:hover{
    color:#FFF;
    text-decoration:none;
    background-color:#68ab91;
    padding:8px;
    border-radius:5px;
}

.store_green_button a:active {
    color:#FFF;
    text-decoration:none;
    background-color:#33906c;
    padding:8px;
    border-radius:5px;
}


.store_purple_button {
    font-family: Helvetica,Arial,roboto, sans-serif;
    font-size:14px;
    text-align:center;
    width:150px;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px;
    margin-top:10px;
    margin-bottom:10px;
}

.store_purple_button a {
    color:#FFF;
    text-decoration:none;
    background-color:#7d26de;
    padding:8px;
    border-radius:5px;
    display:block;
}

.store_purple_button a:visited{
    color:#FFF;
    text-decoration:none;
    background-color:#7d26de;
    padding:8px;
    border-radius:5px;
}

.store_purple_button a:hover{
    color:#FFF;
    text-decoration:none;
    background-color:#a367e5;
    padding:8px;
    border-radius:5px;
}

.store_purple_button a:active {
    color:#FFF;
    text-decoration:none;
    background-color:#7d26de;
    padding:8px;
    border-radius:5px;
}

.store_sub_text {

    font-family: Helvetica,Arial,roboto, sans-serif;
    font-size:12px;
    color:#bbbbbb;
    text-align:center;
}

.img-rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.collage_start_button a:link {
    background-image: url(//cdn.pizap.com/pizapfiles/images/collage_icon_off.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    padding-top:185px;
    font-size:24px;
    color:#818181;

}

.collage_start_button a:visited {
    background-image: url(//cdn.pizap.com/pizapfiles/images/collage_icon_off.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#818181;

}


.collage_start_button a:hover {
    background-image: url(//cdn.pizap.com/pizapfiles/images/collage_icon_on.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#0f5eb4;

}


.collage_start_button a:active {
    background-image: url(//cdn.pizap.com/pizapfiles/images/collage_icon_on.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#0f5eb4;

}


.edit_start_button a:link {
    background-image: url(//cdn.pizap.com/pizapfiles/images/edit_icon_off.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    padding-top:185px;
    font-size:24px;
    color:#818181;

}

.edit_start_button a:visited {
    background-image: url(//cdn.pizap.com/pizapfiles/images/edit_icon_off.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#818181;

}


.edit_start_button a:hover {
    background-image: url(//cdn.pizap.com/pizapfiles/images/edit_icon_on.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#0f5eb4;

}


.edit_start_button a:active {
    background-image: url(//cdn.pizap.com/pizapfiles/images/edit_icon_on.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#0f5eb4;

}



.design_start_button a:link {
    background-image: url(//cdn.pizap.com/pizapfiles/imagess/design_icon_off.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    padding-top:185px;
    font-size:24px;
    color:#818181;

}

.design_start_button a:visited {
    background-image: url(//cdn.pizap.com/pizapfiles/images/design_icon_off.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#818181;

}


.design_start_button a:hover {
    background-image: url(//cdn.pizap.com/pizapfiles/images/design_icon_on.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#0f5eb4;

}


.design_start_button a:active {
    background-image: url(//cdn.pizap.com/pizapfiles/images/design_icon_on.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#0f5eb4;

}


.emoji_start_button a:link {
    background-image: url(//cdn.pizap.com/pizapfiles/images/emoji_icon_off.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    padding-top:185px;
    font-size:24px;
    color:#818181;

}

.emoji_start_button a:visited {
    background-image: url(//cdn.pizap.com/pizapfiles/images/emoji_icon_off.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#818181;

}


.emoji_start_button a:hover {
    background-image: url(//cdn.pizap.com/pizapfiles/images/emoji_icon_on.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#0f5eb4;

}


.emoji_start_button a:active {
    background-image: url(//cdn.pizap.com/pizapfiles/images/emoji_icon_on.png);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    color:#0f5eb4;

}

.home_background {
    background-image:url(//cdn.pizap.com/pizapfiles/images/home-background-001.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
}

.home_main_image {
    border-radius:7px;
    border-style:solid;
    border-color:#1b1b1b;
    border-width:7px;
    max-width:1000px;
    margin-top: 20px;
}

.pro_details_background {
    background-image:url(//cdn.pizap.com/pizapfiles/images/home_background_002.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}


.free_sign_up_comic {

    text-shadow: 1px 1px #8A8A8A;
}

.home_screenshot_computer {
    background-image:url(//cdn.pizap.com/pizapfiles/images/edit-photos-on-computer.png);
    width:700px;
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:center top;
}


@media only screen and (max-width: 1068px) {
    .home_screenshot_computer {

        width:500px;
    }
}

@media only screen and (max-width: 735px) {
    .home_screenshot_computer {

        width:400px;
    }
}

.home_screenshot_inner {
    padding-top:65px;
    padding-bottom:200px;
    width:643px;
}

@media only screen and (max-width: 1068px) {
    .home_screenshot_inner {
        padding-top:50px;
        width:450px;
    }
}

@media only screen and (max-width: 735px) {
    .home_screenshot_inner {
        padding-top:30px;
        width:370px;
    }
}

.home_start_btn1_outer{

    padding-top:6%;
    padding-bottom:4%

}

@media only screen and (max-width: 1068px) {
    .home_start_btn1_outer{
        padding-top:5%;
        padding-bottom:3%;
    }
}


.homeProMessage {

    font-weight:300;
    font-size:20px;
    display:inline;
}

.homeProMessage a:link{
    font-weight:200;
    color:#fff;
}

.homeProMessage a:visited{
    font-weight:200;
    color:#fff;
}

.homeProMessage a:hover{
    font-weight:200;
    color:#393BDE;
}

.homeProMessage a:active{
    font-weight:200;
    color:#fff;
}

@media only screen and (max-width: 1068px) {
    .homeProMessage {

        font-weight:300;
        font-size:17px;
    }


}

@media only screen and (max-width: 735px) {
    .homeProMessage {

        font-weight:300;
        font-size:13px;
    }
}

.homeBelowFold {

    visibility:visible;
    background-color:#FFFFFF;
}

.homeBelowFold a:link{
    font-size:24px;
    font-weight:100;
}

.homeBelowFold img{
    margin-bottom:60px;
}

.homeBelowFold div{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
}

@media only screen and (max-width: 1068px) {

    .homeBelowFold img{
        width:75%;
        height:auto;
    }

}




.filepicker-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    font-family: sans-serif;
    color: #424242;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.filepicker-dialog.active {
    display: block;
}

.filepicker-dialog * {
    margin: 0;
    padding: 0;
}

.filepicker-dialog a {
    text-decoration: none;
    cursor: pointer;
}

.filepicker .icon1 {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}

.filepicker .icon-folder {
    background-image: url(images/folder.png);
}

.filepicker .icon-computer {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/computer.png);
}


.filepicker .icon-dropbox {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/dropbox.png);
}

.filepicker .icon-google-drive {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/google_drive.png);
}

.filepicker .icon-one-drive {
    background-image: url(//cdn.pizap.com/pizapfiles/images/file_picker_icons/onedrive.png);
}

.filepicker-dialog-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 555px;
    overflow: hidden;
    background-color: #1c1f26;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.filepicker-navbar1 {
    position: relative;
    height: 45px;
    background-color: #343f4f;
    width: 100%;
    color: #fff;
}

.filepicker-navbar1-right-btn1 {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    padding: 0 15px;
    color: #fff;
}

.filepicker-title {
    text-align: left;
    line-height: 45px;
    font-size: 18px;
    padding-left: 12px;
    font-weight: lighter;
}

.filepicker-side {
    position: relative;
    float: left;
    width: 200px;
    height: 555px;
    background-color: #eee;
    border-right: 1px solid #E6E6E6;
    margin-left: -1px;
}

.filepicker-main {
    position: relative;
    float: right;
    width: 600px;
    height: 555px;
    overflow: auto;
}

.filepicker-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
    display: none;
}

.filepicker-loading:before {
    display: block;
    height: 50%;
    content: '';
}

.filepicker-loading.active {
    display: block;
}

.filepicker-list {
    background-color:#1c1f26;
    color:#fff;
    font-weight:100;
}

.filepicker-list-item {
    padding: .8em;
    cursor: pointer;
    transition: .3s;
}

.filepicker-list-item:hover,
.filepicker-list-item.active {
    background-color: #333740;
    color: #fff;
}


/*#filepicker-sources-list {
  font-size: .9em;
}

#filepicker-sources-list .filepicker-list-item {
  border: none;
}*/

#filepicker-sources-list .icon,
#filepicker-main-list .icon1 {
    /*margin-top: -0.3em;*/
    margin-right: .4em;

}

#filepicker-sources-list {
    height: 555px;
    overflow: auto;
}

/*---------------------------------*/
.photopicker-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    font-family: sans-serif;
    color: #424242;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 22;
}

.photopicker-dialog.active {
    display: block;
}

.photopicker-dialog * {
    margin: 0;
    padding: 0;
}

.photopicker-dialog a {
    text-decoration: none;
    cursor: pointer;
}

.photopicker .icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.photopicker-dialog-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 970px;
    height: 500px;
    overflow: hidden;
    background-color: #1c1f26;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.photopicker-navbar {
    position: relative;
    height: 45px;
    background-color: #343f4f;
    width: 100%;
    color: #fff;
}

.photopicker-navbar-right-btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    padding: 0 15px;
    color: #fff;
}

.photopicker-navbar-left-btn {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    padding: 0 0 0 15px;
    color: #fff;
}

.photopicker-title {
    text-align: center;
    line-height: 45px;
}

.photopicker-side {
    position: relative;
    float: left;
    width: 200px;
    height: 455px;
    background-color: #eee;
    border-right: 1px solid #E6E6E6;
    margin-left: -1px;
}

.photopicker-main {
    position: relative;
    float: right;
    width: 600px;
    height: 455px;
    overflow: auto;
}

.photopicker-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
    display: none;
}

.photopicker-loading:before {
    display: block;
    height: 50%;
    content: '';
}

.photopicker-loading.active {
    display: block;
}

.photopicker-list {

}

.photopicker-list-item {

    padding: .3em;
    cursor: pointer;
    transition: .3s;
    color: white;
    font-weight:lighter;
}

.photopicker-list-item img{
    padding-right:10px;
    height:30px;
    vertical-align: middle;
}
.photopicker-list-item span{
    vertical-align: middle;
}


.photopicker-list-item:link{

    color:#fff;
}

.photopicker-list-item:visited{

    color:#fff;
    font-weight:100;
}


.photopicker-list-item:hover{
    background-color: #333740;
    color: #fff;
}
.photopicker-list-item.active {
    background-color: #333740;
    color: #1467c2;
}

#photopicker-albums-list .icon,
#photopicker-main-list .icon1 {
    /*margin-top: -0.3em;*/
    margin-right: 25px;
}

#photopicker-albums-list {
    height: 455px;
    overflow: auto;
    width:264px;
    float:left;
    background-color: #1c1f26;
}

#photopicker-album-files {
    float:left;
    height: 455px;
    overflow: auto;
    width: 706px;
    background-color: #1c1f26;
}
.photopicker-photo-item {
    width: 112px;
    height: 112px;
    float:left;
    margin:1px;
}
#photopicker-album-files img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


button#ContentControl-1_14:before {
    content: "Select";
}

button#ContentControl-1_15:before {
    content: "Cancel";
}

.waiting-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    font-family: sans-serif;
    color: #424242;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.waiting-dialog.active {
    display: block;
}

.waiting-dialog * {
    margin: 0;
    padding: 0;
}

.waiting-dialog a {
    text-decoration: none;
    cursor: pointer;
}

.waiting-dialog-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background-color: #1c1f26;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    border-radius: 8px;
    text-align: center;
}
.waiting-dialog-box img {
    margin: auto;
    padding-top: 55px;

}
.waiting-navbar1 {
    position: relative;
    height: 45px;
    background-color: #343f4f;
    width: 100%;
    color: #fff;
    padding-left: 15px;
}

#savePhotoContainer {
    width: 200px;
    height: 150px;
    margin: 15px;
    float: left;
    text-align: center;
    padding-right: 20px;
}

#savePhotoContainer img {
    border: solid 1px;
    max-width: 100%;
    max-height: 100%;
}

#saveOptionContainer {
    color: #FFF;
    display: inline-block;
}

#saveCaptionContainer {
    margin: 15px;
    margin-bottom: 15px;
}

#saveCaptionContainer textarea {
    width: 300px;
}

#saveCaptionContainer span {
    margin-right: 15px;
}

.save-dialog-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 710px;
    height: 437px;
    overflow: hidden;
    background-color: #1c1f26;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
.finish-dialog-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 710px;
    height: 480px;
    overflow: hidden;
    background-color: #1c1f26;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
#finishLayer{
    text-align: center;
}
#finishButtons{
    width: 325px;
    margin: 50px auto 0;
}

#finishButtons button{
    width: 300px;
    height: 50px;
    cursor: pointer;
    background-color: #343f50;
    color: #fff;
    border: 0px;
    position: relative;
    outline: none;
    margin-bottom: 12px;
}
#finishButtons .blue-btn{
    margin-bottom: 50px;
    background-color: #1976d2;
}
#finishButtons span{
    font-size: 16px;
    color: #fff;
}
#finishButtons .icon{

}
#saveTopColumn {
    float: left;
    text-align: center;
    font-size: 13px;
    padding-top: 40px;
}

.bold {
    font-weight: bold;
}

.image_quality {
    margin-left: 25px;
    margin-right: 10px;
}

#imageQualityContainer {
    padding-top: 0px;
}

#saveDestinations {
    margin-left: 25px;
}

#finishSaveToPizap{
    display: none;
}

#finishSaveToPizap span{
    color: #FFF;
    font-size: 30px;
    padding: 30px;
}

.saveDestination {
    height: 50px;
    color: #FFF;
    float: left;
    vertical-align: middle;
    margin-top: 0px;
    position: relative;
    text-align: center;
}

.destinationName {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.saveDestination img {
    float: left;
    margin: 6px;
    margin-right: 0px;
}
.saveDestination button {
    width: 150px;
    cursor: pointer;
    background-color: #343f50;
    color: #fff;
    border: 0px;
    position: relative;
    outline: none;
}
.saveDestination button:active {
    border: 0px;
    outline: none;
}
.destinationName {
    margin-top: 10px;
}

.saveDestinationColumn {
    float: left;
    width: 25%;
}
.buttonProgress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    color: #00fe06;
}
.saveDoneBtns {
    text-align: center;
}
.saveDoneBtns span {
    color: #FFF;
}
.saveDoneBtns button {
    height: 42px;
    width: 200px;
    background-color: #5b80c9;
    color: #FFF;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}
progress[value] {
    /* Get rid of the default appearance */
    appearance: none;

    /* This unfortunately leaves a trail of border behind in Firefox and Opera. We can remove that by setting the border to none. */
    border: none;

    /* Add dimensions */
    width: 100%; height: 2px;

    /* Although firefox doesn't provide any additional pseudo class to style the progress element container, any style applied here works on the container. */
    background-color: black;

    /* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
    color: #00fe06;
}

/*
Webkit browsers provide two pseudo classes that can be use to style HTML5 progress element.
-webkit-progress-bar -> To style the progress element container
-webkit-progress-value -> To style the progress element value.
*/

progress[value]::-webkit-progress-bar {
    background-color: black;
}

progress[value]::-webkit-progress-value {
    background: #00fe06
}

progress[value]::-moz-progress-bar {
    background: #00fe06;
}


.saveCheck{
    position: absolute;
    right:15px;
    top: 4px;
    height: 15px;
    width: 15px;
}

.shareMenu {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color:#FFF;
    -webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.53);
    -moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.53);
    box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.53);
    border: 1px solid #CCC;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top: -4px;
}

.shareMenu h2 {
    color: #000;
    font-size: 18px;
}

.shareMenu a:link{

    color:#3c4046;
    display:block;
    padding:9px;
    text-decoration:none;
    border-bottom: 1px solid #dadada;

}

.shareMenu a:visited{

    color:#3c4046;
    display:block;
    padding:9px;
    text-decoration:none;
    border-bottom: 1px solid #dadada;
}

.shareMenu a:hover{

    color:#3c4046;
    display:block;
    background-color:#dcdcdc;
    padding:9px;
    text-decoration:none;
    border-bottom: 1px solid #dadada;
}

.shareMenu a:hover .top{
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.shareMenu a:active{

    color:#3c4046;
    display:block;
    padding:9px;
    text-decoration:none;
    border-bottom: 1px solid #dadada;
}

#divEmail fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

#divEmail #inputs input {
    padding: 1em 1em 1em 1em;
    font-size: 1em;
    margin: 0 0 1em 0;
    width: 21em;
    border: 1px solid #ccc;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: 0 0.1em 0.1em #ccc inset, 0 0.1em 0 #fff;
    -webkit-box-shadow: 0 0.1em 0.1em #ccc inset, 0 0.1em 0 #fff;
    box-shadow: 0 0.1em 0.1em #ccc inset, 0 0.1em 0 #fff;
    -moz-background-size: 1.3em;
    -o-background-size: 1.3em;
    -webkit-background-size: 1.3em;
    background-size: 1.3em;
}

#divEmail #inputs textarea {
    padding: 1em 1.2em 1em 1em;
    font-size: 1em;
    margin: 0 0 1em 0;
    width: 21em;
    border: 1px solid #ccc;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: 0 0.1em 0.1em #ccc inset, 0 0.1em 0 #fff;
    -webkit-box-shadow: 0 0.1em 0.1em #ccc inset, 0 0.1em 0 #fff;
    box-shadow: 0 0.1em 0.1em #ccc inset, 0 0.1em 0 #fff;
    -moz-background-size: 1.3em;
    -o-background-size: 1.3em;
    -webkit-background-size: 1.3em;
    background-size: 1.3em;
}

#divEmail #inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

.adOverlay{
    top: 50%;
    opacity: 1;
    width: 780px;
    height: 510px;
    margin-left: -390px;
    margin-top: -235px;
    background-color: #242d3b;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1500;
    position: fixed;
    left: 50%;
    box-shadow: 0 0 30px #000;
    display: none;
}
.adOverlay.active {
    display: block;
}

.colorBar {
    position: relative;
    bottom: 0;
    height: 2px !important;
}
.store-overview .colorBar {
    height: 6px !important;
}
.colorBar div {
    width: 20%;
    float: left;
    height: 2px;
}
.store-overview .colorBar div {
    height: 6px !important;
}
.orange {
    background-color: #ef6c00;
}
.yellow{
    background-color: #ffa726;
}
.green {
    background-color: #00897b;
}
.lightBlue{
    background-color: #00b0ff;
}
.blue{
    background-color: #1976d2;
}

.feature-item:nth-child(1){
    margin-top: 30px;
}
.feature-item {
    background-image: url("/pizap-editor/images/editor/check-mark-green.png");
    background-repeat: no-repeat;
    background-size: 17px 13px;
    background-position-y: 2px;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
    text-align: left;
}
.feature-item h3 {
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}
.pro-description h3 {
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.feature-item span{
    color: #CCC;
    font-size: 11px;
}
.overview-buy-options input{
    margin-left: 30px !important;
    margin-right: 20px !important;
    height: 100%;
    vertical-align: middle;
}
.pro-description {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.pro-annual {
    position: relative;
    height: 80px;
    border: 1px #ef6c00 solid;
    margin: 10px;
    background-color: #1b1f25;
    text-align: left;
}
.pro-monthly {
    height: 80px;
    border: 1px #ffa726 solid;
    margin: 10px;
    background-color: #1b1f25;
    text-align: left;
}
.pro-lifetime {
    height: 80px;
    border: 1px #00897b solid;
    margin: 10px;
    background-color: #1b1f25;
    text-align: left;
}
.pro-overview-text{
    font-size: 12px;
    display: block;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
}
.annual-deal {
    position: absolute;
    right: 0;
    top: 0;
    height: 78px;
    background-color: #ef6c00;
    color: #FFF;
    text-align: center;
    width: 90px;
}
.annual-deal span{
    display:block;
}
.annual-deal span:nth-child(1){
    padding-top: 28px;
}
.free-trial{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    background-color: #0d0f12;
    padding-top: 8px;
    padding-bottom: 8px;
}
.learn-more {
    background-color: #0064c5;
    color: #FFFFFF;
    margin-top:10px;
    height: 30px;
}
.start-trial {
    width: 200px;
    height: 50px;
    font-size: 18px;
    background-color: #0064c5;
    color: #FFFFFF;
    margin-top: 13px;
}
.pro-price {
    font-size: 16px;
    font-weight:bold;
}

/*PRO Dialog */
.store-overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    opacity: 0;
    transition: .3s;
    z-index: 1000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.store-overlay.active {
    top: 0;
    opacity: .8
}

.store-dialog {
    position: fixed;
    top: -100%;
    left: 50%;
    width: 500px;
    height: 550px;
    margin-left: -250px;
    background-color: #fff;
    box-shadow: 0 0 30px #000;
    opacity: 0;
    transition: .3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1500
}

.store-dialog.store-page {
    background-color: #fff
}

.store-dialog.active {
    top: 50%;
    opacity: 1
}

.store-navbar {
    position: relative;
    line-height: 45px;
    background-color: rgb(19,95,181);
    color: #fff
}

.store-navbar .title {
    text-align: center;
    font-size: 1.2em
}

.store-navbar a {
    padding: 0 15px
}

.store-navbar {
    margin-top: -45px
}

.store-navbar a,.store-navbar a:hover {
    color: #fff
}

.store-navbar .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    background-image: url(//cdn.pizap.com/pizapfiles/images/close-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.store-navbar .back {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding-left: 30px;
    background-image: url(//cdn.pizap.com/pizapfiles/images/back-icon.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

.store-navbar .back.active {
    display: block;
}

.store-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px #444 solid;
}

.store-content .purchased {
    display: inline-block;
    padding: .5em 1em;
    background-color: #5FB404;
    color: #fff;
    border-radius: 5px
}

.store-content-inner {
}

.store-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    z-index: 1000;
    background-image: url(//cdn.pizap.com/pizapfiles/images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: none
}

.store-loading.active {
    display: block
}

.store-page {
    display: none
}

.store-page.active {
    display: block
}

.store-list {
}

.store-list.active {
    display: block
}

.store-list .list-item {
    position: relative
}

.store-list .list-item:hover {
    background-color: #fafafa;
    cursor: pointer
}

.store-list .list-image {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 60px;
    height: 60px
}

.store-list .list-image img {
    max-width: 100%;
    max-height: 100%
}

.store-list .list-summary {
    margin-left: 90px;
    min-height: 60px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    background-image: url(//cdn.pizap.com/pizapfiles/images/forward-icon.png);
    background-position: right center;
    background-repeat: no-repeat
}

.store-list .list-summary.without-cur {
    background-image: none
}

.store-list .list-title {
    font-size: 1.2em;
    margin-bottom: 5px
}

.store-list .list-purchase {
    position: absolute;
    top: 45px;
    right: 25px
}

.store-list .list-sub-title {
    font-size: .9em;
    color: rgb(19,95,181);
    margin-bottom: 5px
}

.store-list .list-description {
    color: #6E6E6E
}

.store-list .list-description img {
    max-height: 45px;
    margin: 0 5px 0 0
}

.store-overview {
    position: relative
}

.store-overview.active {
    display: block
}

.store-overview .overview-image {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px
}

.store-overview-summary {
    margin-left: 105px;
    height: 90px;
    margin-bottom: 15px
}

.store-overview .overview-description {
    color: #6E6E6E;
    margin-bottom: 15px
}

.store-overview-summary {
    font-size: 1.2em
}

.store-overview-summary .summary-title {
    font-size: 1.2em;
    margin-bottom: 10px
}

.store-overview-summary .summary-price {
    font-size: .9em;
    color: rgb(19,95,181)
}

.store-overview-summary .summary-purchase {
    position: absolute;
    top: 35px;
    right: 15px
}

.store-overview .store-overview-list {
    overflow: hidden
}

.store-overview .store-overview-list .list-item {
    position: relative;
    float: left;
    width: 61px;
    height: 61px;
    border-radius: 10px;
    background-color: rgb(29,27,28);
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid;
    border-color: #CCC
}

.store-overview .store-overview-list img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%
}

.store-overview .summary-pay-btn {
    position: absolute;
    top: 30px;
    right: 15px
}

.store-paystatus {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 210px;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    z-index: 1005
}

.store-paystatus.active {
    display: block
}

.store-paystatus .waiting {
    color: #1467c2;
    font-size: 1.2em
}

.store-paystatus .congrats {
    color: #5FB404;
    font-size: 1.2em
}

.store-paystatus .big-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #1467c2;
    color: #fff
}

.store-paystatus a {
    color: #1467c2
}

.store-paystatus-content {
    padding: 15px;
    text-align: center
}

.store-progress {
    height: 20px;
    background-color: #1467c2;
    background-image: url(//cdn.pizap.com/pizapfiles/images/progress.gif);
    border-radius: 5px;
    border: 1px solid #1467c2
}

.store-page {
    color: #fff
}

.store-overview {
    overflow: hidden
}

.store-logo {
    height: 78px;
    background-image: url(/pizap-editor/images/editor/pizap-pro-logo.png);
    background-repeat: no-repeat;
    width: 289px;
    margin: 0px auto;
    background-size: 153px;
    background-position-y: 14px;
    background-position-x: 75px;
}
.store-page-trial {
    position: absolute;
    top: 20px;
    left: 0
}

.store-page-flag {
    display: block;
    width: 147px;
    height: 61px;
    padding-left: 15px;
    line-height: 53px;
    background-image: url(//cdn.pizap.com/pizapfiles/images/blue-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 1.1em;
    text-align: left;
}

.store-slogan {
    font-size: 1.5em;
    text-align: center;
    margin: 30px 0
}

.store-subscribe-description {
    text-align: center;
    font-size: 1.2em;
    width: 20em;
    margin: 30px auto
}

.store-subscribe-btns {
    text-align: center;
    margin: 30px 0
}

.store-subscribe-btn {
    position: relative;
    background-color: rgb(61,109,193);
    display: inline-block;
    border-radius: .2em;
    padding: 14px 20px;
    font-size: 1.2em;
    cursor: pointer
}

.store-page-limited {
    padding: 0 15px;
    display: block;
    font-size: 1em;
    color: rgba(255,255,255,.5);
    text-align: left;
}

.store-navbar {
    display: none
}

.store-dialog {
    width: 900px;
    height: 522px;
    margin-left: -450px;
    margin-top: -281px;
    background-color: #1b1f25;
    background-size: cover;
    background-repeat: no-repeat
}

.store-overview-name {
    background-color: rgba(0,0,0,.5);
    margin: 0 -15px;
    padding: 15px;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 30px
}

.store-overview .overview-name-image {
    width: 2em;
    height: 2em;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: .4em;
    border-radius: .15em
}

.store-overview-list {
    width: 50%;
    height: 100%;
    float: left;
    overflow: auto;
    margin-right: 0;
    background-color: #1b1f25;
    text-align: center;
}

.store-overview .overview-name-title {
    vertical-align: middle;
    display: inline-block
}

.store-overview .overview-buy-options {
    overflow: hidden;
    background-color: #171a1f;
    text-align: center;
    padding: 20px;
    padding-bottom: 55px;
}

.store-overview .overview-buy-now {
}

.store-overview .overview-buy-nowbtn {
    position: relative;
    display: inline-block;
    color: rgb(61,109,193);
    white-space: nowrap;
    width: 150px;
    height: 2em;
    text-align: center;
    line-height: 2em;
    vertical-align: middle;
    overflow: hidden;
    background-color: #fff;
    border-radius: .25em
}

.store-overview .overview-buy-nowbtn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block
}

.store-overview .overview-buy-nowbtn-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 2em;
    display: block;
    z-index: 50
}

.store-overview .overview-buy-nowbtn-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
    opacity: 0
}

.store-overview .overview-buy-pro {
    padding: 15px 0
}

.store-overview .overview-buy-description {
    display: block;
    font-size: .9em;
    color: rgba(255,255,255,.5);
    margin-bottom: 15px
}

.store-overview .overview-buy-pro-btn {
    position: relative;
    background-color: rgb(61,109,193);
    display: inline-block;
    border-radius: .2em;
    padding: 14px 20px;
    font-size: 1.2em;
    cursor: pointer
}

.store-subscribe-btn form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.store-subscribe-btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0
}

.store-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 2.4em!important;
    text-align: right;
    line-height: 1em;
    cursor: pointer;
    padding-right: 10px
}

.overview-buy-now-or {
    display: none
}

.store-unlock {
    text-align: center;
    padding: 20px;
    font-size: .8em;
    display: none
}
.store_blue_button {
    font-family: Helvetica,Arial,roboto, sans-serif;
    font-size:20px;
    text-align:center;
    width:240px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:5px;
}
.store_blue_button a {
    color:#FFF;
    text-decoration:none;
    background-color:#0068c2;
    padding:15px;
    display:block;
    border-radius:5px;
}

.store_blue_button a:visited{
    color:#FFF;
    text-decoration:none;
    background-color:#0068c2;
    padding:15px;
    border-radius:5px;
}

.store_blue_button a:hover{
    color:#FFF;
    text-decoration:none;
    background-color:#3589d2;
    padding:15px;
    border-radius:5px;
}

.store_blue_button a:active {
    color:#FFF;
    text-decoration:none;
    background-color:#0068c2;
    padding:15px;
    border-radius:5px;
}


.store_green_button {
    font-family: Helvetica,Arial,roboto, sans-serif;
    font-size:14px;
    text-align:center;
    width:150px;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px;
    margin-top:10px;
    margin-bottom:10px;
}

.store_green_button a {
    color:#FFF;
    text-decoration:none;
    background-color:#33906c;
    padding:8px;
    border-radius:5px;
    display:block;
}

.store_green_button a:visited{
    color:#FFF;
    text-decoration:none;
    background-color:#33906c;
    padding:8px;
    border-radius:5px;
}

.store_green_button a:hover{
    color:#FFF;
    text-decoration:none;
    background-color:#68ab91;
    padding:8px;
    border-radius:5px;
}

.store_green_button a:active {
    color:#FFF;
    text-decoration:none;
    background-color:#33906c;
    padding:8px;
    border-radius:5px;
}


.store_purple_button {
    font-family: Helvetica,Arial,roboto, sans-serif;
    font-size:14px;
    text-align:center;
    width:150px;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px;
    margin-top:10px;
    margin-bottom:10px;
}

.store_purple_button a {
    color:#FFF;
    text-decoration:none;
    background-color:#7d26de;
    padding:8px;
    border-radius:5px;
    display:block;
}

.store_purple_button a:visited{
    color:#FFF;
    text-decoration:none;
    background-color:#7d26de;
    padding:8px;
    border-radius:5px;
}

.store_purple_button a:hover{
    color:#FFF;
    text-decoration:none;
    background-color:#a367e5;
    padding:8px;
    border-radius:5px;
}

.store_purple_button a:active {
    color:#FFF;
    text-decoration:none;
    background-color:#7d26de;
    padding:8px;
    border-radius:5px;
}

.store_sub_text {

    font-family: Helvetica,Arial,roboto, sans-serif;
    font-size:12px;
    color:#bbbbbb;
    text-align:center;
}
.version-choose {
    width: 750px;
    height: 425px;
}
.version-choose img {
    margin-top: 36px;
    border-radius: 8px;
    border: 3px solid #06080a;
    display: inherit;
}
.version-choose img:hover {
    border: 3px solid #00aeff;
}
.version-choose img:first-child {
}

#flashContent div {
    padding-top:100px;
    padding-bottom: 150px;
    width:425px;
}
#flashContent a {
    color: #4b6cff;
}
#flashContent button {
    height: 48px;
    width: 150px;
    background-color: #3857c3;
    color: #FFF;
    font-size: 20px;
    border-radius: 8px;
    border: none;
}

.navbar1-menu img {
    display: block;
}

.logoutdiv{
     position:fixed;
     z-index: 9999;
     top: 57px;
     left: 50%;
     margin-left: 453px;
     font-size: 12px;
    font-weight: 100;
 }

.logoutdiv a{
     color: #fff;
 }
.mightyholder {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
}
.mightyholder img {
    margin: auto;
    width: 205px;
    margin-bottom: 40px;
}
.mightyholder button {
    margin-top: 25px;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    background-color: #4f867c;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.mightyoffer {
    padding-bottom: 20px;
}