@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500");

html,
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
h1 {
    font-size: 48px;
    font-weight: 400;
    margin: 1em 0px;
    color: #333333;
    font-family: "Raleway", sans-serif;
}
h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: #7080e7;
    line-height: 52px;
}
h3 {
    font-size: 24px;
    margin: 1em 0px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color: #7080e7;
}
p,
ul li {
    font-size: 15px;
    color: #666666;
    font-weight: 100;
}
ul {
    -webkit-padding-start: 20px;
}
hr {
    border-top-color: #e6e6e6;
}
.small-logo {
    height: 50px;
}
.txt-blue {
    color: #1f257d !important;
    margin-top: 50px;
}
.bg-grey {
    background-color: #fcfcfc;
    border-color: #fcfcfc;
    padding-top: 1em;
    padding-bottom: 1em;
}
a {
    color: #8c9cff;
}
a:hover {
    text-decoration: none;
}
/* Baner */
.baner {
    padding: 50px 0px;
    margin-bottom: 100px;
    background-image: url(../images/header.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.baner .col-md-7 {
    padding-top: 100px;
    flex: 0 0 55.333333%;
    max-width: 55.333333%;
}
.baner .col-md-5 {
    flex: 0 0 44.667%;
    max-width: 44.667%;
}
.baner-1 {
    padding: 80px 0;
    background-image: url(../images/coming-soon-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}
.get-linked {
    position: absolute;
    margin-left: 10%;
}
.get-linked img {
    height: 150px;
}
.baner.coming-soon {
    padding: 80px 0;
    margin-bottom: 0px;
    background-image: url(../images/coming-soon-bg.png);
    background-color: #fcfcfc;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.baner.coming-soon h3.card-title {
    font-weight: 600;
}
.baner .subtitle {
    padding-right: 35%;
    line-height: 28px;
}
.baner h1,
.baner p {
    color: white;
}
.baner h1 {
    margin: 0.5em 0px;
    padding-right: 20px;
}
.baner-link-social-media {
    padding: 20px 0;
    background-color: #7080e7;
}
.baner-link-social-media h3 {
    color: white;
}
.baner-1 h3 {
    color: white;
}
.row-custom-bt-margin{
    margin: 2em 0px !important;
}
.row-custom-b-margin{
    margin-bottom: 2em !important;
}
.row-custom-t-margin{
    margin-top: 2em !important;
}
.baner.baner-white {
    margin-top: 0px;
    margin-bottom: 0px;
    background: white;
    padding: 50px;
}
.baner .btn,
.baner-1 .btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.baner .txt-blue {
    font-size: 14px;
    font-weight: 600;
}
.baner-logo {
    max-height: 100px;
}
.card {
    background-color: transparent;
}
.card-body {
    padding: 2rem 1.4rem;
}
.baner.coming-soon h2 {
    color: white;
}
.baner.coming-soon .card {
    background-color: white;
}
.baner.coming-soon .card-img-top {
    max-height: 30px;
    width: auto;
}
.baner.coming-soon .card-title {
    font-weight: 300;
    font-size: 16px;
    color: 333333;
}
.baner.coming-soon .card-text {
    font-size: 13px;
    color: 333333;
}
.btn-success {
    background-color: #43de83;
    border-color: #43de83;
}
.circle {
    max-height: 400px;
    max-width: 100%;
    margin: 30px 0px;
}
.small-circle {
    max-height: 350px;
}
/* Locations */
#location .row {
    margin: 4em 0px;
}
#location .align-self-center {
    padding: 0 3.4em;
}
.info-box .row {
    margin: 3em 0px;
}
.info-box .card {
    margin-top: 10%;
}
.info-box .card-body .card-title {
    color: #333333;
    font-weight: 500;
}
.card .card-img-box {
    height: 140px;
}
.info-box .card-img-top {
    height: 130px;
    width: auto;
}
.card {
    border: none;
}

.card-deck .card {
    margin: 15px 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s;
}
.card-deck .card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.social-media {
    justify-content: center;
}
.social-media ul {
    display: inline-flex;
    justify-content: center;
    list-style: none;
}
.social-media ul a {
    margin-right: 10px;
}
.social-media ul li {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #7080e7;
    font-size: 1.4em;
    padding: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.social-media ul a:hover li {
    background-color: white;
    color: #7080e7;
    border: 1px solid #7080e7;
}
/* Sign sidebar*/
.sign-box {
    padding: 50px;
    max-width: 500px;
    margin: 0 auto;
    line-height: 24px;
}
.sign-box h3 {
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
}
.sign-box label {
    font-size: 15px;
    float: left;
    color: #666666;
}
.alert {
    font-size: 15px;
}
.alert-success {
    background-color: #c6f5da;
    color: #666666;
    border-color: transparent;
}
.sign-footer {
    margin-top: 75px;
}
.sign-footer .copyright {
    font-family: "Raleway", sans-serif;
    margin-top: 15px;
    font-size: 13px;
    color: #cccccc;
    line-height: 20px;
}
.form-control {
    height: 50px;
}
/* Checkbox */
.form-check-label {
    padding-left: 0px;
}
.form-check-label span {
    top: 15px;
}
.regular-checkbox {
    display: none;
}
.regular-checkbox + label {
    border: 2px solid #b3b3b3;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 2px solid #b3b3b3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}
.regular-checkbox:checked + label:after {
    content: "\2714";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}
.big-checkbox + label {
    padding: 10px;
}
.big-checkbox:checked + label:after {
    font-size: 16px;
    left: 4px;
    top: -2px;
}
#sign-in > .row {
    min-height: 100vh;
}
/* Pricing */
.pricing {
    margin-top: 66px;
    padding-top: 40px;
    background-color: #fcfcfc;
    padding-bottom: 60px;
}
.pricing .table-responsive {
    margin-left: 300px;
    width: calc(100% - 300px);
    padding-bottom: 20px;
}
.pricing table {
    border-spacing: 10px 0px;
    border-collapse: separate;
    table-layout: fixed;
    width: 2100px;
}
.pricing .table-responsive .wrapper::-webkit-scrollbar-track, #top-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e0e2f2;
    background-color: #f3f4f4;
    border-radius: 3px;
}
.pricing .table-responsive .wrapper::-webkit-scrollbar, #top-scrollbar::-webkit-scrollbar {
    height: 12px;
    background-color: #f5f5f5;
}
.pricing .table-responsive .wrapper::-webkit-scrollbar-thumb, #top-scrollbar::-webkit-scrollbar-thumb {
    background-color: #5565cf;
    border: 1px solid #5565cf;
    border-radius: 3px;
}
.pricing table th {
    border: 0px;
}
.pricing table td {
    vertical-align: middle;
}
.pricing table thead th {
    font-weight: normal;
}
.pricing table .headcol.no-border {
    border: none;
}
.pricing table tbody tr td {
    background-color: white;
    height: 50px;
    box-shadow: 2px 0 1px -1px rgba(0, 0, 0, 0.1),
    -4px 4px 8px -1px rgba(0, 0, 0, 0.1);
}
.pricing table tbody .pricing-location-number td {
    border-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pricing table tbody .pricing-reply-twitter td {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pricing table .table-break {
    height: 40px;
    border: none;
}
.pricing table thead .price-name th {
    font-weight: 600;
    color: #333333;
    position: relative;
    z-index: 2;
    vertical-align: top;
}
.pricing table thead .price-name th span {
    background-color: #fcfcfc;
    padding: 10px;
    z-index: 1;
}
.pricing table thead .price-name th .line {
    background-color: #c4c9e8;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    padding: 0px;
    width: calc(100% - 30px);
    z-index: -1;
}
.pricing table thead .price-monthly th {
    font-weight: 600;
    font-size: 24px;
}
.pricing table thead .price-monthly .muted {
    color: #999999;
    margin-left: 5px;
}
.pricing table thead .price-monthly th.headcol,
.pricing table thead .price-per-location th.headcol,
.pricing table thead .price-buttons th.headcol {
    font-size: 16px;
    font-weight: normal;
    border: none;
    color: #333333;
}
.pricing table thead .price-buttons {
    vertical-align: bottom;
}
.pricing table thead .price-per-location th {
    font-weight: 100;
    font-size: 12px;
    color: #404040;
    padding-top: 0px;
    vertical-align: top;
}
.pricing table .price-social img {
    max-height: 30px;
    margin: 4px;
}
.pricing table .price-social .soon-star::after {
    content: "*";
    color: #5565cf;
    position: static;
    margin-left: -5px;
}
.pricing table .long-col td {
    height: 70px;
}
.pricing .long-col .headcol i {
    margin-top: 14px;
}
.pricing .headcol {
    position: absolute;
    width: 310px;
    left: 0;
    top: auto;
    border-top-width: 1px;
    border-top: 1px solid #f3f4f4;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #666666;
    line-height: 24px;
}
.pricing .headcol i {
    color: #cccccc;
    font-size: 16px;
    margin-top: 3px;
}
button:hover {
    cursor: hand;
}
.pricing .headcol span {
    position: absolute;
    padding-right: 10px;
    margin-left: 10px;
}
.pricing table .ok-icon {
    color: #43de83;
}
.pricing table .no-icon {
    color: #f3f4f4;
}
@media (max-width: 767px) {
    .get-linked img {
        height: 100px;
    }
    .get-linked {
        margin-top: 30px;
        right: calc(50% - 50px);
    }
    .col-reverse-sm {
        flex-direction: column-reverse;
        margin: 4em 0;
    }
    #location img {
        margin-top: 1em;
    }
    .baner .col-md-7 {
        padding-top: 0px;
    }
    .baner .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa.fa-play-circle {
    font-size: 2em;
    vertical-align: middle;
    margin-left: 5px;
}

.cookies-eu-banner {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #7080e7;
    width: 100%;
    z-index: 9999;
    text-align: center;
    background-color: white;
    padding: 5px;
}

.text-dark-blue {
    color: #28338A;
    font-family: "Arial", sans-serif;
}

.commission-bonus {
    font-size: 24px;
    margin-bottom: 0;
}

.btn-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
