/*
    #eba133 - Default (good on white)
    #e68a00 - Darker (good on dark)


Test for buttons (from Dropbox)
default: background: linear-gradient(#007ee5, #0071ce);
hover:   background: #007ee5;
focus:   box-shadow: 0 0 0 2px rgba(0,126,229,0.3);
active:  background: #0071ce;
*/
body {
    padding-bottom: 140px;
}
p {
    font-size: 1.6rem;
}
h1, h2, h3, h4 {
    font-size: 1.4em;
    margin: 15px 0px 15px 0;
    color: #323235;
}
h2 {
    font-size: 1.1em;
    font-weight: normal;
}
ul {
    list-style: none;
    padding-left: 10px;
}
a {
    color: #eba133;
}
a:active,
a:focus,
a:hover {
    color: #FF9800;
}
.fa, a {
    -webkit-transition: all 0.15s ease !important;
    -moz-transition:    all 0.15s ease !important;
    -ms-transition:     all 0.15s ease !important;
    -o-transition:      all 0.15s ease !important;
}
.dropdown-menu.ddg-menu-left {
    left: -130px;
    z-index: 2000;
}

.empty-message {
    font-size: 54px;
    color: #aaa;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}
.empty-message-small {
     font-size: 1.7em;
     color: #aaa;
     margin-top: -30px;
     margin-bottom: 30px;
}
.orange-line {
    /* color: #eba133; */
    border-bottom: 1px solid #eba133;
    padding-bottom: 10px;
    /* margin-top: 10px; */
}
.orange-line.short {
    display: inline-block;
}


/* XXX: Disable fixed header for now {{{ */
body {
    padding-top: 0px;
}

/* Fixing jquery confirm scrolling bug */
html body[class*=jconfirm-no-scroll-] {
    overflow: auto !important;
}

.fa-sign-out {
    margin-right: 5px;
}
#header .logo img {
    height: 24px;
    width: 24px;
}
#header {
    position: relative;
}
#header .profile-link img {
    margin-right: 5px;
    border-radius: 100%;
    border: 1px solid #777;
}
.alert {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.4em;
    text-align: center;
    border-radius: 5px;
}

/* }}} */
.nav>li>a {
    padding: 12px 15px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.nav-tabs>li.active>a:after {
    display: none;
}
.btn {
    text-transform: none !important;
    /*font-weight: normal !important;*/
    letter-spacing: 0.2px;
}
.form-control {
    border-left: 3px solid #eba133;
}
.form-control:focus {
    border-color: #eba133;
}
.radiobuttons input[type=radio]:checked+span {
    color: #eba133;
}
.radiobuttons input[type=radio]:checked+span:after {
    background: #eba133;
    opacity: 0.9;
}
.checkboxToggler input[type=checkbox]+span {
    margin-top: 3px;
}
.checkboxToggler input[type=checkbox]+span:before {
    top: -8px;
}
.checkboxToggler input[type=checkbox]+span:after {
    top: -3px;
}
.checkboxToggler input[type=checkbox]:checked+span {
    background: rgba(235, 161, 51, 0.4);
}
.checkboxToggler input[type=checkbox]:checked+span:after {
    background: #eba133;
}
.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single {
    border-color:  #ddd;
}
.select2-container--default .select2-selection--single:focus .select2-selection__arrow {
    color: #ddd;
}
.nav-tabs>li {
    /*margin-left: 10px;*/
    margin-right: 10px;
}
.nav-tabs>li:last-child {
    margin-right: 0px;
}
.nav-tabs>li:hover > a, .nav-tabs>li.active > a,
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0px !important;
    color: #eba133;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    /*color: #777 !important;*/
    background: none;
}
.dropdown-menu>li>a .fa {
    min-width: 15px;
}
.dropdown-menu>li>a:hover .fa,
.dropdown-menu>li>a:hover .zmdi {
    color: #eba133;
}
.boxHeaderOptions.open .dropdown-toggle {
    /*background: #fff !important;*/
}
.nav-tabs>li.active>a:after {
    background: #eba133;
    bottom: 0px;
}
.nav-tabs>li>a {
    color: #555;
}
.panel-title a {
    padding: 15px 20px 15px 20px;
    font-size: 0.9em;
}
.panel-title a:after {
    top: 10px;
}
.message {
    color: #616161;
    font-size: 1.6rem;
    line-height: 26px;
}
.alert.alert-ddg {
    display: inline-block;
    padding: 20px;
    border: 1px solid #FFE0B2;
    background: #FFF3E0;
    margin-bottom: 20px;
    color: #757575;
}

i {
    /*-webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;*/
}


.btn-action {
    font-size: 28px;
    color: #999;
    cursor: pointer;
    -webkit-transition: all 0s ease-in-out;
       -moz-transition: all 0s ease-in-out;
         -o-transition: all 0s ease-in-out;
            transition: all 0s ease-in-out;
}
.btn-action:hover {
    color: #777;
}
.btn-sm {
    display: inline-block;
    height: 26px !important;
    font-size: 12px;
    padding-top: 4px !important;
    min-width: 120px !important;
}
.pad-top-25 {
    padding-top: 25px;
}

.btn.btn-default:hover,
.btn.btn-default {
    /* margin-left: 0; */
    background: transparent !important;
    background: #fafafa !important;
    color: #777 !important;
    font-weight: normal !important;
    border: 1px solid #ccc !important;
}
.btn.btn-default:hover {
    background: #f6f6f6 !important;
}
.btn.btn-default:active {
    background: #eee !important;
}
.btn.btn-default:focus {
    color: #777 !important;
}
.dropdown-menu>li>a:hover i,
.dropdown-menu>li>a:hover {
    color: #eba133;
}

.ddg-box {
    background: #fff;
    padding: 30px;
    margin: 0 0 24px 0;
    border: 1px solid #eee;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 0 0 3px 3px;
}

