@font-face {
  src: url(/fonts/MuseoSans_300_normal.e76032feeed9724a2079d148c07a6ad8.woff2) format(woff2);
  font-family: Museo Sans;
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/MuseoSans_300_normal.9ca14accae2a6b987bb5fc0000236572.woff);
}
@font-face {
  src: url(/fonts/MuseoSans_300_italic.188d2f71dac839329f69f99141844fe0.woff2) format(woff2);
  font-family: Museo Sans;
  font-style: italic;
  font-weight: 300;
  src: url(/fonts/MuseoSans_300_italic.92c038ad48f7e9153ee6645444bbb40a.woff);
}
@font-face {
  src: url(/fonts/MuseoSans_500_normal.0c2fa471a0bf99124096664a1bd6a040.woff2) format(woff2);
  font-family: Museo Sans;
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/MuseoSans_500_normal.171ad3582ab0543d4ee818a476c26fd7.woff);
}
@font-face {
  src: url(/fonts/MuseoSans_500_italic.69d9bb7a5461efc2df3769b86df854ca.woff2) format(woff2);
  font-family: Museo Sans;
  font-style: italic;
  font-weight: 500;
  src: url(/fonts/MuseoSans_500_italic.1cb18a77f8e5c3dc66fc8324e57f6e36.woff);
}
@font-face {
  src: url(/fonts/MuseoSans_700_normal.3e002a90aa94f40e3070180559e0abc0.woff2) format(woff2);
  font-family: Museo Sans;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/MuseoSans_700_normal.8cd551a3e382a4db9aa3717cda06188e.woff);
}
@font-face {
  src: url(/fonts/MuseoSans_700_italic.ef282e1138660377be5255812b4d868c.woff2) format(woff2);
  font-family: Museo Sans;
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/MuseoSans_700_italic.93bed65273104b76966d475042a0c797.woff);
}
@font-face {
  src: url(/fonts/MuseoSans_900_normal.6d752f5b705d5f71f6672b1e8de5eaba.woff2) format(woff2);
  font-family: Museo Sans;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/MuseoSans_900_normal.9178f1dc9d1339a5fb064bd80ad89697.woff);
}
@font-face {
  src: url(/fonts/MuseoSans_900_italic.16c55ee979764c93a4d79f1824fd3303.woff2) format(woff2);
  font-family: Museo Sans;
  font-style: italic;
  font-weight: 900;
  src: url(/fonts/MuseoSans_900_italic.8381584160d4f5f030704261226ed1cb.woff);
}

















/* NEW */

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #777 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #136ebd !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* GENERAL */

html {
    background: #42A6FF ;
/*url("../../ui/img/background-alt.svg") 50% 0 no-repeat;  */
/*       background: #744a3a url("../../ui/img/pay.jpg") 50% 0 no-repeat;*/
/*    background-attachment:fixed; */
    background-repeat:no-repeat;
    background-attachment:fixed;
}

body { 
    background: none;
    font-family:"Montserrat",Helvetica,Arial,sans-serif;
    font-size:13px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:400;
    font-family:"Montserrat",Helvetica,Arial,sans-serif;
}

.text-small {
  font-size: 12px;
  line-height: 20px;
}

.text-large {
  font-size: 20px;
  line-height: 28px;
}

.text-extra-large {
  font-size: 26px;
  line-height: 34px;
}

.heading-large {
    font-size:52px;
    line-height:64px;
}

.heading-xlarge {
    font-size:100px;
    line-height:120px;
}

section {
    padding:80px 0;
}

section .heading-large {
    margin-top:0;
    margin-bottom:20px;
}

section .text-large {
    margin-bottom: 60px;
}

.bg-color-1 {
    background-color:#136ebd;
}

.bg-color-2 {
    background-color:#3dc0f1;
}

.section-color-1 {
    color:#fff;
}

.section-color-2 {
    color:#000;
}

.section-color-3 {
    color:#42A6FF;
}

/* END GENERAL */


/* NAVIGATION */

nav {
    position:absolute;
}

.navbar {
    margin-bottom:0; 
}

.navbar-brand {
    display:none;
    color:white;
}

.navbar-toggle {
    color:white;
}

.navbar-nav {
    float:none;
    text-align:center;
}

.navbar-nav>li {
    float:none;
    display:inline-block;
    vertical-align:middle;
    min-width:110px;
}

.navbar-nav>li a {
    color:#fff;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.navbar-nav>li.home a {
    font-size:26px;
}

.navbar-nav>li.home a>img {
    margin:10px auto;
}

.nav>li.active>a {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 3px solid white; 
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 3px solid white; 
}

.nav>li.home>a:hover, .nav>li.home>a:focus {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 3px solid transparent; 
}

/* END NAVIGATION */


/* HOME */

#home {
    padding:0px 0;
    color:white;
}

#home p.text-extra-large {
    margin-bottom:60px;
}

/* CONTACT US */

#contactus {
    padding:0px 0;
    color:white;
}

#contactus p.text-extra-large {
    margin-bottom:30px;
	margin-top:30px;
}

/* END CONTACT US */

/* DISCLIMER */

