.logo
{
    float: left;
    margin-top: 8px;
    margin-left: 8px;
}

.logo-gear-div
{
    float: left;
    margin-top: 49px;
    margin-left: -45.5px;
}

.logo-gear
{
    -webkit-animation: spin-me 40000ms infinite linear forwards;
    animation: spin-me 40000ms infinite linear forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.bodybg {
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.8) 0%, rgba(255,255,255,0.8) 100%), url('../images/white-bg.jpg');
    background-repeat: repeat;
    background-position: center top;
}

/*.content-1-1*/
/*{*/
/*    background: url()  center top no-repeat;*/
/*    padding: 20px 0 20px 0;*/
/*}*/

.typewriter
{
    position: center;
    margin: 0 auto;
    max-height: 400px;
}

.menu-icons
{
    margin-right: 10px;
}

.github_block
{
    margin-left: 10px;
}

.gear-one
{
    margin-top: 6px;
    padding-left: 32px;
    padding-top: 32px;
    width: 128px;
    height: 128px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin-me 32000ms infinite linear forwards;
    animation: spin-me 32000ms infinite linear forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes spin-me{
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin-me{
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.features-height
{
    max-height: 421px;
    min-height: 421px;
    height: 421px;
}

.community-table
{
    height: 350px;
}

.community-price
{
    font-size: 100px;
    font-weight: 900;
}

.brand-color
{
    background-color: #3b3e43 !important;
}

.brand-header
{
    position: absolute;
    float: none;
    margin-left: 99px;
    margin-top: -147px;
}

/*.gear-parent*/
/*{*/
/*    margin-top: -111px;*/
/*    margin-left: 84px;*/
/*    width: 24px;*/
/*}*/

.brand-xheader
{
    margin-top: -116px;
    margin-left: 105px;
}

.contact
{
    margin-left: 12px;
    color: #ababab;
    font-size: 16px;
}

.contactspace
{
    margin-left: -16px;
}

.languagexperties
{
    margin-top: -10px;
}


