/*
Theme Name: Sony Music SE
Theme URI: http://sonymusic.se
Description: Theme for Sony Music Sweden
Author: Bombsquad Inc.
Author URI: http://bmbsqd.com
Version: 1
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@font-face {
    font-family: 'Bebas Neue Regular';
    src: url('fonts/BebasNeue-Regular.eot');
    /* IE9 Compat Modes */
    src: url('fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/BebasNeue-Regular.woff') format('woff'), /* Modern Browsers */ url('fonts/BebasNeue-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/BebasNeue-Regular.svg#3166c81ac2dcbbc5ab3c7185cfcd2ecc') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('fonts/BebasNeue-Bold.eot');
    /* IE9 Compat Modes */
    src: url('fonts/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/BebasNeue-Bold.woff') format('woff'), /* Modern Browsers */ url('fonts/BebasNeue-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/BebasNeue-Bold.svg#4ee7cf2c44cbe4dfc2ada91760f0e6e2') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: 700;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #111;
}
a {
    color: #fff;
    font-weight: 700;
    outline: none;
}
a:hover,
a:active,
a:focus {
    color: #fff;
    outline: none;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.header {
    position: relative;
}
.header .arrow {
    position: absolute;
    width: 100%;
    height: 42px;
    bottom: -20px;
    left: 0;
    text-align: center;
    color: #fff;
    animation: bounce 2s infinite;
    z-index: 100;
}
.header .arrow .fa {
    font-size: 40px;
    margin: 0 !important;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 42px;
    line-height: 40px;
    cursor: pointer;
    width: 42px;
}
.header .logo {
    width: 150px;
    height: 163px;
    background-size: 150px 163px;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    margin: -102px 0 0 -75px;
    background-image: url('images/logo-frost.png');
    background-repeat: no-repeat;
}
.header .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
}
.header-blog {
    height: 400px;
    background-size: cover;
    width: 100%;
    background-position: center top -100px;
    background-repeat: no-repeat;
    background-color: #111;
}
.post-entry {
    max-width: 800px;
    margin: 0 auto;
}
.navbar {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 120;
    transition: all 0.5s;
}
.navbar .container {
    position: relative;
}
.navbar .logo {
    background-image: url('images/logo-hor-text.png');
    width: 155px;
    height: 12px;
    background-size: 155px 12px;
    position: absolute;
    left: 60px;
    top: 18px;
    transition: opacity 0.5s;
    cursor: pointer;
}
.navbar .menu-desktop {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 250px;
    top: 50px;
    left: 0;
    padding: 20px;
    display: none;
}
.navbar .menu-desktop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbar .menu-desktop ul li {
    border-bottom: 1px solid #fff;
    padding: 3px 0 3px 0;
    margin: 0 0 5px;
    font-family: 'Bebas Neue Bold';
    font-size: 18px;
    letter-spacing: 0.5px;
}
.navbar.scroll {
    background-color: rgba(0, 0, 0, 0.8);
}
.navbar.scroll .menu-desktop {
    background-color: rgba(0, 0, 0, 0.8);
}
.navbar #snapchat {
    position: relative;
}
.navbar .snapchat-container {
    position: absolute;
    right: -51px;
    top: 40px;
    display: none;
}
.navbar .snapchat-container .snapchat-name {
    position: relative;
    background: #ffffff;
    color: #000;
    font-size: 13px;
    padding: 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    line-height: 13px;
    text-shadow: none;
}
.navbar .snapchat-container .snapchat-name:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.navbar .social-links {
    position: absolute;
    right: 0;
    top: 10px;
    height: 50px;
    text-align: center;
}
.navbar .social-links a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
.navbar .menu-toggle-desktop,
.navbar .menu-toggle-mobile {
    width: 25px;
    height: 30px;
    position: absolute;
    margin: 15px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.navbar .menu-toggle-desktop span,
.navbar .menu-toggle-mobile span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.navbar .menu-toggle-desktop span:nth-child(1),
.navbar .menu-toggle-mobile span:nth-child(1) {
    top: 0px;
}
.navbar .menu-toggle-desktop span:nth-child(2),
.navbar .menu-toggle-mobile span:nth-child(2),
.navbar .menu-toggle-desktop span:nth-child(3),
.navbar .menu-toggle-mobile span:nth-child(3) {
    top: 8px;
}
.navbar .menu-toggle-desktop span:nth-child(4),
.navbar .menu-toggle-mobile span:nth-child(4) {
    top: 16px;
}
.navbar .menu-toggle-desktop.open span:nth-child(1),
.navbar .menu-toggle-mobile.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.navbar .menu-toggle-desktop.open span:nth-child(2),
.navbar .menu-toggle-mobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar .menu-toggle-desktop.open span:nth-child(3),
.navbar .menu-toggle-mobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar .menu-toggle-desktop.open span:nth-child(4),
.navbar .menu-toggle-mobile.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#filtr .cover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 15px 0;
    position: relative;
}
#filtr .cover img {
    transition: all 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
