@font-face {
    font-family: 'AvenirMedium';
    src: url('fonts/AvenirLTStd-Medium.eot');
    src: url('fonts/AvenirLTStd-Medium.woff') format('woff'), url('fonts/AvenirLTStd-Medium.ttf') format('truetype'), url('fonts/AvenirLTStd-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: white;
    font-family: "Helvetica Neue", Helvetica, sans-serif !important;
    color: black;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 400;
    padding-bottom: 50px;
    position: relative;
}

h1 {
    margin: 10px 0px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h2 {
    margin: 10px 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h3 {
    margin: 10px 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h4 {
    margin: 10px 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-bottom: 5px;
    padding-right: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, a:focus {
    color: #ff4444;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img.screenshot {
    max-width: 100%;
}

kbd {
    display: inline-block;
    margin: 0 1px;
    padding: 2px 5px 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 1em;
    box-shadow: 0 1px 0 #ccc;
}

.text-center {
    text-align: center;
}

.mobile-menu {
    display: none;
}

.menu-item.menu-collapsed {
    font-size: 28px;
    display: none;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.w-container {
    max-width: 1056px;
}

.w-container .w-row {
    margin-left: 0;
    margin-right: 0;
}

.button {
    display: inline-block;
    width: 156px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 0px;
    border-radius: 4px;
    background-color: #f44;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-style: none;
}

.button:focus {
    color: white;
}

.button.default {
    background-color: #372846;
}

.button:hover {
    background-color: #ff5e5e;
    text-decoration: none;
}

.button.default:hover {
    background-color: #3e2f4e;
    text-decoration: none;
}

.button.pagination {
    display: inline-block;
    overflow: visible;
    width: 15px;
    height: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    border-radius: 15px;
}

.main-container {
    /*position: static;*/
    display: block;
    overflow: visible;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.head-section {
    background: url(../img/blog/pattern.png) repeat-x left top;
    width: auto;
    height: auto;
    padding-bottom: 20px;
}

.header {
    height: 80px;
}

.logo-wrapper {
    padding-top: 41px;
    float: left;
}

.logo {
    margin-top: -22px;
    margin-right: 6px;
    margin-left: 43px;
}

.logo-text {
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0);
    color: #f44;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.blog-logo {
    margin-top: -8px;
}

.page-header-container .logo-wrapper {
    padding-top: 22px;
}

.page-header-container .menu-wrapper {
    margin-top: 20px;
}

.menu-wrapper {
    padding-right: 41px;
    margin-top: 39px;
    text-align: right;
    float: right;
}

.menu-item {
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f44;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding: 5px 10px;
    border-radius: 3px;
}

.menu-item:hover {
    text-decoration: underline;
    color: #f44;
}

.menu-item.active {
    color: #f44;
    border: 1px solid #f44;
}

.menu-item.active:hover {
    color: #f44;
    text-decoration: none;
}

.menu-item.social {
  padding: 0;
  vertical-align: text-bottom;
  display: inline-block;
}
.menu-item.social.twitter {
  margin-left: 8px;
}
.menu-item.social img {
    /*vertical-align: middle;*/
}

.main-heading {
    margin-top: 45px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-family: 'AvenirMedium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: white;
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

.subheading {
    margin-top: 3px;
    margin-bottom: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: white;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-left: 10px;
    margin-right: 10px;
}

.head-content {
    margin-top: 50px;
    text-align: center;
}

.screenshot {
    border: 0px solid #3f324b;
    border-radius: 5px;
}

.pagination {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background: url(../img/pagination.png) no-repeat right top;
}

.pagination:hover,
.pagination.active {
    background-position: left top;
}

.screenshot-pagination {
    max-width: 600px;
    margin: -10px auto 0 auto;
    text-align: center;
}

.head-container {
    background-color: #d9e4cd;
}

.head-section-wrapper {
    overflow: auto;
}

.call-to-action-wrapper {
    display: block;
    text-align: center;
}

.call-to-action-wrapper .button {
    display: inline-block;
}

.call-to-action-wrapper .button-primary:focus {
    color: white;
}

.call-to-action-wrapper .button:first-child {
    margin-right: 8px;
}

.call-to-action {
    text-align: center;
}

.screenshot-wrapper {
    display: block;
    margin: 6px 0 0;
    text-align: center;
}

.screenshot-wrapper img {
    cursor: pointer;
}

.head-content-wrapper {
    overflow: auto;
    margin-top: 32px;
}

.artwork {
    display: block;
    margin-top: 145px;
    clear: both;
    max-width: none;
}

.main-content {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.content-col {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 50px;
    border-left: 1px solid #e5e5e5;
}

.content-col.first-content-col {
    border-right: 1px solid #e5e5e5;
    border-left-style: none;
    margin-right: -1px;
}

.content-col img {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.content-col .content-col-body {
    float: left;
    width: 220px;
}

.main-content-row {
    display: block;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.intro-row {
    padding: 20px 20px 40px 20px;
    /*border-style: none;*/
}

.intro-row img {
    float: left;
    width: 160px;
    margin-left: 50px;
}

.main-content-row h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0px;
    line-height: 44px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.intro-row p {
    /*float: left;*/
    max-width: 700px;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    /*padding-left: 100px;*/
}

.main-content-row ul {
    list-style: none;
    padding-left: 0;
}

/*.main-content-row li:before {*/
    /*content: "- ";*/
/*}*/

.mini-contacts {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 28px 20px 0 20px;
    /*padding-top: 28px;*/
    /*padding-bottom: 25px;*/
    /*border-bottom: 1px solid #e5e5e5;*/
    font-size: 16px;
    text-align: center;
}

.page-header {
    height: 72px;
    /*border-bottom: 10px solid #d9e4cd;*/
    background: url(../img/blog/pattern-small.jpg) repeat-x center top;
    /*position: fixed;*/
    width: 100%;
}

.page-heading {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0px 40px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
}
.page-body-content .page-heading {
    padding: 0 0 15px;
    margin-top: 0;
    margin-bottom: 25px;
}

.page-body {
    font-size: 14px;
    overflow: auto;
    margin-top: 20px;
}

.page-menu {
    width: 220px;
    /*min-height: 200px;*/
    margin-bottom: 0px;
    margin-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    /*float: left;*/
    border-radius: 6px;
    background-color: #d9e4cd;
    position: absolute;
}

.page-menu.fixed {
    position: fixed;
    /*top: 92px;*/
    top: 30px;
}

.page-menu-item {
    display: block;
    margin: 3px 10px;
    padding: 4px 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #222;
    font-size: 14px;
    text-decoration: none;
}

.page-menu-item.active {
    border-radius: 3px;
    background-color: #f44;
    color: white;
}

.page-menu h4 {
    font-size: 15px;
    /*margin: 5px 10px;*/
    margin: 10px 10px 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #8B9283;
    line-height: 22px;
}

.page-body-content {
    width: 620px;
    margin-left: 290px;
    min-height: 600px;
    /*float: left;*/
}

.page-body-content h2 {
    padding-top: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
}

.page-body-content h2:first-child {
    padding-top: 20px;
}

.page-body-content p {
    margin: 20px 0;
}

.page-header-container {
    overflow: auto;
}

.page-logo {
    float: left;
}

.page-logo-block {
    display: block;
    width: 125px;
    height: 45px;
    margin-top: 11px;
    padding-top: 16px;
    padding-bottom: 1px;
    padding-left: 43px;
    clear: none;
    background: url(../img/blog/datazen-logo.png) no-repeat no-repeat 0px 50%;
    color: #f44;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.overlay {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    cursor: pointer;
}

.modal {
    margin: 100px auto 0 auto;
    width: 440px;
    border-radius: 7px;
    background: white;
    /*overflow: hidden;*/
    position: relative;
}

.modal .close {
    position: absolute;
    right: -12px;
    top: -12px;
}

.modal form {
    padding: 20px 20px 30px 20px;
    width: 440px;
}

.modal form .button {
    width: auto;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 5px;
}

.modal form h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.modal form input[type=text], .modal form input[type=email] {
    background-color: #eeeeee;
    margin: 3px 0 15px 0;
    padding: 5px;
    border: 2px solid #d0d0d0;
    width: 100%;
    font-size: 14px;
}

@media (max-width: 991px) {

    .menu-items {
        display: none;
        padding: 10px 40px;
        position: absolute;
        top: 72px;
        background: white;
        /*left: 0;*/
        right: 0;
        /*width: 100%;*/
        text-align: right;
        border-bottom: 4px solid #ccc;
        margin-bottom: 20px;
        z-index: 999;
    }

    .home-body .menu-items {
        top: 80px;
        background: #372846;
        border-bottom-color: #23172F;
    }

    .menu-items .menu-item {
        display: block;
        font-size: 15px;
    }

    .menu-items .menu-item {
      padding: 5px 10px;
    }

    .menu-items .menu-item.social {
      display:inline-block;
        padding: 5px 10px 5px 0;
    }

    .menu-item.active {
        color: #f44;
        border: none;
        text-decoration: underline;
    }
    .menu-item.active:hover {
        text-decoration: underline;
    }

    .menu-item.menu-collapsed {
        display: inline-block;
    }

    .mobile-menu {
        display: inline-block;
    }

    .content-col {
        /*margin-left: 0;*/
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-col img {
        width: 110px;
    }

    .content-col .content-col-body {
        width: 220px;
    }

    .page-body-content {
        width: auto;
        float: none;
        margin-left: 290px;
        margin-right: 30px;
    }

    .subheading {
    }

    .screenshot {
    }

    .head-section-wrapper {
    }

    .call-to-action-wrapper {
    }

    .screenshot-wrapper {
    }

    .head-content-wrapper {
    }
}

@media (max-width: 767px) {

    .page-heading {
        padding-left: 25px;
    }

    .main-heading {
        font-size: 36px;
        line-height: 37px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .subheading {
        padding-left: 60px;
        padding-right: 60px;
    }

    .content-col .content-col-body {
        float: none;
        width: auto;
    }

    .page-menu {
        display: none;
        width: 100%;
        border-radius: 0;
        position: inherit;
        margin: 0;
    }

    .page-menu-item {
        font-size: 14px;
    }

    .page-body-content {
        width: auto;
        float: none;
        /*margin-left: 230px;*/
        margin-left: 25px;
        margin-right: 25px;
    }

    .page-logo-block {
        margin-left: 40px;
    }

    .content-col {
        /*padding-top: 25px;*/
        padding-bottom: 0;
        border-style: none;
        padding-top: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .features-heading {
        margin-bottom: 15px;
    }

    .main-content-row-feature {
        border-style: none;
    }

    .intro-row {
        /*border-style: solid;*/
    }

    .mini-contacts {
        margin-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        border-top: 1px solid #e5e5e5;
        font-size: 16px;
    }
}

@media (max-width: 660px) {

    .home-body .header {
        overflow: auto;
        height: auto;
    }

    .logo-wrapper {
        /*display: none;*/
    }

    .menu-wrapper {
        /*float: none;*/
        /*text-align: center;*/
        /*margin: 0;*/
        /*padding: 0;*/
    }

    .menu-wrapper .menu-item {
        /*padding: 5px;*/
    }

    .home-body .menu-wrapper {
        /*padding: 25px 0 0 0;*/
    }

    .home-body .main-heading {
        /*margin-top: 25px;*/
        /*font-size: 34px;*/
        /*line-height: 36px;*/
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/

        font-size: 40px;
        line-height: 40px;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 5px;
    }
}
@media (max-width: 500px) {
    .home-body .main-heading {
        font-size: 30px;
        line-height: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .subheading {
        margin-bottom: 0;
    }
    .button {
        padding: 10px 0;
        width: 120px;
        font-size: 14px;
    }
}

/** Vision */
.vision-content {
    max-width: 980px;
    padding-bottom: 40px;
}

.vision-content .row {
    overflow: auto;
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    margin-top: 30px;
}

.vision-content .row:first-child {
    border-top-style: none;
    padding-top: 0;
}

.vision-content .pull-left {
    float: left;
    margin: 0 0 0 4%;
    /*margin-right: 25px;*/
}

.vision-content img.pull-left {
    margin: 0;
}

.vision-content img.pull-right {
    margin-left: 6%;
}

.vision-content img {
    width: 50%;
    max-width: 465px;
}

.vision-content .pull-right {
    float: left;
    margin: 0 0 0 4%;
    /*margin-left: 25px;*/
}

.vision-body {
    float: left;
    /*margin: 0 0 0 45px;*/
    margin: 0 0 0 4%;
    /*width: 400px;*/
    width: 40%;
}

.vision-body h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 40px;
    margin-top: -30px;
}

.vision-body h2 a {
    color: black;
}

.vision-body p {
    margin: 15px 0;
}

/** Fixed menu */
body {
    /*padding-top: 72px;*/
}

.page-header {
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 900;*/
    /*min-width: 470px;*/
}

body.home-body {
    padding-top: 0;
}

/** landing update */
.main-content-row.main-content-row-feature h2 a {
    color: black;
    font-size: 18px;
}
.main-content-row.main-content-row-feature h2 {
    margin: 8px 0;
    line-height: 20px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}

.regular-body {
    margin: 0 40px;
}

.footer {
    text-align: center;
    margin-top: 28px;
    border-top: 1px solid #ddd;
    padding-top: 28px;
}

.footer span {
    display: inline-block;
    margin: 0 5px;
}

.database-support {
    margin: 35px 0 0 0;
    text-align: center;
}

.database-support img {
    display: inline;
    float: none;
    width: auto;
    margin: 0 20px;
}

.share-buttons {
    max-width: 500px;
    margin: 20px auto 0 auto;
}