* {
    margin: 0;
    padding: 0;
}

html {
}

body {
    padding-top: 68px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

h2 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.indent {
    text-indent: 2rem;
    margin-bottom: .4rem;
}

.center {
    text-align: center;
}

.language {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    color: rgba(0, 0, 0, .5);
}

.top-nav {
    padding: 6px 0;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px #888888;
}

.top {
    background: #f1f6fe;
}

.top .info {
    width: 100%;
    height: 8rem;
}

.top .info div {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 8rem;
    text-align: left;
}

.top .info div h3 {
    font-weight: bold;
    font-size: 3rem;
}

.top .info div p {
    font-size: 1rem;
}

.bottom {
    background-color: #000000;
}

.bottom hr {
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #4d4b4b;
    padding: 0;
    margin: 0;
}

.bottom .copy {
    text-align: center;
    margin: .6rem auto;
    color: #ffffff;
}

.bottom a {
    color: white;
}

.bottom a:hover {
    color: #e0e0e0;
}

.bottom div.links {
    text-align: center;
    line-height: 6rem;
}

.bottom div.links > a {
    margin: 0 .6rem;
    white-space: nowrap;
}

body > .container-fluid:last-child {
    margin-top: 2rem;
}

body > .container {
    margin-top: 2rem;
}

.anchor {
    position: absolute;
    margin-top: -4rem;
}

a.button {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #7e4fe9;
    border: 1px solid #7e4fe9;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.button:hover {
    color: #dddddd;
}

a.button-outline {
    background-color: unset;
    color: #7e4fe9;
    border: 2px solid #7e4fe9;
}

a.button-outline:hover {
    color: #9287ac;
}

.game {
}

.game h4 {
    margin-top: 1rem;
}

.game hr {
    width: 80px;
    height: 8px;
    padding: 0;
    margin: 0 0 .4rem 0;
    background-color: #7e4fe9;
    border: 0;
}

.game .item {
    position: relative;
}

@media screen and (max-width: 575px) {
    #banner {
        content: url('/images/game_0.jpg');
    }
}

.game .item:hover .mask {
    opacity: 1;
}

.game .mask {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(.5, .5, .5, .5);
    transition: opacity .3s;
}

.game .mask .icon {
    display: block;
    margin: 1.5rem auto 0;
    width: 42%;
    text-align: center;
}

.game .mask .btn-app {
    display: flex;
}

.game .mask .btn-app a {
    display: block;
    width: 50%;
    text-align: center;
    margin: 1rem auto;
    padding: 0 1rem;
}

.game p {
    font-size: .9rem;
    line-height: 1.6rem;
}

.job {
    text-align: center;
    margin-bottom: 2rem;
}

.job a {
    text-decoration: none;
    color: #7e4fe9;
}

.contact {
    text-align: center;
    background: #f1f6fe;
}

.contact > div:last-child {
    background: url("../images/mail.png") no-repeat top right;
}

.contact div > div.info {
    /* position: absolute;
    height: 10rem;
    left: 4%;
    right: 4%;
    top: 0;
    bottom: 0;*/
    margin: 1rem; 
    text-align: left;
    line-height: 1.8rem;
}

.contact div > div.info > p:first-child {
    margin-bottom: 1rem;
}


.navbar-nav {
    margin: 0 0 0 auto !important;
}

.carousel {
    height: 100%;
}

.carousel-indicators li {
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px !important;
    border-top: none;
    border-bottom: none;
    margin: 0 .5rem;
    background-color: #000000 !important;
}

.carousel-indicators li.active {
    background-color: #006cff !important;
}

.carousel-item img {
}

.right-bottom {
    left: unset;
    right: 0;
    bottom: 2%;
    margin-right: 5%;
}

.culture {
    background: #f1f6fe no-repeat center;
}

.culture-content {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    font-size: 1.2rem;
    line-height: 1.9rem;
    height: 14rem;
    background: url("../images/quote.png") no-repeat 1rem 1rem;
    padding: .6rem 0 0 15%;
}

.job-item {
    background-color: #f1f6fe;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid #dddddd;
    margin-bottom: 1rem;
}

.job-item > h3 {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.job-item > h3 > a {
    float: right;
    padding: .2rem .4rem;
}

.job-item > h4 {
    font-weight: bold;
    font-size: 1rem;
}

.job-item > p {
    margin-top: 2rem;
}

.jobs {
    color: #7e4fe9;
}

.jobs > span {
    color: #900;
    font-weight: lighter;
    font-size: 1rem;
    margin-left: 4rem;
}

@media (device-height: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    .top .info div {
        text-align: center;
        height: 6rem;
    }

    .top .info div h3 {
        font-size: 2rem;
    }

    .language {
        padding: .5rem 0 !important;
    }
}

@media (device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .top .info div {
        text-align: center;
        height: 6rem;
    }

    .top .info div h3 {
        font-size: 2rem;
    }

    .language {
        padding: .5rem 0 !important;
    }
}

#carousel2 .slide-block{
    height: 400px;
}

@media screen and (min-width: 800px){
    #carousel2 .slide-block{
        height: 350px;
    }
}

.logo {
    width: 40%;
}

#business {
    width: 30%;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

@media screen and (max-width: 800px){
    #business {
        width: 40%;
        position:static;
        margin-bottom: 1rem;
    }
}

#doc {
    min-height: 72vh;
}