#filtr .cover .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s;
}
#filtr .cover .overlay .play {
    display: block;
    margin: -45px 0 0 -45px;
    top: 50%;
    left: 50%;
    height: 90px;
    width: 90px;
    border-radius: 90px;
    border: 3px solid #fff;
    padding: 23px 29px;
    position: absolute;
}
#filtr .cover .overlay .fa {
    color: #fff;
    font-size: 40px;
}
#filtr .cover .overlay .fa:hover {
    text-decoration: none;
}
#filtr .cover:hover .overlay {
    opacity: 1;
}
.lightbox {
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    transition: opacity 0.2s;
    pointer-events: none;
}
.lightbox.open {
    opacity: 1;
    pointer-events: all;
}
.lightbox .lightbox-content {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
}
.lightbox .lightbox-content ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.lightbox .lightbox-content ul li {
    padding: 0;
    margin: 10px 0;
    text-align: center;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    .lightbox .lightbox-content ul li {
        margin: 5px 0;
    }
}
.lightbox .lightbox-content ul li a {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 768px) {
    .lightbox .lightbox-content ul li a {
        font-size: 18px;
    }
}
#header-slider {
    z-index: -1;
}
.how-we-work {
    margin: 60px auto 0 auto;
}
.how-we-work p {
    margin-top: 5px !important;
    text-align: center !important;
}
.arrow_box {
    position: relative;
    background: #fff;
    color: #000;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto 60px auto;
}
.arrow_box.margin-top {
    margin-top: -175px;
}
.arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.number {
    background-color: #a09a8c;
    border-radius: 45px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    height: 45px;
    line-height: 44px;
    text-align: center;
    width: 45px;
    margin: 0 auto;
}
.btn-sony {
    height: 50px;
    font-size: 24px;
    line-height: 55px;
    color: #fff;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 50px;
    font-family: 'Bebas Neue Bold';
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5px;
    transition: all 0.4s;
    border-radius: 5px;
}
.btn-sony:hover {
    color: #fff;
    background-color: #222;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.btn-sony.smaller {
    height: 35px;
    width: 100%;
    line-height: 38px;
    font-size: 18px;
}
.container-full {
    padding: 85px 0;
}
@media (max-width: 768px) {
    .container-full {
        padding: 60px 35px;
    }
}
.container-full .content {
    max-width: 700px;
    margin: 0 auto;
}
.container-full.ontop {
    padding: 0 0 85px 0;
}
@media (max-width: 768px) {
    .container-full.ontop {
        padding: 0 35px 85px 35px;
    }
}
.container-full h2 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 50px;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Bebas Neue Bold';
    max-width: 800px;
    line-height: 50px;
}
.container-full h2.ontop {
    padding: 20px 30px 0 30px;
    margin: -50px auto 0 auto;
    border-bottom: none;
}
.container-full p {
    max-width: 800px;
    margin: 30px auto 0 auto;
    font-weight: 300;
    line-height: 22px;
    color: #ccc;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
.container-full p:last-child {
    margin: 30px auto 85px auto;
}
.container-full p.nobottommargin {
    margin-bottom: 0;
}
.container-full.grey {
    background-color: #222;
    color: #fff;
}
.container-full.grey h2 {
    color: #fff;
}
.container-full.grey h2.ontop {
    background-color: #222;
}
.container-full.grey p {
    color: #f6f6f6;
}
.container-full.red {
    background-color: #922d27;
    color: #fff;
}
.container-full.red h2 {
    color: #fff;
}
.container-full.red h2.ontop {
    background-color: #222;
}
.container-full.red p {
    color: #fff;
}
.container-full.gold {
    /*background-color: #a09a8c;*/
    background-color: #767665;
    color: #fff;
}
.container-full.gold h2 {
    color: #fff;
}
.container-full.gold h2.ontop {
    background-color: #222;
}
.container-full.gold p {
    color: #fff;
}
.container-full.black {
    background-color: #111;
    color: #fff;
}
.container-full.black h2 {
    color: #fff;
}
.container-full.black h2.ontop {
    background-color: #111;
}
.container-full.black p {
    color: #f6f6f6;
}
.container-full.lightgrey {
    background-color: #333;
    color: #fff;
}
.container-full.lightgrey h2 {
    color: #fff;
}
.container-full.lightgrey h2.ontop {
    background-color: #333;
}
.container-full.lightgrey p {
    color: #f6f6f6;
}
.container-full.filtr {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
}
.container-full.filtr .container {
    margin: 60px auto 200px auto;
}
.container-full.filtr h2 {
    color: #fff;
}
.container-full.filtr p {
    color: #f6f6f6;
}
.container-full.white {
    background-color: #fff;
    color: #fff;
}
.container-full.white h2 {
    color: #999;
    border-color: #999;
}
.container-full.white p {
    color: #333;
}
#whatsup .col-md-4,
#whatsup .col-sm-12,
#whatsup .col-xs-12,
#whatsup .col-md-8 {
    padding: 0;
}
#whatsup .blog-post h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin: 10px 0 10px 0;
}
#whatsup .blog-post .blog-body {
    padding: 15px 30px;
    text-align: left;
}
#whatsup .blog-post .blog-body p {
    margin: 0;
    padding: 0;
}
.bumper {
    min-height: 500px;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
}
@media (max-width: 992px) {
    .bumper {
        background-attachment: scroll;
        min-height: inherit;
        height: 300px;
    }
}
.bumper.icona {
    background-image: url('images/bumper03.jpg');
}
.bumper.danny {
    background-image: url('images/bumper02.jpg');
}
.bumper.daftpunk {
    background-image: url('images/bumper01.jpg');
}
.bumper.jakob {
    background-image: url('images/bumper04.jpg');
}
.bumper.madibanja {
    background-image: url('images/bumper05.jpg');
}
.bumper.anadiaz {
    background-image: url('images/bumper06.jpg');
}
.bumper.elliphant {
    background-image: url('images/bumper07.jpg');
}
.bumper.bump {
    background-image: url('images/bumper08.jpg');
}
#blog-slider .item img {
    width: 100%;
    height: auto;
}
#labels .single-label {
    cursor: pointer;
}
#labels .single-label .image img {
    max-width: 200px;
    margin: 0 auto;
    transition: all 0.2s;
    width: 100%;
    height: auto;
}
#labels .single-label:hover img {
    transform: scale(1.1);
}
#labels .info-container {
    transition: all 0.2s;
    opacity: 0;
    position: absolute;
    width: 100%;
}
#labels .info-container .info {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    width: 600px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    position: relative;
}
#labels .info-container.open {
    opacity: 1;
}
#artists .col-md-2,
#artists .col-sm-3,
#artists .col-xs-6 {
    padding: 0;
}
#artists .artistcontainer {
    float: left;
    position: relative;
    width: 20%;
}
@media (max-width: 992px) {
    #artists .artistcontainer {
        width: 25%;
    }
}
@media (max-width: 768px) {
    #artists .artistcontainer {
        width: 33.3%;
    }
}
#artists .artist {
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
#artists .artist.nth-child(1) {
    opacity: 1;
}
#artists .artist.nth-child(2),
#artists .artist.nth-child(3) {
    opacity: 0;
}
#artists .artist.inactive {
    opacity: 0.6;
}
#artists .artist img {
    transition: all 0.2s;
    width: 100%;
    height: auto;
    display: block;
}
#artists .artist h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 40%;
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 0.5px;
}
#artists .artist .social {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#artists .artist .social a {
    font-size: 25px;
    color: #fff;
    margin: 0 10px;
    transition: scale 0.2s;
}
#artists .artist .social a:hover {
    transform: scale(1.1);
}
#artists .artist .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}
#artists .artist:hover .overlay {
    opacity: 1;
}
.modal-backdrop.in {
    opacity: 0.3;
}
.modal {
    text-align: center;
    height: auto !important;
}
.modal .modal-dialog .close {
    color: #fff;
    top: 20px;
    right: 20px;
    position: absolute;
    opacity: 1;
    z-index: 10;
}
.modal .modal-dialog .modal-content {
    background-color: #222;
    color: #fff;
    border-radius: 0px;
    overflow-y: auto;
}
@media (max-width: 992px) {
    .modal .modal-dialog .modal-content {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .col-md-4,
.modal .modal-dialog .modal-content .modal-body col-md-8,
.modal .modal-dialog .modal-content .modal-body col-xs-12 {
    padding: 0;
}
.modal .modal-dialog .modal-content .modal-body h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin: 40px 20px 0 20px;
    padding-bottom: 5px;
    font-family: 'Bebas Neue Regular';
}
.modal .modal-dialog .modal-content .modal-body .title {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}
.modal .modal-dialog .modal-content .modal-body p {
    margin: 0 20px 20px 20px;
    font-size: 15px;
    font-weight: 100;
}
#newsletterModal .modal-body {
    padding: 35px 0;
}
#newsletterModal .modal-body p {
    margin: 0 40px 10px 40px;
}
#newsletterModal .modal-header {
    background-color: #333;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 992px) {
    .colleague-modal {
        padding-bottom: 80px;
    }
}
.colleague-modal img {
    width: 100%;
    height: auto;
}
.table tbody tr td,
.table tbody tr th {
    border-top: none;
    text-align: left;
}
.table-striped {
    margin-top: 30px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.1);
}
.carousel-control {
    background-image: none !important;
    z-index: 60;
    width: 50px;
}
.carousel-control:hover {
    background-image: none !important;
}
.carousel-control.left {
    left: -50px;
}
@media (max-width: 992px) {
    .carousel-control.left {
        width: 10px;
        left: -20px;
    }
}
.carousel-control.right {
    right: -50px;
}
@media (max-width: 992px) {
    .carousel-control.right {
        width: 10px;
        right: -20px;
    }
}
#colleagues .col-md-2,
#colleagues col-sm-2,
#colleagues .col-xs-3 {
    padding: 0;
}
#colleagues .colleagues-filter {
    padding: 0;
    list-style: none;
    margin: 30px auto;
    max-width: 800px;
    text-align: center;
}
#colleagues .colleagues-filter li {
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
    font-family: 'Bebas Neue Regular';
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 3px 10px 1px 10px;
}
#colleagues .colleagues-filter li.active {
    background-color: rgba(0, 0, 0, 0.7);
}
#colleagues #colleagues-container {
    text-align: center !important;
    overflow: hidden;
}
@media (max-width: 768px) {
    #colleagues #colleagues-container {
        overflow: visible;
    }
}
#colleagues #colleague-slider {
    min-height: 600px;
}
#colleagues #colleague-slider .carousel-control.left {
    left: 10px;
}
#colleagues #colleague-slider .carousel-control.right {
    right: 10px;
}
@media (max-width: 768px) {
    #colleagues #colleague-slider {
        min-height: inherit;
    }
}
#colleagues .colleague {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    pointer-events: all;
}
#colleagues .colleague.inactive {
    opacity: 0.6;
}
#colleagues .colleague img {
    transition: all 0.2s;
    width: 100%;
    height: auto;
}
#colleagues .colleague .info {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
}
#colleagues .colleague .info h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 0.5px;
    line-height: 25px;
}
#colleagues .colleague .info h3 {
    font-size: 15px;
    line-height: 17px;
    margin: 10px auto;
    font-weight: 100;
}
#colleagues .colleague p {
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    margin: 0;
}
#colleagues .colleague .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 50;
}
#colleagues .colleague .overlay .link {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    pointer-events: none;
}
#colleagues .colleague .overlay .link .link-icon {
    margin: 0 auto;
    width: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    height: 30px;
    line-height: 28px;
    font-size: 20px;
}
#colleagues .colleague:hover .overlay {
    opacity: 1;
}
@media (max-width: 992px) {
    #colleagues .colleague:hover .overlay {
        opacity: 0;
    }
}
#colleagues .colleague:hover img {
    transform: scale(1.1);
}
h4 {
    font-size: 18px;
    line-height: 24px;
}
.sign-steps {
    margin-top: 60px;
}
.sign-steps img {
    margin: 10px auto;
}
.sign-steps p {
    text-align: center !important;
}
.carousel {
    height: 100%;
}
.carousel .carousel-inner {
    height: 100%;
}
.carousel .carousel-inner .item {
    height: 100%;
    background-position: center center;
    background-size: cover;
}
#header-slider.left {
    left: 0;
}
#header-slider.right {
    right: 0;
}
#work {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.95));
}
#contact {
    padding: 100px 0;
    background-color: #111;
    background-size: cover;
    background-position: center top;
}
#contact .container {
    position: relative;
}
#contact .social {
    margin: 20px auto 0 auto;
}
#contact .social .fa {
    font-size: 20px;
    display: inline-block;
    margin: 10px 5px;
    color: #fff;
    transition: all 0.2s;
    border: 1px solid #fff;
    border-radius: 45px;
    height: 45px;
    width: 45px;
    line-height: 42px;
    text-align: center;
    color: #ccc;
    cursor: pointer;
}
#contact .social .fa:hover {
    color: #fff;
}
#contact .arrow {
    position: absolute;
    height: 42px;
    width: 42px;
    bottom: -50px;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 100;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 42px;
    line-height: 40px;
    margin: 20px auto;
}
@media (max-width: 992px) {
    #contact .arrow {
        position: relative;
    }
}
#contact .arrow .fa {
    font-size: 40px;
    display: block;
    margin: 0 !important;
    line-height: 35px;
    border: none;
}
#contact p {
    margin: 30px auto 0 auto !important;
    text-align: center;
}
#contact .form-control {
    max-width: 300px;
    margin: 0 auto;
    display: inline;
}
.cm-message {
    text-align: center;
    margin: 20px auto;
    display: none;
    font-weight: 700;
}
.quote {
    font-size: 22px;
    line-height: 27px;
    font-weight: 100;
    padding: 0 10px;
    text-align: center;
    display: block;
}
.quote a {
    color: #000;
}
.quote a:focus,
.quote a:active,
.quote a:hover {
    color: #000;
}
#about-slider .item {
    min-height: 530px;
    text-align: center;
}
#about-slider .item h2 {
    text-align: left;
}
#about-slider .item p {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
}
#about-slider .item .icon {
    font-size: 120px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}
