
.sectionClass {
    padding: 0px;
    position: relative;
    display: block;
    /* background: url(../images/parallax/parallax_01.jpg); */
    background-color: #000;
    opacity: .8;
    z-index: 111;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}



.projectFactsWrap{
    display: flex;
    margin-top: 0px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth{
    padding: 0 10px;
}

.projectFactsWrap .item{
    width: 20%;
    height: 100%;
    padding: 15px 0px;
    text-align: center;
}

.projectFactsWrap .item p.number{
    font-size: 40px;
    padding: 0;
}

.projectFactsWrap .item p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
}


.projectFactsWrap .item span{
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}


.projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
    color: white;
}

.projectFactsWrap .item:hover span{
    background: white;
}

.social_wrap{
    margin: -20px 0px 0px 34%;
}

@media (max-width: 786px){
    .projectFactsWrap .item {
        flex: 0 0 16%;
    }
    .projectFactsWrap .item {

        padding: 2px;
        width: 100%;

    }
    .projectFactsWrap .item p.number {
        font-size: 15px;
    }
    .projectFactsWrap .item p {
        font-size: 9px;
        padding: 5px 0px;
    }
    .projectFactsWrap .item span {
        width: 40px;
    }
    .c-preview {
        display: none;
    }
    .footer_logo_bg {
        padding: 30px 20px;
    }

    .social_wrap{
        margin: 0px;
        list-style: none;
    }

    .category_brand {

        padding: 25px;
    }

    .projectFactsWrap {
        padding: 0px;
    }
    .scroll-down{
        display: none;
    }
}

/* AUTHOR LINK */


footer{
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
}

footer p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    opacity: 0;
    font-family: 'Open Sans';
    width: 100%;
    word-wrap: break-word;
    line-height: 25px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    margin: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
}

footer .authorWindow a{
    color: white;
    text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper{
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
}


.trans{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
        width: 210px;
    }

    .authorWindowWrapper{
        bottom: -170px;
        margin-bottom: 20px;
    }

    footer p{
        font-size: 14px;
    }
}


/***************Click to Scroll*************************/
section {
    position: relative;
    width: 100%;
    height: 100%;
}
section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
}

#thanks {
    background-color: #fff;
}
#thanks::after {
    content: none;
}
#thanks div {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
#thanks h2 {
    margin-bottom: 60px;
    color: #333;
    font : normal 300 64px/1 'Josefin Sans', sans-serif;
    text-align: center;
    white-space: nowrap;
}
#thanks p {
    color: #333;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
}
#thanks p a {
    color: #333;
    text-decoration: none;
    transition: color .3s;
}
#thanks p a:hover {
    color: #888;
}
.demo a {
    position: relative;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #3e3e3e;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.demo a:hover {
    opacity: .5;
}

#section01 a {
    padding-top: 0px;
}
#section01 a span {
    position: absolute;
    top: 37px;
    left: 83%;
    width: 10px;
    height: 10px;
    margin-left: -12px;
    border-left: 2px solid #3e3e3e;
    border-bottom: 2px solid #3e3e3e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}



/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
    border: 2px solid #000;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    display: block;
    z-index: 10;
    opacity: 0.7;
}
.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    border: 2px solid #000;
    border-radius: 16px;
    background: #fff;
    width: 9px;
    height: 9px;
    top: 4px;
    left: 1px;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}
@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}