html {
    line-height: 1.5 !important;
    font-size: 16px !important;
}
body {
    font-family: 'HelveticaNeueLT Roman', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'HelveticaNeueLT Medium', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px !important;
}

h5 {
    font-family: 'HelveticaNeueLT Bold', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px !important;
    color: #C33E39;
    margin-bottom: -12px !important;
}

.container {
    max-width: 900px !important;
    border: 1px solid rgba(0,0,0,0.14);
    margin-top: 20px !important;
    margin-bottom: 20px !important;

}
.row.full-width .col  {
    padding: 0 !important;
    margin-bottom: -10px;
}
.row {
    margin-bottom: 0 !important;
}

.row.intro {
    margin-top: 30px;
}

.row.intro p {
    margin-bottom: 0px;
}

.row .col {
    padding: 0 50px !important;
}

.logo {
    height: 130px;
}
.logo img {
    max-width: 109px;
    margin-top: 40px;
    height: 40px;
}
.mainpic img {
    width: 100%;
}

.title {
    background-color: #E2DA39;
}

.title h1 {
    padding: 16px 50px;
    margin: 0 !important;
    line-height: 40px;
}

.tasks, .profil {
    margin-top: 27px;
}
.benefits, .workplace {
    margin-top: -8px;
}
.row.contact {
    background-color: #F9F8D7;
    margin-top: 26px;
    padding-top: 13px;
    padding-bottom: 30px;
}

.contact > * > h5 {
    margin-bottom: 2px !important;
}

.btn {
    font-size: 29px !important;
    box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0) !important;
    background-color: #AFA914 !important;
    text-transform: none !important;
    padding: 12px 45px !important;
    height: auto !important;
    border-radius: 7px !important;
}

.btn.apply {
    line-height: 32px !important;
}

.apply-share {
    margin-top: 40px;
}

.share-icons .btn {
    padding: 0 !important;
    margin-right: 12px;
    margin-top: 10px;
}

.share-icons .btn:last-child {
    margin-right:0;
}

.share-icons {
    margin-top: 23px;
}

.share-icons > * > img {
    width: 46px;
    height: 33px;
    margin-top: 7px;
}

.about {
    margin-top: 21px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-top: 15px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.similar {
    background-color: #e2da39;
    margin-top: 40px;
}

.similar-content {
    margin-top: 12px;
    margin-bottom: 23px;
}

ul:not(.browser-default)>li {
    position:relative;
    padding-left:15px;
}
ul:not(.browser-default)>li:before {
    content: "\2022";
    color: #C33E39;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    position:absolute;
    left:0px;
}

.jobs-text {
    color: black
}

/* media queries */

@media only screen and (max-width: 600px) {
    .container {
        max-width: 600px !important;
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 0;
        border: 0 !important;
    }
    .row .col {
        padding: 0 25px !important;
    }
    .logo {
        height: 85px;
    }
    .logo img {
        max-width: 73px;
        margin-top: 25px;
        height: 27px;
    }

    .title h1 {
        padding: 10px 25px;
        font-size: 25px !important;
        line-height: 30px;

    }
    .tasks {
        margin-top: 14px;
    }
    .profil {
        margin-top: -3px;
    }
    .row.contact {
        margin-top: 6px;
        padding-top: 0;
    }
    .about {
        margin-top: 7px;
    }
    .map-responsive {
        margin-top: 3px;
    }
    .similar {
        margin-top: 26px;
    }
    .similar-content {
        margin-top: 5px;
        margin-bottom: 5px;
    }

}


