/* global */

*, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'proxima-nova', sans-serif;
}

body {
    background-color: white;
}

a:active, a:hover {
    color: #00B4DE;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}/* header */

header {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 15px;
    z-index: 9999;
}

header.container {
    margin-top: 15px;
}

header .navbar-default {
    background-color: inherit;
    border-color: transparent;
}

header .navbar-default .navbar-nav > li > a {
    color: white;
    font-weight: bold;
}

header.dark .navbar-default .navbar-nav > li > a {
    color: black;
    transition: color 2s;
}

header .navbar-default .navbar-nav > li > a:hover {
    color: #00B4DE;
    transition: color 0s;
}

header .navbar-brand svg {
    width: 220px;
}

header .navbar-brand svg path {
    fill: white;
}

header.dark .navbar-brand svg path {
    fill: black;
    transition: fill 2s;
}

header .navbar-brand svg:hover path {
    fill: #00B4DE;
    transition: fill 0;
}
/* header coloring */

header #main-nav.collapse.in, header #main-nav.collapsing {
    background-color: rgba(0, 0, 0, 0.6);
}

header.dark #main-nav.collapse.in, header.dark #main-nav.collapsing {
    background-color: rgba(255, 255, 255, 0.6);
}
/* top-image */

#top-image {
    background-color: #000000;
    z-index: -1;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 360px;
    transition: height 333ms;
}

#top-image div {
    background-color: #282828;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.33;
}

#top-image div {
    background-image: url(/resources/images/Servers-Server-Farm-Room-01.jpg);
}

#top-image.collapsed {
    height: 0;
    min-height: initial;
}
/* callout */

.callout-container {
    overflow: hidden;
    color: white;
    height: 360px;
    transition: height 333ms;
}

.callout-container.carousel .callout {
    display: none;
}

.callout {
    left: 0;
    transition: left 250ms;
    text-align: center;
    position: relative;
    top: 50%;
    /*transform: translateY(calc(-50% + 72px / 2));*/

    transform: translateY(-50%) translateY(36px);
    /*text-transform: uppercase;*/
}

.callout-container.carousel .callout.visible {
    display: block;
}

.callout .logo {
    font-size: 96px;
    vertical-align: middle;
}

.callout p {
    font-size: 48px;
}

a.callout-link {
    color: white;
    font-size: 26px;
    text-decoration: none;
}

a.callout-link:hover {
    color: #00B4DE;
}

a.callout-link:before {
    background-color: white;
    content: ' ';
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 360px;
}

.callout-underscore {
    height: 5px;
    top: -100px;
    position: relative;
    background-color: white;
    width: 300px;
    margin: auto;
    border-radius: 10px;
}

.callout-underscore .highlighter {
    width: 75px;
    height: 5px;
    background-color: #00B4DE;
    margin-left: 0;
    transition: margin-left 500ms;
}
/* parallax-window */

.parallax-window {
    background-color: transparent !important;
}
/* dark-area */

.dark-area {
    background-color: #231F20;
    background-position: center;
    background-size: cover;
    color: white;
    display: block;
    margin: 30px auto;
    padding: 45px 0;
    text-align: center;
}

a.dark-area {
    color: white;
    text-decoration: none;
}

.dark-area h1, .dark-area h2, .dark-area h3, .dark-area h4, .dark-area h5, .dark-area h6 {
    color: white;
    margin: 30px 0;
}
/* title image detail box */

.dark-area.tidbox img {
    display: block;
    margin: 30px auto;
}

.dark-area.tidbox p {
    line-height: 28px;
    color: white;
    margin: auto;
    width: 50%;
}

.dark-area.tidbox .container {
    text-align: center;
}
/* distributors */

.distributors {
    text-align: center;
    padding: 30px 0;
    margin: 40px 0;
}

.distributors a {
    color: white;
    text-decoration: none;
}

.distributors a:hover {
    color: #00B5DF;
}

.distributors img {
    max-width: 250px;
    margin: 30px 0;
}

.distributors .scansource {
    max-width: 300px;
}
/* company info */

.company-info {
    color: #dfdfdf;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    text-align: left;
}

.company-info .map {
    padding: 30px 30px 30px 0;
    margin-bottom: 10px;
}

.company-info .map img {
    width: 100%;
}

.company-info .contact {
    margin-top: 30px;
}

.company-info .contact p {
    margin: 0 0 15px;
}

.company-info .edge {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    text-align: right;
}

.company-info .edge img {
    width: 28px;
}

.company-info .edge img:nth-of-type(1) {
    margin-top: 7px;
}

.company-info .edge img:nth-of-type(2) {
    margin-top: 78px;
}