#disclaimer {
    background:#fff; 
}

/*#convertResult {
    background:#fff;
	padding:40px;
}

.convertResult {
    background:#fff;
	padding:40px;
}*/

#single-settings .btn, #calc-settings .btn, #multi-settings .btn {
    margin-top:0px;
}

#filter-buttons {
    padding: 0;
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
}

#filter-buttons li {
    margin: 5px 10px;
    display: inline-block;
    border: 1px solid #818B92;
    color: #818B92;
    padding: 5px 10px;
    cursor:pointer;
}

#filter-buttons li.active {
    border: 1px solid #428bca;
    color: #428bca;
}

#crypto-notify .modal-body {
    color: #999;
}

#crypto-notify .modal-title {
    text-align: left;
}

#crypto-notify input[type=text] {
    width: 200px;
    display: inline;
    text-align: center;
    font-weight: bold;
}

#crypto-notify #crypto-notify-slider {
    width: 400px;
}

#crypto-notify .notify-error {
    color: #c7254e;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

#crypto-notify .tooltip {
    display: none;
}

/* END disclaimer */

/* MEDIA QUERIES */


@media (max-width: 767px) {
    
    .navbar-brand {
        display:block;
    }
    
    .navbar-nav {
        float:left;
        text-align:left;
        width:100%;
        margin:7.5px 0;
    }
    
    .navbar-nav>li { 
        display:block;
        width:100%;
    }
    
    .navbar-nav>li.home { 
        display:none; 
    }
    
    .navbar-collapse {
        padding-left:0;
        padding-right:0;
    }
    
    #home {
        padding:20px 0;
    }
    
    #home .logo {
        margin-bottom:60px;   
    }
    
}


@media (max-width: 643px) {
    
    #gallery .grid-unit {
        width:49.5%;
    }
    
}


@media (max-width: 398px) {
    
    h3 {
        font-size:18px;
    }
    
    section {
        padding:60px 0;
    }
    
    .text-small {
        font-size: 11px;
        line-height: 18px;
    }
    
    .text-large {
        font-size: 14px;
        line-height: 24px;
    }
    
    .text-extra-large {
        font-size: 18px;
        line-height: 34px;
    }
    
    .heading-large {
        font-size:26px;
        line-height:38px;
    }
    
    section .text-large {
        margin-bottom: 40px;
    }
    
    .btn-1, .btn-2 {
        font-size:14px;
    }
    
    .service-item i {
        font-size: 90px;
        line-height: 50px; 
        margin: 30px auto;
    }
    
    #gallery .grid-unit {
        width:99.5%;
    } 
    
    #contact .contact-details li h2 {
        font-size:16px;
        margin:auto 5px;
    } 
    
    #contact .contact-details li i {
        font-size:20px;
        line-height:20px;
    } 
    
}

.caret_blue {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #BFECFF;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

a.rate {
color:white;
text-decoration:none;
}

.nav-rates > li > a:hover,
.nav-rates > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  border-bottom: 1px solid transparent;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: rgb(13, 105, 242);
  border-bottom: 1px solid transparent;
}

.nav-rates>li>a:hover, .nav-rates>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  color: #555555;
  border-radius: 4px;
}

#preloader {
    position: relative;
    top: 160px;
    margin-top: -32px;
    clear: both;
    text-align: center;
    display: none;
}

.nav .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.nav a:hover .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #136ebd;
  border-color: white;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.carousel-indicators li {
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #136ebd;
}

.carousel-indicators .active {
  background-color: #136ebd;
}

.dropdown-menu.services {
  background-color: #136ebd;
  border: 0px;
  border-radius: 0 4px 4px 4px;
}

.dropdown-menu > li.services > a {
  color: #fff;
  padding: 3px 15px;
  border: 0px;
}

.dropdown-menu > li.services > a:hover,
.dropdown-menu > li.services > a:active  {
  color: #136ebd;
  background-color: #136ebd;
}

.intro-header {

    text-align: center;
    color: #f8f8f8;
    /*background: url(../../ui/img/intro-bg-blue.jpg) no-repeat center center;*/
	background-color: #000000
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 8%;
    padding-bottom: 15%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 4em;
	font-weight: 900;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-weight: 300;
}

.htab {
	overflow-x: scroll;
}

#ticket_message .mess {
	white-space:unset !important;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 60px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../../ui/img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }
}

.decimals {
	color:#999999;
	font-weight:lighter;
	font-size:60%;
}

div.supporttab {
	position: fixed; 
	top: 150; 
	right: 0; 
	background-color: #136ebd;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	width: 40px;
	font-size: 20px;
	color: #FFFFFF;
	padding: 15px;
	text-decoration:none;
	word-wrap: break-word;
	z-index:9999;
}

span.capitalize {
	text-transform: capitalize;
}

#tabContent {
	position: relative;
}

.tabContentLoader {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 80px;
	font-size: 18px;
	color: #136ebd;
}
/* END MEDIA QUERIES */

.text-white {
	color:white;
}

/* PROBLEM WITH MODAL PADDING-RIGHT */
body {
    padding-right:0px !important;
    margin-right:0px !important;
}

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