/* FONT */

@font-face {
    font-family: 'FFDINWebBold';
    src: url('../fonts/webfonts/2EEA2C_0_0.eot');
    src: url('../fonts/webfonts/2EEA2C_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/2EEA2C_0_0.woff2') format('woff2'), url('../fonts/webfonts/2EEA2C_0_0.woff') format('woff'), url('../fonts/webfonts/2EEA2C_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'FFDINWeb';
    src: url('../fonts/webfonts/2EEA2C_1_0.eot');
    src: url('../fonts/webfonts/2EEA2C_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/2EEA2C_1_0.woff2') format('woff2'), url('../fonts/webfonts/2EEA2C_1_0.woff') format('woff'), url('../fonts/webfonts/2EEA2C_1_0.ttf') format('truetype');
}

/* MAIN LAYOUT */

body {
    background: #fff;
    font-family: 'FFDINWeb', sans-serif;
    color: #B9BCBD;
    letter-spacing: 1px;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #FBB51C;
    text-decoration: none;
}
a:hover {
    color: #FBB51C;
    text-decoration: none;
}
p {
    color: #364b5e;
    text-align: center;
}
label {
    color: #B9BCBD;
}
h2 {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
h4.table-title {
    font-size: 1.2em;
    color: #364B5E;
    padding: 0 0 10px 0;
}
h4.frontend-title {
    color: #FBB51C;
    padding: 10px;
    text-align: center;
}
h3.title {
    color: #364b5e;
}

h4.icon-title {
    color: #485f77;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: bold;
    font-size: 15px;
}
ul {
    list-style-type: none;
}
.main-content {
    background: #fff;
    min-height: 500px;
    min-width: 320px;
    padding-bottom: 100px;
    overflow: hidden;
}
.main-navigation {
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 10px 0 !important;
}
.main-navigation li {
    /*padding: 0 15px;*/
}
.main-navigation li.signin {}
.main-navigation li.signup {
    border: 1px solid #fff;
}
.main-navigation li.signup:hover {
    border: 1px solid #FBB51C;
    color: #FBB51C;
}
.main-navigation li.signup:hover a {
    color: #FBB51C;
}
.main-navigation li.active {
    border: 1px solid #fff;
    color: #FBB51C;
}
.main-navigation li:hover, .main-navigation li a:hover {
    background: none;
}
.main-navigation li a {
    text-decoration: none;
    color: #485f77;
    font-family: 'FFDINWebBold', sans-serif;
}
.main-navigation li a:hover {
    color: #FBB51C;
    background-color: transparent;
}

/* END OF MAIN LAYOUT */


/* HEADER */

.brand-logo {
    width: 143px;
    margin-top: 10px;
}
.header {
    /*padding: 0px 15px;*/
    background: #fff;
    border-bottom: 1px solid #F2F2F2;
    z-index: 999;
    position: relative;
}
.navbar-brand {
    padding: 15px 0;
}
.navbar-header {
    height: 85px;
    float: none;
    /*border-right: 1px solid #ccc;*/
}
h4.header-title {
    margin: 33px 0;
    color: #485f77;
    text-align: center;
    font-weight: bold;
}
.navicon {
    background: url("../images/nav.png") no-repeat;
    background-position: center;
    padding: 3em 1em 3em 0em;
}
.nav-icon {
    font-size: 1.5em;
}
.nav-icon-wrap {
    /*margin-top: 15px;*/
    position: relative;
    top: 19px;
}
.blue-overlay {
    background: #5E7186;
    position: absolute;
    z-index: 1;
    width: 100%;
    background-repeat: repeat;
    opacity: 0.9;
    height: 500px;
}
.home .blue-overlay, .header-video .blue-overlay {
    height: 600px !important;
}
.landingpages .blue-overlay {
    height: 85px !important;
}

/* front end header -- non login pages */

.header-container {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header-container.home {
    background-image: url("../images/home.jpg");
    height: 600px;
}
.header-container.locations {
    background-image: url("../images/locations.jpg");
    height: 500px;
}
.header-container.btm {
    background-image: url("../images/btm.jpg");
    height: 500px;
}
.header-container.company {
    background-image: url("../images/company.jpg");
    height: 500px;
}
.header-container.faq {
    background-image: url("../images/faq.jpg");
    height: 500px;
}
.header-container.flexepin {
    background-image: url("../images/flexepin.jpg");
    height: 500px;
}
.header-container.catena {
    background-image: url("../images/catena.svg");
    height: 500px;
}
.header-container.landingpages {
    height: 85px;
}
.header-container .header {
    background: none;
}
.header-content {
    z-index: 999;
    position: relative;
}
.header-home-title {
    padding: 5.5em 2.4em;
}
.header-product-title {
    padding: 5.5em 0;
}
.header-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-repeat: repeat;
    opacity: 0.9;
    height: 600px;
}
.header-overlay.white {
    background-color: #fff;
    opacity: 0.7;
    right: 0;
}
.content-with-overlay {
    z-index: 999;
    position: relative;
}

/* with blue overlay*/

.header-container.blue .header-overlay {
    background: #5E7186;
    height: 600px;
}
.header-container.blue, .header-container.blue h1, .header-container.blue .main-navigation li a {
    color: #fff !important;
}
.header-container.blue p, .header-container.blue label {
    color: #fff;
    font-weight: 100;
    font-size: 1.1em;
}

/*.header-container.blue .ba-btn { background: #FBB51C; color: #fff; width: 100%; border-color: #FBB51C; -webkit-appearance: none; -webkit-border-radius: 0px; padding:0px; font-size: 2em; }
*/


/* with gray overlay */

.header-container.gray {
    /*background: #F9F9F9;*/
    height: 600px;
    position: relative;
}
.header-container.gray .header-overlay {
    background: #F9F9F9;
}
.header-container.gray, .header-container.gray h1, .header-container.gray .main-navigation li a, .header-container.dark-gray h1, .header-container.dark-gray .main-navigation li a {
    color: #364B5E;
}
.header-container.gray .main-navigation li.signup {
    border-color: #FBB51C;
}
.header-container.gray p, .header-container.gray label, .header-container.dark-gray p, .header-container.dark-gray label {
    color: #4a4a4a;
    font-weight: 100;
}
.header-container.gray .ba-btn, .header-container.blue .ba-btn {
    background: #FBB51C;
    color: #fff;
    width: 100%;
    border-color: #FBB51C;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding: 0px;
    font-size: 1.5em;
}

/* dark gray */

.header-container.dark-gray .header-content-container {
    background: #F9F9F9;
}
.header-home-footer {
    background-color: #364B5E;
    color: #F9F9F9;
    text-transform: uppercase;
    position: absolute;
    z-index: 999;
    float: left;
    bottom: 0;
}
.header-home-footer a {
    color: #fff;
}
.header-home-footer a:hover {
    color: #FBB51C;
}
.header-home-footer p {
    color: #C2C9D1 !important;
    padding: 5px 20px 5px 73px;
    margin: 0;
    font-weight: bold !important;
}
.main-navigation.white-color li a {
    color: #fff;
}
.main-navigation.white-color li a:hover {
    color: #FBB51C;
    background-color: transparent;
}
.md-title {
    font-size: 2.2em;
    line-height: 40px;
}
h1.bg-img-title {
    color: #fff;
    padding: 45px 0 0 0;
    font-size: 4em;
    line-height: 70px;
}
h1.bg-img-title.with-shadow {
    text-shadow: 2px 2px 2px #475869;
    padding-top: 2.5em;
}
h3 {
    font-size: 19px;
    text-align: center;
}
.slide-img {
    width: 54px;
    position: relative;
    right: -9px;
    float: right;
}
.get-started {
    width: 50%;
    text-decoration: none;
    margin-top: 30px;
}

/* END OF HEADER */


/* FOOTER */

#footer-container {
    background: #F9F9F9;
    border-top: 1px solid #F2F2F2;
}
.footer-nav {
    text-align: center;
}
.footer-nav ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 10px;
}
.footer-list li {
    display: inline-block;
    padding: 10px;
    list-style-type: none;
}
.footer-list li a {
    color: #485f77;
    text-decoration: none;
}
.footer-social li {
    float: left;
    list-style-type: none;
}
.copyright {
    color: #4a4a4a;
    font-size: 14px;
    margin-top: 72px;
}

