/* Put your custom css here */
.header-button {
    color: #00b5cb !important;
}

.header-button:hover {
    color: #fff !important;
}

h3 strong {
	background:#00b5cb;
	color:#fff;
	padding:0 5px;
	font-weight:400;
}

h4 span.highlight {
	background:#00b5cb;
	color:#fff;
	padding:0 3px;
}

#preHeaderAlert.alert-danger {
	background: #FF3217;
	color: #FFF;
}

#preHeaderAlert.alert-danger .alert-link {
	color: #FFF;
}

#mainFeature {
}

#mainFeature h2:after { border: 0;}

#mainFeature2 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../images/header-image.jpg");
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: 1;
	position: relative;
	background-position: 70% 50%;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

#mainFeature3 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../images/header-image-bg.jpg");
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: 1;
	position: relative;
	background-position: 70% 50%;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);

}

#mainFeature2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75px;
	font-weight:700;
	line-height:75px;
	text-transform:uppercase;
}

#mainFeature3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:50px;
	font-weight:700;
	line-height:50px;
	text-transform:uppercase;
}

#mainFeature3 .alert { text-shadow:none; }

@media(max-width:1366px){
#mainFeature2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:65px;
	font-weight:700;
	line-height:65px;
	text-transform:uppercase;
}
#mainFeature3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;
}
}


#mainFeature2 h2:after, #mainFeature3 h2:after { border: 0;}

.boxIcon .imgBorderBlue {
	border: 4px solid #00b5cb;
	background: #00b5cb;
	border-radius: 50%!important;

	width: 180px;
	height: 180px;
	margin: 18px auto 22px auto;
}

a.accordion-toggle:link, a.accordion-toggle:visited { text-decoration:none; }
a.btn { text-decoration:none; }

.list-unstyled.iconList.borderList a:link, .list-unstyled.iconList.borderList a:visited, .list-unstyled.iconList a:link, .list-unstyled.iconList a:visited {
	text-decoration:none;
}
.list-unstyled.iconList.borderList a:hover, .list-unstyled.iconList a:hover {
	text-decoration:underline;
}