.report-popup .report-button {
    margin-top: 20px;
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */


/* Content Page {{{ */
.content-page {
    color: #474f56;
    color: #585f67;
    font-size: 16px;
    line-height: 23px;
    padding: 15px 25px 50px 25px;
    background: #fff;
    border: 1px solid #eee;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 0 0 3px 3px;
}
.content-page h1,
.underline-title {
    display: inline-block;
    border-bottom: 2px solid #eba133;
    padding: 0px 10px 10px 10px;
}
.content-page h2 {
    font-size: 130%;
}
.content-page h2.level {
    font-size: 30px;
    font-weight: bold;
    color: #bbb;
}
.content-page h3 {
    font-size: 100%;
    font-weight: bold;
    color: #555;
    margin-top: 30px;
    margin-bottom: 10px;
}
.content-page .w-100 {
    width: 100%;
}
/* }}} */

/* User Levels {{{ */
.user-levels .all-levels {
    margin-bottom: 20px;
}
.user-levels .all-levels ul {
    padding: 0;
    list-style-type: none;
}
.user-levels .current-level {
    background: #fff9bb;
}
.user-levels ul.limits {
    margin-bottom: 30px;
}
.user-levels .level-wrapper {
    border: 1px solid #eee;
    padding: 20px 30px 0px 30px;
    min-height: 600px;
}
/* }}} */

/* Dream Like Button {{{ */
.dream-like {
    display: inline-block;
    font-size: 24px;
    color: #999;
}
.dream-like:hover .btn-action {
    /*color: #eee;*/
}
.dream-like .fa-heart,
.dream-like.liked .fa-heart-o {
    display: none;
}
.dream-like.liked .fa-heart,
.dream-like .fa-heart-o {
    display: inline-block;
}
/* }}} Dream Like Button */

/* Dream Page - Inspirations {{{ */
    .dream-inspirations {
        display: inline;
        font-size: 24px;
        color: #999;
        margin-right: 10px;
    }
    .dream-inspirations svg {
        max-width: 30px;
        position: relative;
        bottom: -2px;
        margin-right: 4px;
    }
/* }}} Dream Page - Inspirations */



footer hr {
    border-color: #ddd;
    border-top: 5px solid #ddd;
    margin-top: 50px;
}
footer .social {
    display: inline-block;
    margin-top: -10px;
}
footer .social li.social-icon {
    float: left;
}
footer .social .social-icon a {
    color: #9E9E9E;
    font-size: 40px;
}
footer .social .social-icon a:hover {
    color: #616161;
}
footer .social .social-icon {
    margin-left: 10px;
}

.sub-menu {
    background: #fff;
    box-shadow: inset 0 -2px transparent;
    border-bottom: 1px solid hsla(0,0%,54%,.3);
    margin-bottom: 30px;
    font-size: 1.1em;
    font-size: 1.05em;
    color: #555;
    min-height: 47px;
}
.sub-menu .nav-tabs>li {
    margin-right: 5px;
}
.sub-menu h1 {
    color: #555;
}
.sub-menu .nav-tabs>li a {
    border: 0px !important;
}
.sub-menu .nav-tabs li.no-hover:hover  {
    border: 0px solid !important;
}
.sub-menu .nav-tabs li.no-hover:hover .btn {
    border-color: #eba133 !important;
}
.sub-menu .nav-tabs .btn-inside a {
    padding: 0px;
}
.sub-menu .nav-tabs .btn {
    margin-top: 10px;
    margin-right: 12px;
    padding-left: 10px;
    padding-right: 12px;
}
.sub-menu .nav-tabs .last-on-right {
    margin-right: -10px;
}

.generator-settings .nav-tabs>li:hover,
.generator-settings .nav-tabs>li.active,
.generator-settings .nav-tabs>li.active:focus,
.generator-settings .nav-tabs>li.active:hover,
.sub-menu .nav-tabs>li:hover,
.sub-menu .nav-tabs>li.active,
.sub-menu .nav-tabs>li.active:focus,
.sub-menu .nav-tabs>li.active:hover {
    border-bottom: 2px solid #eba133 !important;
    color: #eba133;
}
.sub-menu .nav-tabs {
    border-bottom: 0px;
}
.sub-menu .nav a {
    font-weight: normal !important;
}
.sub-menu .filter {

}
.sub-menu .content h1 {
    font-size: 1.1em;
    margin-top: 14px;
    margin-bottom: 15px;
    margin-right: 20px;
}
.sub-menu-btn {
    margin-top: 11px;
}
.sub-menu .counter {
    border: 1px solid #da9022;
    padding: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #eba133;
    font-weight: bold;
}


.btn {
    font-weight: bold;
}
.btn.btn-orange {
    background: #eba133 !important;
    border: 1px solid;
    border-color: #cc7d00 #cc7d00 hsl(37, 100%, 37%) !important;
    border-color: #dd8e11 #dd8e11 hsl(37, 100%, 42%) !important;
}
.btn.btn-orange.darker {
    background-color: #e68a00 !important;
}
.title-orange {
    color: #eba133 !important;
    margin-bottom: 15px;
    /*margin-top: 20px;*/
}
.btn.btn-orange:hover {
    background: #FF9800 !important;
    color: #fff !important;
}
.btn:hover {
    /*opacity: 0.9 !important;*/
}
.btn:active, .btn:hover, .btn:focus {
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

.loginContentWrap .more a:hover {
    color: #cd7b00;
    color: #ef9d22; /* we need something brighter for the links */
}
.simpleList>ul>li:hover>a .icon, .simpleList>ul>li.active>a .icon, .simpleList>ul>li:hover div .icon, .simpleList>ul>li.active div .icon,
.simpleList>ul>li:hover>a, .simpleList>ul>li.active>a, .simpleList>ul>li:hover div, .simpleList>ul>li.active div,
.simpleList>ul .sub ul li a:hover
{
    color: #eba133;
}
.simpleList.asideNavigation .selected i, .simpleList.asideNavigation .selected a {
    color: #eba133;
}
.btn.bg-green {
    background-color: #4CAF50 !important;
    color: #fff !important;
}
.btn.bg-green:hover {
    background-color: #66BB6A !important;
}
.pagination>li.active>a, .pagination>li.active>span {
    background-color: #eba133 !important;
}
.aside {
    z-index: 2000;
}

/* Errors */
.error {
    color: #EF5F5F;
    margin-top: -10px;
}
.loginContentWrap form .parsley-errors-list li:before {
     border-right-color: #EF5F5F;
}
.loginContentWrap form .parsley-errors-list.filled+.fa {
    color: #EF5F5F;
}
.loginContentWrap form .parsley-errors-list {
    background: #EF5F5F;
}
.form-control.error, .form-control.parsley-error {
    border-color: #EF5F5F;
}
/* Green */
.panel-title a {
    color: #555;
    color: #444;
    background: #fafafa;
    font-weight: normal;
    border: 1px solid #ddd;
    border-left: 3px solid #eba133;
    border-left: 2px solid #eba133;
}
.panel-default>.panel-heading {
    border: 0px;
}
.panel-body .nav.nav-tabs{
    border: 0px;
}
.panel-body .nav.nav-tabs a {
    font-weight: normal;
}
.panel-body label {
    font-weight: normal;
}

.content a, p a, a.link {
    color: #eba133;
}
.content a:hover, p a:hover, a.link:hover {
    color: #cd7b00;
}
a.link-in-info {
    background: #5eba62;
    padding: 3px 12px;
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
    text-transform: uppercase;
    font-size: 12px;
}
a.link-in-info:hover,a.link-in-info:active, a.link-in-info:focus {
    color: #fff;
    opacity: 0.9;
}
.rte ul li:before {
    background: #eba133;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f0f1f5;
    color: #eba133;
}
/* }}} */



.form-group {
    margin-bottom: 10px;
}
label {
    margin-bottom: 15px !important;
}
.well {
    margin-bottom: 35px;
    border-radius: 3px;
    background: #fafafa;
    border: 1px solid #ddd;
    box-shadow: none;
}


.loginContentWrap form .login .fa {
    position: inherit;
    color: #fff;
    margin-right: 10px;
}

.alert.alert-danger {
    background: #EF5F5F;
}
.alert ul {
    padding-left: 0px;
    margin-top: 10px;
}
.remember-me {
    padding-top: 10px;
}
.remember-me input {
    float: left;
    margin-right: 7px;
    width: 16px;
    height: 16px;
}
.remember-me span {
    display: block;
    float: left;
    font-weight: normal;
    font-size: 16px;
}
.loginContentWrap form.forgotten-password .form-control {
    margin: 0 0 20px 0;
}
.simpleList>ul>li>a .icon, .simpleList>ul>li div .icon {
    margin-bottom: 3px;
}
.edit-profile .profile-photo {
    height: 200px;
    max-width: 210px;
}
.edit-profile .cover-photo {
    height: 200px;
    max-width: 100%;
}
.edit-profile .fileUploadWrap {
    margin-top: 15px;
}
.asideUserProfile .c:after {
    background-color: rgba(0,0,0,.28);
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.28) 0,rgba(255,255,255,0) 80%);
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.28) 0,rgba(255,255,255,0) 80%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.28) 0,rgba(255,255,255,0) 80%);
    background-image: -ms-linear-gradient(bottom,rgba(0,0,0,.28) 0,rgba(255,255,255,0) 80%);
    background-image: linear-gradient(bottom,rgba(0,0,0,.28) 0,rgba(255,255,255,0) 80%);
}
.radiobuttons input[type=radio]+span:before {
    border: 2px solid #e6e7ed;
}

.generators > ul.nav {
    margin-bottom: 15px;
}
.generators > ul.nav > li {
    width: 33.3%;
    margin: 0px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 1.3em;
}
.generators > ul.nav {
    border-bottom: 0px;
}
.generators > ul.nav > li a {
    font-weight: normal;
}
.generators > ul.nav > li.active {
    background: #fafafa;
    background: #eee;
}
.generators > ul.nav > li.active a:after {
    display: none;
}
.generators-nav {
    background: #eee;
}
.generators-nav > li {
    width: 32%;
    text-align: center;
}
.generators-nav > li {
    border-right: 1px solid #ddd;
}
.generators-nav > li > a {
    font-size: 1.3em;
    color: #555 !important;
    font-weight: normal;
}
.generators-nav > li:hover > a:before,
.generators-nav > li.active > a:before{
    content: '' !important;
    width: 100px;
    height: 2px;
    display: block;
    color: red;
}
.generators-nav > li > a:focus,.generators-nav > li > a:active,
.generators-nav > li > a:hover  {
    border: 0px !important;
}
.generators-nav > li > a:after {
    display: none !important;
}
.generator-settings .panel-body {
    padding-bottom: 0px;
}
.generators li.left {
    border-radius: 5px 0 0 5px;
}
.generators li.right {
    border-radius: 0 5px 5px 0;
}
.generators .panel-body {
    padding-left: 0px;
    padding-right: 0px;
}
.generator-settings  {
}
.generators.go-deeper .current-image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.generators.go-deeper .current-image img {
    max-height: 300px;
}
.generators .selected-style {
    width: 100%;
    text-align: center;
    margin: 20px;
}
.generators .selected-style img {
    border: 2px solid #8ac249;
}
.generators .selected-style input[type=radio] {
    display: none;
}


