*:focus {
    outline: none;
}

.breadcrumb span.active {
  color: #ffb426;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.breadcrumb span.active i {
  color: #fff;
}


/*
tbody:hover td[rowspan], tr:hover td {
   background: #f5f5f5; 
}
*/

/*
tbody:hover,
tr.hover,
th.hover,
td.hover,
tr.hoverable:hover {
    background-color: #f5f5f5;
}
*/

.contact-info p i {
	background-color: #fff;
    color: #ffb426;
    border: 1px solid #ffb426;
	
}

.contact-info p i:hover {
	background-color: #ffb426;
    color: #ffffff;
    border: 1px solid #ffb426;
}



/*table responce*/
.table > thead > tr > th {
	text-align:center; 
	vertical-align: middle;
}
 
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 480px) {
	
  .rwd-table td:before {
    display: none;
  }

  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    /*padding-left: 0;*/
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }  
  
}


@media screen and (max-width: 767px){
	
	.table-responsive>.table>tbody>tr>td, 
	.table-responsive>.table>tbody>tr>th, 
	.table-responsive>.table>tfoot>tr>td, 
	.table-responsive>.table>tfoot>tr>th, 
	.table-responsive>.table>thead>tr>td, 
	.table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
	
	.table>tbody>tr>td, 
	.table>tbody>tr>th, 
	.table>tfoot>tr>td, 
	.table>tfoot>tr>th, 
	.table>thead>tr>td, 
	.table>thead>tr>th {
		padding: 1px;
	}
	
}

.time_work span{
	font-weight: 600;
}

.notice {
    padding: 15px;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
}

.notice-orange {
    border-color: #FEAF20;
}

.notice .tel p{
	margin:0;
	font-size: 18px;
}

.bitcoin-process .working-step-div i {
    color: #ffb426;
    text-align: center;
    font-size: 22px;
    margin: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 100%;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    left: 0;
    background-color: #ffffff;
}

.bitcoin-process .working-step-div:hover i {
    color: #fff;
    background-color: #222;
}

@media only screen and (max-width: 767px){
	.site-title a {
		text-transform: none;
		font-size: 16px;
	}
}


a.scroll-top {
	bottom: 90px;
	opacity: .7;
	right: 5px;
}

a.scroll-bottom {
	border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

a.scroll-bottom {
    background-color: #ffb426;
    bottom: 45px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    font-weight: bold;
    line-height: 38px;
    position: fixed;
    right: 5px;
    text-align: center;
    width: 40px;
    z-index: 999;
    border: 1px solid #ffb426;
	opacity: .7;
}



a.scroll-bottom:hover {
    background-color: #ffffff;
    color: #ffb426;
}

a.scroll-top:hover,
a.scroll-bottom:hover {
	opacity: 1;
	border: 1px solid #ffb426;
}

a.scroll-bottom::before {
    font-size: 25px;
}

a.scroll-top,
a.scroll-bottom{
	display:none;
	border: 1px solid #fff;
}


#preloader{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1001;
}

#preloader img {
    font-size: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
}

#preloader p {
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -35px;
}

@media only screen and (max-width: 480px){
	footer .links-widget ul li {
		border-bottom: none;
	}
	/*
	a.scroll-top {
		right: 42px;
	}
	
	a.scroll-bottom {
		right: 42px;
	}
	*/
	.faq-page .panel .panel-title .glyphicon {
		top: 10px;
	}
}

.faq-page .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}

.faq-page .panel-ora {
  border: 1px solid #ffb426;
}

.faq-page .panel-default > .panel-heading {
  padding: 0;
  color: #212121;
  background-color: #FAFAFA;
  /*
  border-radius: 0;
  border-color: #EEEEEE;
  */
}

.faq-page .panel-title {
  font-size: 15px;
  font-weight: bold;
}

.faq-page .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.faq-page .more-less {
  float: right;
  color: #ffb426;
}

.faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

.faq-page .panel-body p {
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 15px;
}
.faq-page .panel-body h3{
  font-size: 15px;
  color: #0732c6;
  font-weight: 900;
  margin: 10px 10px 10px 15px;
}