.panel-default > .panel-heading-odd {background-color:#f7f7f7;}

.img-responsive-centered { height:auto; max-width:100%; }

.see-altcoin { margin-left: 5px; }

/* box icons */
.boxIcon {
	padding:33px;
	text-align: center;
	display: block;
	margin-bottom:11px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.boxIcon i, .boxIcon .imgBorder{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
}
.boxIcon span {display:none;}
.boxIcon i {margin: 36px auto; display: block; border-radius:50%;}
.boxIcon h2 {font-size: 20px; font-weight: 400; margin-bottom: 16px;} 
.boxIcon p {margin: 0;}

.boxIcon a:link, .boxIcon a:active, .boxIcon a:visited{text-decoration:none;}
.boxIcon a:hover{text-decoration:underline;}

.boxIcon a:hover i{
	border: 25px solid #F7F7F7;
	width: 150px;
	height: 150px;
	margin:11px auto;
}

/* img box */
.boxIcon img{
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
}

.boxIcon .imgBorder{
	border: 4px solid #F7F7F7;
	background: #F7F7F7;
	border-radius: 50%!important;
	width: 140px;
	height: 140px;
	margin: 18px auto 22px auto;
}
.boxIcon .imgBorder img{
	-webkit-backface-visibility: hidden;
	width: 130px;
	height: 130px;
}

#Overview .boxIcon .imgBorder {	background:none; }

/*@media (min-width: 768px) {*/
  .business-hours dt {
    float: left;
    /*width: 50%;*/
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .business-hours dd {
    margin-left: 85px;
  }
  .business-hours dd:before,
  .business-hours dd:after {
    display: table;
    content: " ";
  }
  .business-hours dd:after {
    clear: both;
  }
  .business-hours dd:before,
  .business-hours dd:after {
    display: table;
    content: " ";
  }
  .business-hours dd:after {
    clear: both;
  }
/*}*/
.biz-hours {
	cursor:pointer;
}
.biz-hours tr.today {
	font-weight: bold;
}
.biz-hours tr td:first-of-type {
	padding-right: 10px;
}
.biz-hours .collapse-arrow {
	visibility:hidden;
}
.biz-hours.collapsed .collapse-arrow {
	visibility:visible;
}

.order-id dd {
  margin-left: 140px;
}

#montrealParalaxSlice { background-image: url("../images/instacoin-paralax.jpg"); }

.boxFocus > ul {
	padding-left: 15px;
}

#location-list h3 { font-weight:bold; margin-top:1.25em; margin-bottom:0;}
#location-list h5 { margin-top:3em; margin-bottom: 0.25em;}
#location-list h5:first-of-type { margin-top:1.75em;}
#location-list address { margin-bottom: 0.5em;}

.location-listing dl {margin-top:0;}
address span.badge {padding: 5px 9px 5px 4px;}

.alert-warning {color:#444;}

.alert-success a {color:#468847;}

#available-cryptos img { padding: 3px 5px 5px 0; }

#min-buy-pop, .online-sale { margin-left: 5px; }

h3 .enabled { font-size: 16px; }

.how_far { margin-right: 5px; color: #999; }

/* Location Search */
.map-list-nav a:link, .map-list-nav a:hover, .map-list-nav a:active, .map-list-nav a:visited  { text-decoration:none; color:#FFF; }

.map-list-nav span { margin-right:20px; color:#eee;}

.location-buttons span {display:inline-block;}

/* Old Locations TBRemoved */
@media(min-width:992px){
	.locationFilter a.btn {float:right;} 
}
@media(min-width:992px){
	.locationMap {float:right;} 
}

.distance_warning { display:none; }


/* Google Maps */
#map {
        height: 600px;
}

/* CONTACT TABS */
.nav-pills > li {margin-bottom:10px;}
.nav-pills > li + li { margin-left:0; }
.nav-pills>li>a, .nav-pills .nav-link {background:#eeeeee; text-decoration:none;}
.nav-pills>li>a:hover, .nav-pills>li>a:focus {background:#00b5cb; color:#FFFFFF;}
.nav-pills > li.active a { text-decoration:none;}
/*.nav-pills > li.active a:hover { text-decoration:underline;}*/

/* New CONTACT */
.contact-step-choice {
	border: thin solid #999;	
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	transition: box-shadow 0.3s ease-in-out;
	font-weight:bold;
	color: #214d72 !important;
}
.contact-step-choice:hover {
	box-shadow: 0 .25rem .5rem rgba(0,0,0,.25);
}
.nav-pills .nav-link { border: thin solid #999; }
.nav-pills .nav-link.active {
	border-color: #214d72 ;	
}


/*ONLINE-OFFLINE*/
.online {color:#468847;}
.offline {color:#a94442;}

/*FORMS*/
.input-group input[type="checkbox"] { margin-top:9px; }


/*SELL PAGE*/
.sell-header {
	padding: 20px 0;
}
.sell-header h3 {
	margin-bottom:0;
}
.sell-header a {
	text-transform:uppercase;
}
.sell-header a:link, .sell-header a:visited {
	color: #FFF;
	text-decoration: none;
}
.sell-header a:hover, .sell-header a:active {
	color: #eee;
	text-decoration: underline;
}

.postal-toggle {
	cursor:pointer;
}
/*SELL APP*/

.input-group-lg > .input-group-btn > button.geo-target {
	font-size: 24px;
	line-height: unset;
	border-left: 0px;
}

.sell-rate span { line-height: 25px; display:inline-block; }

dl.dl-buysell dt {
	float: left;
}
dl.dl-buysell dd {
	margin-left: 80px;
}
dl.dl-buysell dd h4 {
 line-height: 20px;
}
.progress {
	background-color: #bbb;
	height: 25px;
}
.progress-bar {
	padding: 3px 11px;
}

.nav-tabs > li > a { text-decoration:none; }

.nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
}

button.copy_send_amount {
	vertical-align: top;
}

p.send_address, button.copy_send_amount, .send_amount_h {
	display: inline-block;
}

button.copy_send_address, button.copy_send_amount {
  position: relative;
  z-index: 2;
  cursor: pointer;
  outline: none;
}
.btn.copy_send_address, .btn.copy_send_amount {
	outline: none;
}

button.copy_send_address:before,
button.copy_send_address:after, 
button.copy_send_amount:before,
button.copy_send_amount:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

/* Position tooltip above the element */
button.copy_send_address:before, button.copy_send_amount:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -40px;
  padding: 7px;
  width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  font-family: "custom-icons";
  content: "\e80f";
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
button.copy_send_address:after, button.copy_send_amount:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
button.copy_send_address.shown:before,
button.copy_send_address.shown:after,
button.copy_send_amount.shown:before,
button.copy_send_amount.shown:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check .form-check-label {
    font-size: 16px;
    font-weight: 600;
	line-height: 1.5em;
}

/*SPINNER*/
.uil-cube-css {
  background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
width: 100%;
@-webkit-keyframes uil-cube-css {
  0% {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-cube-css {
  0% {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-cube-css {
  0% {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes uil-cube-css {
  0% {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-cube-css {
  0% {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-cube-css {
  0% {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-cube-css {
  0% {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-cube-css {
  0% {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.uil-cube-css > div {
  position: absolute;
  width: 80px;
  height: 80px;
  -ms-animation: uil-cube-css 1s cubic-bezier(0.2, 0.8, 0.2, 0.8) infinite;
  -moz-animation: uil-cube-css 1s cubic-bezier(0.2, 0.8, 0.2, 0.8) infinite;
  -webkit-animation: uil-cube-css 1s cubic-bezier(0.2, 0.8, 0.2, 0.8) infinite;
  -o-animation: uil-cube-css 1s cubic-bezier(0.2, 0.8, 0.2, 0.8) infinite;
  animation: uil-cube-css 1s cubic-bezier(0.2, 0.8, 0.2, 0.8) infinite;
}
.uil-cube-css > div:nth-of-type(1) {
  top: 10px;
  left: 10px;
  background: #00b5cb;
  opacity: 0.9;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.uil-cube-css > div:nth-of-type(2) {
  top: 10px;
  left: 110px;
  background: #00b5cb;
  opacity: 0.8;
  -ms-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.uil-cube-css > div:nth-of-type(3) {
  top: 110px;
  left: 10px;
  background: #00b5cb;
  opacity: 0.7;
  -ms-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.uil-cube-css > div:nth-of-type(4) {
  top: 110px;
  left: 110px;
  background: #00b5cb;
  opacity: 0.6;
  -ms-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.hero {
	text-align:center;	
}

.crypto-images img { margin: 0 5px; } 

.home-header-icons .img-crypto {
    height: 48px;
	margin: 0.5em;
}

.regions-list {
	display: flex;
	flex-wrap: wrap;
}

.regions-list ul.region { 
	width: 100%;
	padding-bottom: 2em;
}

.regions-list ul.region li.main-region { 
	font-size: 22px;
}

.regions-list ul.region li.main-region a:link { 
	text-decoration: none;
}

.regions-list ul.region li.main-region a:hover { 
	text-decoration: underline;
}

.regions-list ul.region li.main-region li {
	font-size:18px;
	padding-right: 10px;
	padding-left: 0;
}

.main-region .list-inline {
    margin-top: 5px;
}

@media(min-width:768px) {
.regions-list ul.region { 
	padding-right: 2.5em;
	width: 50%;
}
}
@media(min-width:992px) {
.regions-list ul.region { 
	padding-right: 2em;
	width: 33.3%;
}
.regions-list ul.region li.main-region { 
	font-size: 18px;
}

.regions-list ul.region li.main-region li {
	font-size:16px;
}
}
@media(min-width:1200px) {
.regions-list ul.region { 
	padding-right: 2.5em;
	width: 25%;
}
}

/*** MEDIA QUERIES ***/

@media(max-width:1199.98px){
.home-header-icons .img-crypto {
    height: 41px;
}	
	
}
	
@media(max-width:767px){
.home-header-icons .img-crypto {
    height: 29px;
}


}


@media(min-width:768px){}

@media(min-width:992px){
.hero {
	text-align: left;	
}
	}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/*EMBED*/

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;

  &::before {
    display: block;
    content: "";
  }

  .embed-responsive-item,
  iframe,
  embed,
  object,
  video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

.embed-responsive-21by9 {
  &::before {
    padding-top: percentage(9 / 21);
  }
}

.embed-responsive-16by9 {
  &::before {
    padding-top: percentage(9 / 16);
  }
}

#atmFeatures {
	display: flex; justify-content: center;
}

@media (max-width: 991px) {
#atmFeatures {
    flex-direction: column;
    align-items: center;
}
}

#atmFeatures .contentLeft {
	
}

#atmFeatures .contentRight {
	
}

#atmFeatures .atmImage {
	
}

.atmFeaturesItem {
    max-width: 270px;
    margin-top: 20px;
}

@media (min-width: 576px) {
.atmFeaturesItem {
    max-width: 297px;
    margin-top: 54px;
}
}

@media (min-width: 1620px) {
.atmFeaturesItem {
    max-width: 330px;
    margin-top: 60px;
}
}

/* Order status page */
.named-anchor { display: block; position: relative; top: -90px; visibility: hidden; }
.order-date { margin-right: 0.5em; }
.order-crypto-address { font-family: 'Courier New', monospace; overflow-wrap: break-word; }
.copy_send_amount, .copy_send_address { margin-left: 0.5em; }
.tx-id { font-size:12px; }
a.btn-xs.fix-this { margin-left: 5px;font-size: 12px; }
a.btn-sm.fix-this { margin-left: 10px; }

.green-highlight {
	background-color: #00b5cb;
	color: #FFF;
	font-weight: 600;
	padding: 0.125em 0.5em;
	display: inline-block;
}
.blue-highlight {
	background-color: #214d72;
	color: #FFF;
	font-weight: 600;
	padding: 0.125em 0.5em;
	display: inline-block;
}

#discount-schedule td {
	vertical-align: middle;	
}
#discount-schedule tr > td:first-child, .tier-name {
	text-transform:uppercase;
	letter-spacing: .2rem;
}

#discount-schedule tr > td:nth-child(3), #discount-schedule tr > td:nth-child(4) {
	font-size: 110%;
	font-weight:700;
}

#discount-schedule tr > td:nth-child(3), #discount-schedule tr > td:nth-child(4), #discount-schedule tr > th:nth-child(3), #discount-schedule tr > th:nth-child(4) {
	text-align:center;
}

.account-nav > li > a {
	padding: 4px 14px;
}

table#order-list td:last-child {
	max-width:10%;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.order-list-item {
	margin-bottom: 10px;
}

.order-list-item .top-box {
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 11px 11px 0 0;
	display: flex;
	flex-direction: row;
}
.order-list-item .bottom-box {
	border: 1px solid rgba(0,0,0,0.15);
	border-radius:0 0 11px 11px;
	border-top:none;
	display: flex;
	flex-direction: row;
	gap: 30px;
	flex-wrap: wrap;
	padding:10px 14px;
}

.order-list-item .bottom-box div {
	flex-grow: 1;
}

.order-list-item .bottom-box span.order-status {
	font-size: 20px;
	font-weight:700;
	margin-left: 10px;
}

.order-list-item .bottom-box img {
	vertical-align: top;
}

.order-list-item .bottom-box div:last-child {
	text-align:center;
}

.order-list-item .top-box .left-side, .order-list-item .top-box .right-side {
	padding:10px 14px;
	display:table;
}
.order-list-item .top-box .right-side {
	text-align:right;
	width:100%;
}

.order-list-item .top-row, .order-list-item .bottom-row {
	display:table-row;
}

.order-list-item .top-row {
	text-transform:uppercase;
	font-size: 12px;
}

.order-list-item .top-row div, .order-list-item .bottom-row div {
	display: table-cell;
	line-height: 20px;
}

.order-list-item .left-side .top-row div, .order-list-item .left-side .bottom-row div {
	padding-right: 40px;
}

.order-list nav {
	display: flex;
	justify-content: center;
}

@media(max-width:767px){
.order-list-item .top-box {
	flex-direction: column;
}
.order-list-item .top-box .right-side {
	text-align:left;
}
.order-list-item .right-side {
	display: flex;
	justify-content: space-between
}
.order-list-item .right-side .top-row, .order-list-item .right-side .bottom-row {
	display:flex;
}
.right-side .bottom-row {
	text-align: right;
}
}

/* Signin/up */
.signin-brand { cursor:default; }

/* Boostrap3 */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Adroll */
.adroll_consent_persistent_icon { right:50% !important; }

/* footer fill height */
#globalWrapper { 
	display: flex;
  	min-height: 100vh;
 	 flex-direction: column;
}
footer.footer4 { flex:1; display: flex; justify-content: space-around; }
.footer4 #footerRights { width: 100%; }