.guideLink {
    color: #fff;
    text-decoration: underline;
}
.guideLink:hover{
    color: #fff;
    text-decoration: none;
}

/* Footer negrita titulos */
#Footer .titleCol{
    font-weight: bold;
    color: #fff;
}
@media ( max-width: 767px ) {
    #Footer .footer-col + .footer-col {
        margin-top: 30px;
    }
    #Footer .titleCol {
        display: block;
        margin-bottom: 10px;
    }
    #Footer li {
        line-height: 30px;
    }
}


/* Orange button */
.btn.customOrange {
    background: #F08617 !important;
    width: 220px !important;
}

/*  */
#b2mFeature {
    width: auto !important;
}

/* carousel */
#quote-carousel
{
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
    background: #333333;
}
#quote-carousel img
{
    width: 250px;
    height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }



}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0 5px;
        width: 20px;
        height: 20px;
    }

    #BillboardDevices {
        width: 100% !important;
        margin-top: 0px !important;
    }

    /* FIX BUY */
    #BuyBitcoins .colButton {
        text-align: center !important;
    }
    #BuyBitcoins .buttonCustomOrange {
        margin-top: 30px !important;
    }

    #convert-links-box {
        display: none;
    }

    #cookies {
        padding-bottom: 60px;
    }

}


.buttonCustomOrange {
    margin-top: 50px;
    background: #ff8800;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.1),0 2px 3px rgba(0,0,0,0.08);
    outline: none;
    -webkit-transition: background,0.25s;
    -moz-transition: background,0.25s;
    -o-transition: background,0.25s;
    transition: background,0.25s;
    line-height: 16px;
    width: 100%;
    max-width: 220px;
}
.buttonCustomOrange:active {
    box-shadow: none;
}
.buttonCustomOrange:hover{
    color: #fff;
    text-decoration: none;
    background: #ff7729;
}

#DownloadBillboard .buttonCustomOrange{
    margin-top: 20px !important;
}

/* FIX BUY */
#BuyBitcoins .colButton {
    text-align: right;
}
#BuyBitcoins .buttonCustomOrange {
    margin-top: 0;
}
#BuyBitcoins .resume div {
    padding-top: 5px;
    padding-bottom: 5px;
}
#BuyBitcoins .total {
    background: #DFF0D8;
}



#Register .browse-wrap {
    top:0;
    left:0;
    margin:20px 20px 5px;
    cursor:pointer;
    overflow:hidden;
    padding:10px 20px;
    text-align:center;
    position:relative;
    background-color:#FFF6E2;
    border:solid 1px #d2d2d7;
}
#Register .browse-wrap:hover{
    background-color: #ffe9db;
}
#Register .browse-wrap:active {
    padding:11px 20px 9px 20px;
}
#Register .title {
    color:#1B1B1B;
    font-size:14px;
    font-family:tahoma, arial, sans-serif;
}
#Register .upload {
    right:0;
    margin:0;
    bottom:0;
    padding:0;
    opacity:0;
    height:300px;
    outline:none;
    cursor:inherit;
    position:absolute;
    font-size:1000px !important;
}
#Register .upload-ready ,
#Register .upload-error {
    text-align: center;
    margin:5px 0 20px;
    display:block;
    font-size: 80%;
    color:#3b5998;
    font-weight:bold;
    font-family:tahoma, arial, sans-serif;
}
#Register .upload-error {
    color: #008000;
}
#Register .upload-error {
    color: #ff0000;
}

#Register {
    position: relative;
    z-index: 0;
}


#boxFilesRegister {
    background-color: #E4E4E4;
    padding: 6.25rem 1.25rem;
    text-align: center;
    margin: 50px 0;
}

#boxFilesRegister .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#boxFilesRegister .inputfile + label:hover {
    background-color: #D4D4D4;
}

#boxFilesRegister .inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border: 1px dotted;
    padding: 20px;
    background-color: #fff;
}

#boxFilesRegister .inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FF8800;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

#boxFilesRegister .inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #FFFFFF;
}

