body{
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../img/bottom.png);
    background-position: bottom;
	background-repeat: repeat-x;
    background-color: rgba(247, 247, 247, 0.4);
}

.lp-map{
    background-image: url(../img/lp-map-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

section{
    width: 100%;
}
.welcome{
    text-align: center;
}
.welcome > a{
    max-width: 200px;
    display: block;
    margin: 0 auto 35px;
}
.welcome > a img{
    max-width: 200px;
}
.welcome > h1{
    font-size: 31px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.welcome > h1 span{
    font-weight: 300;
}
.welcome > p{
    font-size: 16px;
    color: #a0a0a0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
}
.welcome .locations{
    display: flex;
    margin: 40px 0;
    /*padding: 0px 100px;*/
}
.welcome .locations a{
    width: 20%;
    margin: 0 8px;
    border-width: 3px;
    border-color: #fff;
    border-style: solid;
    border-radius: 10px;
    text-decoration:none;
    box-shadow: 0 0 30px 0 rgba(0 0 0 / 4%);
    background: #fff;
}
.welcome .locations a.disabled {
    opacity: 0.5;
}
.welcome .locations a:hover{
    text-decoration:none;
    border: 3px solid #0074ca;
    transition: all 0.9s;
}
.welcome .locations a span{
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}
.welcome .locations a p{
    text-decoration:none;
    color: #141414;
    font-size: 15px;
    margin-bottom: 35px;
}
.welcome .locations p img{
    width: 27px;
    margin-right: 3px;
    margin-top: -3px;
}
.welcome .locations a:hover p{
    color: #141414;
    text-decoration:none;
}

/*.welcome .locations a.usa p, .welcome .locations a.usa:hover p {
    color: #ccc;
    text-decoration: none;
}*/

/*.welcome .locations a.usa{
    pointer-events: none;
}*/

.welcome .locations .aus span{
    background-image: url(../img/aus.png);
    background-size: 60%;
}
/*.welcome .locations .aus:hover span{*/
/*    background-image: url(../img/aus-hover.png);*/
/*    background-size: 60%;*/
/*}*/


.welcome .locations .uk span{
    background-image: url(../img/uk.png);
    background-size: 36%;
}
/*.welcome .locations .uk:hover span{*/
/*    background-image: url(../img/uk-hover.png);*/
/*    background-size: 36%;*/
/*}*/


.welcome .locations .usa span{
    background-image: url(../img/usa.png);
    background-size: 65%;
    /*opacity: 0.3;*/
}
/*.welcome .locations .usa:hover span{*/
/*    background-image: url(../img/usa-hover.png);*/
/*    background-size: 57%;*/
/*}*/

.welcome .locations .canada span{
    background-image: url(../img/ca.png);
    background-size: 70%;
}

.welcome .locations .newzealand span{
    background-image: url(../img/nz.png);
    background-size: 70%;
}

.footer-lp ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-lp ul li{
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
}
.footer-lp ul li a{
    color: #212529;
    text-decoration: none;
}

/*---- Disable screen styles -----*/

#disable-screen {
    display: none;
}
.app-tag.right{
    text-align: right;
}
.app-tag.left{
    text-align: left;
}

.disable-device{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
    font-family:Roboto,sans-serif!important;
    padding: 15px;
    display: none;
}

.inner-connection{
    display: table;
    vertical-align: middle;
    transform: translateY(50%);
    width: 100%;
}

.img-dis {
    float: left;
    width: 100%;
    text-align: center;
    display: table-cell;
}
.img-dis img{
    max-width: 340px;
}

.dis-title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.dis-title h2{
    text-align: center;
    font-family: Roboto, sans-serif !important;
    font-size: 2.8rem;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 0;
}
.dis-title p{
    text-align: center;
    font-family: Roboto, sans-serif !important;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.7);
    padding-top: 7px;
    font-weight: 400;
}

.btn-dis {
    float: left;
    width: 100%;
    text-align: center;
}
.btn-dis .btn{
    padding: 1rem 3rem !important;
    border-radius: 30px !important;
}

.lg-content-space img {
    max-width: 140px;
    width: 90%;
}

.danger-message {
    color: red!important;
    line-height: 21px;
    margin-bottom: 25px;
    margin-top: 15px;
}

@media (min-width: 240px) and (max-width: 767px) {

    .img-dis {
        margin-bottom: 0px;
    }

    .dis-title{}

    .dis-title h2 {
        font-size: 1.5rem !important;
    }

    .dis-title p{
        font-size: 1rem !important;
    }
    .col-xs-6 {
        width: 50%;
    }

}

@media (min-width: 768px) and (max-width: 1152px) {

    .img-dis {
        margin-bottom: 0px;
    }

    .dis-title{}

    .dis-title h2 {
        font-size: 2rem !important;
    }

    .dis-title p{
        font-size: 1.6rem !important;
    }

}
