html, body {
    height: 100%;
}

body {
    font-family: "Open Sans", "Arial", "sans-serif";
    background: transparent;
    padding: 0px;
}

.centered {
    text-align: center;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1; }

.logo {
    margin-bottom: 20px;
}

footer {
    font-size: 12px;
}

.spinner {
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 0 15px;
}

.button:hover {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
}
.button{
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #000000;
    border-radius: 3px;
}

.button-xl {
    width: 80%;
    height: 60px;
    font-size: 24px !important;
    padding: 10px !important;
}

.alert {
    display: block;
    padding: 20px;
    border-left: 5px solid;
}

.alert-success {
    background-color: #D5F5E3;
    border-left-color: #2ECC71;
    color: #2ECC71;
}

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

.customhtml img {
    max-width: 100% !important;
    height: auto !important;
}

/*=================================*/
p {
    font-size: 14px;
    margin-bottom: 0px;
}

h3 {
    color: #000;
}

h4 {
    color: #000;
}

.button {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}

.button-big {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.vcard-header {
    width: 100%;
}

.vcard-header h3 {
    margin-top: 20px;
}

.free .button-custom:hover {
    text-decoration: none;
    background-color: #eee !important;
}

.free h3 {
    color: #000 !important;
}

h3.bridging {
    font-size: 1.5em;
}

.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px!important;
}
.m-t-40 {
    margin-top: 40px;
}

.m-b-20 {
    margin-bottom: 20px;
}
.m-b-40 {
    margin-bottom: 40px;
}

.spaced {
    margin-top: 25px;
}

input:hover, input:focus {
    border: 1px solid #000;
}

.button-primary .icon {
    stroke: #fff;
    fill: #fff;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: #000;
    fill: #000;
}

.icon.icon-big {
    width: 2em;
    height: 2em;
}

a.social {
    color: transparent;
    text-decoration: none;
    padding: 10px;
    background: white;
    margin: 4px;
    border-radius: 5px;
    display: inline-block;
    width: 2em;
    height: 2em;
}

.twitter-color {
    stroke: #1dcaff;
    fill: #1dcaff;
}

.facebook-color {
    stroke: #3b5998;
    fill: #3b5998;
}

.googleplus-color {
    stroke: #d34836;
    fill: #d34836;
}

.linkedin-color {
    stroke: #007bb6;
    fill: #007bb6;
}

.youtube-color {
    stroke: #bb0000;
    fill: #bb0000;
}

.yelp-color {
    stroke: #000000;
    fill: #D32323;
}

.instagram-color {
    stroke: #8a3ab9;
    fill: #8a3ab9;
}

/** STICKY FOOTER **/

.table-container {
    display: table;
    height: 100%;
    width: 100%;
}
.table-block {
    display: table-row;
    height: 1px;
}
.free .table-block.first {
    height: auto;
}

#footer {
    text-align: center;
    padding: 0;
}

.landing-topbar-logo{
    max-height: 100px;
    max-width: 100%;
    padding: 10px 0 0 0;
}

.free .landing-topbar-logo{
    height: 36px;
    padding: 10px;
}
.topbar-bg{
    background-color: #eee;
}

.previewer-landing {
    background: #E6F8FE;
}

.previewer-landing .message-container {
    margin: 30% auto;
}

.previewer-landing .message-container .row {
    margin: 20px;
}

.previewer-landing .message-container .title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.5em;
}

.previewer-landing .message-container .subtitle {
    font-size: 1.3em;
}

.previewer-landing .message-container .cody {
    margin: 30px;
}

.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}