@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,400italic,300italic);

* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    font-weight: 400;
    background-color: rgb(239, 247, 252);
    line-height: 1.5em;
}

a:active, a:focus {
    outline: none !important;
}

.fa {
    padding-right: 0.8em;
}


.input-group .fa {
    padding-right: 0em;
}

p.email {
    padding: 0 !important;
    margin-top: 1.5em;
}

    p.email img {
        margin-left: -7px;
        width: 80%;
    }

/*p {
    padding-top: 1em;
}*/

a, a:hover {
    color: #239EF4;
}

    a sup {
        display: inline-block;
        line-height: 1.1em;
        text-decoration: none;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}


label {
    color: #666;
}


code {
    color: #2f6f9f;
    background-color: #eee;
}


@media screen and (max-width: 992px) {
    .container {
        width: auto !important;
    }
}


.btn-primary {
    color: #fff;
    background-color: #3FA9F5;
    border-color: #0b84da;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b84da;
        border-color: #2e6da4;
    }


.myPrimaryBtn {
    background-image: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px;
    font-weight: bold;
    padding: 1em 1em;
}

.btn-primary.myPrimaryBtn {
    box-shadow: inset 0px 2px 0px 1px #3FA9F5, inset 0px 5px 0px 0px #FFFFFF;
    min-width: 175px;
}

    .btn-primary.myPrimaryBtn:hover {
        box-shadow: inset 0px 2px 0px 1px #0B84DA, inset 0px 5px 0px 0px #FFFFFF;
    }

    .btn-success.myPrimaryBtn{
        box-shadow: inset 0px 2px 0px 1px #52f53f, inset 0px 5px 0px 0px #FFFFFF;
        min-width: 175px;
    }
     .btn-success.myPrimaryBtn:hover {
        box-shadow: inset 0px 2px 0px 1px #0bda16, inset 0px 5px 0px 0px #FFFFFF;
    }

