@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;
	
}

h1, h2, h3, h4, h5, h5 {
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: none;
    color: #333;

}

h1 {
    font-size: 50px;
	color:#fff;
	font-weight:100;
	line-height:44px;
	padding-top:5%;
	padding-bottom:10px
}

@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);
}

a.btn,
.btn {
    display: inline-block;
    vertical-align: middle;
    background-color: #00897b;
    color: #fff;
    line-height: 1.6em;
    padding-left: .5em;
    padding-right: .5em;
    border-radius: .3em;
    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;
}

a.btn:focus,
.btn:focus,
.btn:hover {
    outline: none;
    background-color: #3ab5a8;
}

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

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

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

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

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

.btn.btn-green {
    background-color: #00897B;
}

.btn.btn-green:hover {
    background-color: #19A798;
}

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

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

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

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

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

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

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

.btn.btn-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;
}

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

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

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

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



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

.btn.btn-redorange:hover {
	
		background-color:#ec6e2a;
}


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

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

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

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


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

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


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

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


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

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



.icon {
    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-user {
    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);
}

.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);
}

.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-menu {
    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: .8em;
    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;
}
.btnsbar-menu {
    text-align: center;
    margin-bottom: 1.5em;
}

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

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

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

.btnsbar-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;
}

.navbar {
    position: relative;
    line-height: 37px;
    height: 40px;
	
}

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

.navbar .icon {
    width: 24px;
    height: 24px;
    margin-left: 0;
}

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

.navbar-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 60px;
}

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

.navbar-logo .logo-social {
    position: absolute;
    top: 10px;
    left: 114px;
    height: 20px;
    line-height: 1em;
}

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

.navbar-logo .icon {
    width: 98px;
    height: 31px;
}

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

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

}

.navbar-menu .menu-item {
    display: inline-block;
    margin: 0 .5em;
	background-color:#343f4f;
	
}

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

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

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

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

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

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

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

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

.navbar-actions .actions-item.start {
    text-transform: uppercase;
}

.navbar-actions .actions-item.start .btn {
    padding: 1px 10px 1px 10px;
}

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

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

.navbar .icon-user {
    width: 20px;
    height: 20px;
}

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

#navbar-toggler {
    display: none;
}

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



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

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

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

    .navbar-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;
    }

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

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

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

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

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

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

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

    .navbar-actions {
        right: 1em;
    }

    .navbar-menu-btn {
        display: block;
    }

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

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

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

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

.slavenavbar a {
    color: #fff;
}

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

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

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

.search-btn .icon {
    font-size: 1.1em;
}

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

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

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

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

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

.slavenavbar-menu .icon {
    width: 24px;
    height: 24px;
    margin-left: 0;
}

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

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

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

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

    .slavenavbar-search {

    }

    .slavenavbar-menu {
        width: 100%;
    }

    .slavenavbar-menu .icon {
        display: block !important;
        margin: 0 auto;
    }

    .slavenavbar-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;
}
/** 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;
}

.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-user {
    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-btn {
    position: absolute;
    right: .8em;
    top: .85em;
}

.imageviewpart-user .follow-btn .btn {
    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 .btn {
    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 .icon {
  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-btn {
        right: .45em;
        top: .45em;
    }
}
.signpart-logo {
    text-align: center;
    margin-bottom: 1.5em;
}

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

.signpart-btns {
    overflow: hidden;
}

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

.signpart-btns .btn-facebook {
    width: 95%;
}

.signpart-btns .btn-gplus,
.signpart-btns .btn-twitter {
    width: 43%;
}

.signpart-btns .btn-gplus {
    margin-right: 2%;
}

.signpart-btns .btn-twitter {
    margin-left: 2%;
}

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

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

.signpart .form-btns 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: 20em;
    background-color: #fff;
    padding: 2em;
    border-radius: .9em;
    margin: 0 auto;
    margin-bottom: 2em;
    border: 1px solid #eee;
}

.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-btns .btn-facebook {
        width: 94%;
    }

    .signpart-btns .btn-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: #fff;
    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: #3a7fcc;
    cursor: pointer;
    font-size: 2em;
    line-height: 1em;
    text-shadow: 0 1px 2px #fff;
    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;
}

.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-btn {
    display: inline-block;
}

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

.friendspart-greeting .greeting-btn .icon {
    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-btn {
    position: absolute;
    top: 1.35em;
    right: 1em;
}

.friendspart-list .item-btn .btn {
    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-btn .btn {
    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-btn .btn {
        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-btn {
        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-btn {
    margin-bottom: 1em;
}


.sliderpart-list .item-start .btn {
    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 .btn {
    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 .icon {
    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-btn .btn {
    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 .icon {

}

.notifypart-user .icon-user {
    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 .icon {
    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 .icon {
    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-fullbtn {
    font-size: .9em;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}

.commentspart-fullbtn-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 .icon {
    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-user {
    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;
}

.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;
    content: "Use this";
    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-btn {
    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(../images/pizap-icon.jpg);
}

.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-btn {
    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: 600px) {
    .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 .icon {
    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-user {
    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-user {
        position: relative;
        left: auto;
        top: auto;
        width: 20px;
        height: 20px;
    }
}

.usercard {
    overflow: hidden;
    border-radius: .3em;
    padding: 30px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .55);
    margin-bottom: 30px;
}

.usercard-photo {
    width: 100px;
    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 .icon {
    margin-left: 0;
}

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

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

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

.usercard-social-btn {
    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 .icon {
    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-btn {
    display: none;
}

#recommends-toggler {
    display: none;
}

@media (max-width: 600px) {
    .btn.recommends-show-btn {
        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 .icon {
        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 .icon {
    width: 1.5em;
    height: 1.5em;
    margin-left: 0;
}

.contentpopup.contentpopup-users .users-list .btn {
    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 .icon {
    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 .icon {
    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;
}
.navbar-logo{
    width: 140px;
}

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

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

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

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

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

.store_blue_button a:active {
    color:#FFF;
    text-decoration:none;
    background-color:#0068c2;
    padding:10px;
    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;
}

.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_btn_outer{

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

}

@media only screen and (max-width: 1068px) {
    .home_start_btn_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;
}

}


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

	display:none;
}


}




.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 .icon {
  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);
  border-radius: 8px;
}

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

.filepicker-navbar-right-btn {
  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 .icon {
  /*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, .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;
    z-index: 10;
}

.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);
  border-radius: 8px;
}

.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: 6px;
  padding-right:10px;
 
 
}


.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 .icon {
  /*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-navbar {
    position: relative;
    height: 45px;
    background-color: #343f4f;
    width: 100%;
    color: #fff;
    padding-left: 15px;
}