.entry-content table:not(.ui-datepicker-calendar) td{
	height: 40px
}
#canvas-wrapper{
	position: relative;
}
#canvas {
  background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	
}
.relative{
  z-index: 11;
  position: relative;
}

#table-wrapper {
  position:relative;
	border-radius: 6px;
}
#table-scroll {
  height:200px;
  overflow:auto;  
	margin-top: 40px
}

#table-wrapper table tr{
	text-align: center;
}
#table-wrapper table thead tr{
  position:absolute;   
  top: -40px;
  z-index:2;
  height: 40px;
  width:100%;
	border-radius: 6px;
	overflow: hidden;
	display: table;
}
#table-wrapper table tr img {
	margin: 0;
}
.z-10{
	z-index: 10
}

.timeline-date{
	line-height: 4px
}
.cd-timeline-icon-link{
  pointer-events: none;
	cursor: default;
}
.team  {
	border-radius: 100%;
}

.Imp__up{
 position: fixed;
 bottom: 80px;
 right: 30px;
 height: 50px;
 line-height: 50px;
 width: 85px;
 background-color: #2B2B2B;
 color: #fff;
 box-shadow: 0 10px 20px rgba(0,0,0,.4);
 text-align: center;
 border-radius: 24px;
 z-index: 1000;
 cursor: pointer;
	text-transform: uppercase;
}

@media (max-width: 768px){
	.Imp__up{
		display: none
	}
}

.Imp__up svg{
 	padding: 0 17px 0 6px;
}

.counterDown-progress{
	opacity: 1;
}

.team-info__name{
	font-size: 18px
}
.site-header{
	position: fixed;
box-shadow: 0px 10px 20px 10px rgba(0,0,0,.12);
}
.site-content{
	padding-top: 60px;
}


.comin-cookies{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111111;
    background: #2B2B2B;
    height: 60px;
	      color: #8498b3;
}

.admin-bar .comin-cookies{
	top: 30px
}
.comin_accept_cookie .comin-cookies{
	display: none;
}
.comin_accept_cookie {
	margin-top: 0px !important;
	transition: margin-top .5s; 
}
.comin_not_yet_accept_cookie {
	margin-top: 60px;
	transition: margin-top .5s; 
}

@media (max-width: 768px){
	.comin-cookies{
    height: 100px;
	}
	.comin_not_yet_accept_cookie {
		margin-top: 100px;
	}
	.comin-cookies p:nth-child(1) {
		font-size: 10px !important;
	}
	.comin-cookies p:nth-child(2) {
		flex-direction: column;
		padding-top: 13px;
	}
	
}

#infinite-handle span{
	  background: transparent;
    padding: 0;
}

#infinite-handle span button{
	    color: #4087f3;
    background-color: #ffffff;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(22,127,255, 0.4);
    padding: 0 18px;
    text-transform: uppercase;
    font-weight: 600;
}
#infinite-handle span button:hover,
#infinite-handle span button:active{
	color: #4087f3;
  background-color: #ffffff;
  font-size: 16px;
	padding: 0 18px;
  text-transform: uppercase;
  font-weight: 600;
	box-shadow: 0 4px 20px rgba(22,127,255, 0.8);
}

.blog .navigation.posts-navigation{
	display: none;
}