section.contacts {
    background-image: url(../video/clapp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    color: white;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 60px 0 60px 0;
}


section.contacts video {
    display: none;
}

.skrollr section.contacts video {
    opacity: 0;
    display: block;
    -webkit-transition: opacity 2000ms ease;
    -moz-transition: opacity 2000ms ease;
    -o-transition: opacity 2000ms ease;
    transition: opacity 2000ms ease;
}

.skrollr section.contacts video.loaded {
    opacity: 1;
}

section.contacts .contacts-wrapper .container {
    padding: 15% 8%;
}

.skrollr section.contacts .contacts-wrapper .container {
    padding: 0;
}

.skrollr section.contacts {
    padding: 0;
    z-index: 3;
}

.skrollr section.contacts .title {
    z-index: 10;
    text-align: center;
    left: 0;
    right: 0;
}

.skrollr section.contacts .contacts-wrapper {
    width: 100%;
    position: absolute;
}

.skrollr section.contacts .contacts-wrapper.fixed {
    position: fixed;
}

section.contacts .covervid-contacts {
    display: none;
}

.skrollr section.contacts .covervid-contacts {
    display: block;
}

section.contacts .contacts-wrapper .container,
section.contacts .contacts-wrapper .map {
    width: 100%;
    min-height: 365px;
    position: relative;
    left: 0;
    top: 0;
}

section.contacts .contacts-wrapper .container {
    background-image: url(../img/bg/section-contacts-wrapper.jpg);
    background-size: cover;
    font-size: 24px;
    left: 0;
    -webkit-transition: left 800ms ease;
    -moz-transition: left 800ms ease;
    -ms-transition: left 800ms ease;
    transition: left 800ms ease;
}

section.contacts .contacts-wrapper .map {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: 9999;
}

.skrollr section.contacts .contacts-wrapper .map {
    position: absolute;
    left: -100%;
    width: 50%;
}

.skrollr section.contacts .contacts-wrapper .map.open {
    -webkit-transition: left 800ms ease;
    -moz-transition: left 800ms ease;
    -ms-transition: left 800ms ease;
    transition: left 800ms ease;
}

section.contacts .contacts-wrapper .map .close {
    background: url(../img/map-close.png) center center no-repeat;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 25px;
    z-index: 25;
    min-height: 45px;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;

    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.skrollr section.contacts .contacts-wrapper .map.open-right .close {
    right: auto;
    left: 25px;
}

section.contacts .contacts-wrapper .map .close:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

section.contacts .contacts-wrapper .map > div {
    min-height: inherit;
    width: 100%;
    height: 100%;
}

section.contacts h2 {
    margin-bottom: 55px;
}

.skrollr section.contacts .offices {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

section.contacts .offices > div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.skrollr section.contacts .offices > div {
    width: 45%;
    float: left;
    margin-top: 30px;
}

.skrollr section.contacts .offices > div.london-hq {
    width: 45%;
    float: right;
}

section.contacts .name {
    font-family: 'ProximaNova';
    font-weight: bold;
    margin-top: 32px;
}

section.contacts .address,
section.contacts .view-map,
section.contacts .phone,
section.contacts .email {
    font-family: 'ProximaNovaLight';
}

section.contacts .address {
    margin-top: 25px;
    text-transform: uppercase;
}

section.contacts .view-map {
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    overflow-y: hidden;
}

section.contacts .view-map > div {
    top: 0;
    position: relative;
    -webkit-transition: top 250ms ease;
    -moz-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    transition: top 250ms ease;
}

section.contacts .view-map:hover > div {
    top: -16px;
}

section.contacts .phone {
    margin-top: 33px;
}

section.contacts .email {
    margin-top: 15px;
    display: inline-block;
}

section.contacts .email a {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #32dbce;
    padding: 10px;
    border: 3px solid #32dbce;
    border-radius: 4px;
    padding: 10px 14px 14px 16px;
    text-decoration: none;
}

section.contacts .email a .inner {
    height: 20px;
    overflow-y: hidden;
}

section.contacts .email a .inner > div {
    top: 0;
    position: relative;
    -webkit-transition: top 250ms ease;
    -moz-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    transition: top 250ms ease;
}

section.contacts .email:hover a .inner > div {
    top: -20px;
}