/* END OF FOOTER */


/* SIDE MENUBAR */

.side-menu-wrap {
    background: #485F77 !important;
}

/* END OF SIDE MENUBAR */


/*OVERRIDES MMENU*/

.signout {
    padding: 72px 0 0 20px !important;
    border-color: #485F77 !important;
}
.ba-menu-links {
    padding: 0px 20px !important;
    border-color: #485F77 !important;
    font-size: 16px;
}
.app-nav-link {
    padding: 5px 20px!important;
    border-color: #63768B !important;
}
.mm-vertical {
    border-color: #63768B !important;
}
.mm-navbar {
    border: none !important;
}
.mm-panels>.mm-panel {
    padding-left: 0px !important;
    color: #f1f1f1;
}
.mm-listview>li>a {
    background: #485F77 !important;
    border-bottom: none !important;
}
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: block !important;
}
.mm-slideout {
    z-index: inherit !important;
}

/* MAIN CONTENT */

.ba-btn {
    text-transform: uppercase;
    color: #f1f1f1;
    border: 1px solid #FBB51C;
    width: 320px;
    height: 54px;
    padding: 15px 10px;
    background: #FBB51C;
    display: block;
    margin: 0 auto;
    border-radius: 0px;
    letter-spacing: 2px;
}
.ba-btn:hover, .btn-addon:hover {
    background-color: #F5A623 !important;
    border: 1px solid #F5A623;
    color: #f1f1f1;
}
.btn-addon {
    color: #fff;
    height: 45px;
    border-radius: 0;
    border: 1px solid #FBB51C;
    background: #FBB51C;
    position: absolute !important;
    right: 7px;
    top: 4px;
    width: 75px !important;
    border-radius: 0px !important;
}
.btn-addon.find {
    padding: 0 30px;
    width: 140px !important;
    right: 0px;
    height: 52px;
    top: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 999 !important;
}
.ba-input-lg {
    height: 52px !important;
    color: #4a4a4a;
    font-size: 18px;
    width: 320px;
    border-radius: 0;
    margin: 0 auto;
    padding: 25px 15px 0;
    border-color: #E4E9E9;
}
.ba-input-lg.find-location, .newsletter-input {
    padding: 10px;
}
.input-group {
    margin: 0 auto;
}
.input-group.find-location {
    width: 100%;
}
.newsletter-input {
    width: 99% !important;
}

