*, ::before, ::after {
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


* {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body {
    -webkit-text-size-adjust: none;
    position: relative;
    background: url('/images/page-back.png') no-repeat #fff fixed;
    background-size: 100% auto;
    margin: 0;
    padding: 150px 0 0 0;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
}

input {
    outline: none;
}

a {
    cursor: pointer;
}

a:hover {
    color: #009de2;
}

h2 {
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin: 0  0 50px 0;
    color: #009de2;
}

.dosis {
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
}

div#header {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0;
}

div#header .col {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 18px;
    vertical-align: top;
}

div#header .col.right {
    text-align: right;
}

div#header .col.right .services-box {
    display: inline-block;
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    overflow: hidden;
}

div#header .col.right .services-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#header .col.right .services-box ul li {
    display: block;
    margin-bottom: 38px;
    line-height: 40px;
}

div#header .col.right .services-box ul li.l1 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

div#header .col.right .services-box ul li.l2 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

div#header .col.right .services-box ul li.l3 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

div#header .col.right .services-box ul li.l4 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

div#header .col.right .services-box ul li.l5 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

div#header .col.right .services-box ul li:last-child {
    margin-bottom: 0;
}

div#header #logo {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 350px;
    text-align: left;
    background: url('/images/logo.png') no-repeat;
    background-size: 100% 100%;
}

div#header #logo a {
    display: block;
    width: 100%;
    height: 100%;
}

div#header #logo a h1 {
    display: none;
}

div#content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

div#content {
    position: relative;
    padding: 150px 20px 50px 20px;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

div#content .contact-container {
    font-size: 22px;
    text-align: center;
}

div#content .contact-container span {
    display: inline-block;
    vertical-align: middle;
}

div#content .contact-container span a {
    color: inherit !important;
    text-decoration: none !important;
}

div#content .contact-container span a:hover {
    color: #009de2 !important;
}

div#content .contact-container span.email {
    margin-right: 50px;
    padding-left: 45px;
    background: url('/images/email-icon.png') no-repeat 0 center;
    background-size: auto 30px;
}

div#content .contact-container span.phone {
    padding-left: 45px;
    background: url('/images/phone-icon.png') no-repeat 0 center;
    background-size: auto 30px;
}

div#content .copyright {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 150px;
}