#registerStep2 .advice p {
    padding: 10px;
    text-align: center;
    font-size: 18px !important;
}

#registerStep2 .detailsForPhoto{
    margin: 20px;
    padding: 30px;
    font-size: 14px;
    background-color: #F7F4ED;
    text-align: center;
}

#registerStep2 .detailsForPhoto .name {
    font-size: 20px;
}

#boxFilesRegister label:hover figure {
    background-color: #E67B00;
}

#boxFilesRegister label:hover {
    color: #E67B00;
}

#boxFilesRegister .infoFile{
    font-size: 11px;
    color: #2A4D9A;
    font-weight: normal;
}

#convert-links-box a {
    width: auto !important;
    display: inline !important;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    text-align: center;
}

.btn-group {
    float: none !important;
    display: inline-block !important;
}


/* LOGIN PANEL FOR BUY BITCOINS */
#loginPanel{
    margin-top: 20px;
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: calc(100% - 120px);
}
#loginPanel .panel-heading span
{
    margin-top: -26px;
    font-size: 15px;
    margin-right: -12px;
}
#loginPanel .panel-body {
    text-align: center;
}
#loginPanel .clickable {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

#gateways {
    margin-bottom: 30px;
}
.gateway {
    position: relative;
    padding: 20px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid transparent;
}
.gateway:hover {
    background: rgba(0,0,0,.01);
    border-color: rgba(0,0,0,.02);
}
.gateway.active {
    background: rgba(0,0,0,.02);
    border-color: rgba(0,0,0,.05);
}
.gateway p.clearfix {
    margin-bottom: 0;
}
.gateway-collector {
    margin-bottom: 10px;
}
/*
.gateway + .gateway:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 60px;
  margin-top: -30px;
  background: rgba(0,0,0,.2);
}*/
@media ( max-width: 991px ) {
    .gateway {
        padding: 20px;
    }
    .gateway + .gateway:after {
        display: none;
    }
    .gateway-selector input[type="radio"] {
        position: relative;
        top: 3px;
    }
}
.gateway-selector {
    position: relative;
}
@media ( max-width: 992px ) {
    .gateway-selector {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}
.gateway-selector input[type="radio"] {

}
.gateway-selector label{
    margin: 10px 0;
    margin-left: 5px;
}
.gateway-logo {
    height: 25px;
}
#gateways .know-more-mobile {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #2a4d9a;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    top: 0;
    left: 160px;
    cursor: pointer;
}
.gateway-features {
    list-style: disc;
    padding-left: 15px;
}
.gateway-features li {

}
#gateways .know-more {
    cursor: pointer;
    color: #ff8800;
    font-weight: bold;
}
#gateways .know-more:hover {
    color: #2a4d9a;
    text-decoration: underline;
}
#gateway-info {
    display: none;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.05);
    overflow: hidden;
    position: relative;
}
#gateway-info .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
#gateway-info .close-button:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
#gateway-info .close-button .bar {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(0,0,0,.3);
    margin-left: -1px;
}
#gateway-info .close-button .bar.left {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#gateway-info .close-button .bar.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#gateway-info.visible {
    display: block;
}
.gateway-info-inner {
    position: relative;
}
.gateway-info {
    display: none;
}
.gateway-info.active {
    display: block;
}

