
body {
    font-family: "Proxiam Nova", sans-serif; 
    color: #737373;
}
.section-first {
    margin-top: 100px;
}
.logo .navbar-nav {
    padding: 10px 0px 10px 0px;
}
.logo .nav-item {
    margin-left: 20px;
    margin-right: 20px;
}
.logo .nav-item.last-item {
    margin-left: 20px;
    margin-right: 0px;
}
.navbar.logo {
    background-color: #fff;
}
.banner-lite {
    background-color: #FAFAFA;
}
.banner-box {
    padding: 50px 0px 50px 0px;
}
.banner-title {
    text-transform: uppercase;
    text-align: center;
    padding: 50px 50px 0px 50px;
    letter-spacing: 3px;
}
.banner-tagline {
    padding-top: 65px;
    font-size: 35px;
    line-height: 1.2em;
}
.banner-tagline-sm {
    padding-top: 65px;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: .5rem;
}
.banner-sub-tagline {
    text-transform: uppercase;
    padding-left: 50px;
}
.banner-description {
    font-size: 22px;
    font-weight: 100;
}
.banner-right .banner-tagline-sm {
    padding-top: 65px;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: .5rem;
}
.banner-right .banner-description {
    font-size: 22px;
    font-weight: 100;
}
.banner-right .banner-sub-tagline {
    font-size: 44px;
    line-height: 1.2em;
}
.banner-large {
    height: 600px;
    padding: 50px 0px 50px 0px;
}
.btn-download-jaxx {
    background-color: #f27221;
    color: white;
    border: 1px solid #f27221;
    width: 230px;
    padding: 10px;
    margin-top: 50px;
    font-size: 22px;
}
.btn-download-jaxx-header {
    background-color: #f27221;
    color: white;
    border: 1px solid #f27221;
    width: 130px;
    padding: 10px;
    font-size: medium;
}

.btn-download-jaxx:hover, .btn-download-jaxx-header:hover {
    background-color: white;
    color: #f27221;
    border: 1px solid #f27221;
}

.parallex {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-image: url(images/iphone-trans.png);
}
.banner-image {
    width: auto;
    height: auto;
    max-width: 100%;
}
.banner-image-phone-demo {
    width: 320px;
    /* margin: 125px 100px 0px 145px; */
    margin: 50px 110px 0px 40px;
}
.mobile-menu {
    padding: 20px;
}
#mobile-features {
    max-height: 575px;
    overflow: auto;
    margin-bottom: 100px;
}
#mobile-features .banner-image {
    background-attachment: fixed;
    top: 0px;
    bottom: 0px;
    right: 200px;
    margin: 60px;
    width: 375px;
}
#mobile-features .banner-image-mobile {
    position: absolute;
    left: 50%;
    z-index: 99;
}
#mobile-vertical-carousal .image-slides {
    margin-left: 300px;
    margin-top: 5px;
    width: 215px;
    height: 360px;
}
#mobile-vertical-carousal .banner-tagline-sm {
    padding-top: 100px;
    font-size: 30px;
    line-height: 1.2em;
}

.trans-background {
    background-color: transparent;
}
.read-more-link {
    margin: 10px 10px 10px 0px;
}
.read-more-link .read-more-title {
    color: #B8B8B8;
}
.read-more-text-description {
    font-size: smaller;
    padding: 10px 10px 10px 0px;
}
.subscribe-button-inner {
    height: 10px !important;
}
/* temp class */
.permission-access {
    width: 90%;
}
footer {
    padding: 25px;
}
footer .left-col {
    text-align: center;
}
footer .right-col {
    text-align: center;
}
.footer-link
{
    margin-left: 16px;
    margin-right: 16px;
}
.footer-link:first-child
{
    margin-left: 0px;
}
.footer-link:last-child
{
    margin-right: 0px;
}

/* Modal Box */
.modalDialog {
    letter-spacing: 1px;
    text-transform: none;
    text-decoration: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 610px;
    position: relative;
    display: block;
    margin: 5% auto;
    padding: 5px 40px 0px 40px;
    border-radius: 10px;
    /*background: #191F27;*/
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/*
.close {
font-size: 15px;
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.close:hover {
background: #F17120;
}
*/
.modalDialog h2, p {
    color: #333;
}

.modalDialog h2 {
    text-align: center;
    font-size: 20px;
    /*color: #fff;*/
    margin-top: 55px;
    font-weight: 500;
    width: 69%;
}

.modalDialog p {
    line-height: 22px;
    font-size: 14px;
    /*color: #fff;*/
    /* font-weight: 300;*/
}

.modalDialog ol li {
    font-size: 13px;
    /*color: #fff;*/
}

.modalDialog ol li span {
    font-weight: 600;
}

.modalDialog ol li span a {
    color: #F17120;
    text-decoration: underline;
}

.modalDialog ol li span a:hover {
    color: #FF904A;
    text-decoration: underline;
}

p.cssWarning {
    font-size: 0.5em;
    color: #fff;
}

p.cssFileName {
    margin-top: 1.5em;
    font-size: 11px;

}

.cssHeader {
    height: 180px;
}

.cssMark {
    float: left;
    width: 25%;
}

.cssMarkDownload {
    float: left;
    width: 15%;
}

#openModalVS.modal #myModalLabel {
    margin-top: 25px;
    margin-left: 125px;
}