#upcoming p {
    min-height: 90px;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: top;
}
#jobs .single-job {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #999;
}
#jobs .single-job p {
    margin: 0 0 20px 0;
}
#jobs .single-job a {
    font-weight: 700;
}
#jobs h3 {
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    margin: 30px 0 10px 0;
    font-family: 'Bebas Neue Regular';
}
.logo-loader {
    background: url('images/logo.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 97px;
    left: 101px;
    height: 50px;
    width: 50px;
    background-size: contain;
}
.loader-holder {
    background: #222;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 120;
}
.modal-loading,
.colleague-loading {
    padding: 35px;
    text-align: center;
}
.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -125px;
    width: 250px;
    height: 250px;
}
.arc-rotate2 .loader {
    width: 200px;
    height: 200px;
}
.arc-rotate2 .loader .arc {
    position: absolute;
    width: 100%;
    height: 100%;
}
.arc-rotate2 .loader .arc::before,
.arc-rotate2 .loader .arc::after {
    content: '';
    position: absolute;
    top: 32%;
    left: 32%;
    border: 1px solid;
    border-radius: 50%;
    width: 36%;
    height: 36%;
}
.arc-rotate2 .loader .arc::before {
    border-color: #FFF;
    opacity: .3;
}
.arc-rotate2 .loader .arc::after {
    border-color: transparent;
    border-bottom-color: #FFF;
    animation: rotate 1s infinite linear;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.how-we-work h3 {
    font-size: 18px;
    line-height: 24px;
}

.sign-steps h3 {
    font-size: 18px;
    line-height: 24px;
}