.btn-default.myPrimaryBtn {
    color: #333;
    background-image: -webkit-linear-gradient(top, #ddd, #f2f2f2);
    background-image: -moz-linear-gradient(top, #ddd, #f2f2f2);
    background-image: -ms-linear-gradient(top, #ddd, #f2f2f2);
    background-image: -o-linear-gradient(top, #ddd, #f2f2f2);
    background-image: linear-gradient(to bottom, #ddd, #f2f2f2);
    border-color: #CCCCCC;
    box-shadow: inset 0px 2px 0px 1px #F0F0F0, inset 0px 5px 0px 0px #FFF;
    min-width: 175px;
}



    .btn-default.myPrimaryBtn:hover {
        color: #333;
        background-image: -webkit-linear-gradient(top, #F2f2f2, #f2f2f2);
        background-image: -moz-linear-gradient(top, #F2f2f2, #f2f2f2);
        background-image: -ms-linear-gradient(top, #F2f2f2, #f2f2f2);
        background-image: -o-linear-gradient(top, #F2f2f2, #f2f2f2);
        background-image: linear-gradient(to bottom, #F2f2f2, #f2f2f2);
        border-color: #ADADAD;
        box-shadow: inset 0px 2px 0px 1px #f2f2f2, inset 0px 5px 0px 0px #FFFFFF;
    }


.btn-default {
    /* color: #333; */
    /* background-color: #f6f6f6; */
    /* border-color: #ccc; */
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.8); */
}


    .btn-default:hover {
        color: #333;
        background-color: rgb(242, 242, 242);
        border-color: #adadad;
    }

.btn.btn-info {
    background-color: #3fa9f5;
}

    .btn.btn-info:hover {
        background-color: #0b84da;
    }


.text-primary {
    color: #3FA9F5;
}

.welcomeMemberMessage {
    padding-top: 0px;
    font-size: 14px;
}

@media only screen and (max-width:768px) {
    .welcomeMemberMessage {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        border-bottom: 1px solid #eee;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.noPadding {
    margin: 0;
    padding: 0;
}


.noPaddingTop {
    margin-top: 0;
    padding-top: 0;
}

.padding {
    padding: 1em;
}

.paddingTop {
    padding-top: 1em;
}


.extraPaddingTop {
    padding-top: 4em;
}


.extraPaddingBottom {
    padding-bottom: 4em;
}

.paddingBottom {
    padding-bottom: 1em;
}

.field-validation-error {
    margin-bottom: 20px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #555;
}


.field-validation-error span {
    padding-bottom: 10px;
    color: #E2747D;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.break {
    display: none;
}

@media screen and (max-width: 768px) {
    .break {
        display: block;
    }
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#cookieContainer {
    position: fixed;
    top: 0;
    background-color: #333;
    color: #fff;
    width: 100%;
    line-height: 1.5em;
    padding: 1em;
    font-size: .8em;
    text-align: center;
    z-index: 4;
}

@media (max-width: 1455px) {
    #cookieContainer {
        padding: 0.4em;
    }
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
}

    button.close:hover {
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        color: #fff;
    }


@media (min-width: 1455px) {
    .navbar.navbar-default.navigation {
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        transition: all 2s;
    }

    .top-nav-collapse {
        background-color: rgb(255, 255, 255) !important;
        transition: all 1s ease-in;
        box-shadow: 0 0 7px rgba(47, 47, 47, 0.74);
    }

    .navbar-collapse.collapse {
        transition: all .6s;
        font-size: .8em;
    }

        .navbar-collapse.collapse.in {
            background-color: #fff;
            transition: all .6s;
        }

    .scroll .navbar.navbar-default.navigation {
        background-color: #fff;
    }
}

.navigationTop .nav > li.active a, .navigationTop .nav > li.active a:hover, .navigationTop .nav > li.active a:focus, .navigationTop .nav > li.active a:visited {
    color: #fff !important;
    background-color: transparent;
    text-decoration: underline;
}


.navigationTop {
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
    background-color: rgb(27, 84, 128);
    color: #333;
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar-default .navbar-text {
    color: #444;
}

.navigationTop .navbar-nav > li > a:hover {
    background-color: transparent;
}

@media screen and (max-width: 992px) {
    .navigationTop .nav > li > a {
        position: relative;
        display: block;
    }
}

.navigationTop h6 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline;
}

.navigationTop p {
    display: inline;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 15px;
}



@media screen and (max-width: 430px) {
    .navigationTop p {
        margin: 0 auto;
        padding: 0;
        padding-right: 10px;
    }

    .navigationTop {
        padding: 0;
    }
}


.navigationTop a {
    color: #fff;
    display: inline;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navigationTop .nav > li > a {
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    margin-top: 3px;
}

    .navigationTop .nav > li > a:hover {
        color: #fff;
        text-decoration: underline;
    }

.navigationTop--devider {
    color: #fff;
}


.navigationTop--flag {
    margin-left: 20px;
    margin-top: -2px;
}

@media screen and (max-width: 768px) {
    .navigationTop--flag {
        position: relative;
        float: right;
        margin-right: 5px;
        margin-left: 0;
        padding: 9px 10px;
        margin-top: 4px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: none;
    }

        .navigationTop--flag a, .navigationTop--flag a:hover {
            color: #333;
        }
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}


.scroll .navigationTop h4 {
    color: #fff;
}

header.scroll .menu, header.scroll .navigationTop {
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}

.scroll .navigationTop .nav > li > a {
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}

    .scroll .navigationTop .nav > li > a:hover {
        color: #333 !important;
    }

.navigationBottom .nav > li {
    margin-right: 8px;
    text-shadow: 1px 1px 5px #000;
}

    .navigationBottom .nav > li a:hover {
        border-radius: 4px;
    }

.navigationBottom .nav li a span.fa {
    padding: 0;
}


.navigationBottom .nav > li.active a {
    color: #3FA9F5;
    background-color: #34373B);
}


.navbar-header img.brand {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .navbar-header img.brand {
        margin-left: 25px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
}

@media screen and (max-width: 370px) {
    .navbar-header a img.brand {
        margin-left: 10px;
        width: 180px;
    }
}


@media screen and (max-width: 320px) {
    .navbar-header a img.brand {
        margin-left: 10px;
        width: 150px;
    }
}

@media screen and (max-width: 250px) {
    .navbar-header a img.brand {
        margin-left: 10px;
        width: 120px;
    }
}


.navigationBottom {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
}

    .navigationBottom .navbar-nav > li > a:hover {
        color: #3FA9F5;
    }

@media screen and (max-width: 768px) {
    .navigationBottom {
        padding-bottom: 0px;
        padding-top: 0px;
    }

        .navigationBottom .nav > li {
            margin-right: 0px;
            border-bottom: 1px solid #eee;
        }
}


@media screen and (max-width: 830px) {
    .navigationBottom .navbar-nav > li > a {
        padding: 15px 5px;
    }
}

@media screen and (max-width: 768px) {
    .navigationBottom .navbar-nav {
        margin: 0 15px;
    }
}


.navigationBottom li a {
    text-transform: uppercase;
    font-weight: 700;
}

    .navigationBottom li a span:before {
        padding-right: 10px;
    }


.nav.navbar-nav .active, .navigationBottom .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3FA9F5;
}


.dropdown-menu li a {
    color: #333 !important;
}


.scroll .navigationBottom li a {
    color: #333 !important;
}

.scroll .navigationTop p {
    color: #333333;
}

.scroll .navigationTop a {
    color: #333333;
}

.scroll .navigationBottom {
    background: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
}


@media screen and (max-width: 768px) {
    .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:hover, .nav > li > a:hover, .nav > li > a:visited, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
    }
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    border-bottom: 1px solid #eee;
    padding: 15px 5px;
}


.footer {
    width: 100%;
    border-radius: 0px;
    background-color: rgb(7, 20, 30);
    background-image: none;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0;
    border-top: 5px solid #3FA9F5;
    font-family: 'Lato', sans-serif;
}

    .footer h4 {
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #3FA9F5;
    }

    .footer ul {
        padding: 0;
        margin: 0;
    }

        .footer ul li {
            display: block !important;
            margin-bottom: 10px;
            color: #eee;
        }

    .footer a {
        color: #fff;
        padding-left: 0;
    }


        .footer a:hover {
            color: #3FA9F5;
            text-decoration: none;
        }

@media screen and (max-width: 500px) {
    .footer .col-xs-6 {
        width: 100%;
    }

    .footer ul, .footer h4, p.number, p.email {
        text-align: center;
    }

    .brandFooter {
        margin: auto;
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .footer .container {
        width: 100%;
        margin: 0 20px;
    }

    .footer p.number span.fa, .footer p.email span.fa {
        display: none;
    }
}


.bottomFooter {
    background: rgb(8, 27, 42);
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #2F3236;
}

    .bottomFooter p {
        color: #fff;
        padding: 10px 0;
        margin: 0;
    }

    .bottomFooter a:hover {
        color: #fff;
        text-decoration: underline;
    }


    .bottomFooter span {
        margin: 0px 10px;
    }



    .bottomFooter a span {
        color: #ddd;
    }


        .bottomFooter a span:hover {
            color: #fff;
        }

.blockChainFooter {
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #656565;
}

    .blockChainFooter p {
        color: #fff;
        padding: 10px 0;
        margin: 0;
    }

@media screen and (max-width: 768px) {
    .bottomFooter .allRightsReserved a span {
        padding-top: 25px;
    }
}


p.number, p.address {
    color: #fff;
    font-size: 14px;
}

    p.number span.fa, p.email span.fa, p.address span.fa {
        color: #fff;
    }

p.number, p.address {
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 0;
}


p.email img {
    display: inline !important;
    height: 26px;
}


.brandFooter {
    margin-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .designedBy {
        float: none !important;
        margin: auto;
        text-align: center;
    }

    .allRightsReserved {
        float: none !important;
        margin: auto;
        text-align: center;
    }
}

.min-width-400 {
    min-width: 380px;
}


.emailSVG img {
    display: inline !important;
    height: 16px;
    margin-top: 2px;
    margin-bottom: 0px;
    float: left;
}


@media screen and (max-width: 380px) {
    .emailSVG img {
        height: 14px;
        margin-top: 5px;
    }

    p.phoneNumber {
        font-size: 10px;
    }
}


.indexBanner {
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
    height: 1150px;
    margin-top: -100px;
    margin-bottom: -3em;
    background: url(/Content/images/website/home-banner.jpg) no-repeat center center;
    opacity: 0;
    animation: fadeIn 2s forwards;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
    .indexBanner {
        height: 900px;
    }
}

.indexBannerContent {
    margin-top: 416px;
    padding: 10px;
}

    .indexBannerContent > h1 {
        text-align: center;
        line-height: 1.2;
        font-weight: bold;
        margin: 0;
        margin-bottom: 40px;
        font-size: 3.5em;
        text-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        text-transform: uppercase;
        color: rgb(206, 234, 255);
    }

@media screen and (max-width: 768px) {
    .indexBannerContent > h1 {
        font-size: 2.5em;
    }

    .indexBannerContent {
        margin-top: 316px;
    }
}

@media screen and (max-width: 600px) {
    .indexBannerContent {
        margin-top: 285px;
    }
}

@media screen and (max-width: 400px) {
    .indexBannerContent {
        margin-top: 245px;
    }
}

.indexBannerContent > h3 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
    margin-top: 35px;
    margin-bottom: 3em;
    font-size: 1.5em;
    text-shadow: 0px 1px 1px rgba(5, 5, 5, 0.8);
    text-transform: capitalize;
}
.blockchainInto{

}
.indexIntro {
    /* margin: 10em 0 10em 0; */
    padding: 4em 0 4em 0;
    /* border-bottom: 10px solid #eee; */
}

.indexIntroBanner {
    padding: 4em 0 4em 0;
    background: rgb(63, 169, 245);
    margin-top: -3;
}

.indexIntro h4 {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #7e8890;
    margin: 0 auto;
    max-width: 1024px;
    padding-left: 30px;
    padding-right: 30px;
}


@media screen and (max-width: 768px) {
    .indexIntro h4 {
        font-size: 1em;
    }
}


.indexIntro p {
    margin: 10px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 50px;
    color: #7e8890;
}


.indexIntro .section-heading h2 {
    margin-top: 20px;
    margin-bottom: 35px;
}

.indexIntro .section-heading p {
    font-size: 16px;
    line-height: 24px;
}

.indexIntro h4 {
    margin-top: 35px;
    margin-bottom: 35px;
}


.howItWorks {
    margin-bottom: 100px;
    position: relative;
    padding-top: 100px;
    border-top: 10px solid rgb(238, 238, 238);
}

    .howItWorks h1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .howItWorks h3 {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .howItWorks p {
        color: #7e8890;
        line-height: 21px;
        font-weight: normal;
        margin-right: 20px;
        margin-left: 20px;
    }

    .howItWorks li {
        color: #909090;
        margin: 10px;
        line-height: 21px;
        font-weight: normal;
    }

    .howItWorks .block {
        margin: auto;
        text-align: center;
        min-height: 350px;
    }

    .howItWorks .myPrimaryBtn {
        margin-top: 50px;
    }

    .howItWorks .btn.btn-secondary {
        position: absolute;
        bottom: 20px;
        margin-top: 20px;
        color: #239EF4;
        border: 2px solid #239EF4;
    }

        .howItWorks .btn.btn-secondary:hover {
            margin-top: 20px;
            color: #fff;
            background-color: #239EF4;
            border: 2px solid #239EF4;
        }


    .howItWorks .block:hover {
        background: rgb(238, 250, 255);
        transform: scale(1.1);
        transition: all .4s ease-in;
        z-index: 20;
    }

.fillerBanner {
    background-color: rgb(27, 84, 128);
    background-image: url(images/website/sales-section.jpg);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

    .fillerBanner .animationLayer {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .fillerBanner h2 {
        color: #fff;
        margin-bottom: 25px;
        text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
        font-size: 2.5em;
        text-align: center;
    }

    .fillerBanner h3 {
        color: #239EF4;
        font-size: 1em;
        margin-bottom: 50px;
    }

    .fillerBanner small {
        color: #66c0ff;
        font-size: 1.2em;
    }

    .fillerBanner p {
        margin-bottom: 50px;
        font-size: 1.2em;
        color: #fff;
        font-weight: normal;
        max-width: 700px;
        margin: 0 auto;
    }

.platformBenefits {
    margin-top: 50px;
    /* margin-bottom: 100px; */
}

    .platformBenefits .page-header h1 {
        color: #333;
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .platformBenefits img {
        margin-top: 50px;
        margin-bottom: 30px;
    }


    .platformBenefits h4 {
        margin-top: 30px;
    }

    .platformBenefits .myPrimaryBtn {
        margin-top: 20px;
    }


    .platformBenefits p {
        color: #738890;
        margin-bottom: 60px;
    }

@media screen and (min-width: 768px) and (max-width: 992px) {
    .platformBenefits p {
        margin-left: 40px;
        margin-right: 40px;
    }
}

.indexTestimonials {
    background-color: rgb(7, 20, 30);
    background-image: url(images/website/testimonials-section.jpg);
    background-repeat: no-repeat;
    margin-left: -3px;
    padding-top: 60px;
    margin-right: 0px;
    padding-bottom: 80px;
    font-weight: bold;
}

    .indexTestimonials h2 {
        color: #fff;
        font-size: 3.2em;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
        font-weight: bold;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .indexTestimonials h3 {
        color: #fff;
        font-size: 2.2em;
        max-width: 600px;
        text-align: center;
        margin: 5px auto;
        margin-bottom: 20px;
        font-weight: bold;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .indexTestimonials p {
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 0;
        font-size: 16px;
        color: #fff;
    }

    .indexTestimonials strong {
        color: #239EF4;
    }

    .indexTestimonials .btn-primary {
        margin-top: 60px;
    }

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align: center;
}

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: -10px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
            height: 10px;
            width: 10px;
            margin-bottom: 1px;
        }


.indexTestimonials blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border: none;
}

    .indexTestimonials blockquote footer {
        color: #249EF4;
    }


.indexClients {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgb(60, 60, 60);
}

    .indexClients .page-header h1 {
        color: #eee;
        font-size: 2em;
        border: 0;
    }

    .indexClients .page-header h3 {
        color: #dedede;
    }

    .indexClients img {
        border: 1px solid #ccc;
        margin-top: 50px !important;
        margin-bottom: 50px;
    }

@media screen and (max-width: 992px) {
    .indexClients .page-header h1 {
        margin-bottom: 50px;
    }

    .indexClients img {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 992px) {
    .indexClientsSmall .page-header h3 {
        margin-top: 0px;
        margin-bottom: 60px;
    }
}


.indexClientsSmall {
    margin: 80px 20px;
}


    .indexClientsSmall h3 {
        margin: 50px 20px;
    }


.loginForm, .registerForm, .contactView {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    padding: 150px 0;
    width: 620px;
    margin: auto;
}

.contactView {
    margin: 2em auto !important;
    padding-top: 1em;
}


@media only screen and (max-width:768px) {
    /*.loginForm, .registerForm, .contactView {
        padding: 100px 0;
    }*/
}

/*.loginForm .panel-heading, .registerForm .panel-heading, .contactView .panel-heading {
    background-color: #fff;
    border: none;
    padding: 35px 100px 10px 100px;
    font-size: 30px;
}*/


/*.loginForm h2, .registerForm h2, .contactView h2 {
    text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    font-size: 1.2em;
    color: #43464A;
}*/

@media only screen and (max-width:768px) {
    .loginForm h2, .registerForm h2, .contactView h2 {
        font-size: .8em;
    }
}

/*.loginForm h3, .registerForm h3, .contactView h3 {
    /* font-size: .6em; */
color: #3FA9F5;
}

*/ @media screen and (max-width: 768px) {
    .contactView h3;

{
    margin-left: 20px;
    margin-right: 20px;
}

}

.cardShadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

@media screen and (max-width: 650px) {
    /*.cardShadow {
        box-shadow: none;
    }*/
}


/*.loginForm .panel-body, .registerForm .panel-body, .contactView .panel-body {
    background-color: rgba(255, 255, 255, 0);
    padding: 20px 15px 40px 15px;
    margin-top: 60px;
}*/



/*.loginForm .panel-body {
    padding-top: 60px;
    padding-bottom: 60px;
}

.loginForm .btn-info, .registerForm .btn-info, .contactView .btn-info, .forgotPassword .btn-info {
    background-image: none;
    background-color: #3FA9F5;
    border: none;
    height: 40px;
    border-radius: 5px;
    color: #ffffff;
    padding: 6px 45px;
    box-shadow: inset 0px 1px 0px 1px #3FA9F5, inset 0px 3px 0px 0px #FFFFFF;
}

.registerForm .btn-info {
    margin-top: 80px;
}

.loginForm .panel-footer, .registerForm .panel-footer {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    padding: 0px;
    border-radius: 0px;
    border-top: 1px solid #eee;
}*/


.registerForm .panel-footer p {
    padding: 0.5em 0;
}



@media screen and (max-width: 650px) {
    /*.loginForm, .registerForm, .contactView {
        width: auto;
    }

        .loginForm .panel-heading, .registerForm .panel-heading {
            padding: 0;
        }

        .loginForm .panel-body, .registerForm .panel-body {
            background-color: #fff;
            padding: 20px;
            margin-top: 60px;
        }

        .loginForm .panel-body, .registerForm .panel-body, .contactView .panel-body {
            background-color: transparent;
            padding: 0;
            margin-top: 25px;
        }

        .loginForm .panel-footer, .registerForm .panel-footer {
            background-color: transparent;
            background-image: none;
            padding: 0px;
            border-radius: 0px;
            border-top: 1px solid #eee;
        }*/
}

@media screen and (max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.85);
        margin: 0 auto;
    }

    .registerForm .btn-info {
        margin-top: 110px;
    }
}


@media screen and (max-width: 768px) {
    .loginForm .btn-info, .registerPage .btn-info {
        margin-left: 0;
        margin-right: 0;
    }
}

.loginForm .btn-info:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1f8edb), to(#1f8edb));
    background-color: #0b84da;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px 1px #0b84da, inset 0px 3px 0px 0px #FFFFFF;
}

.loginForm p {
    text-align: center;
    /*margin-top: 20px;*/
    color: #fff;
}

.loginForm .forgot-password {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.loginForm #rememberMe {
    margin-bottom: 20px;
}


.loginForm .need-an-account {
    color: #212121;
    font-weight: normal;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 2px;
    background-color: transparent;
}


.loginForm .well {
    border: none;
}


.loginForm .loginForm-Container {
    min-width: 600px;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


@media screen and (max-width: 768px) {
    .loginForm .loginForm-Container {
        min-width: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
        float: none;
        box-shadow: none;
    }
}


@media screen and (max-width: 768px) {
    /*.loginForm .panel-heading h2 {
        font-size: 24px;
        margin-left: 10px;
        margin-right: 10px;
    }*/
}


.registerPage {
    padding-top: 130px;
    padding-bottom: 100px;
    font-family: Montserrat, sans-serif;
    background-color: #F5F8FA;
}

@media screen and (max-width: 780px) {
    .registerPage {
        padding-top: 120px;
    }
}


.registerPage h2 {
    text-align: center;
    padding: 15px 0 0px 0;
    font-size: 30px;
    font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 780px) {
    .registerPage h2 {
        font-size: 24px;
        padding: 5px 0 10px 0;
    }
}

.registerPage h4 {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 60px;
    color: #6b6b6b;
    font-size: 18px;
}




@media screen and (max-width: 780px) {
    .registerPage h4 {
        margin-bottom: 20px;
        font-size: 14px;
    }
}



@media screen and (max-width: 600px) {
    .registerPage h4 {
        margin-bottom: 30px;
        font-size: 14px;
        padding: 0px;
    }

    .registerPage .well {
        padding: 0px 15px 0px 15px;
        background-color: #ffffff;
        margin-top: 20px;
        background-image: none;
    }

    .registerPage input[type=submit] {
        margin-left: 0px !important;
    }
}



/*.registerPage .panel-footer {
    background-color: #fff;
    background-image: none;
    padding: 0px;
    border-radius: 0px;
    border-top: 1px solid #eee;
}*/


/*.registerPage .panel-heading {
    background-color: #fff;
    border: none;
    text-align: center;
    padding: 15px 0 10px 0;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    border-bottom: 1px solid #eee;
}*/





.registerPage .form-group {
    margin-bottom: 20px;
}

    .registerPage .form-group label {
    }


.registerPage .btn-info {
    margin-top: 0px;
}



.registerPage .panel-footer {
    background-color: transparent;
    background-image: none;
}


.registerPage input[type=submit] {
    background-color: #3FA9F5;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: -10px;
}

    .registerPage input[type=submit]:hover {
        background-color: #1f8edb;
    }


.region {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #55595c;
    border: 1px solid #ccc;
    margin: 20px 0;
    border-radius: 5px !important;
}

.input-website {
    font-size: 14px;
    line-height: 1.5;
    color: #55595c;
    border: 1px solid #ccc;
    margin: 0;
    margin-bottom: 20px;
    border-radius: 5px;
}

.form-group .control-label {
    text-align: left;
}

.fullwidth-website {
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin: 20px 0;
    border-radius: 5px !important;
}

.index-form-email {
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin: 20px 0;
    border-radius: 5px !important;
}

.index-form-signup {
    padding: 10px 15px;
    border-radius: 5px !important;
    border: 1px solid #1d63d5;
    margin: 0 5px;
}

.form-name {
    width: 154.656px !important;
}

.formattext:hover {
    content: " ";
}

    .formattext:hover:before {
        content: attr(data-prefix) " ";
        animation: leftIn 0.2s ease-in-out;
    }

    .formattext:hover::after {
        content: " " attr(data-suffix);
        animation: leftIn 0.4s ease-in-out;
    }

.forgotPassword {
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
}


    .forgotPassword h2 {
        text-align: center;
        font-size: 32px;
        color: #3c3c3c;
        padding: 15px 0 10px 0;
        text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
        font-weight: bold;
    }

    .forgotPassword h4 {
        text-align: center;
        padding: 0px 0 30px 0;
        color: #6b6b6b;
        text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    }

    .forgotPassword .btn-info:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1f8edb), to(#1f8edb));
        background-color: #1f8edb;
        border: none;
        height: 40px;
        border-radius: 5px;
    }

    .forgotPassword p {
        text-align: center;
        color: #fff;
    }

    .forgotPassword .well {
        margin-top: 40px;
        padding: 45px 65px 25px 65px !important;
        background-color: #ffffff;
        background-image: none;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .forgotPassword .btn-info, .registerPage .btn-info {
        background-image: none;
        background-color: #239EF4;
        border: none;
        height: 40px;
        border-radius: 5px;
        color: #ffffff;
        padding: 6px 12px;
        margin-top: 100px;
    }

    .forgotPassword .btn-info {
        margin-top: 20px;
    }


    .forgotPassword .form-group {
        margin-bottom: 20px;
    }

    .forgotPassword .need-an-account {
        color: #333;
        margin: 0px;
        margin-top: 25px;
        padding: 0px;
    }


    .forgotPassword .panel-footer {
        background-color: transparent;
        background-image: none;
    }

    .forgotPassword .emailInput {
        margin-top: 45px;
    }



.helpView {
    margin-top: 160px;
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    .helpView .container {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .helpView {
        margin-top: 140px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 992px) {
    .helpView {
        margin-top: 120px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .helpView {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 420px) {
    .helpView {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.helpView h1 {
    font-size: 1.9em;
    text-transform: uppercase;
    margin-top: 0em;
    color: #444;
}

@media screen and (max-width: 768px) {
    .helpView h1 {
        font-size: 1.6em;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .helpView h1 {
        font-size: 1.2em;
        margin-bottom: 0;
        font-weight: bold;
    }
}

.helpView h2 {
    font-size: 1.5em;
    margin-top: 1.7em;
    margin-bottom: 0.8em;
    color: #535353;
}

.helpView h3 {
    font-size: 1em;
    margin-top: 2em;
    margin-bottom: 0;
    color: #333;
}

.helpView h4, .helpView h5, .helpView h6 {
    font-size: 1.2em;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #535353;
    font-weight: bold;
}

.helpView p, li {
    color: #333;
    text-shadow: none !important;
}

.helpView ol > li > h3 {
    font-size: 14px;
    font-weight: bold;
}

.helpView .panel-title {
    margin: 0;
}

.helpView .panel-heading {
    font-size: 1.2em;
    background-color: #fff;
    background-image: none;
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .helpView .panel-heading {
        font-size: 1em;
        padding: 0px 15px;
    }
}

.helpView .panel.panel-default {
    border: none;
    margin-right: 0px;
}

@media screen and (max-width: 768px) {
    .helpView .panel.panel-default {
        min-width: 120px;
    }
}

.helpView .list-group-item {
    border: none;
    padding: 10px 15px;
}

@media screen and (max-width: 768px) {
    .helpView .list-group-item {
        padding: 5px 10px;
        font-size: 12px;
    }
}

.helpView .panel-heading h3 {
    font-size: 1.2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 768px) {
    .helpView .panel-heading h3 {
        font-size: 1em;
        margin-top: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

        .helpView .panel-heading h3:first-child {
            margin-top: 0;
        }
}


.helpView .panel.panel-default {
    margin-bottom: 0px;
}


.helpView .list-group-item.active {
    background-color: transparent;
    text-decoration: underline;
}

.testimonialsView {
    margin-bottom: 150px;
}


.testimonialsView--Banner {
    background-color: grey;
    background: url(images/website/testimonials-banner.jpg) no-repeat center center;
    margin-top: 32px;
    padding-top: 210px;
    padding-bottom: 150px;
}


@media screen and (max-width: 768px) {
    .testimonialsView--Banner {
        margin-top: 20px;
        padding-top: 120px;
        padding-bottom: 50px;
    }
}


.testimonialsView--Banner h2 {
    color: #fff;
    font-size: 3.2em;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
    .testimonialsView--Banner h2 {
        font-size: 2em;
        padding: 0 20px;
    }
}

@media screen and (max-width: 300px) {
    .testimonialsView--Banner h2 {
        font-size: 1.8em;
        padding: 0 20px;
    }
}


#testimonials-sidebar {
    margin-top: 110px;
    width: 220px;
}


@media screen and (max-width: 992px) {
    #testimonials-sidebar {
        margin-top: 110px;
        width: 220px;
    }
}



#testimonials-sidebar.nav > li > a {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 20px;
    margin-right: 40px;
    font-size: 1.3em;
}

    #testimonials-sidebar.nav > li > a:hover {
        background-color: #eee;
    }


#testimonials-sidebar.affix-top {
    position: static;
}

#testimonials-sidebar.affix {
    width: 220px;
    position: fixed;
    top: 120px;
}


.testimonialsView--Block {
    margin-top: 50px;
}

    .testimonialsView--Block h2 {
        background-color: transparent;
        color: #333;
        font-size: 2em;
        margin-top: 50px;
        margin-bottom: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

@media screen and (max-width: 992px) {
    .testimonialsView--Block {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .testimonialsView--Block {
        margin-top: 0px;
    }

        .testimonialsView--Block h2 {
            margin-top: 20px;
            margin-bottom: 20px;
        }
}

.testimonial-block {
    margin-bottom: 20px;
    padding: 20px 50px;
    background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 768px) {
    .testimonial-block {
        margin-bottom: 20px;
        padding: 20px 20px;
    }
}

.testimonial-block p {
    margin-bottom: 25px;
    color: #7e8890;
    line-height: 1.8;
}

.testimonialsView--Block small::before {
    content: "- ";
}

.testimonialsView--Block small {
    padding-bottom: 80px;
    font-size: 1em;
    color: #333;
}

    .testimonialsView--Block small cite {
        padding-bottom: 80px;
        font-size: 1em;
        color: #7e8890;
        color: #333;
    }


.testimonialsView--Block span.fa {
    font-size: 2em;
    color: #E7E7E7;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: -20px;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .testimonialsView--Block span.fa.fa-quote-left {
        margin-top: -25px;
    }
}

.testimonialsView--Block span.fa.fa-quote-left {
    left: 5px;
}


.testimonialsView--Block span.fa.fa-quote-right {
    margin-top: 7px;
}

.contactView .well {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


.contactView .page-header {
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .contactView {
        padding-top: 75px;
    }
}


@media screen and (max-width: 768px) {
    .contactView {
        padding-top: 5px;
    }

    .contactView--Form .well {
        padding-right: 75px;
        padding-left: 75px;
        margin-left: 75px;
        margin-right: 75px;
    }

    .contactView--Form .page-header h4 {
        padding: 0;
    }
}


@media screen and (max-width: 600px) {
    .contactView--Form .well {
        padding-right: 50px;
        padding-left: 50px;
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 500px) {
    .contactView--Form .well {
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 400px) {
    .contactView--Form .well {
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 0px;
        margin-right: 0px;
    }
}


.contactView--Form .input-group {
    margin-bottom: 0 !important;
}


@media screen and (max-width: 992px) {
    .contactView {
        margin-top: 150px;
    }
}


@media screen and (max-width: 768px) {
    .contactView {
        margin-top: 110px;
    }
}

@media screen and (max-width: 410px) {
    .contactView {
        margin-top: 130px;
    }
}

.contactView--Form .well {
    background-color: #fff;
}

.contactView .page-header {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

    .contactView.page-header h1 {
        margin-bottom: 0px;
        font-size: 32px;
        color: #3c3c3c;
        padding: 0px 0 10px 0;
        text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    }

    .contactView .page-header h4 {
        text-align: center;
        margin-bottom: 60px;
        padding: 0 60px;
        color: #6b6b6b;
        text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
        font-size: 18px;
    }


@media screen and (max-width: 1200px) {
    .contactView .page-header h4 {
        padding: 0 20px;
    }
}


@media screen and (max-width: 600px) {
    .contactView .page-header h4 {
        padding: 0 10px;
        font-size: 16px;
    }
}


@media screen and (max-width: 400px) {
    .contactView .page-header h4 {
        padding: 0;
        line-height: 120%;
    }

    .contactView--Form .page-header {
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.contactView--Form .page-header p {
    margin-bottom: 20px;
}

.contactView--Form .input-group, .contactView--Form input {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .contactView button[type="submit"] {
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
        border: none;
        float: right;
    }
}


.contactView--Details {
    margin-top: 50px;
    margin-bottom: 0px;
}


@media screen and (max-width: 992px) {
    .contactView--Details .container {
        margin: 0;
        padding: 0;
    }

    .contactView--Details .col-sm-12 {
        margin: 0;
        padding: 0;
    }
}


@media screen and (max-width: 768px) {
    .contactView--Details h4 {
        margin: 0 auto;
        text-align: left;
    }

    .contactView--Details p {
        margin: 0 auto;
        text-align: center;
        padding-top: 0;
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 480px) {
    .contactView--Details .container {
        margin: 0;
        padding: 0;
    }

    .contactView--Details .col-sm-12 {
        margin: 0;
        padding: 0;
    }

    .contactView--Details p {
        padding-top: 0;
        padding-bottom: 10px;
    }
}

.contactView--Details h4 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    font-weight: bold;
    font-size: 1.2em;
}


.contactView--Details, contactView--Details h4, .contactView--Details p {
    padding: 0;
    text-align: left;
}

    .contactView--Details h4 {
        margin-top: 40px;
    }

    .contactView--Details h2 {
        margin-top: 100px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }



.contactView--Devider {
    border-bottom: 2px solid #F5F5F5;
}

.devider {
    margin-top: 40px;
    border-bottom: 2px solid #F5F5F5;
}

.blockchain--Banner {
    background-color: rgb(54, 68, 80);
    background: url(images/website/blockchain-banner.jpg) no-repeat center center;
    margin-top: 32px;
    padding-top: 175px;
    padding-bottom: 150px;
    padding-top: 175px;
    padding-bottom: 50px;
}

.blockchainIntro{
    
background-color: rgb(27, 84, 128);
}
.blockchainIntro h2{
    color: #eee;
}

.introMedia{
    margin: 5em 0 5em 0;
}


.platformPage--Banner {
    background-color: grey;
    background: url(images/website/platform-banner.jpg) no-repeat center center;
    margin-top: 32px;
    padding-top: 175px;
    padding-bottom: 50px;
}

    .platformPage--Banner h2 {
        color: #fff;
        font-size: 3.2em;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
        font-weight: bold;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .platformPage--Banner h4 {
        color: #fff;
        font-size: 1.4em;
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
        line-height: 1.4em;
        font-weight: normal;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
        font-family: 'Lato', sans-serif;
    }



@media screen and (max-width: 768px) {
    .platformPage--Banner {
        margin-top: 20px;
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .platformPage--Banner h2 {
            font-size: 2em;
            padding: 0 20px;
        }

        .platformPage--Banner h4 {
            padding: 0 20px;
            font-size: 1em;
        }
}


@media screen and (max-width: 300px) {
    .platformPage--Banner h2 {
        font-size: 1.8em;
        padding: 0 20px;
    }
}

.platformPage--Header {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #fff;
}


.platformPage .nav-pills > li.active > a, .platformPage .nav-pills > li.active > a:hover, .platformPage .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #3FA9F5;
    border-radius: 0px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.platformPage .nav-pills > li > a {
    border-radius: 0px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.platformPage {
    padding-bottom: 30px;
}

    .platformPage .col-sm-6 {
        /*padding-right: 80px;*/
    }

    .indexClients img, .platformPage .block-alt img, .platformPage .block img {
        -webkit-transform: scale(1); /* Safari and Chrome */
        -moz-transform: scale(1); /* Firefox */
        -ms-transform: scale(1); /* IE 9 */
        -o-transform: scale(1); /* Opera */
        transform: scale(1);
        /* transition: all .2s ease-in-out; */
        z-index: 1;
    }

    .platformPage .block-alt img, .platformPage .block img {
        /* transition: all .5s ease-in !important; */
    }

    .indexClients img:hover, .platformPage img:hover {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
        transition: all .4s ease-in;
        z-index: 20;
    }



    .platformPage .block img:hover {
        -ms-transform: matrix(1, 0, 0, 1, -80, 0) scale(1.25); /* IE 9 */
        -webkit-transform: matrix(1, 0, 0, 1, -80, 0) scale(1.25); /* Safari */
        transform: matrix(1, 0, 0, 1, -80, 0) scale(1.25);
        transition: all .4s ease-in;
    }

@media screen and (max-width: 768px) {
    .platformPage .col-sm-6 {
        padding-right: 0px;
        padding-left: 0;
    }

    .indexClients img:hover, .platformPage img:hover, .indexClients img, .platformPage .block-alt img, .platformPage .block img {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        margin-top: 3em !important;
    }
}

.platformPage h2 {
    text-transform: uppercase;
    margin-bottom: 3.5em;
    font-size: 1.6em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .platformPage h2 {
        text-transform: uppercase;
        margin-bottom: 1em;
        font-size: 1.6em;
        text-align: center;
    }
}

.platformPage h4 {
    margin-top: 1.5em;
    font-size: 1.2em;
    line-height: 1.5;
}



@media screen and (max-width: 768px) {
    .platformPage h4 {
        text-align: center;
    }
}


.platformPage .col-sm-6 ul {
    margin-top: 2em;
}

    .platformPage .col-sm-6 ul li {
        margin-left: -1.5em;
        font-family: 'Lato', sans-serif;
        color: #7d8485;
        line-height: 1em;
        padding-bottom: 1em;
    }


.platformPage p {
    max-width: 500px;
    color: #7d8485;
    font-size: 1.1em;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .platformPage p {
        text-align: center;
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
    }

    .platformPage .block-alt img {
        margin: 0 auto;
    }
}

.platformPage .block {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0000;
}

@media screen and (max-width: 768px) {
    .platformPage .block {
        padding: 40px 0;
    }
}

.platformPage .block img {
    margin-bottom: 100px;
    border: 1px solid #ccc;
    padding: 3px;
}

.platformPage .block-alt {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .platformPage .block-alt {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #FFFFFF;
    }
}

.platformPage .block-alt img {
    border: 1px solid rgba(204, 204, 204, 0);
    padding: 3px;
    margin: 3px;
}


.platformPage hr {
    padding: 0;
    margin: 0;
}


table.noActions th:first-child {
    width: auto;
}

table.noActions th:last-child {
    width: auto;
}

table.noActionsLeft th:first-child {
    width: auto;
}

table.noActionsLeft th:last-child {
    width: 15%;
}



table th a span.fa.fa-sort-asc, table th a span.fa.fa-sort-desc {
    padding-left: 0.8em;
}


table th a span.fa.fa-sort-desc {
    color: #3FA9F5;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.centered {
    margin: auto;
    position: relative;
    float: none;
    text-align: center;
}


.padding-top-1x {
    padding-top: 24px !important;
}

.padding-bottom-1x {
    padding-bottom: 24px !important;
}

.padding-top-2x {
    padding-top: 48px !important;
}

.padding-bottom-2x {
    padding-bottom: 48px !important;
}

.padding-top-3x {
    padding-top: 72px !important;
}

.padding-bottom-3x {
    padding-bottom: 72px !important;
}

.padding-top-4x {
    padding-top: 160px !important;
}

.padding-bottom-4x {
    padding-bottom: 160px !important;
}

.padding-top-5x {
    padding-top: 320px !important;
}

.padding-bottom-5x {
    padding-bottom: 320px !important;
}

.margin-top-1x {
    margin-top: 24px !important;
}

.margin-bottom-1x {
    margin-bottom: 24px !important;
}

.margin-top-2x {
    margin-top: 48px !important;
}

.margin-bottom-2x {
    margin-bottom: 48px !important;
}

.margin-top-3x {
    margin-top: 72px !important;
}

.margin-bottom-3x {
    margin-bottom: 72px !important;
}

.margin-top-120 {
    margin-top: 120px !important;
}

}

.margin-top-4x {
    margin-top: 160px !important;
}

.margin-bottom-4x {
    margin-bottom: 160px !important;
}

.margin-top-5x {
    margin-top: 320px !important;
}

.margin-bottom-5x {
    margin-bottom: 320px !important;
}


@media screen and (max-width:767px) {
    .col-xs-1.col-margin-xs, .col-xs-2.col-margin-xs, .col-xs-3.col-margin-xs, .col-xs-4.col-margin-xs, .col-xs-5.col-margin-xs, .col-xs-6.col-margin-xs,
    .col-xs-7.col-margin-xs, .col-xs-8.col-margin-xs, .col-xs-9.col-margin-xs, .col-xs-10.col-margin-xs, .col-xs-11.col-margin-xs, .col-xs-12.col-margin-xs {
        margin-top: 4em;
    }
}

.text-center {
    text-align: center;
}


.animate_activeLocation {
    margin-left: -1.2em;
    margin-top: -.5em;
    position: absolute;
    height: 2em;
    width: 2em;
    line-height: 1em;
    border: 4px solid #127bed;
    border-radius: 2em;
    animation: signal .8s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
}

@keyframes signal {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    25% {
        opacity: .5;
        border: 8px solid #082c53;
    }

    50% {
        opacity: 1;
        border: 4px solid #127bed;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0.0;
        border: 4px solid #fff;
    }
}

.extraPadding {
    padding-left: 15px;
    padding-right: 15px;
}

.marginLeft {
    margin-left: 15px !important;
}


/*======================== .colorpicker ========================*/
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
    float: left;
    width: 100px;
    height: 100px;
    cursor: crosshair;
    background-image: url("images/bootstrap-colorpicker/saturation.png");
}

    .colorpicker-saturation i {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 5px;
        height: 5px;
        margin: -4px 0 0 -4px;
        border: 1px solid #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .colorpicker-saturation i b {
            display: block;
            width: 5px;
            height: 5px;
            border: 1px solid #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.colorpicker-hue, .colorpicker-alpha {
    float: left;
    width: 15px;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    cursor: row-resize;
}

    .colorpicker-hue i, .colorpicker-alpha i {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        margin-top: -1px;
        background: #000;
        border-top: 1px solid #fff;
    }

.colorpicker-hue {
    background-image: url(images/bootstrap-colorpicker/hue.png);
}

.colorpicker-alpha {
    display: none;
    background-image: url(images/bootstrap-colorpicker/alpha.png);
}

.colorpicker-saturation, .colorpicker-hue, .colorpicker-alpha {
    background-size: contain;
}

.colorpicker {
    top: 0;
    left: 0;
    z-index: 2500;
    min-width: 130px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
}

    .colorpicker:before, .colorpicker:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .colorpicker:after {
        clear: both;
    }

    .colorpicker:before {
        position: absolute;
        top: -7px;
        left: 6px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .colorpicker:after {
        position: absolute;
        top: -6px;
        left: 7px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .colorpicker div {
        position: relative;
    }

    .colorpicker.colorpicker-with-alpha {
        min-width: 140px;
    }

        .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
            display: block;
        }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url(images/bootstrap-colorpicker/alpha.png);
    background-position: 0 100%;
}

    .colorpicker-color div {
        height: 10px;
    }

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both;
}

    .colorpicker-selectors i {
        float: left;
        width: 10px;
        height: 10px;
        cursor: pointer;
    }

        .colorpicker-selectors i + i {
            margin-left: 3px;
        }

.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    cursor: pointer;
}

.colorpicker.colorpicker-inline {
    position: relative;
    z-index: auto;
    display: inline-block;
    float: none;
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    height: auto;
    min-width: 110px;
}

    .colorpicker.colorpicker-horizontal .colorpicker-saturation {
        margin-bottom: 4px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-color {
        width: 100px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        float: left;
        width: 100px;
        height: 15px;
        margin-bottom: 4px;
        margin-left: 0;
        cursor: col-resize;
    }

        .colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 1px;
            height: 15px;
            margin-top: 0;
            background: #fff;
            border: 0;
        }

    .colorpicker.colorpicker-horizontal .colorpicker-hue {
        background-image: url("images/bootstrap-colorpicker/hue-horizontal.png");
    }

    .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        background-image: url("images/bootstrap-colorpicker/alpha-horizontal.png");
    }

.colorpicker.colorpicker-hidden {
    display: none;
}

.colorpicker.colorpicker-visible {
    display: block;
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block;
}

.colorpicker-right:before {
    right: 6px;
    left: auto;
}

.colorpicker-right:after {
    right: 7px;
    left: auto;
}


/*/*======================== .croppie ========================*/
/*
.croppie-container {
  padding: 30px; }
.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0; }
.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1; }
.croppie-container .cr-viewport {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 0 899px rgba(0, 0, 0, 0.5);
  z-index: 0; }
.croppie-container .cr-vp-circle {
  border-radius: 50%; }
.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move; }
.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center; }
.croppie-result {
  position: relative;
  overflow: hidden; }
.croppie-result img {
  position: absolute; }
/***** STYLING RANGE INPUT ***********/
.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; */
    /*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
}

    .cr-slider::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, 0.5);
        border: 0;
        border-radius: 3px;
    }

    .cr-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: -6px;
    }

    .cr-slider:focus {
        outline: none;
    }

    .cr-slider::-moz-range-track {
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, 0.5);
        border: 0;
        border-radius: 3px;
    }

    .cr-slider::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: -6px;
    }
    /*hide the outline behind the border*/
    .cr-slider:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    .cr-slider::-ms-track {
        width: 300px;
        height: 5px;
        background: transparent;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        border-color: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-width: 6px 0;
        color: transparent;
        /*remove default tick marks*/
    }

    .cr-slider::-ms-fill-lower {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .cr-slider::-ms-fill-upper {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .cr-slider::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
    }

    .cr-slider:focus::-ms-fill-lower {
        background: rgba(0, 0, 0, 0.5);
    }

    .cr-slider:focus::-ms-fill-upper {
        background: rgba(0, 0, 0, 0.5);
    }
/* Just cross hairs for debugging - can be removed upon release */
.croppie-container .cr-viewport.debug:before,
.croppie-container .cr-viewport.debug:after {
    background: white;
    width: 1px;
    height: 1px;
    content: '';
    position: absolute;
}

.croppie-container .cr-viewport.debug:before {
    top: 0;
    height: 100%;
    left: 50%;
}

.croppie-container .cr-viewport.debug:after {
    top: 50%;
    left: 0;
    width: 100%;
}

*/ .img-edit span {
    background: rgba(255, 255, 255, 0.3);
    margin-right: 1em;
    display: block;
    padding: .3em;
    right: 0px;
    bottom: 0;
    position: absolute;
    text-align: right;
    opacity: 0;
}

.img-edit:hover span {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.img-edit input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}

.img-edit {
    position: relative;
    float: left;
    margin: 1.5em 2em 2em 1.2em;
    border: 4px solid #ddd;
}


section#contact-page h2, section#support-page h2 {
    color: #fff;
    font-size: 48px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}


.pageLayout {
    margin-top: 0px;
}



.myAccount--header {
    margin-bottom: 50px;
}

#scrollToTop {
    position: fixed;
    bottom: 8px;
    right: 5px;
    z-index: 10000;
    opacity: 1;
    cursor: pointer;
    padding: 0.5rem;
    line-height: 2.5rem;
    font-size: 3rem;
    display: block;
    background-color: #EEE;
    border-radius: 4px;
    display: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.18);
}

    #scrollToTop:hover {
        background-color: #3FA9F5;
        color: #fff;
    }


    #scrollToTop .fa {
        padding: 0;
    }

select.multiSelect {
    height: 500px;
}


.fa.success {
    color: rgb(2, 131, 20);
}

.fa.danger {
    color: #DC5236;
}

.fa.warning {
    color: #F0AD4E;
}

.c2p-property {
    position: relative;
    background-color: #000000;
}

    .c2p-property .propertyImage {
        width: 100%;
        opacity: 1;
    }

    .c2p-property:hover .propertyImage {
        opacity: 0.5;
    }


    .c2p-property .purchaseIcon {
        visibility: hidden;
    }

    .c2p-property:hover .purchaseIcon {
        visibility: visible;
    }

    /*.c2p-property img.purchaseIcon {
  position: absolute;
  top: 25%;
  left: 50%;
  
  border-radius: 4px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}


.c2p-property .propertyFullAddress { 
  top: 50%; 
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

.c2p-property .propertyFullAddress, .c2p-property .propertyPrice, .c2p-property .propertyPricingOption {
  visibility:hidden;
  color: white;
  cursor: pointer;
  margin: auto;
    position: relative;
  margin:auto;
  color:#fff;
}


.c2p-property .propertyPrice {
  
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
    color: #000;
  padding: 5px;
  border-radius: 4px;
  
}

.c2p-property .propertyPricingOption {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.2em;
}*/

    .c2p-property .c2p-propertyinfo {
        visibility: hidden;
    }

    .c2p-property:hover .propertyFullAddress, .c2p-property:hover .propertyPrice, .c2p-property:hover .propertyPricingOption {
        visibility: visible;
    }


.alert > p {
    padding-top: 0;
}

.alert.alert-info a {
    color: #a4ff22;
}



/*.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}*/

.carousel-control.right, .carousel-control.left {
    background-image: none;
}


@media only screen and (max-width:768px) {
    .loginForm .errorsPartial {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0px;
    }

    #errorbar .fa.fa-warning {
        display: none;
    }
}


.errorsPartial label {
    margin-bottom: 0px;
}

label {
    margin-bottom: 0px;
}


.loginForm .errorsPartial .badge {
    padding: 0px 5px;
}

.alert-success {
    background-color: #7eb62e;
    border-color: #7eb62e;
    color: #fff;
}

    .alert-success label {
        color: #fff;
    }

.alert-danger {
    background-color: rgb(232, 72, 43);
    border-color: #f64b2f;
    color: #fff;
}

    .alert-danger label {
        color: #fff;
    }


.alert-info {
    background-color: #2fa9f6;
    border-color: #2fa9f6;
    color: #fff;
}

    .alert-info label {
        color: #fff;
    }

.badge.close {
    padding: 0;
}

@media only screen and (max-width:768px) {
    .badge.close {
        margin-right: -15px;
        margin-top: -15px;
    }
}

.step-title span:first-of-type {
    color: #fff;
    background-color: #3FA9F5;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}


.step-title {
    margin: 2em 0;
}


.helpSection img {
    /* box-shadow: 0 0 3px 0 rgba(0,0,0,.16),0 0px 4px 0 rgba(0,0,0,.12); */
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 4px;
}


@media screen and (max-width: 768px) {
    .helpSection .container .col-xs-12 {
        padding: 0;
    }
}

.helpSection .container {
    padding-left: 0;
    padding-right: 0;
}


/*@media screen and (max-width: 768px) {
  .helpSection .container {
    min-height: 1460px;
  }
}

.helpSection #inner-wrap .col-xs-12 {
  position: static;
}*/

.prose ul {
    list-style: circle;
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 0em;
}

.prose p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding-top: 0;
}

    .prose p.small {
        color: #666;
        font-size: 0.8125em;
        line-height: 1.84615em;
        margin-bottom: 1.84615em;
    }

    .prose p.medium {
        color: #666;
        font-size: 0.875em;
        line-height: 1.71429em;
        margin-bottom: 1.71429em;
    }

    .prose p:last-child {
        margin-bottom: 0;
    }

.prose h1 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.prose h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.prose h3 {
    font-size: 1.3em;
    line-height: 1.25em;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

    .prose h3.noPadding {
        margin-top: 1em;
    }

.prose h4, .prose h5, .prose h6 {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.prose h2.heading {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 1em;
    margin-top: 2em;
    border-bottom: 1px solid #ddd;
}

    .prose h2.heading.noPadding {
        margin-top: 0;
    }


.prose a {
    color: #6d7173;
    border-bottom: 1px solid #3FA9F5;
    text-decoration: none;
    outline: none;
}

    .prose a:focus, .prose a:hover {
        color: #3FA9F5;
        border-bottom-color: #3FA9F5;
    }

.prose figure {
    line-height: 2em;
    margin-bottom: 2em;
    font-weight: bold;
    font-size: .9em;
    color: #888;
}



.pressTitle a {
    border: none;
}

.hashLabel {
    display: block !important;
    height: 3em;
    width: 50em;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}


/*.block {
  position: relative;
  margin: 0 auto;
  padding: 0.75em 0.5em;
}

@media screen and (min-width: 768px) {
  .block {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .block {
    max-width: 60em;
    margin-bottom: 20px;
  }
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #eee url("images/offcanvas_nav/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("images/offcanvas_nav/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #ddd url("images/offcanvas_nav/nav-icon.svg") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("images/offcanvas_nav/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}


#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
}


#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;

}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
  background: #f7f8f9;
  margin-bottom: 80px;
}
.block h1 {
  color: #333;
}

#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #3FA9F5;
  font-size: 1em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
}


#nav .list-group-item {
    background-color: transparent;
    border: none;
}

#nav li a:focus, #nav li a:hover {
  background: rgba(255, 255, 255, 0.1);
}




#top {
  z-index: 100;
  position: relative;
  color: #fff;
  background: #ddd;
  margin-top: 60px; 
}




@media screen and (min-width: 768px) {
  #top {
    margin-top: 160px;
    background: #eee;
    color: #333;
  }
}


@media screen and (max-width: 430px) {
  #top {
    margin-top: 52px;
  }
}

@media screen and (max-width: 360px) {
  #top {
    margin-top: 74px;
  }
}


#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #top .block-title {
    display: none;
  }
}

#top .nav-btn {
  position: absolute;
  top: 1em;
  left: 1.875em;
}

#main {
  background: #fff;
}

@media screen and (min-width: 768px) {
  #main {
    margin-top: 120px;
  }
}

#main .block {
  padding: 2.625em 1em;
}
@media screen and (max-width: 768px) {
  #main .block {
    padding: 0;
  }
}*/


footer[role="contentinfo"] {
    background: #ddd;
}

/*.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}



@media screen and (min-width: 768px) {
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    margin-top: 30px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    white-space: nowrap;
  }
  #nav li {
    display: inline;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0;
  }
}
@media screen and (max-width: 768px) {
  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
    margin-top: 53px;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a, #nav li h4 {
    padding: 0.85714em 2.14286em;
  }
  #nav li a, #nav li a {
    font-size: 1.2em;
  }
  #nav .list-group-item {
    padding: 0;
    
  }

  .js-ready #nav {
    height: 100%;
    width: 70%;
    background: #eee;
    min-height: 1380px;
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
    margin-bottom: 100px;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/




/*
Help Sidenav
 */


.sidenav {
    margin-top: 60px;
}


.list-group-item {
    background-color: #fff;
    border: none;
}



@media screen and (max-width: 768px) {
    .sidenav {
        top: 80px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 20px;
        left: 0;
        background-color: #eee;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
        padding-bottom: 100px;
    }

        .sidenav h4 {
            margin-left: 20px;
        }

        .sidenav a {
            padding: 5px 8px 5px 20px;
            text-decoration: none;
            font-size: 14px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover, .offcanvas a:focus {
                color: #239EF4;
            }

        .sidenav .closebtn {
            position: absolute;
            top: 25px;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    #main {
        transition: margin-left .5s;
        padding: 0 20px;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #eee;
        border: 1px solid #f2f2f2;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


@media screen and (max-width: 430px) {
    .sidenav {
        top: 10px;
    }

    .hashLabel {
        width: 25em;
    }
}

#openNavBtn {
    margin-top: 35px;
    margin-bottom: 25px;
}


.errormargin {
    margin-top: 5em;
    padding-top: 4em;
}

.bottomFooter .designedBy a:hover {
    color: #239EF4 !important;
    text-decoration: none;
}

.designedBy a .fa.animate_circle {
    -webkit-animation: none;
    animation: none;
}

.designedBy a:hover .fa.animate_circle {
    -webkit-animation: circle 2s infinite;
    animation: circle 2s infinite;
    -webkit-transform-origin: center center;
    transform-origin: .45em center;
    color: #239EF4;
}


@-webkit-keyframes circle {
    to {
        transform: rotate(1turn);
    }
}

@keyframes circle {
    to {
        transform: rotate(1turn);
    }
}


@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
        padding-top: 2em;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
        padding-top: 2em;
    }
}


@media only screen and (max-device-width : 768px) {
    .popover, .panel-heading .fa-question-circle, .page-header h4 span.fa-question-circle, .nav-justified > li > a .fa-question-circle, .nav-tabs.nav-justified > li > a .fa-question-circle {
        display: none !important;
    }
}

@media only screen and (max-device-width : 768px) {
    .tooltip {
        display: none !important;
    }
}

.fa-stack, .fa-stack-1x, .fa-stack-2x {
    padding: 0;
}

table.auctionLots tbody > tr:nth-child(4n+1), table.auctionLots tbody > tr:nth-child(4n+2) {
    background: #f7f7f7;
}

table.auctionLots {
}






.borderNone {
    border: none !important;
}



.push {
    float: right;
}

.pull {
    float: left;
}




/***AUCTION ROOM ****/
.Messages {
    height: 20em;
    max-height: 20em;
    overflow: scroll;
    border: 1px solid #aaa;
    padding: 1em;
    clear: both;
}

    .Messages.current {
        border: 2px solid #9de600;
    }

.-padding {
    padding: 0 !important;
    margin: 0 !important;
}



#AuctionInformationContainer, #BidderInformation {
    font-size: 12pt;
}

    #AuctionInformationContainer .fa, users .fa, #BidderInformation .fa, users .fa {
        font-size: 12pt;
        /* line-height: 1em; */
    }

    #AuctionInformationContainer .badge, #users .badge, #BidderInformation .badge, #users .badge {
        font-size: 12pt;
        display: inline-block;
        line-height: 1em;
        vertical-align: middle;
        white-space: nowrap;
        text-align: center;
        background-color: rgb(232, 231, 231);
        border-radius: 10px;
        color: #444;
        font-size: 12pt;
        min-width: 2em;
    }

#usersListContainer .badge {
    background-color: transparent;
}

#AuctionInformationContainer .badge.info, #users .badge.info, #BidderInformation .badge.info {
    font-weight: normal;
    font-size: .8em;
    line-height: 1.2em;
    margin-left: .3em;
}

#AuctionInformationContainer .badge.text-success, #users .badge.text-success, #BidderInformation .badge.text-success {
    color: #028314;
}

#AuctionInformationContainer .badge.text-danger, #users .badge.text-danger, #BidderInformation .badge.text-danger {
    color: #f2200b;
}

.property-info {
    position: relative;
}


.lots .property-image {
    position: relative;
}

    .lots .property-image .propertySold {
        width: 50%;
    }

.property-info .propertySold {
    background: transparent url(images/sold.png) no-repeat;
    position: absolute;
    top: 74px;
    left: 19px;
    width: 100%;
    height: 50%;
    z-index: 1020;
}

.property-image {
    position: relative;
}

    .property-image .propertySold {
        background: transparent url(images/soldsmall.png) no-repeat;
        position: absolute;
        /*top: 0;
  left: 0;*/
        width: 30%;
        height: 100%;
        z-index: 1020;
    }

.auctionLotsContainer {
    width: 100%;
    height: 13.5em;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid rgb(183, 173, 173);
    background-color: rgb(241, 241, 241);
}


    .auctionLotsContainer .content {
        width: 50%;
        padding-left: 1em;
        /* line-height: 1em; */
    }

    .auctionLotsContainer p {
        padding: 0;
        line-height: 1.2em;
    }

    .auctionLotsContainer h3 {
        margin-top: 0;
        margin-bottom: 0.3em;
    }

    .auctionLotsContainer .lots {
        height: 12.5em;
        text-shadow: 0 0 2px #ccc;
    }

        .auctionLotsContainer .lots .lot {
            width: 550px;
            /* height: 18em; */
            overflow: hidden;
            float: left;
            padding: .2em;
            border: 1px solid #ddd;
            background-color: #fff;
        }

            .auctionLotsContainer .lots .lot .vbar {
                width: 1.5em;
                background: rgb(113, 113, 113);
                height: 11em;
            }

            .auctionLotsContainer .lots .lot.current .vbar {
                background: rgb(125, 182, 3);
            }

            .auctionLotsContainer .lots .lot.disabled .vbar {
                background: rgb(197, 197, 197);
            }

                .auctionLotsContainer .lots .lot.disabled .vbar div {
                    color: #666;
                }

            .auctionLotsContainer .lots .lot.active .vbar {
                background: #397200;
            }

            .auctionLotsContainer .lots .lot .vbar div {
                transform: rotate(90deg);
                transform-origin: 0;
                color: #fff;
                width: 12em;
                height: 2.9em;
            }


            .auctionLotsContainer .lots .lot .panel-body {
                height: 15em;
            }

            .auctionLotsContainer .lots .lot.disabled {
                opacity: .45;
                background-color: rgb(224, 224, 224);
                color: rgb(3, 3, 3);
                text-shadow: 0 0 2px #aaa;
            }

                .auctionLotsContainer .lots .lot.disabled img {
                    opacity: .35;
                }

            .auctionLotsContainer .lots .lot.current {
                border: 2px solid #9de600;
                background: rgb(242, 255, 213);
            }


    .auctionLotsContainer p.auction_propertyaddress {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

ul#roommessages {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul#roommessages li {
        padding-bottom: .1em;
        margin-bottom: .2em;
    }


        ul#roommessages li.Message {
            color: rgb(0, 100, 255);
        }

        ul#roommessages li.System {
            color: rgb(130, 134, 139);
            font-size: .85em;
            line-height: 1.1em;
        }

        ul#roommessages li.Personal {
            color: rgb(222, 49, 49);
            font-weight: bold;
        }

        ul#roommessages li.Informational {
            color: rgb(38, 38, 38);
            font-weight: bold;
            font-family: monospace;
            line-height: 1.3em;
            background: rgb(230, 255, 179);
            padding: .5em;
        }

            ul#roommessages li.Informational::before {
                content: '! ';
            }

        ul#roommessages li.Important {
            color: rgb(27, 92, 34);
            font-weight: bold;
            font-family: monospace;
            line-height: 1.4em;
            padding: 0 0 0 .2em;
        }

            ul#roommessages li.Important::before {
                content: '> ';
            }

        ul#roommessages li.Warning {
            color: #dc6110;
        }

        ul#roommessages li.Error {
            color: #f64b2f;
        }

