/* b2_nav.css */
/* Navigation styles */
body, form, td {
    font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
    color: #808080;
}

.bz-nav-wrapper {
    font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif;
    font-size: 15px;
}

/* bz styles */

.container.bz-nav-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/**********************/
/* bootstrap overrides*/
/*********************/
.navbar {
    margin-bottom: 0;
    height: 70px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

/*.navbar > .container {*/
/*padding-left: 0;*/
/*padding-right: 0;*/
/*}*/

/* Bootstrap Overrides */
.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-toggle {
    padding: 14px 10px;
    padding-right: 0;
}

.navbar.navbar-default {
    background-color: #fff;
    padding: 0 15px;
}

.navbar-default .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
}

.navbar-default .navbar-nav > li:last-of-type > a {
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #467cc5;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
}

.nav {
    background-color: transparent;
}

.navbar-brand img {
    position: relative;
    top: 3px;
}

.navbar-nav {
    background-color: transparent;
    margin-top: 10px;
}

/*.navbar-toggle {*/
/*margin-top: 14px;*/
/*}*/

@media only screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 0.833em;
        padding-left: 13px;
    }
}

@media (min-width: 992px) {
    .navbar-default .container {
        width: 100%;
    }
}

/* Menu at Hamburger Drop-down view */
@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav a {
        background-color: #fff;
        display: block;
        text-align: left;
        line-height: 48px;
        font-size: 16px;
        font-weight: 300;
        color: #5a5e75;
        border-bottom-color: #e5e5e5;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        background-color: transparent;
    }

    .nav > li {
        position: relative;
        display: block;
        list-style-type: none;
        margin-left: 30px;
        margin-right: 60px;
    }

    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        height: 100%;
        background-color: rgba(255, 255, 255, 0.97);
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
    }
}

.active {
    font-weight: bold;
    background-color: transparent;
    background-image: none;
}

.jumbotron {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 144px;
}

.nav-vert {
    height: 1500px;
    background-color: inherit;
}

.navbar-collapse {
    background-color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }

    .navbar-header {
        width: 142px;
        overflow: hidden;
    }

    /*nav.navbar > .container {*/
    /*width: inherit;*/
    /*}*/
}

/*@media (max-width: 767px) {*/
/*.navbar {*/
/*padding-left:  15px;*/
/*padding-right: 15px;*/
/*}*/
/*}*/

/***********************
*  BZ Top Nav                *
************************/

.top-nav-bar {
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    margin-left: 0;
    margin: 0;
    margin-right: 0;
    width: 100%;
    height: 50px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 45%, #EDEDED 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #ffffff), color-stop(100%, #e3e1e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 45%, #EDEDED 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 45%, #EDEDED 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 45%, #EDEDED 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 45%, #EDEDED 100%); /* W3C */

}

.top-nav-bar a:hover {
    text-decoration: none;
}

/* SUB NAV BAR      */

.subnav-bar {
    width: 100%;
    background: rgba(54, 55, 58, 0.1);
    height: 40px;
}

