﻿html
{
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body
{
    margin: 0;
}
body,
button,
input,
select,
textarea
{
    font-family: sans-serif;
}
a:focus
{
    outline: thin dotted;
}
a:hover,
a:active
{
    outline: 0;
}
h1
{
    font-size: 2em;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -90px;
}

.wrapper
{
    background: white;
}

.header
{
    background: #e5e5e5 url(/images/header_bg.jpg) bottom center no-repeat;
    height: 190px;
    margin: 0 auto;
    width: 100%;
}

    .header #inner-header
    {
        margin: 0 auto;
        position: relative;
    }

    .header h1
    {
        margin: 170px 0 20px 0;
        text-align: center;
    }

    .header #banner
    {
        height: 430px;
        margin: 0 auto 0 auto;
        text-align: center;
    }

#top-nav
{
    left: 0;
    position: absolute;
    top: 30px;
    margin: 0;
    z-index: 98;
}

    #top-nav #logo
    {
        float: left;
        margin: 0;
        padding-left: 21px;
    }

    #top-nav .nav
    {
        background: none;
        float: left;
        margin: 8px 0 0 16px;
    }

        #top-nav .nav li.current-menu-item a,
        #top-nav .nav li.current_page_item a,
        #top-nav .nav li.current-page-ancestor a
        {
            color: #020202;
        }

#request
{
    right: 0;
    position: absolute;
    top: 10px;
    overflow: hidden;
    padding: 0 0 10px 10px;
    z-index: 99;
}
#request #sign-up
{
    position: relative;
    right: -476px;
}

    #request #sign-up h2
    {
        color: #fbf5f5;
        cursor: pointer;
        float: left;
        font-size: 28px;
        text-align: center;
        text-transform: uppercase;
        width: 123px;
    }

        #request #sign-up h2 span
        {
            font-size: 14px;
            line-height: 1;
            margin-top: -4px;
        }

        #request #sign-up h2 a
        {
            color: #fbf5f5;
        }

            #request #sign-up h2 a:hover
            {
                text-decoration: none;
            }

    #request #sign-up fieldset
    {
        border: none;
        float: left;
        margin: 10px 0 0 12px;
        width: 310px;
    }

        #request #sign-up fieldset .frm_primary_label
        {
            display: none;
        }

        #request #sign-up fieldset .frm_form_field
        {
            float: left;
            margin: 0 12px 4px 0;
            width: 142px;
        }

        #request #sign-up fieldset input[type=text],
        #request #sign-up fieldset input[type=email]
        {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #b6b6b6;
            color: gray !important;
            font-family: 'Trebuchet MS', sans-serif;
            font-size: 12px;
            height: 14px;
            width: 130px;
            padding: 6px 8px;
        }

        #request #sign-up fieldset .frm_blank_field input
        {
            background: #f1fbe4;
            border: 1px solid #56b3e5;
            color: #414c4b !important;
        }

        #request #sign-up fieldset .frm_error
        {
            display: none;
        }

    #request #sign-up .submit
    {
        float: left;
        margin-top: 20px;
    }

        #request #sign-up .submit input[type=submit]
        {
            font-family: 'NovecentocondensedMedium', sans-serif;
            font-size: 16px;
            float: left;
        }

            #request #sign-up .submit input[type=submit]:hover
            {
                background: gray;
            }

    #request #sign-up .close
    {
        background: url(../images/close_btn.png) 0 0 no-repeat;
        cursor: pointer;
        float: left;
        height: 26px;
        margin: 23px 0 0 10px;
        width: 23px;
    }

        #request #sign-up .close:hover
        {
            background-position: 0 -26px;
        }

    #request #sign-up .frm_error
    {
        color: black;
        float: left;
        font-size: 11px;
        padding-top: 3px;
    }

    #request #sign-up .frm_message
    {
        float: left;
        margin: 6px 20px 0 30px;
    }

        #request #sign-up .frm_message p span
        {
            font-weight: bold;
            font-size: 18px;
            color: black;
        }

#request > a
{
    color: #3c3c3c;
    font-family: 'NovecentocondensedDemi', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    clear: right;
    float: right;
    margin: 6px 28px 0 0;
    text-decoration: none;
    text-shadow: 0px 1px 1px #fff;
}

    #request > a:hover
    {
        color: #414c4b;
    }

#request .more
{
    color: #222;
    float: right;
    display: block;
    font-size: 12px;
    margin: -30px 75px 0 0;
}

.navbar
{
    right: 0;
    top: 10px;
    font-family: 'NovecentocondensedDemi', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    clear: right;
    float: right;
    margin: 6px 28px 0 0;
    text-decoration: none;
}

    .navbar > a
    {
        color: #E2E2E2;
        text-decoration: none;
    }

    .navbar a:hover
    {
        color: #ffffff;
        text-decoration: none;
        padding-bottom: 1px;
    }

    .navbar a:active
    {
        color: #ffffff;
        text-decoration: none;
        padding-bottom: 1px;
    }
.actived
{
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 1px;
}
.space
{
}
.client
{
    background-color: #E8265F;
    border-radius: 4px;
    height: 40px;
    letter-spacing: 1px;
    width: 140px;
    padding: 10px;
}
.client:hover
{
    background-color: #E8265F;
    border-radius: 4px;
    height: 40px;
    letter-spacing: 1px;
    width: 140px;
    padding: 10px !important;
}
#client-list
{
    margin: 0;
}

    #client-list li
    {
        float: left;
        text-align: center;
        width: 240px;
    }

        #client-list li img
        {
            margin: 0;
        }

.spaceactive > a
{
    color:#ffffff;
}
.spaceactive a:hover
{
    color:#ffffff;
}

.vdash
{
    padding: 10px;
}

#landing .page
{
    padding-top: 4px;
    max-width: 964px;
    margin: 0 auto;
}

@media (max-width: 860px)
{
    #landing .page
    {
        padding-left: 10px;
        padding-left: 0.625rem;
        padding-right: 10px;
        padding-right: 0.625rem;
    }
}
#landing .text_page
{
    padding-top: 0;
}
#landing .page_header
{
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #dddddd;
    box-shadow: none;
    z-index: 9;
    height: auto;
}

@media (max-width: 860px)
{
    #landing .page_header
    {
        padding-top: 4px;
        padding-top: 0.25rem;
    }
}
#landing .page_header .page_title
{
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px;
    padding-bottom: 4px;
    padding-top: 18px;
    border-bottom: none;
    float: none;
}
#landing .page_header.scrollin
{
    box-shadow: none;
}

.howRow
{
    padding: 46px 0px 56px;
    padding: 2.875rem 0rem 3.5rem;
    background: #efefef;
    font-family: sans-serif;
}
    .howRow .howTitle
    {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
        color: #333333;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
    }

@media (max-width: 860px)
{
    .howRow
    {
        padding: 20px 0px;
        padding: 1.25rem 0rem;
        text-align: center;
    }
}

.howRow2
{
    padding: 46px 0px 56px;
    padding: 2.875rem 0rem 3.5rem;
    background: #ffffff;
    font-family: sans-serif;
}
    .howRow2 .howTitle
    {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
        color: #333333;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
    }

@media (max-width: 860px)
{
    .howRow2
    {
        padding: 20px 0px;
        padding: 1.25rem 0rem;
        text-align: center;
    }
}

.group:after
{
    content: "";
    display: table;
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.hidden
{
    display: none;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

strong
{
    font-weight: 700;
}

html, body
{
    font-size: 16px;
}
body
{
    font-family: "adelle-sans", serif;
    color: #333333;
}
body, html
{
    height: 100%;
}


#content .moreFeatures
{
    background: #cccccc;
    padding: 50px 0 60px;
}
    #content .moreFeatures .contentContainer
    {
        padding-bottom: 0;
    }
    #content .moreFeatures h2
    {
        border-top: none;
        padding-top: 0;
        margin-bottom: 22px;
        font-size: 22px;
    }

#content
{
    border-top: 1px solid #ccc;
    clear: both;
}

#inner-content
{
    padding-bottom: 5em;
}

.home .header
{
    background: #e5e5e5;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

    .home .header #inner-header
    {
        max-width: none;
    }

.home #content
{
    background-image: none !important;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 0;
    height: 212px !important;
    min-height: 0 !important;
}

.home #request > a
{
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

    .home #request > a:hover
    {
        color: #e2e2e2;
    }

.home .item1 .flex-caption
{
    left: 62%;
    top: 46%;
}

.home .item2 .flex-caption
{
    left: 65%;
    top: 52%;
}

.home .item3 .flex-caption
{
    left: 30%;
    top: 48%;
    width: 410px;
}

#partners h4
{
    font-family: sans-serif;
    color: #3e4c49;
    margin: 44px 0 0 0;
}

    #partners h4 a, #partners h4 a:visited
    {
        color: #3e4c49;
        text-decoration: none;
    }

#partners #logo-list
{
    margin-top: 28px;
    overflow: hidden;
}

    #partners #logo-list li
    {
        float: left;
        text-align: center;
    }

.home .nav .menu
{
    margin: 0;
}

    .home .nav .menu ul li a
    {
        color: #fff;
        font-family: 'NovecentocondensedDemi', sans-serif;
        font-size: 20px;
        line-height: 1.2;
        text-shadow: 0px 1px 1px #000;
        display: block;
        text-decoration: none;
    }

        .home .nav .menu ul li a:hover, .home .nav .menu ul li a:focus
        {
            color: #e2e2e2;
        }

#container
{
    background: #fff;
    min-width: 960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

.wrap
{
    width: 960px;
    margin: 0 auto;
    min-width: 960px;
}

.onecol
{
    width: 4.85%;
}

.twocol
{
    width: 13.45%;
}
.threecol
{
    width: 22.05%;
}

.fourcol
{
    width: 30.75%;
}

.fivecol
{
    width: 39.45%;
}

.sixcol
{
    width: 48%;
}

.sevencol
{
    width: 56.75%;
}

.eightcol
{
    width: 65.4%;
}

.ninecol
{
    width: 74.05%;
}

.tencol
{
    width: 82.7%;
}

.elevencol
{
    width: 91.35%;
}

.twelvecol
{
    width: 100%;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol
{
    float: left;
    position: relative;
    margin-right: 3.8%;
}

.twelvecol
{
    float: left;
    position: relative;
}

.last
{
    margin-right: 0;
    float: right;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5
{
    font-family: sans-serif;
    font-weight: normal;
    margin: 0;
}

    h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a
    {
        text-decoration: none;
    }

h1, .h1
{
    color: #020202;
    font-family: 'NovecentocondensedDemi', sans-serif;
    font-size: 3.15em;
    line-height: 1.333em;
    text-shadow: 0px 1px 1px #fff;
}

h2, .h2
{
    font-family: 'NovecentocondensedDemi', sans-serif;
    font-size: 1.75em;
    line-height: 1.333em;
    margin-bottom: 0.375em;
}

h3, .h3
{
    color: black;
    font-family: 'NovecentocondensedDemi', sans-serif;
    font-size: 1.5em;
}

    h3.faded
    {
        color: #4d4d4d;
    }

h4, .h4
{
    font-family: 'NovecentocondensedMedium', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
}

    h4.faded
    {
        color: #898989;
    }

h5, .h5
{
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.clearfix:before,
.clearfix:after,
.nav .menu ul:before,
.nav .menu ul:after
{
    content: "";
    display: table;
}

.clearfix:after,
.nav .menu ul:after
{
    clear: both;
}

.clearfix,
.nav .menu ul
{
    zoom: 1;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

*
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.group:after, #ad_box #ad:after
{
    content: "";
    display: table;
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.hidden
{
    display: none;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

strong
{
    font-weight: 700;
}

em
{
    font-style: italic;
}

code
{
    font-family: monospace;
    word-wrap: break-word;
    font-size: 1em;
    line-height: 1.2em;
}

a
{
    text-decoration: none;
}
    a:hover
    {
        text-decoration: none;
    }

ol
{
    list-style-type: decimal;
    list-style-position: inside;
}

body, html
{
    height: 100%;
    overflow: hidden;
    background: #222222;
}

.scrollable
{
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
}

#footer
{
    font-family: sans-serif;
    padding: 33px 50px 0 30px;
    color: #999999;
    font-size: 13px;
    height: 78px;
    text-align: right;
    -webkit-font-smoothing: antialiased;
}
    #footer .left
    {
        color: #777777;
    }

@media (max-width: 1010px)
{
    #footer .left
    {
        display: none;
    }
}
#footer a
{
    color: #bbbbbb;
}
    #footer a:hover
    {
        color: #ba0f06;
    }

@media (max-width: 1010px)
{
    #footer
    {
        width: 100%;
        text-align: center;
    }
}

body
{
    font-family: "adelle-sans", serif;
    color: #222222;
}

.preload *
{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

::selection
{
    background: #e54e46;
    color: #222222;
    -webkit-font-smoothing: antialiased;
}
::-moz-selection
{
    background: #e54e46;
    color: #222222;
}

#header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 710px)
{
    #header
    {
        width: 50px;
    }
}

a
{
    color: #ca2017;
    text-decoration: none;
}
    a:hover
    {
        text-decoration: underline;
    }

.contentContainer
{
    max-width: 964px;
    max-width: 60.25rem;
    margin: 0 auto;
}

@media (max-width: 860px)
{
    .contentContainer
    {
        width: 100%;
    }
}

#header
{
    background: #222222;
    height: 164px;
    position: relative;
    z-index: 9;
    width: 100%;
    user-select: none;
}

@media (max-width: 860px)
{
    #header
    {
        height: 130px;
        height: 8.125rem;
    }
}
#header .contentContainer
{
    background: #222222;
}

.header_links a
{
    height: 46px;
    height: 2.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    line-height: 48px;
    line-height: 3rem;
    padding: 0px 14px;
    padding: 0rem 0.875rem;
    color: #aaaaaa;
    text-decoration: none;
    float: left;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
}
    .header_links a:hover
    {
        color: white;
    }

@media (max-width: 860px)
{
    .header_links
    {
        position: absolute;
        width: 100%;
        top: 84px;
        top: 5.25rem;
    }
        .header_links a
        {
            width: 50%;
            float: left;
            margin: 0;
            font-size: 16px;
            font-size: 1rem;
            line-height: 42px;
            line-height: 2.625rem;
            text-align: center;
            background: #d9281f;
            color: white;
        }
            .header_links a:hover
            {
                background: #ca2017;
            }
}

#logo
{
    color: white;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 80px;
    line-height: 5rem;
    height: 90px;
    height: 5.625rem;
    font-family: "ff-tisa-web-pro", serif;
    -webkit-font-smoothing: antialiased;
    background: transparent;
    float: left;
    display: block;
    text-align: center;
    position: relative;
    border-right: none !important;
    padding-left: 56px;
    padding-left: 3.5rem;
}

@media (max-width: 860px)
{
    #logo
    {
        margin: 0;
        display: block;
        float: none;
        position: absolute;
        top: -4px;
        top: -0.25rem;
        left: 50%;
        margin-left: -105px;
        margin-left: -6.5625rem;
    }
}
#logo:hover
{
    text-decoration: none;
    color: white;
}
#logo #logo_icon
{
    background-image: url("../index_files/logo.png");
    display: block;
}

#introContent
{
    padding: 50px 0px 54px;
    padding: 3.125rem 0rem 3.375rem;
    position: relative;
}

@media (max-width: 860px)
{
    #introContent
    {
        padding: 20px 0px;
        padding: 1.25rem 0rem;
    }
}

.howRow
{
    padding: 46px 0px 56px;
    padding: 2.875rem 0rem 3.5rem;
    background: #efefef;
}
    .howRow .howTitle
    {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
        color: #333333;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
    }

@media (max-width: 860px)
{
    .howRow
    {
        padding: 20px 0px;
        padding: 1.25rem 0rem;
        text-align: center;
    }
}

.howRow2
{
    padding: 46px 0px 56px;
    padding: 2.875rem 0rem 3.5rem;
    background: #ffffff;
}
    .howRow2 .howTitle
    {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
        color: #333333;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
    }

@media (max-width: 860px)
{
    .howRow2
    {
        padding: 20px 0px;
        padding: 1.25rem 0rem;
        text-align: center;
    }
}

.step {
  position: relative;
  line-height: 1.7em; }
  .step .step_circle {
    width:  36px;
    width:  2.25rem;
    height:  36px;
    height:  2.25rem;
    position: absolute;
    background: #333333;
    color: white;
    top:  0px;
    top:  0rem;
    left:  20px;
    left:  1.25rem;
    border-radius:  36px;
    border-radius:  2.25rem;
    text-align: center;
    padding-top:  1px;
    padding-top:  0.0625rem;
    font-size:  16px;
    font-size:  1rem; }
    .step .step_circle .icon-later {
      top:  4px;
      top:  0.25rem;
      padding-left:  1px;
      padding-left:  0.0625rem;
      position: relative; }
    .step .step_circle .icon-suitcase {
      top:  3px;
      top:  0.1875rem;
      position: relative; }
    .step .step_circle .icon-bookmark {
      position: relative;
      top:  4px;
      top:  0.25rem; }
  .step .stepTop {
    font-weight: 700;
    font-size:  20px;
    font-size:  1.25rem;
    line-height: 1.4em;
    margin-bottom:  10px;
    margin-bottom:  0.625rem;
    color: #333333;
    padding-top:  3px;
    padding-top:  0.1875rem; }
  .step.last {
    border-right: none; }
  @media (max-width: 860px) {
    .step.third {
      margin-bottom:  20px;
      margin-bottom:  1.25rem;
      padding-bottom:  24px;
      padding-bottom:  1.5rem;
      border-bottom: solid 1px white; }
    .step:last-child {
      border: none;
      margin-bottom: 0; }
    .step .step_circle {
      left: 50%;
      margin-left:  -20px;
      margin-left:  -1.25rem;
      width:  40px;
      width:  2.5rem;
      height:  40px;
      height:  2.5rem;
      border-radius:  40px;
      border-radius:  2.5rem;
      font-size:  16px;
      font-size:  1rem; }
      .step .step_circle .icon-later {
        top:  4px;
        top:  0.25rem; }
      .step .step_circle .icon-suitcase {
        top:  4px;
        top:  0.25rem; }
      .step .step_circle .icon-bookmark {
        top:  5px;
        top:  0.3125rem; }
    .step .stepTop {
      padding-top:  44px;
      padding-top:  2.75rem;
      margin-bottom:  2px;
      margin-bottom:  0.125rem;
      padding-left: 0; } }

#footer, #push {
  height: 90px; }

#footer {
  padding: 28px 26px 0 42px;
  color: #bbbbbb;
  font-size: 13px;
  text-align: left;
  background-color:#444444;
}
.footera 
{
  color: #ffffff;
  text-decoration: none;
}
.footera > a
{
  color: #ffffff;
  text-decoration: none;
}
.footera > a:hover
{
  color: #E2E2E2;
  text-decoration: none;
}
body
{
    overflow: auto;
    height: none;
}

.scroller
{
    height: none;
    overflow: none;
}

.wrapper
{
    background: white;
}

#landing .page
{
    padding-top: 4px;
    max-width: 964px;
    margin: 0 auto;
}

@media (max-width: 860px)
{
    #landing .page
    {
        padding-left: 10px;
        padding-left: 0.625rem;
        padding-right: 10px;
        padding-right: 0.625rem;
    }
}
#landing .text_page
{
    padding-top: 0;
}
#landing .page_header
{
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #dddddd;
    box-shadow: none;
    z-index: 9;
    height: auto;
}

@media (max-width: 860px)
{
    #landing .page_header
    {
        padding-top: 4px;
        padding-top: 0.25rem;
    }
}
#landing .page_header .page_title
{
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px;
    padding-bottom: 4px;
    padding-top: 18px;
    border-bottom: none;
    float: none;
}
#landing .page_header.scrollin
{
    box-shadow: none;
}
.one-third {
  float: right;
  width: 320px;
  font-size: 16px;
  line-height: 1.7em; }
  @media (max-width: 860px) {
    .one-third {
      width: 100%;
      padding:  0px 12px;
      padding:  0rem 0.75rem; } }
  .one-third h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 2px; }
  .one-third.last {
    margin-right: 0; }

.two-thirds {
  width: 590px;
  float: left;
  font-size: 18px;
  line-height: 1.7em; }
  @media (max-width: 860px) {
    .two-thirds {
      width: 100%;
      font-size: 16px;
      padding:  0px 12px;
      padding:  0rem 0.75rem; } }
  .two-thirds h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 18px; }

.moreFeatures {
  padding: 50px 0 40px; }
  @media (max-width: 860px) {
    .moreFeatures {
      padding:  20px 0px;
      padding:  1.25rem 0rem;
      text-align: left; }
      .moreFeatures h2 {
        padding:  0px 12px;
        padding:  0rem 0.75rem; }
      .moreFeatures .third {
        text-align: left; } }
  .moreFeatures .contentContainer {
    padding-bottom: 0; }
  .moreFeatures h2 {
    border-top: none;
    padding-top: 0;
    margin-bottom: 26px;
    font-size: 26px;
    font-weight: bold; }

.pressRow {
  padding-bottom: 60px; }
  .pressRow h2 {
    border-top: none;
    padding-top: 0;
    margin-bottom: 26px;
    font-size: 26px;
    font-weight: bold; }

.thirdTitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
  color: #333333; }

.third {
  float: left;
  padding:  0px 20px;
  padding:  0rem 1.25rem;
  font-size:  16px; 
  font-size:  1rem;
  line-height: 1.6em; }
  

.iphoneGrouper {
  width: 100%;
  display: block; }

.iphoneText {
  font-size: 30px;
  line-height: 1.3em;
  float: right;
  width: 310px;
  margin-top: 130px;
  color: #222222;
  font-weight: bold; }
  @media (max-width: 860px) {
    .iphoneText {
      margin-top:  20px;
      margin-top:  1.25rem;
      width: 100%;
      text-align: center;
      padding:  0px 8px;
      padding:  0rem 0.5rem; } }
  .iphoneText .tagline {
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #555555;
    line-height: 1.5em; }
  .iphoneText.androidText {
    width: 380px;
    margin-top: 120px; }
    .iphoneText.androidText .tagline {
      font-size: 18px;
      margin-bottom: 2px;
      margin-top: 12px; }
    @media (max-width: 860px) {
      .iphoneText.androidText {
        margin-top:  20px;
        margin-top:  1.25rem;
        width: 100%;
        padding:  0px 8px;
        padding:  0rem 0.5rem; } }

.downloadButton.androidDownload {
  background-image: url("../img/google_play.png");
  width:  170px;
  width:  10.625rem;
  height:  58px;
  height:  3.625rem; }
  .downloadButton.androidDownload:hover {
    background-image: url("../img/google_play.png"); }

.downloadButton {
  background: #111111;
  font-weight: normal;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1;
  float: left;
  display: block;
  padding: 8px 16px 8px 16px;
  border-radius: 6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 18px; }
  @media (max-width: 860px) {
    .downloadButton {
      float: none;
      width: 180px;
      display: block;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto; } }
  .downloadButton:hover {
    background: black; }
  .downloadButton .downText {
    float: left; }
  .downloadButton .downSpan {
    float: left; }
  .downloadButton .appApple {
    float: left;
    font-size: 36px;
    margin-right: 8px; }
    .downloadButton .appApple i {
      float: left; }
  .downloadButton .appStore {
    line-height: 1;
    clear: both;
    float: left;
    font-size: 22px;
    margin-top: 2px; }
#content .moreFeatures {
  background: #cccccc;
  padding: 50px 0 60px; }
  #content .moreFeatures .contentContainer {
    padding-bottom: 0; }
  #content .moreFeatures h2 {
    border-top: none;
    padding-top: 0;
    margin-bottom: 22px;
    font-size: 22px; }

  #inner-content {
  padding-bottom: 22px;
}
.button, .button:visited, input[type="submit"] {
  border: none;
  padding: 5px 12px;
  color: white;
  display: inline-block;
  font-size: 16px !important;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  font-family: 'NovecentocondensedMedium', sans-serif !important;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  background-color: #999594;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a5a2a1), to(#999594));
  background-image: -webkit-linear-gradient(top, #a5a2a1, #999594);
  background-image: -moz-linear-gradient(top, #a5a2a1, #999594);
  background-image: -o-linear-gradient(top, #a5a2a1, #999594);
  background-image: -ms-linear-gradient(top, #a5a2a1, #999594);
  background-image: linear-gradient(top, #a5a2a1, #999594);
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  color: white;
  background-color: #8c8887;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999594), to(#8c8887));
  background-image: -webkit-linear-gradient(top, #999594, #8c8887);
  background-image: -moz-linear-gradient(top, #999594, #8c8887);
  background-image: -o-linear-gradient(top, #999594, #8c8887);
  background-image: -ms-linear-gradient(top, #999594, #8c8887);
  background-image: linear-gradient(top, #999594, #8c8887);
}
.button:active, .button:visited:active, input[type="submit"]:active {
  background-color: #a5a2a1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999594), to(#a5a2a1));
  background-image: -webkit-linear-gradient(top, #999594, #a5a2a1);
  background-image: -moz-linear-gradient(top, #999594, #a5a2a1);
  background-image: -o-linear-gradient(top, #999594, #a5a2a1);
  background-image: -ms-linear-gradient(top, #999594, #a5a2a1);
  background-image: linear-gradient(top, #999594, #a5a2a1);
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #b6b6b6 !important;
  color: gray !important;
  font-family: 'Trebuchet MS', sans-serif !important;
  font-size: 12px !important;
  padding: 6px 8px !important;
}

.frm-show-form {
  background: none !important;
  border: none !important;
}

p.submit {
  text-align: right;
}

.statement center-balls
{
}
.center-balls1
{
    margin:0 auto;
    text-align: left;
    width:670px;
    padding-top:32px;
}
.center-balls
{
    margin:0 auto;
    text-align: left;
    width:770px;
    padding-top:32px;
    padding-bottom:32px;
}

#contactus
{
    padding-bottom:5px;
}
.contactingus {
    display: inline-block;
    float: left;
    line-height: 25px;
    min-width: 260px;
}
.contactingus img {
    float: left;
    padding-bottom: 16px;
    padding-right: 10px;
}
.contactingus a {
    color: #9D9B9B;
    position: relative;
    text-decoration: none;
    top: 2px;
}
img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -150px;
  background: #f1f1f1;
  width: 300px;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}

.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
#login-modal h2 {
  color: #56b3e5;
  font-size: 2em;
  text-shadow: 0px 1px 1px white;
  margin-bottom: 12px;
}

#loginForm {
  text-align: center;
}
#loginForm label {
  color: #56b3e5;
  display: block;
  font-family: 'NovecentocondensedDemi', sans-serif;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
#loginForm label[for=rememberMe] {
  color: #4d4d4d;
  display: inline;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
}
#loginForm input[type=text],
#loginForm input[type=password] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  color: gray;
  display: inline;
  font-size: 21px;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: normal;
  width: 276px;
  padding: 12px;
  text-align: left;
  margin-bottom: 10px;
}
#loginForm input[type=text]:active, #loginForm input[type=text]:focus,
#loginForm input[type=password]:active,
#loginForm input[type=password]:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 6px 2px #56b3e5;
  -moz-box-shadow: 0px 0px 6px 2px #56b3e5;
  box-shadow: 0px 0px 6px 2px #56b3e5;
  border-color: #56b3e5;
}
#loginForm #loginCheckBox {
  text-align: left;
}
#loginForm input[type=password] {
  margin-bottom: 24px;
}
#loginForm .button {
  font-family: 'NovecentocondensedMedium', sans-serif;
  font-size: 16px;
  float: right;
  margin-top: -4px;
  margin-bottom: 0;
}

.reveal-modal p {
  margin: 20px 0 10px;
  font-size: 12px;
  text-align: left;
}
.reveal-modal p .close-reveal-modal.demo {
  color: #008fb2;
  font-weight: normal;
  position: inherit !important;
  font-size: 12px;
  text-align: left !important;
  margin: 30px 0 0;
}

.reveal-modal-bg
{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal
{
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    background: #f1f1f1;
    width: 300px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    text-align: center;
}

    .reveal-modal.small
    {
        width: 200px;
        margin-left: -140px;
    }

    .reveal-modal.medium
    {
        width: 400px;
        margin-left: -240px;
    }

    .reveal-modal.large
    {
        width: 600px;
        margin-left: -340px;
    }

    .reveal-modal.xlarge
    {
        width: 800px;
        margin-left: -440px;
    }

    .reveal-modal .close-reveal-modal
    {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
        font-weight: bold;
        cursor: pointer;
    }