#amounts {
    margin-bottom: 90px;
}
#resume-checkout .btc,
#resume-checkout .total {
    font-size: 1.5em !important;
    padding: 4px 12px;
    border-radius: 3px;
    background: rgba(0,0,0,.05);
}
#resume-checkout .total {

}
#resume-checkout .buttonCustomOrange {
    margin: 5px 0 9px;
}
#resume-checkout .buttonCustomOrange,
#resume-checkout .terms {
    width: 100%;
}
#resume-checkout .terms {
    text-align: right;
}
@media ( max-width: 992px ) {
    #resume-checkout .btc,
    #resume-checkout .total,
    #resume-checkout .terms {
        text-align: center;
    }
    #resume-checkout .buttonCustomOrange {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.alertSuccess {
    margin-bottom: 60px;
    overflow: hidden;
}
.alertSuccess .icon {
    font-size: 60px !important;
    line-height: 80px;
    text-align: center;
    display: block;
}
.alertSuccess h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.alertSuccess p {
    line-height: 20px;
}
#transferOperation {
    border-top: 1px dotted rgba(0,0,0,.07);
    padding-top: 20px;
    background: rgb(248, 252, 247);
    color: rgba(0,0,0,0.7);
    padding-bottom: 5px;
    position: relative;
    top: 15px;
    display: none;
}
#OperationSuccess.bankTransfer #transferOperation {
    display: block;
}
#transferOperation strong,
#transferOperation p span {
    color: #000;
}
#transferOperation p span {
    font-style: italic;
}
@media ( max-width: 992px ) {
    #OperationSuccess h3,
    #OperationSuccess p {
        text-align: center;
    }
    #transferOperation p {
        text-align: left;
    }
}


/*

    POP UP

*/
.custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1000000;
    opacity: 0;
    overflow: hidden;
}
.custom-popup.visible {
    opacity: 1;
    height: 100%;
}
.custom-popup .obfuscation-layer {
    cursor: pointer;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}
.custom-popup.visible .obfuscation-layer {
    background: rgba(0,0,0,.6);
}
.custom-popup-window {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 500px;
    margin-top: -300px;
    margin-left: -250px;
    z-index: 150;
    padding: 40px 40px 30px;
    opacity: 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}
.custom-popup.visible .custom-popup-window {
    margin-top: -240px;
    opacity: 1;
}
.custom-popup .close-button {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}
.custom-popup .close-button:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.custom-popup .close-button .bar {
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgba(0,0,0,.2);
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -1px;
}
.custom-popup .close-button .bar.left {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.custom-popup .close-button .bar.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.custom-popup.fixed .close-button{
    display: none;
}
.custom-popup.fixed .obfuscation-layer {
    cursor: auto;
}

.custom-popup-title {
    margin-top: 0;
    text-align: center;
    display: none;
}
.custom-popup.with-title .custom-popup-title {
    display: block;
}
.custom-popup-body {
    text-align: center;
}
.custom-popup-window button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.custom-popup.with-custom-buttons .custom-popup-button {
    display: none;
}

@media ( max-width: 600px ) {
    #global-popup-window {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }
}


.vibrating {
    animation: vibrate .3s;
    -webkit-animation: vibrate .3s;
    -moz-animation: vibrate .3s;
    -o-animation: vibrate .3s;
    outline: 2px solid red;
}
@keyframes vibrate {
    0%   { transform: translateX(3px); }
    15%  { transform: translateX(-3px); }
    45%  { transform: translateX(3px); }
    75%  { transform: translateX(-3px); }
    100% { transform: translateX(0); }
}
@-webkit-keyframes vibrate {
    0%   { -webkit-transform: translateX(3px); }
    15%  { -webkit-transform: translateX(-3px); }
    45%  { -webkit-transform: translateX(3px); }
    75%  { -webkit-transform: translateX(-3px); }
    100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes vibrate {
    0%   { -moz-transform: translateX(3px); }
    15%  { -moz-transform: translateX(-3px); }
    45%  { -moz-transform: translateX(3px); }
    75%  { -moz-transform: translateX(-3px); }
    100% { -moz-transform: translateX(0); }
}
@-o-keyframes vibrate {
    0%   { -o-transform: translateX(3px); }
    15%  { -o-transform: translateX(-3px); }
    45%  { -o-transform: translateX(3px); }
    75%  { -o-transform: translateX(-3px); }
    100% { -o-transform: translateX(0); }
}

#showReaderQR {
    cursor: pointer;
}
#bigAmountBanner {
    text-align: center;
    border-top: 1px dashed #EEE;
    padding-top: 10px;
    margin-top: 7px;
}
#anounce-bar {
    width: 100%;
    height: 80px;
    text-align: center;
    padding: 30px 0;
    margin: 0;
    background: rgba(42, 77, 154, 0.8);
    color: #fff;
    border-top: 1px solid #fff;
}