#auctionIdentity {
    color: rgb(27, 92, 34);
    font-weight: bold;
    line-height: 1.5em;
}


.lotSold {
    background-color: #cb0000 !important;
    color: #eee;
}

/************   END Auction*/


.website-style #intercom-container .intercom-launcher-frame {
    right: 50px !important;
}

/*.blog {
height: 960px;
}*/

.centeredx {
    margin-top: 100px;
    position: relative;
    float: none;
    text-align: center;
}

.form-groupx {
    margin-bottom: 50px;
    margin-top: 50px;
}

.blog {
    height: 960px;
}



#plans {
    padding-top: 12em;
}

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .panel-pricing:hover {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    }

    .panel-pricing .panel-heading {
        padding: 20px 10px;
    }

        .panel-pricing .panel-heading .fa {
            margin-top: 10px;
            font-size: 2em;
        }

    .panel-pricing .list-group-item {
        color: #777777;
        border-bottom: 1px solid rgba(250, 250, 250, 0.5);
    }

        .panel-pricing .list-group-item:last-child {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .panel-pricing .list-group-item:first-child {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }

    .panel-pricing .panel-body {
        background-color: #f0f0f0;
        font-size: 3em;
        color: #777777;
        padding: 20px;
        margin: 0px;
    }

.ui-group-buttons .or {
    position: relative;
    float: left;
    width: .3em;
    height: 1.3em;
    z-index: 3;
    font-size: 12px;
}

    .ui-group-buttons .or:before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: 'or';
        background-color: #5a5a5a;
        margin-top: -.1em;
        margin-left: -.9em;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.55;
        color: #fff;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        border-radius: 500px;
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ui-group-buttons .or:after {
        position: absolute;
        top: 0;
        left: 0;
        content: ' ';
        width: .3em;
        height: 2.84em;
        background-color: rgba(0,0,0,0);
        border-top: .6em solid #5a5a5a;
        border-bottom: .6em solid #5a5a5a;
    }

    .ui-group-buttons .or.or-lg {
        height: 1.3em;
        font-size: 16px;
    }

        .ui-group-buttons .or.or-lg:after {
            height: 2.85em;
        }

    .ui-group-buttons .or.or-sm {
        height: 1em;
    }

        .ui-group-buttons .or.or-sm:after {
            height: 2.5em;
        }

    .ui-group-buttons .or.or-xs {
        height: .25em;
    }

        .ui-group-buttons .or.or-xs:after {
            height: 1.84em;
            z-index: -1000;
        }

.ui-group-buttons {
    display: inline-block;
    vertical-align: middle;
}

    .ui-group-buttons:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .ui-group-buttons .btn {
        float: left;
        border-radius: 0;
    }

        .ui-group-buttons .btn:first-child {
            margin-left: 0;
            border-top-left-radius: .25em;
            border-bottom-left-radius: .25em;
            padding-right: 15px;
        }

        .ui-group-buttons .btn:last-child {
            border-top-right-radius: .25em;
            border-bottom-right-radius: .25em;
            padding-left: 15px;
        }

.alert-solicitor {
    background-color: rgb(43, 147, 232);
    border-color: #000000;
    color: #fff;
}

.alert-agent {
    background-color: #2263bf;
    border-color: #43464a;
    color: #ffffff;
}

.alert-bidders {
    background-color: #296a96;
    border-color: #000;
    color: #fff;
}

.alert-sellers {
  background-color: #003f6b;
    border-color: #000;
    color: #fff;
}

.propertylisting {
    border: 1px solid rgb(226,226,226);
    margin-bottom: 20px;
    background-color: rgba(181, 203, 234, 0.13);
}

.auto-resizable-iframe {
    max-width: 562px;
    max-height: 315px;
    margin: 0px auto;
}

    .auto-resizable-iframe > div {
        position: relative;
        padding-bottom: 75%;
        height: 0px;
    }

    .auto-resizable-iframe iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        /* height: 100%; */
    }

.cursor {
    cursor: pointer !important;
}

.input-group {
    text-align: initial !important;
}

.introMedia img {
    height: 3em;
}