.radiobuttons.scale {
    margin-top: 5px;
}
.radiobuttons.scale .filled input[type=radio]+span:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #eba133;
    position: absolute;
    top: 4px;
    left: 6px;
    opacity: 0.9;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
}
.radiobuttons.scale label {
    margin-right: -15px;
}
.radiobuttons.scale label > span:before {
    border-radius: 7px;
}
.radiobuttons.scale .selected {
    margin-left: 15px;
}


.settings-image {
    cursor: pointer;
    /*width: 260px;
    height: 200px;*/
    overflow: hidden;
    display: inline-block;
    margin-top: 5px;
    /*border: 2px solid #ccc;*/
    margin-bottom: 0px;
}
.use-images-settings label {
    margin-bottom: 0px !important;
}
.use-images-settings .preview-link:hover {
    color: #eba133;
}
#upload-style-image, #upload-guide-image {
    display: none;
    margin-top: 15px;
}
#upload-style-image > .form-group {
    margin-bottom: 10px;
    margin-left: 5px;
}
.styles .settings-image {
    width: 160px;
    height: 100px;
}
.styles .style-image-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}
.styles .style-image-wrapper img {
    width: 100%;
    height: 100px;
}
.styles .style-image-wrapper label {
    margin-right: 0px;
}
.styles .style-image-wrapper .title,
.styles .style-image-wrapper input {
    /* display: none; */
}
.styles .style-image-wrapper.upload-your-own .settings-image {
    border: 2px solid #ccc;
    border: 2px solid #ccc;
}
.styles .style-image-wrapper.selected.upload-your-own .settings-image i {
    display: none;
}
.styles .style-image-wrapper.selected .settings-image {
    opacity: 0.9;
    -webkit-filter: brightness(60%);
       -moz-filter: brightness(60%);
        -ms-filter: brightness(60%);
         -o-filter: brightness(60%);
            filter: brightness(60%);
}
.selected-icon {
    display: none;
    position: absolute;
    z-index: 1000;
    font-size: 30px;
    color: #8ac249;
    left: 42%;
    top: 30%;
}
.styles .style-image-wrapper.selected .selected-icon {
    display: inline-block;
}
.styles .style-image-wrapper .title {
    position: absolute;
    color: #eee;
    z-index: 1001;
    bottom: 5px;
    bottom: -20px;
    left: 0;
    /* display: none; */
    width: 100%;
    background: rgba(50, 50, 50, 0.65);
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
}
.styles .style-image-wrapper.selected .title {
    display: inline-block;
}
.styles.square .style-image-wrapper img {
    height: 120px;
    width: 120px;
}
.styles.square .settings-image {
    width: auto;
    height: auto;
}
.gallery-styles {
    text-align: center;
}
.gallery-styles .style {
    background: #dadada;
    display: inline-block;
    position: relative;
    /* float: left; */
    height: 120px;
    min-width: 120px;
    margin: 3px;
    margin-bottom: 3px;
}
.gallery-styles .style img {
    max-width: 120px;
    max-height: 120px;
}
.gallery-styles .style img.processing {
    opacity: 0.7;
}
.gallery-styles .style .controls {
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
    color: #555;
    position: absolute;
    top: 0px;
    background: #fff;
    width: 100%;
    opacity: 0;
    font-size: 110%;
}
.gallery-styles .style .controls > div {
    cursor: pointer;
    padding: 3px;
    float: right;
    padding: 5px;
}
.gallery-styles .style .controls > div:hover {
    color: #eba133;
}
.gallery-styles .style:hover .controls {
    opacity: 1;
}

.deep-dream-layers .settings-image {
    margin-bottom: 20px;
}

form label  {
    width: auto;
    display: inline-block;
}
.checkboxToggler label {
    width: 100px;
}

.help-button {
    font-size: 16px !important;
    padding: 5px;
    color: #bbb;
    margin-left: 5px;
    cursor: pointer;
}
.help-button:focus, .help-button:active, .help-button:visited {
    color: #bbb;
}
.help-button:hover {
    color: #888;
}


#generator-form .submit {
    margin-top: 30px;
}
.access-setting {
    margin-bottom: 0px;
}
.btn-group-1 {
    margin-bottom: 20px;
}
.btn-group-1 .btn {
    margin-right: 10px;
}
.btn.disabled {
    opacity: 0.7;
}
.upload-image-loader {
    display: none;
}
.alert.with-h4:after {
    top: 20px;
}
.alert.with-h4 h4 {
    margin-bottom: 15px;
}
.btn.level {
    position: relative;
    margin-right: 0px;
}
.btn.level .completed {
    position: absolute;
    width: 0%;
    height: 10px;
    bottom: 2px;
    left: 0;
    /*background: rgba(230, 100, 0, 1);*/
    font-size: 9px;
    text-align: left;
    text-indent: 5px;
}

.rare-dream-badge {
    border-radius: 20px 0px 0px 20px;
    background-color: #6639b6 !important;
}
.rare-dream-badge .glyphicon-star {
   color: #feea3a;
}

/* User */
.user {
    display: inline-block;
}
.user .name {
    font-size: 2em;
}
.user img {
    height: 60px;
    border-radius: 100%;
    border: 5px solid #d0d0d0;
    margin: 5px;
}
.user ul {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    text-align: left;
    color: #999;
}
.user .time {
    font-size: 13px;
}


.gallery {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.gallery .item-box .dropdown-menu {
    min-width: 175px;
}
.gallery .item-box {
    height: 270px;
    height: 300px;
    margin-bottom: 35px;
}
.gallery .item-box .image-wrapper {
    height: 100%;
    width: 350px;
    position: relative;
    background: #fafafa;
}
.gallery .item-box .image-wrapper img {
    max-height: 100%;
    display: inline-block;
    cursor: pointer;
}
.gallery .image-wrapper .original,
.gallery .image-wrapper .style {
    position: absolute;
    height: 75px;
    width: 75px;
    bottom: 0;
    border: 1px solid #999;
    border-left: 0px;
}
.gallery .image-wrapper .original {
    left: 0;
}
.gallery .image-wrapper .style {
    left: 75px;
}
.gallery .image-wrapper .thumb {
    position: absolute;
    height: 270px;
    height: 300px;
    width: 100%;
    left: 0;
    top: 0;
}
.gallery .info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    color: #ddd;
    background: rgba(0, 0, 0, 0.7);
    text-align: right;
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}
.gallery .ddg-round-btn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    opacity: 0;
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: 5px;
    color: #eee;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}
.gallery .ddg-round-btn:hover {
    color: #eba133;
    background: rgba(0, 0, 0, 0.8);
}
.gallery .ddg-round-btn.ddg-delete {
    right: 40px;
}
.gallery .ddg-round-btn.ddg-drop-down i {
    margin-top: 6px;
}
.gallery .item-box:hover .info,
.gallery .item-box:hover .ddg-round-btn {
    opacity: 1;
}
.gallery .info div.stats {
    display: inline-flex;
    gap: 15px;
    padding-right: 10px;
}
.gallery .info ul {
    list-style: none;
}
.gallery .info .time {
    display: block;
    font-size: 12px;
    padding: 10px;
}
.gallery .info .likes .dream-like,
.gallery .info .comments .dream-comments {
    color: #ddd;
    font-size: 22px;
    line-height: 32.5px;
}
.gallery .info .likes .dream-like .btn-action {
    font-size: 28px;
    margin-right: 8px;
}
.gallery .info .dream-comments-icon .btn-action {
    margin-top: -2px;
}
.gallery .info .likes .dream-like .number,
.gallery .info .comments .dream-comments .number {
    margin-left: -5px;
}
.gallery .info .likes {
    position: relative;
}
.gallery .info .comments {
    position: relative;
}
.gallery .dream-progress {
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 25px;
    background: #eba133;
    color: #fff;
    padding: 4px 9px 4px 20px;
    border-radius: 5px;
    border: 1px solid #d57900;
}
.gallery .dream-progress.failed {
    background: #EF5F5F;
    border: 1px solid #de4e4e;
}
.gallery .dream-progress.processed {
    padding-left: 8px;
    background: #5eba62;
    border-color: #4da951;
}
.gallery-filter {
    padding: 0 0 20px 22px;
    margin-top: -20px;

    float: right;
    margin-top: -68px;
}
.gallery .ddg-dream-settings > .div {
    border: 1px solid red;
}
.gallery .progress-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.gallery .progress-wrapper .dream {
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
    position: relative;
    opacity: 0.9;
    display: inline-block;
    border: 1px solid #bbb;
}
.gallery .progress-wrapper .dream img {
    width: 120px;
    height: 120px;
}
.gallery .progress-wrapper .dream .prompt {
    position: absolute;
    top: 37px;
    background: #eee;
    border-radius: 10px;
    padding: 1px;
    overflow: hidden;
    width: 100%;
}
.gallery .progress-wrapper .dream:hover {
    opacity: 1;
}
.gallery .progress-wrapper .ddg-delete {
    opacity: 1;
    right: 6px;
}
.gallery .progress-wrapper .dream-progress {
    right: 33px;
}






