.touchdorn .pc,
.pcdorn .touch {
    display: none;
}

.b {
    color: #333;
    background: #fff;
    border: 2px solid #333;
    font-family: GothamPro-Medium, sans-serif;
    padding: 10px 15px;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 240px;
}

.b:hover,
.b:active,
.b:focus {
    background: #333;
    color: #fff;
}

.b.love {
    width: 72px;
    height: 72px;
    font-size: 0;
    padding: 0;
    border: 0;
    background: url('https://birdinflight.com/wp-content/themes/simple-catch/images/game/dorn/b.png') no-repeat 0 0;
}

.b.love:hover,
.b.love:active,
.b.love:focus {
    background-position: 0 -72px;
}

.b-ajax {
    display: none;
}

.b-ajax.on {
    display: block;
    margin-top: 30px;
}

.scene {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #fff;
    color: #333;
    z-index: 0;
    top: 0;
    left: 0;
}

.scene p {
    padding: 0 30px;
}

.scene.on {
    z-index: 1;
    position: relative;
    height: auto;
    margin: 0 auto;
}

.hide {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -1000em;
}

#neurodorn {
    width: 100%;
    margin: 0 auto;
    position: relative;

}

.thinker {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.postid-204957 .single-full-container {
    padding: 0;
}

.postid-204957 .footer-meta-content {
    display: none;
}

.crop-area {
    width: 100%;
    transition: all .25s ease-in;
    overflow: hidden;
    position: relative;
    height: 0;
    text-align: center;
}

.crop-area.on {
    height: 362px;
}

#userphoto {
    display: none;
}

#userphoto.on {
    display: block;
}

.js-crop {
    display: none;

}

.js-crop.on {
    display: block;
    margin-top: 40px;
}

input[type=file].input-file {
    z-index: 5;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    transform: scale(3, 3);
}

.uploader {
    position: relative;
    width: 240px;
    height: 49px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    text-align: center;
}

.uploader.on {
    z-index: 1;
    opacity: 1;
}

.uploader:hover .b {
    background: #333;
    color: #fff;
}

.resize-image {
    max-height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.resize-image.cw90 {
    transform: translateX(-50%) rotate(90deg);
}

.resize-image.cw90 {
    transform: translateX(-50%) rotate(90deg);
}

.resize-image.сcw90 {
    transform: translateX(-50%) rotate(-90deg);
}

.resize-image.сcw180 {
    transform: translateX(-50%) rotate(-180deg);
}

/*@media (max-width: 1039px) {
    .touchdorn .resize-image {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }    
}
*/

#result {
    margin: 30px auto;
    width: 100%;
    width: 690px;
    display: block;
}

#resultJpg {
    margin: 30px auto;
    display: block;
}

.scene-result {
    margin-bottom: 30px;
}

.scene-result p,
.scene-analize p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.scene-result p strong,
.scene-analize p strong {
    font-size: 20px;
    font-family: 'GothamPro-Medium', sans-serif;
}

.scene-result p:first-child strong,
.scene-analize p:first-child strong {
    font-size: 14px;
}

.scene-result p:first-child + p {
    margin-top: 10px;
}

#socialTools {
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease-out;
    margin-top: 0 !important;
    overflow: hidden;
    height: 0;
}

#socialTools.on {
    opacity: 1;
    overflow: visible;
    height: auto;
}

#socialTools em {
    display: block;
    font-style: normal;
    font-family: 'PT Serif';
    margin-bottom: 10px;
}

#socialTools .si {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#socialTools .btn {
    width: 48px;
    height: 48px;
    border: 2px solid #333;
    border-radius: 50px;
    margin: 0 5px;
    position: relative;
}

#socialTools .btn:before {
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}