.about-us-portrait {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
}
.about-us-portrait.tikebit-shape {
    border-radius: 0;
}
.about-us-portrait.rounded {
    border-radius: 50%;
}
.about-us-portrait-inner {
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
}
.about-us-content {
    padding: 10px 0;
}
.about-us-employee {
    padding-bottom: 30px;
}
.about-us-content>.name {
    margin: 0;
}
.about-us-content>p {
    margin: 0;
}
.about-us-content .job {
    font-style: italic;
    opacity: .8;
    line-height: 24px;
}
.about-us-content .social-networks {
    color: #1D75B7;
    line-height: 23px;
}
.about-us-content .social-networks>a + a {
    margin-left: 12px;
}
.about-us-content .social-networks>a:hover {
    color: #000;
}
.about-us-content .social-networks>a>i {

}

#headerGap {
    position: relative;
    width: 100%;
    height: 50px;
    background: #2a4d9a;
}
.fullScreenCover #headerGap {
    display: none;
}



#PartnersSection {

}
.partner {
    position: relative;
}
.partner>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 100;
    margin: 0;
    padding: 0;
}
.partner .partner-logo {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 90;
}
@media ( max-width: 767px ) {
    #PartnersSection .thumb {
        height: 200px;
    }
}

@media ( max-width: 767px ) {
    #MainMenu {
        float: none;
    }
}

.owl-nav {
    cursor: pointer;
}
.owl-nav i {
    font-size: 20px;
    line-height:90px;
    position: relative;
}
.navigator .owl-prev i { left:0px; }
.navigator:hover .owl-prev i {
    left:-5px;
}
.navigator .owl-next i { right:0px; }
.navigator:hover .owl-next i {
    right:-5px;
}
.owl-wrapper,
.owl-item {
    width:100%;
}

#recognition {

}
#recognition .show-case-content-tab {
    text-align: center;
}
#recognition .show-case-selector-item.selected:after,
#recognition .show-case-selector-item.selected {
    background-color: #fff;
}
#recognition .show-case-selector-item.selected:before {
    display: none;
}
#recognition .show-case-selector-item img {
    max-height: 70px;
    max-width: 140px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-filter: grayscale(100%) opacity(0.4);
    filter: grayscale(100%) opacity(0.4);
}
#recognition .show-case-selector-item.selected img {
    -webkit-filter: grayscale(0%) opacity(1);
    filter: grayscale(0%) opacity(1);
}
#recognition .show-case-content-slide ul {
    margin-top: 16px;
}
#recognition .show-case-content-slide ul a {
    border-bottom: 1px dotted #F08617;
}
#recognition .show-case-content-slide ul a:hover {
    border-bottom: 1px solid #fff;
}
#recognition .owl-controls {
    display: none !important;
    opacity: 0 !important;
}

#show-cases {}
.show-case-selector {
    position: relative;
    z-index: 50;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
}



.navigator {
    height: 90px;
    margin-top: 0 !important;
    text-align: center;
}
.navigator.no-padding {
    padding-left: 0;
    padding-right: 0;
}