.company-info .edge img:nth-of-type(3) {
    margin-top: 8px;
}

.company-info .edge img:nth-of-type(4) {
    margin-top: 8px;
}

.company-info .heading {
    font-size: 16px;
    color: white;
    border-bottom: 1px solid white;
    text-align: left;
    margin-bottom: 15px;
}

.company-info input[type=text], .company-info select {
    font-size: 13px;
    margin: 5px 0;
    width: 100%;
    height: 35px;
    background-color: transparent;
    color: white;
    padding: 8px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.company-info select option {
    background-color: black;
    color: white;
}

.company-info button {
    margin-top: 5px;
    float: right;
    border: 1px solid transparent;
    background-color: #00B5DF;
    color: white;
    border-radius: 5px;
    padding: 5px 15px;
}

.company-info button[disabled] {
    background-color: #777777;
    color: #CCCCCC;
}

.company-info .error {
    background-color: #770000 !important;
}
/* resources */

.resources {
    background-color: #231F20;
    padding-bottom: 110px;
    text-align: center;
    margin-bottom: 0;
}

.resources h4 {
    margin: 40px 0 0;
}

.resources .resource {
    text-align: center;
    margin: 30px 0;
    font-size: 17px;
}

.resources .resource a {
    color: white;
    text-decoration: none;
}

.resources .resource a:hover {
    color: #00B4DE;
}

.resources .resource i {
    display: block;
    font-size: 84px;
}
/* spec footnote */

.footnote {
    color: #bbb;
    font-style: italic;
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
}
/* footer separator */

.separator {
    background-color: #efefef;
    height: 5px;
    margin: 30px;
}
/* footer */

footer a {
    color: #666;
}
/* footer - site map */

footer .links {
    margin-bottom: 20px;
    position: relative;
}

footer .links .column h5 {
    font-weight: 400;
    font-size: 21px;
    line-height: 50px;
    color: #414042;
    margin: 0;
}

footer .links .column h5 a {
    color: #414042;
    text-decoration: none;
}

footer .links .column:nth-child(1) {
    padding-left: 30px;
}

footer .column:nth-child(4) {
    padding-left: 20px;
}

footer .column ul {
    padding: 0;
}

footer .column ul li {
    list-style: none;
    font-weight: 300;
    line-height: 30px;
}
/* footer - social links */

footer .social {
    text-align: center;
    margin-bottom: 10px;
}

footer .social .images-container {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 25px;
}

footer .social .images-container > img {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

footer .social .images-container > img.snormal {
    opacity: 1;
    z-index: 2;
}

footer .social .images-container > img.shover {
    opacity: 0;
    z-index: 1;
}

footer .social .images-container:hover > img.snormal {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

footer .social .images-container:hover > img.shover {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}

footer .social a {
    text-decoration: none;
}

footer .social .linked-in {
    border-right: solid 1px #C3C5C6;
    width: 40px;
}

footer .social .tele {
    margin-left: 10px;
}
/* footer - copyright */

footer .copyright {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

footer .copyright a {
    text-decoration: none;
    color: black;
}
/* newsletter */

.newsletter {
    position: relative;
    top: -112px;
    text-align: center;
    margin-bottom: -80px;
    color: white;
}

.newsletter h5 {
    padding: 30px 0 20px;
    border-top: 1px solid white;
}

.newsletter input[type=text] {
    padding: 15px;
    color: black;
    border: 2px solid #dfdfdf;
    border-right: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 55px;
    width: 320px;
}

.newsletter input[type=submit] {
    height: 55px;
    border: 1px solid #00B5DF;
    background-color: #00B5DF;
    color: white;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 120px;
}
/* @media overrides */

@media (min-width: 991px) {
    header .navbar-default .navbar-nav > li {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .dark-area.tidbox p {
        width: 95%;
    }
    header .navbar-brand svg {
        width: 180px;
    }
    .resources .resource {
        font-size: 12px;
    }
    .resources .resource i {
        display: block;
        font-size: 56px;
    }
    footer .links {
        display: none;
    }
    .callout p {
        font-size: 32px;
    }
    .callout .logo {
        font-size: 64px;
    }
    a.callout-link {
        font-size: 22px;
    }
    .newsletter input[type=text] {
        width: 40vw;
    }
    .newsletter input[type=submit] {
        width: 110px;
    }
    .company-info .heading {
        margin-top: 30px;
    }
    .company-info .contact {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .company-info .edge {
        display: none;
    }
    .company-info .map {
        display: none;
    }
    .distributors img {
        max-width: 175px;
        margin: 12px 0;
    }
    .distributors .scansource {
        max-width: 240px;
    }
    .distributors .anixter {
        max-width: 145px;
    }
}