.cssTitle {
    float: right;
    font-size: 0.8em;
}

.cssTitle span {
    font-size: 0.6em;
}

.cssContent {
    width: 500px;
    height: 470px;
}

.cssContentSmall {
    width: 500px;
    height: 400px;
}

.cssScreenshot {
    margin-top: -15px;
    float: left;
    clear: both;
    width: 40%;
}

.cssInstructions {
    float: right;
    width: 60%;
    margin-right: -50px;
    margin-top: -15px;
}

.cssCenter {
    text-align: center;
}
.cssMarkDownload img {
    width: 100%;
    height: auto;
}

.cssContentDownload {
    position: relative;
    text-align: left;
    float: left;
    width: 50%;
    display: block;
}
.cssBox {
    position: relative;
    margin-bottom: 1em;
    /* height: 60px; */
    display: inline-block;
}
.cssVersionControl {
    font-size: 0.6em;
    font-weight: 500;
    float: right;
    width: 50%;
    color: #fff;
    display: block;
    position: relative;
}
.cssVersionControl p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1em;
}
.cssWrapper {
    text-align: center;
    margin-top: 1em;
}
select.custom-dropdown {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 !important;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    width: 55%;
    cursor: pointer;
    background: #f47321;
    background-size: 15%;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.cssFileSelector {
    position: relative;
    /* height: 230px; */
    /* padding-top: 60px; */
    /* padding-bottom: 10px; */
    display: inline-block;
}
.cssFileIcon {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.cssHeaderSourceView {
    height: 150px;
    display: block;
}
.modalDialog a {
    color: white;
}
.cssTextViewHolder {
    position: relative;
    background: #cccccc;
    height: 300px;
    color: #000;
    display: block;
}
.cssTextView {
    font-size: 15px;
    background: #cccccc;
    height: 100%;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #000;
}
.noSelect {
    cursor: default;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.cssOrangeBtn {
    text-decoration: none;
    color: #F37321;
    font-weight: regular;
}
.cssSourceCode {
    text-decoration: none;
    text-transform: none;
    letter-spacing: 1px;
    /* height: 30px; */
    width: auto;
    background-color: #f47321;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    line-height: 30px;
    padding: 2px 15px;
    right: 50px;
    left: auto;
}

/* Modal Box Ends */

/* for xtra-small screens */
@media (min-width: 567px) {

}

/* for small screens */
@media (min-width: 768px) {
    .collapse.in.navbar-toggleable-sm {
        margin-top: 70px;
    }
    .logo .nav-item {
        margin-left: 10px;
        margin-right: 10px;
    }
    .logo .nav-item.last-item {
        margin-left: 10px;
        margin-right: 0px;
    }
    .banner-tagline {
        padding-top: 0px;
        font-size: 28px;
        line-height: 1.2em;
    }
    .banner-tagline-sm {
        padding-top: 0px;
        font-size: 26px;
        line-height: 1.2em;
        margin-bottom: .5rem;
    }
    .banner-description {
        font-size: 17px;
        font-weight: 100;
    }
    .banner-right .banner-tagline-sm {
        padding-top: 0px;
        font-size: 26px;
        line-height: 1.2em;
        margin-bottom: .5rem;
    }
    .banner-right .banner-description {
        font-size: 17px;
        font-weight: 100;
    }
    .banner-image-phone-demo {
        width: 350px;
        /* margin: 125px 100px 0px 145px; */
        margin: 80px 10px 0px 10px;
    }
    #mobile-features {
        max-height: 575px;
        overflow: auto;
        margin-bottom: 100px;
    }
    #mobile-features .banner-image {
        background-attachment: fixed;
        top: 0px;
        bottom: 0px;
        right: 200px;
        margin: 60px;
        width: 375px;
    }
    #mobile-features .banner-image-mobile {
        position: absolute;
        left: 42%;
        z-index: 99;
    }
    #mobile-vertical-carousal .image-slides {
        margin-left: 98px;
        margin-top: 20px;
        width: 175px;
        height: 290px;
    }
    #mobile-vertical-carousal .banner-tagline-sm {
        padding-top: 60px;
        font-size: 26px;
        line-height: 1.2em;
    }
    footer .left-col {
        text-align: left;
    }
    footer .right-col {
        text-align: right;
    }
}

