* {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    font-family: Muli;
    background-size: cover;
    background-position: center;
    color: #333;
}

a {
    text-decoration: none;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

html.homepage {
    background-image: url('../img/services.jpg');
}

html.services {
    background-image: url('../img/services.jpg');
}

html.technology {
    background-image: url('../img/technology.jpg');
}

html.clients {
    background-image: url('../img/clients.jpg');
}

html.about {
    background-image: url('../img/about.jpg');
}

h2 {
    width: 100%;
    margin: 50px 0 50px;
    font-family: Dosis;
    font-size: 52px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    color: #333;
}

header {
    width: 100%;
    height: 68px;
    position: fixed;
    z-index: 1000;
}

footer {
    width: 100%;
    margin-top: 100px;
    padding: 50px 0;
    color: #fff;
    background-color: #464342;
}

html:not(.homepage) header {
    background-color: rgba(0, 0, 0, 0.65);
}

.logo {
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
}

.logo > img {
    width: 172px;
    height: 21px;
}

nav {
    width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.nav-left {
    float: left;
}

.nav-right {
    float: right;
}
.nav-item {
    display: block;
    float: left;
    margin: 26px 20px 27px 0;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    transition: opacity .15s ease-in-out;
}

footer .nav-item {
    clear: left;
    margin: 0;
    line-height: 35px;
}

html.homepage footer {
    display: none;
}

.nav-careers {
    width: 250px;
}

.nav-icon {
    width: 19px;
    height: 19px;
    position: relative;
    top: -2px;
    text-indent: -9999px;
}

.nav-facebook {
    margin-right: 8px;
    background: url('../img/facebook-white.png') no-repeat;
}

.nav-linkedin {
    margin-right: 0;
    background: url('../img/linkedin-white.png') no-repeat;
}

.nav-item:hover {
    opacity: 0.75;
}

.social-nav {
    float: left;
    margin-right: 60px;
}

.social-nav > a {
    width: 37px;
    height: 37px;
    float: left;
    clear: left;
    margin-bottom: 12px;
    transition: opacity .25s ease-in-out;
}

.social-nav > a:hover {
    opacity: 0.75;
}

.homepage-motto {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Dosis;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.homepage-motto:after {
    width: 75%;
    position: absolute;
    content: "";
    margin: 20px 0 0 12.5%;
    border-bottom: 2px solid #fff;
}

.motto {
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Dosis;
    font-size: 52px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
}

.motto2 {
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Dosis;
    font-size: 52px;
    font-weight: 300;
    text-transform: uppercase;
    color: #f00;
}

.motto.white {
    color: #fff;
}

.hero {
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-position: center;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


.info {
    padding: 100px 0;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
}

.sep {
    width: 100%;
    height: 1px;
    position: relative;
    margin-bottom: 88px;
    border-bottom: 1px solid #464342;
}

.sep:after {
    width: 114px;
    height: 57px;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -57px;
    content: "";
    background-color: #fff;
    background-image: url('../img/sep-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.technologies .tech-item,
.clients .client-item {
    width: 25%;
    height: 200px;
    float: left;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .25s ease-in-out;
}

.technologies .tech-item:hover {
    opacity: 0.75;
}

.technologies .tech-item.dotnet {
    background-image: url('../img/dotnet-color.png');
}

.technologies .tech-item.dotnet:hover {
    background-image: url('../img/dotnet-color.png');
}

.technologies .tech-item.swift {
    background-image: url('../img/swift-color.png');
}

.technologies .tech-item.swift:hover {
    background-image: url('../img/swift-color.png');
}

.technologies .tech-item.java {
    background-image: url('../img/java-color.png');
}

.technologies .tech-item.java:hover {
    background-image: url('../img/java-color.png');
}

.technologies .tech-item.android {
    background-image: url('../img/android-color.png');
}

.technologies .tech-item.android:hover {
    background-image: url('../img/android-color.png');
}

.technologies .tech-item.wordpress {
    margin-left: 12.5%;
    background-image: url('../img/wordpress-color.png');
}

.technologies .tech-item.wordpress:hover {
    background-image: url('../img/wordpress-color.png');
}

.technologies .tech-item.php {
    background-image: url('../img/php-color.png');
}

.technologies .tech-item.php:hover {
    background-image: url('../img/php-color.png');
}

.technologies .tech-item.umbraco {
    background-image: url('../img/umbraco-color.png');
}

.technologies .tech-item.umbraco:hover {
    background-image: url('../img/umbraco-color.png');
}

.clients .client-item.geographica {
    margin-left: 25%;
    background-image: url('../img/geographica.png');
}

.clients .client-item.geographica:hover {
    background-color: #464342;
    background-image: url('../img/geographica-white.png');
}

.clients .client-item.cheile-rametului {
    background-image: url('../img/cheile-rametului.png');
}

.clients .client-item.cheile-rametului:hover {
    background-color: #464342;
    background-image: url('../img/cheile-rametului-white.png');
}


.half-item {
    width: 50%;
    float: left;
    padding: 48px 78px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.half-item:nth-child(even) {
    border: 0;
}

.career-title {
    margin-bottom: 28px;
    font-family: Dosis;
    font-size: 42px;
    font-weight: 300;
    color: #333;
}

.btn-apply {
    float: left;
    display: block;
    padding: 16px 28px;
    font-family: "Open Sans";
    font-size: 18px;
    color: #333;
    border: 1px solid #777;
    border-radius: 4px;
    transition: all .25s ease-in-out;
}

.btn-apply:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}

.contact-section {
    width: 100%;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
}

.contact-section:last-child {
    margin: 0;
}

.contact-section .icon {
    width: 21px;
    height: 19px;
    float: left;
    padding-top: 2px;
}

.contact-section .heading {
    font-size: 26px;
    margin-top: -5px;
}

.contact-section .text {
    padding-left: 50px;
}

.service-item {
    margin-bottom: 6px;
}

.image-box {
    width: 597px;
    height: 597px;
}

.image-box.left {
    float: left;
    padding: 184px 0 0 102px;
}

.image-box.right {
    float: right;
    padding: 184px 102px 0 0;
}

.image-box h2 {
    width: auto;
    margin: 0 0 40px 0;
    font-family: Dosis;
    font-size: 52px;
    color: #fff;
}

.image-box p {
    width: 375px;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.image-box.left h2,
.image-box.left p {
    float: left;
    text-align: left;
}

.image-box.right h2,
.image-box.right p {
    float: right;
    text-align: right;
}

.image-box.mobile.left {
    background-image: url('../img/services/mobile-left.jpg');
}

.image-box.mobile.right {
    background-image: url('../img/services/mobile-right.jpg');
}

.image-box.web.left {
    background-image: url('../img/services/web-left.jpg');
}

.image-box.web.right {
    background-image: url('../img/services/web-right.jpg');
}

.image-box.testing.left {
    background-image: url('../img/services/testing-left.jpg');
}

.image-box.testing.right {
    background-image: url('../img/services/testing-right.jpg');
}

.image-box.design.left {
    background-image: url('../img/services/design-left.jpg');
}

.image-box.design.right {
    background-image: url('../img/services/design-right.jpg');
}
