html,
button,
input,
select,
textarea {
    color: #222;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {}


/*
::-moz-selection {
 
    text-shadow: none;
}

::selection {
 
    text-shadow: none;
}
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}


/*
a.btn
{
    text-decoration:none;
}

.btn {
    display: inline-block;
    padding:16px 22px;
    margin-bottom: 0;

    line-height: 20px;
    color: #4d4d4d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color:white;
    -webkit-border-radius: 3px;
     -webkit-border-radius: 3px;
     -webkit-border-radius: 3px; 
 
    border: 1px solid #cbcbcb;
    text-shadow: none;
    box-shadow:none;    
    transition: all 0.12s linear 0s !important;
    font-size:14px;
        
    line-height:1.5em;
    font-weight: bold;
 
}
.btn:focus{
    outline:none;
}
 
.btn-cons{  
    margin-right: 5px;
    min-width: 120px;
    margin-bottom: 8px;
}*/

.btn-orange,
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:visited,
a.btn-orange,
a.btn-orange:hover,
a.btn-orange:focus,
a.btn-orange:visited {
    /*
    background: #fe3904;
    background: -moz-linear-gradient(top,  #fe3904 0%, #e62602 40%, #ca0f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3904), color-stop(40%,#e62602), color-stop(100%,#ca0f00));
    background: -webkit-linear-gradient(top,  #fe3904 0%,#e62602 40%,#ca0f00 100%);
    background: -o-linear-gradient(top,  #fe3904 0%,#e62602 40%,#ca0f00 100%);
    background: -ms-linear-gradient(top,  #fe3904 0%,#e62602 40%,#ca0f00 100%);
    background: linear-gradient(to bottom,  #fe3904 0%,#e62602 40%,#ca0f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3904', endColorstr='#ca0f00',GradientType=0 );
    */
    /*
    background:#ff4500;
    color:white;
 
    border-color:transparent;
    border:none;*/
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-orange-transparent,
.btn-orange-transparent:hover,
.btn-orange-transparent:focus,
.btn-orange-transparent:visited {
    background: #354b64;
    color: white;
    border-color: #354b64;
}

.terms {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
}
.terms a:hover {
	color:#fe7241;
}

.resetrr a {
    display: block;
    text-align: center;
    margin-top: 25px;
}

.under {
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
    color: #CCC;
    border-bottom: 1px solid #F3F3F3;
    height: 30px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0px;
}

.buttons .btn {}

.outer-box {
    height: 100%;
}

.page-outer-box
{
    background: var(--main-background);;
    height: 100%;
    padding-top: 120px;
}

.main-box h1 {
    margin-bottom: 15px;
    margin-top: 51px;
}

.upper {
    text-transform: uppercase;
}

.main-box {
    max-width: 550px;
    margin: auto;
    padding-top: 144px;
    text-align: center;
    position: relative;
}

.what {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300;
    color: #eaeaea;
}

small {
    font-size: 14px;
}

.whole {
    width: 400px;
    margin: auto;
}

.buttons {
    width: 260px;
    margin: auto;
}

.control-group {
    margin-bottom: 20px;
}

.input-error-placeholder2 input {
    border-color: red;
}

.input-error-placeholder2 .help-inline {
    color: red;
    font-size: 14px;
}

button[disabled] {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.table {
    width: 100%;
    margin-top: 51px;
}

.table span {
    display: block;
    white-space: pre;
}

.c3 {
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.c1,
.c2 {
    width: 50%;
    vertical-align: middle;
}

.line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.buttons a {
    margin-bottom: 10px;
}

.show-when-mobile {
    display: none;
}

.hide-when-mobile {
    display: block;
}

.route-page-view .main-box {
    max-width: none;
    padding-bottom: 0px;
}

.large-pointer {
    width: 100%;
    color: #eaeaea;
    background: #354b64;
    padding-top: 70px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.5em;
}

.constrain {
    max-width: 830px;
    margin: auto;
}

.page-view h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.page-view .back {
    font-size: 14px;
}

.overall {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: white;
}

.inmiddle {
    text-align: center;
    margin-top: 15%;
}


/*
 * svg
 */

.svg-wrapper {
    height: 100px;
    width: 300px;
    margin: 0 auto;
}

.svgcolor-light,
.svgcolor-dark {
    position: relative;
    top: -2px;
}

.svgcolor-light path {
    fill: #354b64;
    stroke: #354b64;
    stroke-width: 0;
}

.svgcolor-dark path {
    fill: #2F3238;
    stroke: #2F3238;
    stroke-width: 0;
}

.story-box {
    float: left;
    font-size: 14px;
    text-align: center;
    width: 33.3%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.story-box .inner {
    color: #676767;
    line-height: 2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 260px;
    padding: 10px;
}

.stories {
    margin-top: 65px;
    padding-left: 100px;
    padding-right: 100px;
}

.story-box h2 {
    font-size: 26px;
    font-weight: 300;
}

.hidden {
    display: none;
}

.story-box i {
    color: #a6a6a6;
}

.story-box i.fa {
    font-size: 57px;
}

.story-text {
    color: #a6a6a6;
    font-size: 15px;
}

.story-box .inner.active {
    color: white;
    background: #354b64;
}

.story-box .inner.active i.fa {
    color: #ff4300;
}

.story-box .inner.active h2 {
    color: white;
}

.story-box .inner.active .story-text {
    color: white;
}

.fluid a {
    word-wrap: break-word;
}

.alert {
    color: #ce8f22;
    background-color: #fffcee;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #F0DBB4;
    transition: all 0.2s linear 0s;
}

.alert-success {
    color: #438a85;
    background-color: #f3faf8;
    border-color: #bfd1cf;
}

.alert-info {
    color: #246a8e;
    background-color: #ebf6fb;
    border-color: #bfd4de;
}

.alert-danger,
.alert-error {
    color: #e76e70;
    background-color: #fff6f4;
    border-color: #f8cdcd;
}

.alert .link {
    color: #be8c37;
    font-weight: bold;
}

.alert-success .link {
    color: #3a7672;
}

.alert-info .link {
    color: #2f6986;
}

.alert-danger .link,
.alert-error .link {
    color: #db7c7e;
}

.alert-danger .alert-heading,
.alert-error .alert-heading {
    color: #db7c7e !important;
}

.alert-success .alert-heading {
    color: #438a85 !important;
}

.alert-info .alert-heading {
    color: #246a8e !important;
}

.alert .alert-heading {
    color: #be8625;
    margin-bottom: 5px;
    font-weight: 600;
}

.alert .btn-small {
    position: relative;
    top: -3.5px;
}

.alert .button-set .btn {
    position: relative;
    top: 8px;
}

.alert .close {
    /background: url("../img/icon/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    margin-left: 20px
}

.alert .close:hover {
    opacity: 1;
}

.alert-success .close {
    background-position: -38px -10px !important;
}

.alert-info .close {
    background-position: -67px -10px !important;
}

.alert-error .close,
.alert .alert-danger .close {
    background-position: -95px -10px !important;
}

.alert-block {
    padding: 15px 19px 15px 17px
}

.em {
    text-decoration: underline;
}

.btn-transparent-white,
.btn-transparent-white:hover,
.btn-transparent-white:focus {
    background: transparent;
    border-color: white;
    color: white;
    box-shadow: none;
}

.firstone {
    margin-right: 15px;
}



/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-width: 767px) {


    .block-when-mobile {
        display: block;
    }
    .btn.block-when-mobile {
        margin-bottom: 10px;
    }
    .show-when-mobile {
        display: block;
    }
    .hide-when-mobile {
        display: none;
    }
    .main-box h1 {
        margin-top: 21px;
        font-size: 28px;
        margin-bottom: 10px;
    }
    .story-box,
    .story-box .inner {
        float: none;
        width: 100%;
    }
    .svg-wrapper {
        width: 250px;
        height: 170px;
    }
    .large-pointer {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 24px;
    }
    .stories {
        margin-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .constrain {
        padding-left: 15px;
        padding-right: 15px;
    }
    #logo img {
        width: 235px;
        height: auto;
    }
    .what {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .whole {
        width: 100%;
    }
    .buttons,
    .whole > div,
    #logo {
        padding-left: 10px;
        padding-right: 10px;
    }

}

.signup-area {
    max-width: 500px;
    margin: auto;
    min-height: 600px;
}

.signup-area .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

input.form-control {
    border-radius: 2px;
    width: 100%;
    height: 50px;
    background-color: white;
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid #ccc;
}

.white .page {
    padding-top: 50px;
}

.page {
    max-width: 750px;
}

.button-go {
    padding-top: 28px;
}

.button-go a.secondary-button {
    border-color: #DDD;
    background: white;
    color: #DDD;
}

#services .minp {
    min-height: 100px;
}

.primary-button:hover,
.primary-button.whiteinverse {
    background: none;
    color: #fff;
    text-decoration: none;
}

.bkgtransparent {
    background: transparent;
}

html body .btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:visited {
    background: #3b5fb5;
    color: white;
    border: none;
}

.btn-google,
.btn-google:hover,
.btn-google:focus {
    background: orangered;
    color: white;
    border-color: transparent;
}


.btn-facebook, .btn-google {
    width: auto;
    margin-top: 0px;
 
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.btn-google, .btn-google i {
    color: white;
}

.under span {
    position: absolute;
    top: 18px;
    background: white;
    text-align: center;
    left: calc(50% - 115px);
    width: 230px;
    font-size: 15px;
}

.signup-area-inner {
    background: white;
    padding: 60px;
    padding-top: 50px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.signup-area {
    position: relative;
    z-index: 11;
    margin-top: auto;
    margin-bottom: auto;
}

.signup-area-inner .terms:last-child {
    padding-bottom: 0px;
    padding-top:0px;
}

.signup-header {
    background: #1f1f1f;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.signup-header-inner {
    padding: 20px;
    text-align: center;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #1f1f1f;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

#headerbackground.fixedps {
    position: fixed;
}

.nopadding-top {
    padding-top:0px;
}

.overall {
    z-index: 50;
}




@media only screen and (max-width: 600px) {

    .signup-area-inner {
        padding: 25px;
        border-radius: 0px;
    }

    .inner { 
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .signup-header {
        border-radius: 0px;
    }
    .signup-header-inner {
        padding: 10px;
    }

    .middle {
        display: block;
    }

    input.form-control {
        height: 44px;
        line-height: 44px;
    }

    #headerbackground.fixedps {
        display:none;
    }
}

.primary-button.blackness:hover {
    /*background-color: #1f1f1f;
    border-color:#1f1f1f;
    color: #fff;*/
}

.pricing-row.donthave {
    color:lightgray;
    visibility: hidden;
    text-decoration: line-through;
}
.pricing .pricing-row.donthave .pricing-option {
    color:lightgray;
}
.pricing-row.donthave i {
    color:lightgray;
}

#headerbackground2 {
    background-image: url(../img/crowdbg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    z-index: 1;
}

#connect p {
    color:white;
    margin-top: 45px;
    z-index: 2;
    position: relative;
}

#connect img {
    z-index: 2;
    position: relative;
}

#connect {
    text-align: center;
    position: relative;
    background: #444;
}

.orange-block
{
    z-index: 1;
    color:white;
    position: relative;
    background: black;
}

.orange-block .col-md-4 {
    text-align: center;
}

.orange-block h5, .orange-block p {
    color:white;
}

.world-background {
    background: white url("../img/mapbg.png") center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
    padding-bottom: 105px;
 
}

.pricing-row i.fa {
    display: none;
}

.schedule-sep {
    padding-bottom: 20px;
}

.newsletter input.form-control {
    padding-right: 65px;
}

.newsletter button {
    border:none;
    height:50px;
}

.button-readystart {
	border: 1px solid white;
    background-color: transparent;
    color: white;
}

/* new signup */


.under span {
    left: calc(50% - 30px);
    width: 60px;
}

.form-group {
    margin-bottom: 20px;
}