.feed {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.feed > .row {
    display: inline-block;
}
.feed .feed-object {
    display: inline-block;
    margin-bottom: 50px;
}
.feed .image-wrapper {
    position: relative;
    height: 400px;
    width: 752px;
    background: #f2f2f2;
    text-align: center;
    border-radius: 3px 3px 0 0;
}
.feed .original, .feed .style {
    position: absolute;
    height: 200px;
    width: 250px;
    left: 0;
}
.feed .original {
    border-radius: 3px 0 0 0;
}
.feed .original {
    top: 0;
}
.feed .style {
    bottom: 0;
}
.feed .thumb {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    width: 500px;
    height: 400px;
    border-radius: 3px 3px 0 0;
}


.feed .thumb.ddream {
    width: 752px;
}
.feed .info {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding: 5px;
    background: #f2f2f2;

    border: 1px solid #ddd;
    border-left: 0px;
    border-right: 0px;
    border-radius: 3px;

}
.feed .rating {
    display: inline-block;
    float: right;
    margin-right: 6px;
}
.feed .dream-like {
    margin-top: 24px;
    margin-right: 10px;
}
.feed .dream-like .btn-action {
    font-size: 34px;
}
.feed .dream-like .btn-action:hover {
    color: #666;
}
.feed .dream-like .number {
    margin-left: -5px;
}
.feed .user {
    float: left;
}
.feed .ad-feed {
    margin-top: -25px;
    margin-bottom: 35px;
}
.feed .info .boxHeaderOptions {
    float: right;
    margin-top: 18px;
}
.feed .info .boxHeaderOptions .dropdown-toggle {
    padding: 5px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.feed .init-image {
    position: absolute;
    bottom: -1px;
    border-right: 1px solid;
    border-top: 1px solid;
    border-color: rgba(222, 222, 222, 0.5);
    border-radius:0  3px  0 0 ;
}
.feed .prompt-info {
    font-size: 1.1em;
    background: #f2f2f2;
    width: 752px;
    padding: 12px 10px 14px 10px;
    line-height: 2em;
}
.feed .prompt-info .init-image {
    border-radius: 5px;
    border: 2px solid #ddd;
    display: inline-block;
    height: 50px;
    margin-right: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.feed .prompt-info .init-image:hover {
    opacity: 0.8;
}

.feed .dream-tickers {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.feed .dream-ticker {
    display: inline-block;
    font-size: 90%;
    float: left;
    background: #999;
    padding: 0px 6px;
    margin-right: 5px;
    color: #eee;
    color: #e3e3e3;
    font-weight: bold;
    border-radius: 5px;
}
.feed .dream-ticker:hover {
    color: #e4e4e4;
    background: #888;
}
.feed .dream-ticker:active {
    background: #777;
}
.feed .dream-tickers.filter {
    width: 100%;
    text-align: center;
}
.dream-tickers-filter {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.dream-tickers-filter .dream-ticker {
    display: inline-block;
    background: #888;
    padding: 0px 10px;
    margin-right: 5px;
    color: #e4e4e4;
    font-weight: bold;
    border-radius: 5px;
    line-height: 2.2em;
}
.dream-tickers-filter .dream-ticker i {
    color: #e4e4e4;
    background: #777;
    padding: 5px 7px;
    border-radius: 50%;
    margin-left: 5px;
}
.dream-tickers-filter .dream-ticker i:hover {
    color: #fff;
    background: #666;
}
.dream-tickers-filter .dream-ticker i:active {
    background: #555;
}

.feed .full-format .thumb {
    position: relative;
    max-height: 600px;
}
.feed .full-format .image-wrapper {
    height: 600px;
    height: auto;
    background: #000;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feed .full-format .image-wrapper .bg-blur {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-filter: blur(25px) saturate(0.7) sepia(30%);
       -moz-filter: blur(25px) saturate(0.7) sepia(30%);
            filter: blur(25px) saturate(0.7) sepia(30%);

    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.feed .btns-extra-margin .dream-tickers {
    margin-top: 11px;
}

.feed .try-it-btn {
    float: right;
    margin-top: 4px;
}
.feed .btns-extra-margin .try-it-btn {
    margin-top: 12px;
}


.sub-sub-menu {
    margin-top: -30px;
    margin-bottom: 25px;
    border: 0px;
}
.sub-sub-menu a {
    font-weight: normal !important;
    font-size: 90%;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.sub-sub-menu li:hover,
.sub-sub-menu li.active {
    /* border-bottom: 1px solid #eba133; */
    border-bottom: 1px solid #ccc;
    color: #eba133;
}

.cover {
    position: relative;
    background: #3b3b3b;
    background-size: cover !important;
    min-height: 220px;
    color: #eee;
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 110%;
    background: linear-gradient(180deg,transparent 0,
        rgba(0,0,0,.65) 0%,
        rgba(0,0,0,.70) 0%,
        rgba(0,0,0,.90) 78%,
        rgba(0,0,0,1) 95%,
        rgba(0,0,0,1)
    );
}
.cover h1 {
    color: #fff;
}
.cover .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.03) 8%,rgba(0,0,0,.11) 21%,rgba(0,0,0,.61) 78%,rgba(0,0,0,.7) 95%,rgba(0,0,0,.7));
}
.cover .gradient {
    display: none;
}

.profile-cover .user-info {
    text-align: center;
}
.profile-cover .level {
    font-weight: bold;
    margin-top: 10px;
}
/* .profile-cover .user-info .title h1, */
.profile-cover .user-info .title a {
    background: rgba(0,0,0,0.4);
    padding: 5px 12px !important;
    border-radius: 15px;
}
.profile-cover .user-info > div {
    display: inline-block;
    vertical-align: middle;
}
.profile-cover .user-info .image-wrapper {
    margin-right: 20px;
}
.profile-cover .user-info h1 {
    margin-bottom: 5px;
    /* text-align: left; */
}
.profile-cover img {
    display: inline-block;
    max-height: 100px;
    border-radius: 100%;
    border: 4px solid #777;
}
.profile-cover .user-stats {
    text-align: center;
    padding-top: 30px;
}
.profile-cover .user-stats ul {
    background: rgba(0,0,0,0.4);
    padding: 5px 10px;
    border-radius: 110px;

    display: inline-block;
}
.profile-cover .user-stats ul > li {
    float: left;
    border-right: 1px solid #eee;
    padding: 0px 10px;
}
.profile-cover .user-stats ul > li:last-child {
    border: none;
}
img.bio-profile-photo  {
    display: inline-block;
    border-radius: 100%;
    border: 4px solid #ddd;
    margin: 0px 25px 25px 0;
    width: 100px;
}
.bio-content {
    min-height: 100px;
}
.about .ddg-box > p {
    font-size: 1.2em;
}


.dream-info {
    padding-top: 5px;
    margin-right: 10px;
}
.dream-info div.stats {
    list-style-type: none;
    float: left;
    padding-left: 0px;
    text-align: left;
}
.dream-info div.stats li {
    font-size: 1.2em;
    display: inline-block;
    margin-right: 8px;
}
.dream-info div.stats li.level {
    font-weight: bold;
    margin-left: 12px;
}

.asideUserProfile .name {
    bottom: 10px;
}
.asideUserProfile .edit-link {
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
}
.asideUserProfile .edit-link:hover {
    color: #fff;
}
.alert small {
    color: #fff;
}





/* ====================== */
/*  Not logged in Begins  */
/* ====================== */
.not-logged-in .login-links {
    position: absolute;
    right: 2%;
    top: 20px;
}
.not-logged-in .login-links a {
    color: #fff;
    padding: 10px;
}
.not-logged-in .login-links a:hover {
    background: #485056;
}
/* Not logged in Ends*/

.preview-collection .image-preview {
    margin: 15px;
}
.preview-collection .image-preview .settings-image {
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.preview-collection .image-preview:hover .settings-image {
    opacity: 0.9;
    border-color: #f79b11;
    -webkit-filter: sepia(0.2);
}
.preview-collection .image-preview.style {
    width: 45%;
    display: inline-block;
}
.preview-collection .style img {
    width: 100%;
}

.uil-ring-css {
    display: inline-block;
}
.text-paragraph {
    margin-top: 10px;
    margin-bottom: 25px;
}
.page-message .alert {
    font-size: 1.3em;
    padding-top: 2.2em;
    padding-bottom: 2.2em;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.6em;
}
#header {
    z-index: 2010;
    z-index: 1025;
    /*background: url(/assets/img/head-background.png);
    background-repeat: repeat-x;*/
}
#header .topNavigation > li.menu-item.search-link > a {
    min-width: 40px;
    font-size: 22px;
    padding: 5px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 12px;
    border-radius: 3px;
}
#header .topNavigation > li.menu-item.files-link > a {
    min-width: 40px;
    font-size: 22px;
    padding: 5px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 12px;
    border-radius: 3px;

    margin-right: 8px;
    margin-left: 10px;
    font-size: 26px;
    padding-top: 3px;

}
#header .topNavigation > li.menu-item.narrow-buttons > a {
    min-width: 55px;
}
#header .topNavigation>li {
    margin: 0 7px;
}
#header .topNavigation>li:last-child {
    margin: 0 7px;
}
#header .topNavigation>li.menu-item .btn {
    /*margin-right: 20px;*/
    padding-left: 3px;
    padding-right: 3px;
}
#header .topNavigation>li.menu-item .btn.darker {
    padding-top: 3px !important;
}
#header .btn i {
    font-size: 13px;
}
#header .menu-messages-btn {
    margin-right: 15px;
}