.subnav-row {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.subnav-line {
    margin-left: 6px;
    margin-right: 6px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    float: left;
}

.subnav-link {
    color: #c9d4ed;
    text-decoration: none;
    float: left;
}

.top-nav-logo {
    float: left;
    width: 180px;
}

.top-nav-box {
    width: 880px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}

.top-nav-left {
    float: left;
    width: 600px;
}

.top-nav-items {
    float: left;
    text-align: right;
    width: 696px;
    margin-top: 4px;
}

.top-nav-right {
    float: right;
    width: 280px;
    text-align: right;
    margin-top: 4px;
}

.top-nav-link-space {
    margin-left: 26px;
    float: right;
}

.top-nav-link {
    color: #5a5e75;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

.top-nav-tryfree-button {
    float: right;
    text-align: center;
    background-color: #e95c0c;
    color: #FFF;
    font-size: 0.933em;
    line-height: 18px;
    border-radius: 4px;
    height: 20px;
    padding: 5px;
    text-decoration: none;
    margin-left: 12px;
    margin-top: 1px;
}

/*.top-nav-tryfree-button:hover {*/
/*background-color: #f97e39;*/

/*}*/

.top-nav-link-selected {
    color: #363e5a;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.top-nav-link:hover {
    color: #467cc5;
    text-decoration: none;
}

.top-nav-link a {
    color: #363e5a;
    text-decoration: none;
}

.top-nav-divline {
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #908D8D;
    /*height: 34px;*/
    height: 1em;
    display: inline-block;
    position: relative;
    top: 3px;
}

.top-headline {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.133em;
    font-weight: bold;
    text-shadow: 0px 2px 2px #2d0e08;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 5px;
    line-height: 44px;
}

.top-subline {
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    text-shadow: 0px 1px 2px #2d0e08;
    color: #ffe693;
    margin-top: 5px;
    margin-bottom: 20px;
}

/**********************/
/* Top Nav Responsive */
/**********************/

@media only screen and (max-width: 959px) {
    .top-nav-box {
        width: auto;
    }

    .top-nav-items {
        width: auto;
        float: right;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .top-nav-logo {
        margin-left: 5px;
    }
}

/************ End BZ Top Nav *******************/

/********************************/
/* BZ Sub Nav */
/*  KTM 8/11/15 */

#bzSubNav {
    /*color: #fff;*/

    background: rgb(51, 51, 51); /* Fallback for older browsers without RGBA-support */
    background: -webkit-linear-gradient(rgba(51, 51, 51, .8), rgba(51, 51, 51, 0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(51, 51, 51, .8), rgba(51, 51, 51, 0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(51, 51, 51, .8), rgba(51, 51, 51, 0)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(51, 51, 51, .8), rgba(51, 51, 51, 0)); /*Standard*/
    /*background: rgb(117, 78, 78); /!* Fallback for older browsers without RGBA-support *!/*/
    /*background: rgba(117, 78, 78, 0.5);*/

    float: left;
    width: 100%;
    margin-top: 0;
    height: 47px;
    line-height: 47px;
    position: absolute;
    top: 70px;
    z-index: 200;
    padding: 0 15px;
}

#sub-nav-items li a, #sub-nav-items li a:visited {
    font-weight: 400;
    margin-left: 0;
    color: #fff;
    font-size: 14px;

}

@media only screen and (max-width: 767px) {
    #sub-nav-items li a, #sub-nav-items li a:visited {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
    }
}

.thick-highlight {
    /* border-bottom: 2px solid rgba(255, 255, 255, 0.3);*/
}

#sub-nav-items li a {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 400;
}

#sub-nav-items li a:hover {
    text-decoration: none !important;
    color: #CCD7F0 !important;
}

#bzSubNav .sub-wrapper {
    height: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 1200px;
}

#bzSubNav ul#sub-nav-items {
    padding: 0;
    display: inline-block;
    margin-top: 0;
    text-align: left;
    float: left;
}

#bzSubNav ul li {
    display: inline-block;
    list-style: none;
    color: rgba(255, 255, 255, 0.9);
    /* border-right: 1px solid #fff; */
    float: left;
    /*margin-top: 16px;*/
    /* padding-right: 5px; */
    margin-right: 25px;
    margin-left: 0px;
    line-height: 54px;
    height: 54px;
}

/* subnavi tweaks */
#bzSubNav ul.subnavi-menu li {
    height: 36px;
}

.dropdown-menu.subnavi-menu {
    top: 65px;
}

.nav-button-wrapper {
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 2px;
    z-index: 1000;
}

.dropdown-toggle.subnavi-dropdown {
    text-decoration: none;
}

/*******************/
/* Page over-rides */
/******************/

/*#page-free-trial .nav-button-wrapper {*/
/*margin-top:0;*/
/*}*/

/*********************************/

.nav-button-wrapper .button {
    display: inline-block;
    float: right;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.933em;
    min-width: 81px;
    line-height: 18px;
    border-radius: 4px;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
}

.nav-button-wrapper .button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-button-wrapper .button.pricing {
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #363e59;
    font-size: .933em;
    color: #fff;
    min-width: 81px;
    line-height: 18px;
    border-radius: 4px;
    height: 20px;
    padding: 5px;
    border: 0;
    font-weight: normal;
}

.nav-button-wrapper .button.try-it-free {
    background-color: #e95c0c;
    border: 0;
}

.nav-button-wrapper .button.try-it-free:hover {
    background-color: #fb9d30;
    border: 0;
}

.nav-button-wrapper .button:first-of-type {
    margin-right: 10px;
    margin-left: 10px;
}

