html
{
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection
{
    background: #b3d4fc;
    text-shadow: none;
}
::selection
{
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea
{
    resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nexa-Regular', sans-serif;
}

body p
{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 1.8;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade
{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face
{
    font-family: 'Nexa-Regular';
    src: url('../fonts/nexalight.otf');
}

.menu-bar
{
    background: #000;
    background: linear-gradient(to bottom left, rgba(40, 40, 40, 50), rgba(40, 40, 40, 0.02));
    display: block;
    margin-top: 0px;
    position: absolute;
    text-align: right;
    width: 100%;
    padding: 10px;
}
.menu-bar ul
{
    margin: 0;
}
.menu-bar ul li
{
    display: inline;
    margin-right: -10px;
}
.menu-bar ul.list-unstyled li a
{
    color: #C3C3C3;
    font-weight: 600;
    padding: 11px 10px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 300;
    transition: .5s ease;
}
.menu-bar ul.list-unstyled li a.active,
.menu-bar ul.list-unstyled li a:active,
.menu-bar ul.list-unstyled li a:focus,
.menu-bar ul.list-unstyled li a:hover
{
    background: #000 none repeat scroll 0 0;
    text-decoration: none;
    background: linear-gradient(to bottom left, rgba(40, 40, 40, 0.7), rgba(40, 40, 40, 0.001));
    color: #fff;
    font-weight: 500;
    transition: .5s ease;
}
.menu-bar h1
{
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
}

.other-features
{
    padding: 235px 0;
}
.other-features .col-md-5
{
    position: relative;
}
.other-features .col-md-5 > img 
{
    width: 100%;
    position: absolute;
    margin-top: -100px;
}
.other-features .col-md-7 > h2 {
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: -95px;
}
.other-features .col-md-7 > span {
    display: block;
    letter-spacing: 0.8px;
    line-height: 1.5;
}
.other-features .col-md-7 > table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.other-features .col-md-7 th
{
    border: 1.5px solid #696969;
    text-align: left;
    padding: 2px;
}
.other-features .col-md-7 td
{
    border: 1.5px solid #696969;
    text-align: right;
    padding: 2px;
}

.other-features .col-md-7 tr:nth-child(even) {
    background-color: #dddddd;
}



.footer {
    /* background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") no-repeat scroll 0 0 / 100% auto;*/
    
    background:
    /* top, transparent red, faked with gradient */
    
    linear-gradient( rgba(40, 40, 40, 0.7), rgba(40, 40, 40, 0.7)),
    /* bottom, image */
    
    url(../images/footer-bg.jpg);
    background-size: cover;
}

.footer-bottom {
    background: #000 none repeat scroll 0 0;
    opacity: 0.8;
    padding: 20px 0;
}
.footer-bottom .col-md-12 p {
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 0 0 15px 0;
}
.footer-bottom .col-md-12 ul {
    text-align: center;
}
.footer-bottom .col-md-12 ul li {
    display: inline;
}
.footer-bottom .col-md-12 ul li a i {
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    width: 30px;
    transition: .5s ease;
}
.footer-bottom .col-md-12 ul li:nth-child(1) a i {
    background: #33518D;
}
.footer-bottom .col-md-12 ul li:nth-child(2) a i {
    background: #01729C;
}
.footer-bottom .col-md-12 ul li:nth-child(3) a i {
    background: #E13B7D;
}
.footer-bottom .col-md-12 ul li:nth-child(4) a i {
    background: #0455BE;
}
.footer-bottom .col-md-12 ul li:nth-child(5) a i {
    background: #D13F32;
}
.footer-bottom .col-md-12 ul li:nth-child(6) a i {
    background: #D2170E;
}
.footer-bottom .col-md-12 ul li:nth-child(1) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(2) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(3) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(4) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(5) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(6) a i:hover {
    opacity: .7;
}
.slicknav_menu {
    display: none;
}
@media screen and (max-width: 40em) {
    /* #menu is the original menu */
    
    .js #main-menu {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}