.show-case-selector-item {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #f0f0f0;
    position: relative;
    background: #fff;
    cursor: pointer;
}
.show-case-selector-item span {
    color: #bbb;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.show-case-selector-item:hover span,
.show-case-selector-item.selected span {
    color: #000;
}
.show-case-selector-item.selected:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 50%;
    margin-bottom: -10px;
    margin-left: -10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 7;
}
.show-case-selector-item span {
    margin: auto;
}
.show-case-selector .wrapper {
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    height: 90px;
}
.owl-item:last-child .show-case-selector-item {
    border-right: 1px solid #f0f0f0;
}
.show-case-selector .owl-prev,
.show-case-selector .owl-next {
    cursor: pointer;
    font-size: 30px;
}
.show-case-selector .owl-wrapper-outer {
    padding-bottom: 20px;
}
.show-case-content {
    position: relative;
    background: #2a4d9a;
    color: #fff;
}
.show-case-placeholder {
    position: relative;
    height: 500px;
    width: 100%;
}
.show-case-content-tab {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.show-case-content-tab h2 {
    font-weight: 300;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 40px;
    margin-top: 0;
}
.show-case-content-tab .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.show-case-content-tab .owl-controls {
    text-align: left;
    padding-left: 11%;
    margin-top: 30px;
}
.show-case-content-tab .owl-page span {
    border-color: transparent !important;
    background-color: rgba(255,255,255,0.2) !important;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.show-case-content-tab .owl-page.active span {
    background: #fff !important;
    border-color: transparent !important;
}
.show-case-content-image>img {
    max-height: 360px;
    margin: 0 auto;
    display: block;
}







@media ( max-width: 767px ) {
    .show-case-content-tab .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .show-case-content-tab h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    #Billboard h4 {
        display: none;
    }
    #Billboard h2 {
        font-size: 24px;
        margin-top: 45px;
    }

    #Billboard .buttonCustomOrange {
        margin-top: 20px;
    }

    #anounce-bar {
        padding: 10px;
    }

    #bitcoinPriceToolbar {
        display: block;
        font-size: 12px;
        text-align: right;
        padding-top: 4px;
        color: #979797;
    }

    #superTopMenu {
        display: block;
        float: none !important;
        text-align: right;
    }

    #SlideDownButton {
        font-size: 34px;
        width: 25px;
        height: 25px;
        bottom: 115px;
        margin-left: -17px;
    }

    #gateways .newFlag {
        display: none;
    }

}




.unstylished {
    list-style: none;
    margin: 0;
    padding: 0;
}
.no-dots li,
.no-dots {
    list-style: none;
}
.inline-list li {
    display: inline-block;
}
.list-separator li + li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.list-separator li + li:before {
    position: absolute;
    content: '|';
    top: 0;
    left: -4px;
}

#captchaRegister {
    padding-left: 15px;
}

#linkBackRegister {
    padding-left: 20px;
}

.newFlag {
    position: absolute;
    top: 0;
    left: 150px;
    font-size: 12px;
    color: red;
    border-radius: 5px 5px 5px 0;
    padding: 2px 5px;
}

#bitcoinPriceToolbar {
    color: #fff;
}

.loading:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255,255,255,0.9);
    background-image: url("../assets/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center
}

#TopBar a {
    text-decoration: underline;
}
#TopBar a:hover {
    text-decoration: none;
}
#TopBar #logout,
#TopBar #logout:hover {
    color: #F08617
}


/*
    CAJERO BITCOIN
*/
.thumb .thumbnail {
    background: no-repeat center;
    background-size: cover;
    display: block;
    height: 200px;
}

#atmBit2Me {
    /*width: 280px;*/
    height: 400px;
    margin-bottom: -50px;
    border: 0;
    margin-top: -60px;
}

#featuresAtm .row {
    padding: 50px 0;
}
.feature {
    padding: 25px 0;
}

#introTextAtm {
    margin: 0;
    padding: 100px 0 0 0;
}

.price {
    font-size: 28px;
    padding-top: 50px;
    font-weight: bold;
    color: red;
    border-bottom: 3px solid;
    width: 300px;
    margin: 0px auto;
    cursor: pointer;
}

.contact {
    padding: 15px;
    border: 1px dotted #333;
    background-color: #E8E8E8;
    color: #000;
}

.features-image {
    background: no-repeat center;
    background-size: cover;
    height: 300px;
    width: 300px;
    display: inline-block;
}

#images-features {
    text-align: center;
    padding-top: 0;
}
#images-features img {
    width: 260px;
    padding-bottom: 15px;
}

#featuresAtm2 .icon,
#quickFeatures .icon {
    font-size: 40px;
    color: #666;
}