.pager li>a, .pager li>span {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    margin: 10px;
    font-size: 25px;
}

.margin-top-instead-header {
    display: inline-block;
    margin-top: 20px;
}
.dd-drop-down {
    margin-top: 11px;
    margin-right: 13px;
}
.dd-drop-down .btn-orange:focus {
    color: #fff !important;
}
.nav-tabs > li > span {
    display: inline-block;
    position: relative;
    border: 0;
    border-bottom: 1px solid transparent;
    color: #919599;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 1.15em;
}

.title-no-background span {
    color: #333 !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 1.2em;
}

/* jQuery Alerts */
.jconfirm-box .btn {
    border-radius: 2px !important;
    /* margin-left: 5px !important; */
}
.jconfirm-content {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.jconfirm div.jconfirm-title-c {
    font-size: 24px;
    line-height: 24px;
}
.jconfirm .jconfirm-box {
    padding: 20px 20px 0 !important;
}

/* Upload / Choose image {{{ */
.fileUploadWrap {
    width: 170px;
    border: 0px;
    overflow:visible;
}
#image-preview {
    max-width: 80px;
    max-height: 80px;
    margin: 7px 20px 20px 0px;
    display: inline-block;
    border: 3px solid #8ac249;
    border-radius: 3px;
}
.upload-image-form {
    text-align: center;
    margin-bottom: 30px;
}
.ddg-choose-image {
    padding: 5px;
    font-size: 11px;
}
.user-images-wrapper {
    text-align: center;
}
.user-images-wrapper .img-wrapper {
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}
.user-images-wrapper .img-wrapper.selected {
    border: 3px solid #8ac249;
    border-radius: 3px;
}
.user-image {
    width: 120px;
    height: 120px !important;
}
.user-images-load {
    margin-top: 20px;
    margin-bottom: 20px;
}
.user-images .message {
    min-height: 140px;
}
.user-images .message h4 {
    margin-bottom: 20px;
}
.inline-images {
    display: inline-block;
}
.latest-images-wrapper {
    display: inline-block;
    padding: 0 10px 5px 10px;
    border: 1px solid #ddd;
    background: #fafafa;
}
.latest-images-wrapper .title {
    display: inline-block;
    margin-bottom: 5px;
}
/* }}} */


.top-dreamers-btn .fa {
    color: #eba133;
    font-size: 13px;
    margin-right: 5px;
}
.top-dreamers {
    margin-top: 20px;
}
.top-dreamers .profile li {
    /*display: inline;*/
}
.top-dreamers .profile-image {
    border-radius: 100%;
    border: 4px solid #ccc;
    max-width: 110px;
    max-height: 110px;
}
.top-dreamers ul.best-dreams > li {
    float: left;
    margin-right: 5px;
}
.top-dreamers ul.best-dreams > li img {
    width: 180px !important;
    height: 140px;
}
.top-dreamers .views-likes {
    color: #999;
    font-size: 15px;
    text-align: right;
    padding-right: 2px;
    padding-top: 1px;
    display: inline;
    margin-right: 5px;
}
.top-dreamers .views-inspirations {
    color: #999;
    font-size: 15px;
    text-align: right;
    padding-right: 2px;
    padding-top: 1px;
    display: inline;
    margin-right: 5px;
}
.top-dreamers .views-inspirations svg {
    width: 20px;
    position: relative;
    bottom: -2px;
    margin-right: -2px;
}
.top-dreamers .more-link {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}
.top-dreamers .best-dreams {
    padding-top: 40px;
    padding-left: 5px;
}
.top-dreamers .single-dreamer {
    border-bottom: 5px solid #fff;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 35px;
    background: #fff;
    border-radius: 5px;
}
.top-dreamers .single-dreamer-rank-box {
    position: absolute;
    padding-left: 20px;
}
.top-dreamers .single-dreamer-rank {
    font-size: 2em;
    color: rgb(235, 161, 51, 0.6);
    font-weight: bold;
}
.top-dreamers .single-dreamer .light-gallery-item:hover {
    cursor: pointer;
}
.top-dreamers .image-wrapper {
    border: 1px solid #eee;
}
.top-dreamers .profile {
    text-align: center;
    padding-top: 27px;
}
.points {
    color: #eba133;
    font-weight: bold;
}
.top-dreamers .top-1 {
    border-color: #eba133;
}
.patrons-count {
    background: #eee;
    padding: 3px 4px;
    font-size: 13px;
}

.profile-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    background: rgba(0,0,0,0.4);
    border-radius: 6px;
    color: #ccc;
    font-size: 15px;
    padding: 7px 10px;
}

.profile-badge-link:hover {
    cursor: pointer;
}

.profile-badge i {
    font-size: 22px;
    margin-right: 5px;
}

.profile-badge svg {
    width: 23px;
    margin-right: 3px;
    margin-top: -3px;
}

.dream-badge {
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 1px 8px 0 8px;
    font-size: 18px;
    color: #eee;
    background: rgba(30,30,30,0.9);
    border-radius: 3px;
    border: 1px solid #333;
    cursor: pointer;

    -webkit-transition: all 0.25s ease-in-out;
       -moz-transition: all 0.25s ease-in-out;
         -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
}
.dream-badge.dream-acronym {
    left: 197px;
    bottom: 0px;
}
.use-same-style:hover {
    opacity: 0.95;
    color: #fff;
    background: rgba(10,10,10,0.9);
    border: 1px solid #222;
}