/*.input-group.newsletter-container { width: none !important; }*/

.home-btc-amount-form {
    padding: 0;
    width: 100%;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    box-shadow: none;
    padding: 10px;
}
.more-btn {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
}
.more-btn.white {
    border: 1px solid #fff;
    color: #fff;
}
a.more-btn.white:hover {
    text-decoration: none;
    border-color: #FBB51C;
    color: #FBB51C !important;
}
.more-btn.orange {
    border: 1px solid #FBB51C;
    color: #FBB51C;
}
.more-btn.orange:hover {
    background: #FBB51C;
    color: #fff;
}
.more-btn.blue {
    border: 1px solid #475F77;
    color: #475F77;
}
a.more-btn.blue:hover {
    text-decoration: none;
    background-color: #475F77;
    color: #FFF;
    border: 1px solid #475F77;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.no-padding {
    padding: 0px;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.padding-side-15 {
    padding: 0 15px;
}
.padding-right-30 {
    padding-right: 30px;
}
.padding-right-45 {
    padding-right: 45px;
}
.padding-right-10em {
    padding-right: 10em;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-left-10em {
    padding-left: 10em;
}
.no-margin {
    margin: 0px !important;
}
.margin-top-0 {
    margin-top: 0px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.text-bold {
    font-family: 'DINBold', sans-serif;
}
.text-gray {
    color: #4a4a4a;
}
.text-dark {
    color: #000;
}
.text-green {
    color: #417505;
}
.text-red {
    color: #D0021B !important;
}
.text-blue {
    color: #364B5E !important;
}
.text-white {
    color: #fff;
}
.text-orange {
    color: #FBB51C;
}
.text-sm {
    font-size: 0.9em;
}
.text-rg {
    font-size: 1em !important;
}
.text-md {
    font-size: 18px;
}
.text-lg {
    font-size: 1.5em;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-justify {
    text-align: justify;
}
.middle-title {
    padding: 15px 0 45px;
    line-height: 50px;
}
.center {
    margin: 0 auto;
}

/* sprite-icons */

.icon {
    background: url('../images/Icon24x24.png') no-repeat top left;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
.icon.fb {
    background-position: 0px -24px;
    width: 25px;
    height: 24px;
    display: block;
}
.icon.twitter {
    background-position: -24px -24px;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    display: block;
}
.sprite {
    background: url('../images/sprites.png') no-repeat top left;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.sprite.home-about {
    background-position: 0 0;
    width: 62px;
    height: 62px;
}
.sprite.home-btm {
    background-position: 0 -72px;
    width: 75px;
    height: 77px;
}
.sprite.api {
    background-position: 0 -159px;
    width: 89px;
    height: 79px;
}
.sprite.api-documented {
    background-position: 0 -248px;
}
.sprite.api-scale {
    background-position: 0 -308px;
}
.sprite.api-secure {
    background-position: 0 -368px;
}
.sprite.api-support {
    background-position: 0 -428px;
}
.sprite.btm {
    background-position: 0 -488px;
    width: 77px;
    height: 93px;
}
.sprite.btm-recycler {
    background-position: 0 -591px;
}
.sprite.btm-secure {
    background-position: 0 -651px;
}
.sprite.btm-serviceable {
    background-position: 0 -711px;
}
.sprite.btm-support {
    background-position: 0 -771px;
}
.sprite.btm-compliance {
    background-position: 0 -831px;
}
.sprite.btm-automated {
    background-position: 0 -891px;
}
.sprite.btm-specs {
    background-position: 0 -951px;
    width: 59px;
    height: 75px;
}
.sprite.btm-how1 {
    background-position: 0 -1036px;
    width: 105px;
    height: 120px;
}
.sprite.btm-how2 {
    background-position: 0 -1166px;
    width: 105px;
    height: 120px;
}
.sprite.btm-how3 {
    background-position: 0 -1296px;
    width: 105px;
    height: 120px;
}
.sprite.btm-faq {
    background-position: 0 -1426px;
    width: 105px;
    height: 75px;
}
.sprite.company-mission {
    background-position: 0 -1511px;
    width: 70px;
    height: 60px;
}
.sprite.company-about {
    background-position: 0 -1581px;
    width: 79px;
    height: 60px;
}
.sprite.cloud-mgmt {
    background-position: 0 -1651px;
    width: 110px;
    height: 79px;
}
.sprite.cloud-accounting {
    background-position: 0 -1740px;
}
.sprite.cloud-alerts {
    background-position: 0 -1800px;
}
.sprite.cloud-integrated {
    background-position: 0 -1860px;
}
.sprite.cloud-kyc {
    background-position: 0 -1920px;
}
.sprite.cloud-settings {
    background-position: 0 -1980px;
}
.sprite.cloud-wallet {
    background-position: 0 -2040px;
}
.sprite.btm-features {
    background-position: 0 -2100px;
    width: 35px;
    height: 35px;
}
.sprite.operator {
    background-position: 0 -2145px;
    width: 35px;
    height: 35px;
}
.sprite.address {
    background-position: 0 -2190px;
    width: 35px;
    height: 35px;
}
.sprite.fb {
    background-position: 0 -2235px;
    width: 30px;
    height: 30px;
}
.sprite.fb:hover {
    background-position: 0 -2275px;
    width: 30px;
    height: 30px;
}
.sprite.ghost {
    background-position: 0 -2315px;
    width: 30px;
    height: 30px;
}
.sprite.ghost:hover {
    background-position: 0 -2355px;
    width: 30px;
    height: 30px;
}
.sprite.twitter {
    background-position: 0 -2395px;
    width: 30px;
    height: 30px;
}
.sprite.twitter:hover {
    background-position: 0 -2435px;
    width: 30px;
    height: 30px;
}
.sprite-2 {
    background: url('../images/sprites_2.png') no-repeat top left;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.sprite-2.btm-specs {
    background-position: 0px -104px;
    width: 32px;
    height: 35px;
}
.sprite-2.location {
    background-position: 0px -38px;
    width: 32px;
    height: 32px;
}
.sprite-2.plus {
    background-position: 0px 0px;
    width: 32px;
    height: 32px;
}
.sprite-2.wallet {
    background-position: 0px -70px;
    width: 32px;
    height: 32px;
}
.sprite-2.copay {
    background-position: 0px -184px;
    width: 32px;
    height: 32px;
}
.sprite-2.xapo {
    background-position: 0px -142px;
    width: 32px;
    height: 32px;
}
.sprite-2.shop {
    background-position: 0px -222px;
    width: 34px;
    height: 32px;
}
.gallery-container {
    margin-top: 30px;
}
.gallery-text {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.btm-bg {
    background: url("../images/ImgBTM.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
}
.map-bg {
    background: url("../images/CanadaMap.png") no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 540px;
    height: auto;
}
.icon-global {
    width: 96px;
}
ul.list {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    width: 70%;
}
ul.list li {
    display: inline-block;
    padding: 5px 6px;
    list-style-type: none;
    letter-spacing: .6px;
}
.tile {
    background-color: #475F77;
    margin-top: 30px;
    padding: 50px 25px;
    color: #fff;
}
.tile.blue-md {
    height: 400px;
}
.tile.blue-long {
    height: 500px;
}
.tile p {
    color: #fff;
}
.tile.locations {
    height: 300px;
}
.tile-content {
    margin-bottom: 30px;
    min-height: 100px;
    line-height: 25px;
}
.btm-tile-1 {
    background: url("../images/btm2.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}
.btm-tile-2 {
    background: url("../images/btm3.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}
.company-tile-1 {
    background: url("../images/company3.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
}
.company-tile-2 {
    background: url("../images/company2.jpg") no-repeat;
    height: 300px;
    background-size: cover;
}
.company-video {
    height: 400px;
    background: #fff;
}
.press-icons {
    width: 178px;
    height: 33px;
    /*margin-top: 100px !important; */
}
.press-icons.techcrunch {
    background: url("../images/tc-techcrunch.svg") no-repeat;
}
.press-icons.motherboard {
    background: url("../images/motherboard.svg") no-repeat;
}
.press-icons.entrepreneur {
    background: url("../images/entrepreneur.svg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 35px;
}
.press-content, .product-content {
    font-size: 15px;
    line-height: 1.75em;
    width: 60%;
    letter-spacing: 0px;
    margin: 0 auto;
}
.product-content {
    width: 80%;
}
.press-wrap {
    padding-top: 120px;
    display: table;
    margin: 0 auto;
}
.press-img-li {
    float: left;
    margin: 0 20px;
}
.press-img-li img {
    width: 300px;
}
.press-img-li img.entrepreneur {
    width: 200px;
    position: relative;
    top: 14px;
}
.press-img-li img.techcrunch {
    width: 200px;
    position: relative;
    top: 21px;
}
.press-img-li img.motherboard {}
.faq-title {
    text-align: left;
    padding: 30px 0 20px;
    cursor: pointer;
}
.faq-title:hover {
    color: #FDB823;
}
.faq-content {
    text-align: left;
    display: none;
}
.faq-list {
    border-bottom: 1px solid #AFAFAF;
    padding-bottom: 20px;
    color: #4a4a4a;
}
.list-content {
    height: 220px;
}
.btm-specs-img {
    background: url("../images/btm-specs.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}
.specs-list {
    padding-left: 0px;
}
.specs-list li {
    font-size: 15px;
    line-height: 1.75em;
}
.label-title {
    text-transform: uppercase;
    text-align: right;
    font-size: 13px;
    padding-right: 8px;
    color: #fff;
}
.label-value {
    font-weight: normal;
    text-align: left;
    padding: 0;
    color: #fff;
}
.full-width {
    width: 100% !important;
}
.map-wrapper {
    height: 400px;
    width: 100%;
}
#btm-locations {
    width: 100%;
    height: 400px;
}
.map-info-content {
    font-family: 'Roboto,Arial,sans-serif', sans-serif;
    color: #000;
    /*font-weight: bold;*/
}
.map-info-title {
    font-size: 1.5em;
    font-weight: bold;
}
.location-machine-details {
    line-height: 1.3em;
}
.location-machine-content {
    position: relative;
    left: 15%;
}
.btm-location-details {
    display: none;
}
.li-title {
    text-align: left;
    padding: 30px 0 20px;
    cursor: pointer;
}
.li-content {
    text-align: left;
}
.not-found-page {
    background-color: #fff;
    min-height: 500px;
    padding: 5.5em 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.fa-long-arrow-right {
    margin-left: 5px;
}

/* locations pre-loader */

.preloader-wrapper {
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -10px;
}
#preloader_3 {
    position: relative;
}
#preloader_3:before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: blue;
    content: '';
    position: absolute;
    background: #FDB823;
    -webkit-animation: preloader_3_before 1.5s infinite ease-in-out;
    -moz-animation: preloader_3_before 1.5s infinite ease-in-out;
    -ms-animation: preloader_3_before 1.5s infinite ease-in-out;
    animation: preloader_3_before 1.5s infinite ease-in-out;
}
#preloader_3:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    content: '';
    position: absolute;
    background: #475F77;
    left: 22px;
    -webkit-animation: preloader_3_after 1.5s infinite ease-in-out;
    -moz-animation: preloader_3_after 1.5s infinite ease-in-out;
    -ms-animation: preloader_3_after 1.5s infinite ease-in-out;
    animation: preloader_3_after 1.5s infinite ease-in-out;
}
@-moz-keyframes preloader_3_before {
    0% {
        transform: translateX(0px) rotate(0deg)
    }
    50% {
        transform: translateX(50px) scale(1.2) rotate(260deg);
        background: #FDB823;
        border-radius: 0px;
    }
    100% {
        transform: translateX(0px) rotate(0deg)
    }
}
@-webkit-keyframes preloader_3_before {
    0% {
        transform: translateX(0px) rotate(0deg)
    }
    50% {
        transform: translateX(50px) scale(1.2) rotate(260deg);
        background: #FDB823;
        border-radius: 0px;
    }
    100% {
        transform: translateX(0px) rotate(0deg)
    }
}
@keyframes preloader_3_before {
    0% {
        transform: translateX(0px) rotate(0deg)
    }
    50% {
        transform: translateX(50px) scale(1.2) rotate(260deg);
        background: #FDB823;
        border-radius: 0px;
    }
    100% {
        transform: translateX(0px) rotate(0deg)
    }
}
@-moz-keyframes preloader_3_after {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(-50px) scale(1.2) rotate(-260deg);
        background: #475F77;
        border-radius: 0px;
    }
    100% {
        transform: translateX(0px)
    }
}
@-webkit-keyframes preloader_3_after {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(-50px) scale(1.2) rotate(-260deg);
        background: #475F77;
        border-radius: 0px;
    }
    100% {
        transform: translateX(0px)
    }
}
@keyframes preloader_3_after {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(-50px) scale(1.2) rotate(-260deg);
        background: #475F77;
        border-radius: 0px;
    }
    100% {
        transform: translateX(0px)
    }
}

/* end of locations pre-loader */


/* home page - video header */

.header-video {
    position: relative;
    overflow: hidden;
    height: 600px;
}
.header-video iframe, .header-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-video iframe {
    height: 100%;
    width: 100%;
}
.header-video video {
    width: 100%;
}
.header-video__teaser-video {
    width: 100%;
    height: auto;
    z-index: -1;
}
.header-video__media {
    width: 100%;
    height: 600px;
    z-index: -2;
    position: absolute;
    right: 0;
    top: 0;
}

/*.version-2 .header-video, .version-2 .header-video__media { height: 500px !important; }*/


/* end of home page - video header */


/* products page */

.title-text-underline {
    border-bottom: 2px solid #FBB51C;
    padding-bottom: 5px;
}
.white-bg {
    background: #F9F9F9;
}
.product-container {
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.product-title {
    font-family: 'FFDINWebBold', sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    color: #364B5E;
    text-transform: uppercase;
}
.products-list li a.ba-btn {
    width: 100% !important;
}
.products-img {
    /* width: 200px; */
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg-overlay {
    position: relative;
    z-index: 1;
    /*width: 100%;*/
    background-repeat: repeat;
    opacity: 0.9;
    height: 100%;
    overflow: hidden;
}
.bg-overlay.orange {
    background: #FBB51C;
}
.bg-overlay.light-blue {
    background: #5E7186;
}
.bg-overlay.blue {
    background: #344C5E;
}
.bg-overlay.white {
    background: #FFF;
}
.product-container .img-bg {
    height: 400px;
}
/*.product-container.orange .img-bg {
    background: #FBCA6F;
}
.product-container.light-blue .img-bg {
    background: #304254;
}
.product-container.blue .img-bg {
    background: #2A4255;
}
.product-container.white .img-bg {
    background: #DFDFDF;
}*/
.product-container.light-blue .product-title, .product-container.light-blue p, .product-container.orange .product-title, .product-container.orange p, .product-container.blue .product-title, .product-container.blue p {
    color: #FFF;
}
.product-container .inner-content {
    padding: 7em 0;
}
.product-container .mobile-inner-content {
    padding: 0 0 7em 0;
}

/*.products-btn {
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: 60px 13px;
}*/

.products-btn.btm {
    background-image: url(/static/images/small-ent-btm.png);
}
.products-btn.api {
    background-image: url(/static/images/small-ent-api.png);
    background-position-x: 55px;
}
.products-btn.cloud {
    background-image: url(/static/images/small-ent-cloud.png);
    background-position-x: 15px;
        padding-left: 35px;
}
.products-btn.kyc {
    background-image: url(/static/images/small-ent-kyc.png);
    background-position-x: 55px;
}
.products-btn.contract {
    background-image: url(/static/images/small-ent-contract.png);
    background-position-x: 13px;
    /*text-align: right;*/
}
.products-img.btm, .products-img.kyc, .products-img.contract {
    left: -19px;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


.product-tile-1 {
    background: url("../images/ey-btm-1.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
}
.product-tile-2 {
    background: url("../images/deloitte-btm-1.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
}
.kyc-tile-1 {
    background: url("../images/kyc-profile-1.jpg") no-repeat;
    height: 300px;
    background-size: cover;
}
.kyc-tile-2 {
    background: url("../images/kyc-profile-2.jpg") no-repeat;
    height: 300px;
    background-size: cover;
}


.wallet-tile-1 {
    background: url("../images/wallet-profile-1.jpg") no-repeat;
    height: 300px;
    background-size: cover;
}
.wallet-tile-2 {
    background: url("../images/wallet-profile-2.jpg") no-repeat;
    height: 300px;
    background-size: cover;
}

.catena-tile-1 {
    background: url("../images/catena-logo-wide.png") no-repeat;
    height: 300px;
    background-size: cover;
}

.catena-tile-2 {
    background: url("../images/catena-screen.jpg") no-repeat;
    height: 300px;
    background-size: cover;
}

.what-is-bitcoin-1 {
    background: url("../images/cities/Toronto.png") no-repeat;
    height: 300px;
    background-size: cover;
}

.what-is-bitcoin-2 {
    background: url("../images/home.jpg") no-repeat;
    height: 300px;
    background-size: cover;
}


/* end of products page */

div:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* END OF MAIN CONTENT */

@media (min-width: 992px) {
    .tile, .col-tile {
        width: 48.4%;
    }
    .products-list li {
        width: 20%;
        float: left;
        padding: 0 10px;
    }
    .products-list li:first-child {
        padding-left: 0;
    }
    .products-list li:last-child {
        padding-right: 0;
    }
    .bg-overlay {
	    height: 400px;
	}
}
@media (max-width: 1072px) {
    .newsletter-input {
        width: 80%;
    }
}
@media (max-width: 414px) {
    h1.bg-img-title {
        font-size: 3em;
    }
    h1.bg-img-title.with-shadow {
        padding-top: 1.5em;
    }
    .ba-btn {
        width: 100%;
    }
    .product-container .inner-content, .product-container .inner-content p {
	    text-align: center !important;
	    padding-right: 15px !important;
	    padding-left: 15px !important;
	}
    .product-container .inner-content {
        padding: 0;
    }
    .product-container .product-content-container div.col-sm-12:first-child {
        padding-top: 3em;
    }
    .product-container .product-content-container div.col-sm-12:last-child {
        padding-bottom: 5em;
    }
/*    .products-btn {
        text-align: left;
        padding-left: 60px;
        background-position: 20px 13px;
    }*/
    .products-btn.kyc, .products-btn.api, .products-btn.cloud, .products-btn.contract {
        background-position-x: 20px;
    }
    .products-img.kyc {
        width: 100%;
        left: 0px;
    }
    .products-btn.contract {
        text-align: left;
    }
    .products-btn.cloud {
        padding-left: 60px;
    }
    .product-tile-1 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

}
@media (max-width: 988px) {
    .header-home-title {
        padding: 5px;
    }
}