#mapAtm {
    overflow:hidden;
    height:400px;
    position: relative;
}
#mapAtm::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
#mapAtm.visible::before {
    display: none;
}

@media (max-width: 800px) {
    #images-features img {
        width: 100%;
    }

    #featuresAtm {
        text-align: center;
    }

}

@media (max-width: 728px) {

    #atmBit2Me {
        margin-top: 50px;
        margin-bottom: -69px;
    }

}


/*
    MARCA
*/
.thumb .thumbnail {
    background: no-repeat center;
    background-size: 65%;
    display: block;
    height: 200px;
}
#BillboardDevices {
    margin-top: -110px;
    margin-bottom: 25px !important;
}
#download-page .btn {
    background: #F08617 !important;
}
.colorBit2Me{
    position: relative;
    height: 100px !important;
}
.colorBit2Me.cBlue {
    background: #294D9A !important;
}
.colorBit2Me.cOrange {
    background: #F08617 !important;
}
.colorBit2Me.cGrey {
    background: #555555 !important;
}
.colorBit2Me span {
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    position: absolute;
    bottom: 0;
    left: 10px;
    opacity: .7;
}

/****/

.montserrat {
    font-size: 32px;
    font-family: Montserrat;
}
.opensans {
    font-size: 32px;
    font-family: 'Open Sans';
}
.typoExample {
    opacity: .6;
}
@media ( max-width: 767px ) {
    .montserrat {
        font-size: 20px;
    }
    .opensans {
        font-size: 20px;
    }
}


/*
    PRENSA
*/
.thumb {
    margin-bottom: 70px;
}
.thumb .thumbnail {
    background: no-repeat center;
    background-size: 90%;
    display: block;
    height: 120px;
}
.sayMe {
    padding-top: 70px;
    color: #BA4A4A;
}

/*
    SELL
*/
#stepDetails {
    margin-bottom: 30px;
}
#titleStep {
    font-size: 22px;
    font-weight: bold;
}
#sellQr {
    padding: 15px;
    width: 200px;
    margin: 0px auto;
    background: #fff;
}
#waitingBitcoins {
    font-size: 16px;
    font-weight: bold;
    vertical-align: 30px;
    margin: 40px 0 20px;
}
#waitingBitcoins img {
    margin-right: 15px;
}
#orderUri {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0.5em 1.0em;
    font-family: monospace;
    font-size: 11px;
    color: #555;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
#orderUri:hover {
    background: #effff1;
    text-decoration: none;
}
#btcAddressForPay {
    border: 0;
    background: transparent;
}
.paymentCountdown {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

#sellStep2 {
    position: relative;
}
.sellTimeOut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    z-index: 1;
    padding: 15px;
    color: #fff;
    text-align: center;
}
.sellTimeOut a {
    color: #ff7729;
}
.sellTimeOut a:hover {
    color: #ff5016;
}
.sellTimeOut .content {
    margin: 50px;
}
#detectedPayment {
    background: #f5f5f5;
    color: #000;
}
.actionSell {
    font-size: 11px;
}
#openInWallet {
    font-size: 11px;
    margin-top: 10px;
}
#pinCodeInfo {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

#loginFormOverlay {
    position: fixed;
    z-index: 99999999;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loginFormOverlay form {
    background: #fff;
    padding: 50px;
    margin: 0px auto;
    width: 500px;
}
#titleLogin {
    font-size: 24px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

thead, tfoot {
    font-weight: bold;
}

.separator {
    margin-bottom: 80px;
    display: block;
    clear: both;
}

#viewMoreModal .serviceType {
    border: 1px dotted #999;
    padding: 15px;
    margin: 15px 0;
}

.show-case-content a {
    color: #F08617;
}
.show-case-content a:hover {
    color: #fff;
    text-decoration: none;
}

/*
    TEAM
*/
.team {
    padding: 50px 0;
    background: #2a4d9a;
    color: #fff;
}

.team .btn-team {
    background: #f80;
    border: 1px solid #e67b00;
    margin-top: 25px;
}