/* Light gallery {{{ */
.lg-sub-html {
    background-color: rgba(0,0,0,0) !important;
    padding-bottom: 32px !important;
    font-size: 1.5em !important;
}
.lg-sub-html > a {
    padding: 7px 12px;
    background-color: rgba(0,0,0,0.45);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 15px;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0,0,0,0) !important;
    color: rgba(255, 255, 255, 0.7) !important;
}
.lg-toolbar {
    background-color: rgba(0,0,0,0) !important;
}
.lg-outer .lg-download {
    display: none !important;
}
/* Hide stuff when thums are closed */
.lg-outer .lg-sub-html, .lg-outer .lg-download,
.lg-outer #lg-share {
    /*display: none;*/
}
.lg-outer.lg-thumb-open .lg-sub-html,
.lg-outer.lg-thumb-open .dream-info,
.lg-outer.lg-thumb-open .lg-download,
.lg-outer.lg-thumb-open .single-dream-link,
.lg-outer.lg-thumb-open #lg-share {
    /*display: inline-block;*/
}
.lg-outer .lg-close.lg-icon {
    font-size: 20px;
    height: 40px;
    width: 40px;
    padding: 5px !important;
    border: 2px solid;
    border-radius: 50%;
    margin: 5px;
    margin-left: 15px;
    padding: 7px;
    background: #bbb;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}
.lg-outer .extra-added {
    display: inline-block;
    margin-left: 50px;
}
.lg-outer .extra-added img {
    cursor: pointer;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.lg-outer .extra-added img.selected,
html.no-touch .lg-outer .extra-added img:hover {
    border: 3px solid;
}
.lg-outer .extra-added img:active {
    border: none;
}
.lg-hide-items .lg-sub-html {
    opacity: 0;
}
.lg-like-btn {
    margin-left: 15px;
}
/* }}} Light gallery */


/* Single Dream Page {{{*/
.single-dream {
    position: relative;
    background: #fff;
    margin-top: -20px;
    padding: 20px 40px;
}
.single-dream .expand-image {
    display: none;
    position: absolute;
    right: 5px;
    top: 24px;
    font-size: 1.5em;
    padding: 10px 11px;
    border-radius: 50%;
    border: 1px solid rgba(220,220,220,0.8);
    background: rgba(220,220,220,0.8);
    cursor: pointer;
    color: #777;
}
@media screen and (min-width: 990px) {
.single-dream .expand-image {
    display: inline-block;
}
.single-dream #dream-image.collapsed {
    max-height: 700px !important;
}
}
.single-dream .expand-image:hover {
    border: 1px solid rgba(220,220,220,1);
    background: rgba(220,220,220,1);
}
.single-dream .edit-line {
    margin-top: 15px;
    margin-bottom: 10px;
}
.single-dream .edit-line .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.single-dream .main-line .right {
    padding-top: 15px;
    text-align: right;
}
.single-dream .main-line .options {
    display: inline-block;
}
.single-dream .main-line .btn-action.dropdown-toggle {
    padding-top: 1px;
    padding-left: 10px;
}
.single-dream h1 {
    color: #eba133;
    display: inline-block;
    margin-bottom: 0.5em;
}
.single-dream .dream-image {
    margin-top: 20px;
    min-height: 200px;
}
.single-dream .dream-image-wrapper {
    margin-top: 20px;
}
.single-dream .dream-image-wrapper .likes {
    color: #616161;
}
.single-dream .dream-image img {
    display: inline-block;
    max-height: 90vh;
    margin-bottom: 20px;
}
.single-dream .toolbar .item {
    min-height: 50px;
    display: inline;
    /*border: 1px solid red;*/
}
.single-dream .toolbar .dropdown-toggle:hover {
    background: none;
}
.single-dream .toolbar .link {
    margin-right: 12px;
    color: #777;
}
.single-dream .toolbar .actions .btn-action.dropdown-toggle,
.single-dream .toolbar .actions .fa,
.single-dream .toolbar .actions i,
.single-dream .toolbar .actions .number {
    font-size: 20px !important;
    color: #999;
}
.single-dream .toolbar .options .btn-action {
    margin-top: -6px;
    padding: 6px;
    margin-left: 2px;
}
.single-dream .toolbar .actions .go-deeper i {
    color: #fff;
    font-size: 13px !important;
}
.single-dream .toolbar .options .btn > .fa {
    font-size: 21px !important;
}
.single-dream .toolbar .options .dropdown-menu .fa {
    font-size: 16px !important;
    width: 15px;
}
.single-dream .toolbar .options .dropdown-menu a:hover .fa {
    color: #eba133;
}
.single-dream .dream-bottom {
border-top: 1px solid #eee;
}
.single-dream .dream-description {
    overflow: auto;
    padding-bottom: 20px;
}
.single-dream .max-resolution-badge {
    font-size: 1.4em;
    display: inline-block;
    padding: 5px 15px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #999;
}
.single-dream .dream-description {
    padding-top: 14px;
}
.single-dream .description-wrapper .user-badge {
    float: left;
    margin-right: 20px;
}



.not-logged-in .single-dream .dream-bottom {
    border: 0px;
    background: none;
}
.not-logged-in .single-dream .download-btn {
    margin-right: 15px;
}
.not-logged-in .single-dream .join-us-message {
    font-size: 16px;
    margin-top: 10px;
    padding: 12px;
    padding-right: 20px;
    padding-left: 20px;
}
.dream-info-popup .user {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.dream-info-popup .user img {
    max-width: 90px !important;
}
.dream-info-popup .used-images {
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}
.dream-info-popup .used-images img {
    max-height: 80px;
    margin-bottom: 10px;
    opacity: 0.9;
}
.dream-info-popup .used-images img:hover {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 1px #ddd;
    box-shadow: 0px 0px 0px 1px #ddd;
}
.dream-info-popup .used-images .result-image img {
    /*max-height: 150px;*/
}
.dream-info-popup .used-images .plus,
.dream-info-popup .used-images .equal {
    position: absolute;
    top: 50px;
    right: 0px;
    font-weight: bold;
    font-size: 30px;
    color: #999;
}
.dream-info-popup .used-images .equal {
    right: -15px;
}
.dream-info-popup .used-images > div {
    text-align: center;
}
/* }}} Single Dream Page*/

/* Red badge */
.fb-style-notification {
    background: red;
    background-color: #e60808;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 8px;
    position: absolute;
    top: 5px;
    left: 7px;
    font-weight: bold;
}
.notification-button {
    font-size: 24px;
    padding-top: 2px !important;
    min-width: 0px !important;
    margin-left: 110px;
}
.notification-button:active,
.notification-button.dropdown-toggle.btn-default {
    background: #333;
}
.notification-button i {
    font-size: 24px !important;
    color: #fff !important;
}
.notifications.dropdown-menu {
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    border-top: 0px;
}
.notifications .notification {
    width: 100%;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    align-items: center;
}
.notifications .notification.not-seen {
    background: #fafafb;
}
.notifications .notification .inspiration-battery-icon {
    padding: 4px 6px 4px 8px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}
.notifications .notification .featured-icon {
    padding: 1px 8px 1px 14px;
    border: 1px solid #e5e5e5;
    margin-left: 3px;
    font-size: 24px;
}
.notifications .notification .inspiration-icon {
    padding: 8px 4px 0;
    border: 1px solid #e5e5e5;
}
.notifications .notification .inspiration-icon svg {
    width: 20px;
    top: -5px;
    position: relative;
    vertical-align: middle;
}
.notifications .notification[data-type="dream-inspiration"] .message,
.notifications .notification[data-type="dream-inspiration"] .time-ago {
    position: relative;
    top: -3px;
}
.notifications .notification .message {
    margin-left: 5px;
    margin-right: 5px;
}
.notifications .notification .message small.withemoji {
    display: inline-flex;
}
.notifications .notification .message small img.emoji {
    width: 24px;
    height: 24px;
}
.notifications li:last-child .notification {
    border: none;
}
.notifications .notification > * {
    display: inline-block;
    color: #363f45;
}
.notifications .notification .from-user * {
    display: inline-block;
}
.notifications .notification .from-user img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
}
.notifications .notification a img {
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.notifications .notification a img:hover {
    background: #ddd;
}
.notifications .notification .dream img {
    width: 30px;
    height: 30px;
    border: 1px solid #c5c5c5;
}
.notifications .notification .time-ago {
    color: #777;
}
.notifications .no-notifications {
    text-align: center;
    margin: 25px;
}
.notifications .dream {
    float: right;
}
.notifications-page {
    text-align: center;
}
.notifications-page .notifications {
    text-align: left;
}
.notification-others-modal {
    max-width: 600px;
    margin: 0 auto;
}
.notification-others-modal .jconfirm-content {
    text-align: left !important;
}
.notification-others-modal .spinning {
    animation: spin 1s infinite linear !important;
}
/* }}} Notifications */


/* Load Later {{{ */
.ddg-load-later-object {
    display: none !important;
}
/* }}} Load Later */


/* Auth pages {{{ */
body {
  background: #e9e9e9;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #eba133;
}
.pen-title span a {
  color: #eba133;
  font-weight: 600;
  text-decoration: none;
}
.generating-image {
    padding-top: 5px;
    text-align: center;
}
.generating-image .uil-ring-css {
    width: 150px;
    height: 150px;
}
.generating-image .uil-ring-css > div {
    width: 100px;
    height: 100px;
}
.generating-image .progress-wrap.progress {
    text-align: left;
}
/* ============================================================================================== */
/* Inspired By */
/* ============================================================================================== */
.inspiredby-icon-sized-25 svg {
    max-width: 25px;
}

/* ============================================================================================== */
/* Feed Search Container */
/* ============================================================================================== */
#search_container {
    max-width: 752px;
    margin: -20px auto 10px auto;
    padding: 0 10.5px;
}

/* ============================================================================================== */
/* Animated Dreams */
/* ============================================================================================== */
.dream-video-play-button {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
}

.dream-video-play-button:hover {
    cursor: pointer;
    opacity: 1;
}

.dream-video-play-button .play-icon {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.dream-video-play-button .play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent orange;
    transform: translate(-32%, -50%);
}
/* ============================================================================================== */
/* Header v2 */
/* ============================================================================================== */
.profile-link {
    margin-right: 0 !important;
}
.profile-link .link {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-right: 0 !important;
}
.profile-link .link:hover,
.profile-link .link:focus,
.profile-link .link:active {
    background: none !important;
}
.profile-link .profile-energy {
    border-top: 1px solid #5A5A5A;
    border-left: 1px solid #5A5A5A;
    border-bottom: 1px solid #5A5A5A;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 8px 5px 3px;
    margin-right: -9px;
    font-size: 13px !important;
}
.profile-link .profile-energy i {
    color: #fdc355 !important;
    font-size: 14px !important;
    margin-right: 0 !important;
}
.profile-link #profile-notification-badges {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
}
.profile-link #profile-notification-badges .cbadge {
    padding: 1px 2px !important;
    padding: 2px 3px !important;
    font-size: 10px !important;
    border-radius: 2px;
    color: white;
    font-weight: bold;
}
.profile-link #profile-notification-badges .notif {
    background: #f71919;
    background: #e60808;
}
.profile-link #profile-notification-badges .chats {
    background: #218aff;
    background: cornflowerblue;
    margin-left: 1px;

}
.profile-link .dropdown-menu {
    min-width: 300px !important;
    min-width: 250px !important;
}
.profile-link .profile-dropdown-item {
    display: flex;
    align-items: center;
}
.profile-link .profile-dropdown-item-energy {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background: rgba(240, 240, 240, 0.6);
    font-weight: bold;
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-bottom-left-radius: 7px;
    font-size: 12px;
}
.profile-link .profile-dropdown-item-energy:hover {
    cursor: pointer;
}
.profile-link .profile-dropdown-item-energy i {
    color: #fdc355;
    font-size: 15px;
}
.profile-link .profile-dropdown-item-user {
    display: flex;
    gap: 10px;
    padding: 10px;
    padding-left: 14px;
}
.profile-link .profile-dropdown-item-user span {
    display: block;
}
.profile-link .profile-dropdown-item-user span.name {
    font-size: 14px !important;
    font-weight: bold;
}
.profile-link .profile-dropdown-item-user span.level {
    font-size: 13px !important;
}
.profile-link .profile-dropdown-item-view-profile a {
    text-align: center;
    background-color: rgb(230, 138, 0, 0.7);
    color: #fff;
    font-weight: bold;
    border-radius: 0 !important;
    margin: 10px 14px;
}
.profile-link .profile-dropdown-item-view-profile a:hover {
    background-color: rgb(230, 138, 0, 0.9);
    color: #fff;
}
.profile-link .profile-dropdown-item-action {
    border-bottom: 1px solid #E2E2E2 !important;
}
.profile-link .profile-dropdown-item-action:last-child {
    border-bottom: none !important;
}
.profile-link .profile-dropdown-item-action a {
    display: flex;
    align-items: center;
    padding: 12px;
    position: relative;
}
.profile-link .profile-dropdown-item-action a {
    display: flex !important;
    align-items: center !important;
}
.profile-link .profile-dropdown-item-action i {
    font-size: 20px !important;
    margin-right: 10px !important;
    margin-left: 2px;
}
.profile-link .profile-dropdown-item-action .fa-envelope,
.profile-link .profile-dropdown-item-action .fa-envelope-o {
    font-size: 18px !important;
}
#header-chat-dropdown.open,
#header-notifications-dropdown.open {
    display: block;
    width: 100%;
}

