@import url(https://fonts.googleapis.com/css?family=Raleway);

body {
    font-family: 'Raleway', sans-serif;
}

#js-cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

#js-maximage {
    display: none; /* Only use this if you fade it in again after the images load */
    position: fixed !important;
}

#js-arrow_left, #js-arrow_right {
    bottom: 30px;
    height: 67px;
    position: absolute;
    right: 30px;
    width: 36px;
    z-index: 1000;
}

#js-arrow_left {
    right: 86px;
}

#js-arrow_left:hover, #js-arrow_right:hover {
    bottom: 29px;
}

#js-arrow_left:active, #js-arrow_right:active {
    bottom: 28px;
}

.container-black {
    color: gainsboro;
    background-image: url("../images/bg_content.png");
    margin-top: 35px;
}

.box-black {
    padding: 35px;
}

.logo {
    margin-top: 35px;
}

.logo .img-responsive {
    margin: 0 auto;
}

#menu {
    padding-top: 122px
}

#menu > li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 4px
}

#menu > li > a {
    display: inline-block;
    font-size: 26px;
    line-height: 54px;
    height: 56px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    letter-spacing: 0px;
    cursor: pointer
}

#menu > li > a span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#menu > li > a strong {
    position: relative;
    display: block;
    padding: 0 95px 0 40px;
    height: 56px
}

#menu > li > a:hover, #menu > li > a.active {
    color: darkgrey;
}

.cvsolutions {
    margin-top: 50px;
    color: white;
}

.cvsolutions a {
    color: white;
}

.collections a {
    color: gainsboro;
}