.faq-page .panel-body table {
	font-size: 14px;
}

.faq-page .panel-body .table-bold table{
	font-size: 14px;
	color: #222;
	font-weight: 700;
}


.faq-page .panel-body table th{
	background-color: #f2f2f2;
}

.faq-page .panel-body ul{
	list-style-type: disc;
}
.faq-page .panel-body ul li{
	margin: 5px 0px 5px 25px;
}

.faq-page .panel-body .panel-text-bold{
  color: #222;
  font-weight: 700;
}

.tophead-link .dropdown-menu{
	background-color: #333;
}

.tophead-link .dropdown li a {
	padding-left: 10px;
}




.comment-list .comment-post .comment-button a {
  padding: 5px 15px;
  border: 1px solid #ffb426;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  cursor: pointer;
}

.comment-list .comment-post .comment-button a:hover {
  background-color: #ffb426;
  color: #fff;
}


.comment-list .comment-post .review-block-rate {
  font-size: 13px;
  margin-bottom: 15px;
}

.comment-list .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.comment-list .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.comment-list .btn-grey {
  background-color: #D8D8D8;
  color: #FFF;
}

.text-warning {
    color: #ffc107!important;
}

.stars {
  margin: 10px 0;
  font-size: 24px;
  color: #ffc107;
}

.comment-guest a{
  color: #212121;
  border-bottom: dotted;
  font-weight: 800;
}

.review-block {
  margin: 10px;
}

.review-block-reply {
  /* margin: 10px; */
}

.review-block-user-owner
{
  border-left: 3px solid #ffb426;
}

.review-block-reply-user-owner
{
  border-right: 3px solid #ffb426;
}

.review-block-reply header h6 span {
    font-size: 18px;
    line-height: 25px;
    margin-right: 20px;
    /* font-weight: 700; */
    color: #ccc;
}

.comment-create {
  margin: 15px;
}

.bg-orange {
  background-color: #ffc107;
}

.d-none {
  display: none;
}

.comment-form .btn:focus
{
    outline: none;
}

.countdown {
  font-family: sans-serif;
  color: #f00;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

.countdown-number {
  padding: 10px;
  border-radius: 3px;
  background: #00bf96;
  display: inline-block;
}

.countdown-time {
  padding: 15px;
  border-radius: 3px;
  background: #00816a;
  display: inline-block;
}

.timer-out p{
  margin: 5px 15px;
}

.seconds {
  background-color: #fc0404;
  color:#fff;
  margin-bottom: 2px;
  padding: 5px 10px 5px 10px; 
  display: inline;
}



/* User Profile Page*/
#section-profile-user .blog-page .blog-div {
  padding: 30px 15px;
}

#section-profile-user .tab-content {
  margin-top: 20px;
}

#section-profile-user .sidebar-widget {
  padding: 15px;
}



#section-profile-user .panel {
  border: none;
  margin-bottom: 5px;
}

/* #section-profile-user .panel .panel-header {
  background: #ccc;
} */

#section-profile-user .btn, 
#section-profile-user .btn:visited, 
#section-profile-user button, 
#section-profile-user .button, 
#section-profile-user .btn.btn-primary, 
#section-profile-user .btn.btn-primary:visited {
    transition: all 0.3s ease 0s;
    background: #ffb426;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 12px 30px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    vertical-align: middle;
    box-shadow: -5px 0 10px rgb(227 186 103 / 40%);
    border-radius: 30px;
}

#section-profile-user .nav-tabs>li.active>a, 
#section-profile-user .nav-tabs>li.active>a:focus, 
#section-profile-user .nav-tabs>li.active>a:hover{
  border: none;
  margin: 0;
  background: #fff;
  color: #555;
}

#section-profile-user .nav-tabs > li.active {
  border-top: 3px solid #ffb426;
}

/* #section-profile-user img{
  margin: 0 auto;
} */
#section-profile-user .username{
  margin-top: 10px;
} 

#section-profile-user img{
    display: block;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
} 