/* ============================================================================================== */
/* Unsaved images (jobs) */
/* ============================================================================================== */
.unsaved-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}
.unsaved-images .unsaved-image {
    display: flex;
    justify-content: center;
    position: relative;
    width: 354px;
    min-height: 220px;
    max-height: 280px;
    background-color: #000000;
    border-radius: 5px;
    overflow: hidden;
}
.unsaved-images .unsaved-image .action-buttons {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 10000;
}
.unsaved-images .unsaved-image .action-buttons span {
    padding: 7px 10px;
    margin-right: 5px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.unsaved-images .unsaved-image .action-buttons span.delete {
    -webkit-transition: all 0.1s ease !important;
    -moz-transition:    all 0.1s ease !important;
    -ms-transition:     all 0.1s ease !important;
    -o-transition:      all 0.1s ease !important;
}
.unsaved-images .unsaved-image .action-buttons span.delete:hover {
    background-color: rgba(255,0,0,0.8);
}
.unsaved-images .unsaved-image img {
    max-width: 100%;
    height: 100%;
}
.unsaved-images-pagination {
    width: 100%;
}
.unsaved-images-pagination nav {
    text-align: center;
}
form.delete-unsaved-images-form {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    margin-bottom:10px;
}
form.delete-unsaved-images-form span {
    font-weight: bold;
    line-height: 40px;
}


/* ============================================================================================== */
/* Media Queries */
/* ============================================================================================== */

.mobile-collapse.in,
.mobile-collapse.collapsing {
    display: inline-block !important;
}
@media only screen and (max-width : 1180px) {

        /* Gallery {{{ */
        .gallery .item-box {
            padding: 0px;
            margin-bottom: 80px;
        }
        .gallery .item-box .image-wrapper {
            display: inline-block;
            text-align: center;
            margin-left: 0px;
            /* width: 100%; */
        }
        .gallery .image-wrapper .thumb {
            width: 420px;
            max-width: 100%;
        }
        .gallery .info {
            opacity: 1;
            bottom: -50px;
            height: 50px;
            max-width: 420px;
        }
        .gallery .image-wrapper .original, .gallery .image-wrapper .style {
            width: 50px;
            height: 50px;
        }
        .gallery .image-wrapper .style {
            left: 50px;
        }
        .gallery .info .time {
            display: inline;
            line-height: 57px;
        }
        .gallery .info .likes .dream-like,
        .gallery .info .comments .dream-comments {
            font-size: 15px;
            line-height: 37px;
        }
        .profile-page .sub-menu {
            height: auto;
        }
        .profile-page .sub-menu .nav-tabs>li a {
        }
        .profile-page .sub-menu .nav-tabs>li {
            margin-left: 8px;
        }
        /* }}} */
}
@media only screen and (max-width : 480px) {
    .gallery .item-box .image-wrapper {
        /* width: 100%; */
    }
    #header .topNavigation .generate-btn i {
        margin: 0 !important;
    }
    .feed .dream-acronym {
        left: 50px !important;
    }
}