#sub-nav-toggle {
    display: none;
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 62px;
    line-height: 54px;
    width: 100%;
    left: 0;
    z-index: 1000;
}

#sub-nav-toggle:hover {
    cursor: pointer;
    text-decoration: none;
}

.sub-nav-current span {
    /* border-bottom: 2px solid rgba(255, 255, 255, 0.5); */
    border-bottom: none;
    font-weight: 800;
}

.button-current {
    text-decoration: underline;
    color: #fff;
}

img.nav-caret {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.subnavi-dropdown {
    background-image: none;
    background-color: transparent;
    border: none;
    text-decoration: none;
}

.subnavi-dropdown a:visited, a:hover, a:active {
    text-decoration: none;
}

.subnavi-menu {
    border-radius: 4px;
    background-color: rgba(49, 49, 49, .90);
    border-style: none;
    padding: 8px;
    margin-top: -18px;
    box-shadow: 0px 2px 5px #000;
}

.subnavi-menu li {

}

.subnavi-menu li a {
    color: #EEEEEE;
    font-size: 15px;
    line-height: 32px;
    height: auto;
}

.subnavi-menu li a:hover,
.subnavi-menu li:hover {
    color: #CCD7F0;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
}

.subnavi-link {
    height: 28px;
    line-height: 28px;
}

/* vert spacing fix for hero content */

/* Hero section immediately following a subnav section */
#bzSubNav + section.hero {
    padding-top: 70px;
}

/* first adjacent sibling*/

#bznav + .centerit,
#bzSubNav + section.hero .navbar + .centerit,
.navbar + div {
    padding-top: 70px;
}


/*#bzSubNav a:focus,*/
/*#bzSubNav a:hover {*/
    /*text-decoration: none;*/
    /*cursor: pointer;*/
    /*color: #5297EA;*/
/*}*/

/*#bzSubNav {*/
/*position: relative;*/
/*top: 70px;*/
/*}*/

/***********************
/* Sub Nav Responsive */
/*********************/

@media only screen and (max-width: 959px) {
    #bzSubNav ul#sub-nav-items {
        margin-left: 0;
    }
}

@media only screen and (max-width: 800px) {
    /* Sub-nav */
    .nav-button-wrapper {
        position: absolute;
        right: 0;
        margin-right: 15px;
    }

    #sub-nav-toggle {
        display: block;
        text-align: left;
        padding-left: 17px;
        /*background-color: inherit;*/
        position: absolute;
        top: -4px;
    }

    #bzSubNav .sub-wrapper {
        width: auto;
    }

    #bzSubNav ul#sub-nav-items {
        display: none;
        /*height: 301px;*/
        /*width: 100%;*/
        /*position: relative;*/
        /*top: 54px;*/
        /*padding-left: 0;*/
        z-index: 100;
        margin: 0;
        position: absolute;
        background-color: rgba(38, 38, 38, 0.96);
        width: 100%;
        padding: 0;
        margin-right: 0;
        left: 0;
    }

    #bzSubNav ul#sub-nav-items li {
        background-color: transparent;
        display: block;
        text-align: left;
        float: none;
        position: relative;
        top: 70px;
        /*background-color:inherit;*/
        margin-top: 0;

        height: 48px;
        line-height: 48px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 30px;
        margin-right: 30px;
    }

    /* subnavi */
    #bzSubNav ul#sub-nav-items li.subnavi-link {
        top: 6px;
        height: 28px;
        margin-left: 10px;
        border-bottom: none;
        margin-bottom: 10px;
    }

    .subnavi-menu {
        margin-top: -14px;
    }



}

/* mini */
@media only screen and (max-width: 479px) {
}

/**************************/
/* Fancy Nav Hamburger-X  */
/**************************/

/*****************/
/* Nav Icon      */
/* -transform    */
/*****************/
#nav-icon3 * {
    margin: 0;
    padding: 0;
}

/* Icon 1 */

#nav-icon3 {
    width: 26px;
    height: 26px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #515055;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 14px;
}

#nav-icon1 span:nth-child(3) {
    top: 28px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 36px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

/* Footer */
.footer-row {
    padding: 0 20px 40px;
    max-width: 1200px;
    margin: 0 auto;

}

section.footer-container {
    clear: both;
    font-size: 13px;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    max-width: none;
}