/* for medium screens */
@media (min-width: 992px) {
    .section-first {
        margin-top: 100px;
    }
    .logo .navbar-nav {
        padding: 10px 0px 10px 0px;
    }
    .logo .nav-item {
        margin-left: 20px;
        margin-right: 20px;
    }
    .logo .nav-item.last-item {
        margin-left: 20px;
        margin-right: 0px;
    }
    .banner-box {
        padding: 50px 0px 50px 0px;
    }
    .banner-title {
        padding: 50px 50px 0px 50px;
        letter-spacing: 3px;
    }
    .banner-tagline {
        padding-top: 35px;
        font-size: 33px;
        line-height: 1.2em;
    }
    .banner-tagline-sm {
        padding-top: 35px;
        font-size: 28px;
        line-height: 1.2em;
        margin-bottom: .5rem;
    }
    .banner-sub-tagline {
        padding-left: 50px;
    }
    .banner-description {
        font-size: 20px;
        font-weight: 100;
    }
    .banner-right .banner-tagline-sm {
        padding-top: 35px;
        font-size: 28px;
        line-height: 1.2em;
        margin-bottom: .5rem;
    }
    .banner-right .banner-description {
        font-size: 20px;
        font-weight: 100;
    }
    .banner-right .banner-sub-tagline {
        font-size: 44px;
        line-height: 1.2em;
    }
    .banner-large {
        height: 600px;
        padding: 50px 0px 50px 0px;
    }
    .banner-image-phone-demo {
        width: 450px;
        /* margin: 125px 100px 0px 145px; */
        margin: 45px 25px 0px 20px;
    }
    .mobile-menu {
        padding: 20px;
    }
    #mobile-features {
        max-height: 575px;
        overflow: auto;
        margin-bottom: 100px;
    }
    #mobile-features .banner-image {
        background-attachment: fixed;
        top: 0px;
        bottom: 0px;
        right: 200px;
        margin: 60px;
        width: 375px;
    }
    #mobile-features .banner-image-mobile {
        position: absolute;
        left: 42%;
        z-index: 99;
    }
    #mobile-vertical-carousal .image-slides {
        margin-left: 220px;
        margin-top: 5px;
        width: 215px;
        height: 360px;
    }
    #mobile-vertical-carousal .banner-tagline-sm {
        padding-top: 100px;
        font-size: 28px;
        line-height: 1.2em;
    }
}

/* for large screens */
@media (min-width: 1200px) {
    .section-first {
        margin-top: 100px;
    }
    .logo .navbar-nav {
        padding: 10px 0px 10px 0px;
    }
    .logo .nav-item {
        margin-left: 20px;
        margin-right: 20px;
    }
    .logo .nav-item.last-item {
        margin-left: 20px;
        margin-right: 0px;
    }
    .banner-box {
        padding: 50px 0px 50px 0px;
    }
    .banner-title {
        padding: 50px 50px 0px 50px;
        letter-spacing: 3px;
    }
    .banner-tagline {
        padding-top: 65px;
        font-size: 35px;
        line-height: 1.2em;
    }
    .banner-tagline-sm {
        padding-top: 65px;
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: .5rem;
    }
    .banner-sub-tagline {
        padding-left: 50px;
    }
    .banner-description {
        font-size: 22px;
        font-weight: 100;
    }
    .banner-right .banner-tagline-sm {
        padding-top: 65px;
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: .5rem;
    }
    .banner-right .banner-description {
        font-size: 22px;
        font-weight: 100;
    }
    .banner-right .banner-sub-tagline {
        font-size: 44px;
        line-height: 1.2em;
    }
    .banner-large {
        height: 600px;
        padding: 50px 0px 50px 0px;
    }
    .banner-image-phone-demo {
        width: 320px;
        /* margin: 125px 100px 0px 145px; */
        margin: 50px 110px 0px 40px;
    }
    .mobile-menu {
        padding: 20px;
    }
    #mobile-features {
        max-height: 575px;
        overflow: auto;
        margin-bottom: 100px;
    }
    #mobile-features .banner-image {
        background-attachment: fixed;
        top: 0px;
        bottom: 0px;
        right: 200px;
        margin: 60px;
        width: 375px;
    }
    #mobile-features .banner-image-mobile {
        position: absolute;
        left: 50%;
        z-index: 99;
    }
    #mobile-vertical-carousal .image-slides {
        margin-left: 300px;
        margin-top: 5px;
        width: 215px;
        height: 360px;
    }
    #mobile-vertical-carousal .banner-tagline-sm {
        padding-top: 100px;
        font-size: 30px;
        line-height: 1.2em;
    }
}