@media only screen and (max-width : 768px) {
    /* Page to go full width {{{ */
    body {
        padding-bottom: 20px;
        overflow-x: hidden;
    }
    .pageContent, .container {
        margin: 0px;
        width: 100%;
    }
    footer > .row {
        margin: 0px;
        padding: 10px;
    }
    .pageWrap > .container > .ddg-box {
        border-right: 0px;
        border-left: 0px;
    }
    .ddg-box {
        padding: 15px;
    }
    .pageWrap > .container > .ddg-box {
        margin-bottom: 0px;
    }
    /* }}} */

    .logo {
        padding-left: 10px;
    }
    #header .profile-link a i {
        margin-right: 3px;
        font-size: 24px;
    }
    #header .topNavigation > li.menu-item.search-link a {
        margin-right: 0px;
    }
    #header .topNavigation > li.menu-item > a,
    #header .topNavigation > li.menu-item > .notification-button {
        min-width: 42px;
    }
    #header .topNavigation > li.menu-item .notification-button {
        min-width: 40px !important;
    }
    #header .menu-messages-btn {
        margin-right: 0px !important;
    }
    #header .generate-btn {
        margin-right: 15px !important;
    }
    .sub-menu {
        /*height: 50px;*/
        text-align: center;
    }

    .top-dreamers .profile {
        text-align: center;
    }
    .top-dreamers .profile-image {
        width: 90px;
        height: 90px;
    }
    .top-dreamers h4 {
        margin: 10px;
        margin-bottom: 5px;
    }
    .top-dreamers > div.row {
        background: #fff;
        padding: 15px 7px;
    }

    .generating-image {
        text-align: center;
    }
    .generating-image .ddg-delete {
        width: 100px;
        margin: 0px !important;
        margin-top: 20px !important;;
    }
    .alert.alert-disabled-try {
        padding-left: 19px !important;
    }
    .alert.alert-disabled-try::after {
        content: '' !important;
    }

}

/* -------------------------------------------------------------------------- */
/* Small screen                                                               */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width : 767px) {
    .feed .prompt-info {
        width: auto;
        height: auto;
    }
    .feed .dream-tickers {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 10px;
    }
    .feed .dream-tickers .dream-ticker {
        font-size: 80%;
        margin-top: 4px;
        line-height: 2.1em;
    }
    .feed .prompt-word {
        display: none;
    }
    .feed .try-it-btn {
        margin-top: 4px !important;
    }
}
@media only screen and (max-width : 480px) {

    #header .topNavigation > li.menu-item {
        margin-right: 5px !important;
    }
    .gallery-styles .style {
        margin: 0px;
    }

    .expand-footer {
        /* display: none !important; */
    }

    footer {
        text-align: center;
    }
    .sub-menu ul.nav > li {
        margin: 0px !important;
        font-size: 90%;
    }
    .sub-menu ul.nav > li a {
        padding-left: 6px;
        padding-right: 6px;
    }
    .sub-sub-menu li {
        margin-right: 5px;
    }
    .sub-sub-menu li a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .social {
        float: none !important;
    }
    .generate-btn {
        margin-right: 0px !important;
        width: 30px !important;
        min-width: inherit !important;
    }
    .generate-btn > span {
        display: none;
    }
    .generate-btn > i {
        display: inline-block !important;
    }
    .generators > ul.nav > li a {
        font-size: 13px;
        padding-left: 7px;
        padding-right: 7px;
    }
    .layers .settings-image img {
        width: 100%;
        height: 140px;
    }
    .layers .image-preview label {
        margin-right: 0px;
    }
    .styles .style-image-wrapper {
        width: 30%;
    }
    .styles .settings-image,
    .styles .style-image-wrapper img {
        width: 100% !important;
    }
    .use-images-settings label {
        width: 100% !important;
    }

    /* Profile {{{ */
    /* }}} */

    /* Feed {{{ */
    .feed .image-wrapper {
        width: auto;
        height: auto !important;
    }

    .feed > .row {
        min-width: 100%;
    }
    .feed > .row .image-wrapper {
        min-height: 100px;
    }
    .feed .thumb {
        position: relative;
        height: auto;
        width: 100%;
        border-top: 1px solid #d0d1d5;
    }
    .feed .original, .feed .style {
        display: none;
    }
    .feed .feed-object {
        margin-bottom: 25px;
    }
    .feed .info {
        font-size: 0.8em;
        /* margin-bottom: 25px; */
    }
    .feed .info .name {
        font-size: 1.5em;
    }
    .feed .info .user img {
        height: 45px;
        border-width: 3px;
    }
    .feed .info .rating .number {
        font-size: 0.6em;
    }
    .feed .dream-like {
        margin-top: 13px;
    }
    .feed .ad-feed {
        margin-top: 0px;
    }
    .feed .info .boxHeaderOptions {
        margin-top: 8px;
    }
    /* }}} */

    /* Notifications {{{ */
    #header .topNavigation>li .dropdown-menu {
        position: absolute;
        min-width: 100vw !important;
        left: 0 !important;
    }

    #header .topNavigation {
        position: initial;
    }

    .notifications .notification .time-ago {
        padding-top: 0px;
        margin-right: 13px;
    }
    .notifications-page .notification .time-ago {
    }
    /* }}} */

    /* Light Box {{{ */
    .lg-outer .dream-info {
        position: absolute;
        left: 0px;
        top: 0px;
        padding-left: 0px;
        padding-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .lg-outer .dream-info .name {
        display: none;
    }
    .lg-outer .dream-info .user img {
        border-width: 2px;
        height: 30px;
    }
    .lg-sub-html .dream-data {
        width: 102px;
    }
    .lg-sub-html .dream-data img {
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        width: 50px;
    }
    .lg-sub-html .use-same-style {
        margin-top: -10px;
        float: left;
        margin-left: 0px;
        font-size: 14px;
    }
    /* }}} */


    /* Top Dreamers {{{ */
    .top-dreamers .col-lg-8 {
        padding: 0px;
    }
    .top-dreamers ul.best-dreams > li {
        width: 49%;
        float: left;
        margin: 0px;
    }
    .top-dreamers ul.best-dreams > li img {
        width: 99%;
    }
    .top-dreamers .views-likes {
        margin-bottom: 7px;
        text-align: left;
    }
    .top-dreamers .more-link {
        padding-top: 0px;
        font-size: 14px;
    }
    .top-dreamers hr {
        margin: 15px 0;
    }
    /* }}} */
}
@media only screen and (max-width : 360px) {
    .styles .style-image-wrapper {
        width: 45%;
    }
}
button.expand-footer {
    width: 140px;
    background: #fff !important;
    border-top: 0px !important;
    width: 100%;
    border-radius: 0 0 3px 3px;
}


/* Dream Page {{{ */
@media screen and (max-width: 1000px) {
    .asideNavigation>ul .sub ul {
        display: none !important;
    }
    #community-ad {
        display: none !important;
    }
    .lg-actions .lg-next, .lg-actions .lg-prev {
        display: none !important;
    }
}

@media screen and (max-width: 1280px) {
    .dream-image .btn {
        font-size: 12px;
    }
    .dream-image .hide-when-small {
        display: none;
    }
}
@media screen and (max-width: 1180px) {
    .hide-when-medium {
        display: none;
    }
    .show-when-medium {
        display: inline-block;
    }
}
@media screen and (max-width: 820px) {
    .dream-image .btn span {
        display: none;
    }
    .dream-image .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    #header .topNavigation>li>a, #header .topNavigation>li button {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media screen and (max-width: 420px) {
    .dream-image .level {
        display: none;
    }
}
@media screen and (max-width: 1300px) {
    .dream-info .info-bottom {
        display: none;
    }
}
/* }}} Dream Page */


/* mobile layout */
@media (max-width: 991px) {
    .hidden-for-mobile {
        display: none;
    }
    .pageContent {
    }
    .pageContent.extended {
        margin-left: 12px;
    }
    .aside {
        width: auto;
        border-right: 1px solid #ddd;
    }
    .generator-settings-styles .panel-body {
        padding-left: 0px;
        padding-right: 0px;
    }
    .generator-settings-styles.panel-default {
        margin-bottom: 0px;
    }
    .generator-settings-styles .panel-collapse {
        border: 0px;
    }
}
@media (max-width: 430px) {
    .styles .settings-image {
        width: 125px;
    }
}
@media (max-width: 360px) {
    .styles .settings-image {
        width: 112px;
    }
}

/* Light gallery */
@media screen and (max-width: 1024px) {
    .single-dream {
        padding: 0px;
    }
    .single-dream h1 {
        margin-bottom: 0px;
    }
    .single-dream .edit-line,
    .single-dream .main-line,
    .single-dream .main-line .right {
        text-align: center;
    }
    .lg-outer #lg-counter {
        display: none;
    }
    .lg-outer .extra-added {
        display: inline-block;
        margin-left: 7px;
        margin-top: 7px;
    }
    .lg-outer .extra-added img {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 990px) {
    .unsaved-images .unsaved-image {
        width: 100% !important;
    }
}