body {
    background: url(../media/Pawly_WF_wcom_bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.image-container{
    overflow: hidden;
    width: 17vw;
    height: 21vw;
    float: left;
    z-index: 900;
    background: #dfdfdf;
    margin: 0.5vw;
}

.hover-text{
    position: relative;
    width: 100%;
    height: 100px;
    opacity: 0.7;
    background: #000000;
    color: white;
    font-size: 13px;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
}

.hover-text p{
    margin: 8px;
}

.detail-block{
    width: 100%;
    height: 0vw;
    z-index: 10;
    overflow: hidden;
    background: #323232;
    display: inline-block;
}

@-webkit-keyframes moveup {
    from {
        margin-top: 0px;
        height: 0px;
    }
    to {
        margin-top: -100px;
        height: 100px;
    }
}

@keyframes moveup {
    from {
        margin-top: 0px;
        height: 0px;
    }
    to {
        margin-top: -100px;
        height: 100px;
    }
}

.moveup{
    -webkit-animation: moveup 1s; /* Chrome, Safari, Opera */
    animation: moveup 1s;
    margin-top: -100px;
    height: 100px;
}

@-webkit-keyframes movedown {
    from {
        margin-top: -100px;
        height: 100px;
    }
    to {
        margin-top: 0px;
        height: 0px;
    }
}

@keyframes movedown {
    from {
        margin-top: -100px;
        height: 100px;
    }
    to {
        margin-top: 0px;
        height: 0px;
    }
}

.movedown{
    -webkit-animation: movedown 2s; /* Chrome, Safari, Opera */
    animation: movedown 2s;
    margin-top: 0px;
    height: 0px;
}

@-webkit-keyframes expand-280 {
    from {
        /*margin-top: 0px;*/
        height: 0px;
    }
    to {
        height: 280px;
        /*margin-top: 20vw;*/
    }
}

@keyframes expand-280 {
    from {
        height: 0px;
        /*margin-top: 0px;*/
    }
    to {
        height: 280px;
        /*margin-top: 20vw;*/
    }
}

@-webkit-keyframes expand-400 {
    from {
        /*margin-top: 0px;*/
        height: 0px;
    }
    to {
        height: 400px;
        /*margin-top: 20vw;*/
    }
}

@keyframes expand-400 {
    from {
        height: 0px;
        /*margin-top: 0px;*/
    }
    to {
        height: 400px;
        /*margin-top: 20vw;*/
    }
}

.expand{
    -webkit-animation: expand-400 2s;
    animation: expand-400 2s;
    height: 400px;
    /*margin-top: 20vw;*/
}

.img-col{
    padding: 15px;
    height: 400px;
}

.detailed-info{
    padding: 1vw 5vw 5vw;
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
}

@media(max-width: 768px) and (min-width: 0px){
    .expand{
        -webkit-animation: expand-280 2s;
        animation: expand-280 2s;
        height: 560px;
        /*margin-top: 20vw;*/
    }

    .detailed-info{
        padding: 1vw 5vw 5vw;
        overflow-x: hidden; overflow-y: auto; height: 280px;
    }

    .img-col{
        padding: 15px;
        height: 280px;
    }
}

.allow-overflow{
    overflow: visible;
}

.input-border{
    border: 1px solid;
    border-radius: 15px;
    padding: 5px;
    padding-left: 10px;
    width: 180px;
    height: 30px;
    margin-bottom: 5px;
}

.no-border{
    border: 0px;
    margin-top: -2px;
}

.textarea-border{
    border: 1px solid;
    border-radius: 15px;
    padding: 5px;
    padding-left: 10px;
    width: 250px;
    height: 90px;
    margin-bottom: 5px;
}

#subscribe{
    width: 385px;
    height: 141px;
    background: url(../media/subscribe-WoF-v1.png);
    position: fixed;
    top: 85px;
    /*left: 0px;*/
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
}

#search{
    background: url(../media/Search-WoF-v1.png);
    width: 289px;
    height: 68px;
    position: fixed;
    top: 105px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
}

#search input{
    margin: 12px;
    margin-top: 0px;
}

#search p{
    margin-top: -10px;
}

#signin{
    width: 385px;
    height: 141px;
    position: fixed;
    top: 375px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    background: grey;
}

.subscribe-moveleft{
    -webkit-animation: subscribe-moveleft 5s; /* Chrome, Safari, Opera */
    animation: subscribe-moveleft 5s;
    margin-left: -348px;
}

.subscribe-moveright{
    -webkit-animation: subscribe-moveright 1s; /* Chrome, Safari, Opera */
    animation: subscribe-moveright 1s;
    margin-left: 0px;
}

.search-moveleft{
    -webkit-animation: subscribe-moveleft 5s; /* Chrome, Safari, Opera */
    animation: subscribe-moveleft 5s;
    margin-left: -259px;
}

.search-moveright{
    -webkit-animation: subscribe-moveright 1s; /* Chrome, Safari, Opera */
    animation: subscribe-moveright 1s;
    margin-left: 0px;
}

.signin-moveleft{
    -webkit-animation: subscribe-moveleft 5s; /* Chrome, Safari, Opera */
    animation: subscribe-moveleft 5s;
    margin-left: -348px;
}

.signin-moveright{
    -webkit-animation: subscribe-moveright 1s; /* Chrome, Safari, Opera */
    animation: subscribe-moveright 1s;
    margin-left: 0px;
}

#subscribe div{
    position: relative;
    top: 83px;
    left: 120px;
    border: 1px solid;
    border-radius: 15px;
    padding: 5px;
    padding-left: 10px;
    width: 180px;
    height: 30px;
}

#subscribe input{
    border: 0px;
    margin-top: -3px;
}

#subscribe div a{
    position: relative;
    top: -21px;
    left: 140px;
    color: #000000;
}

#aboutwof{
    position: absolute;
    top: 3px;
    left: 15px;
    color: #e37d2f;
    font-size: 17px;
}

#aboutimg{
    position: absolute;
    top: 8px;
    left: 55px;
    color: #e37d2f;
    visibility: hidden;
    font-size: 17px;
}

#linktopawly{
    position: absolute;
    top: 3px;
    right: 20px;
    color: #e37d2f;
    font-size: 17px;
}

#linktobakcend{
    position: absolute;
    top: 3px;
    right: 100px;
    color: #e37d2f;
    font-size: 17px;
}

.detail-block-text{
    color: white; font-size: 20px;
}