.gallery-image item
{
	max-height: 100px;
}
gallery-image item
{
	max-height: 100px;
}
#gallery-image item
{
	max-height: 100px;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	z-index: 99999!important;
	background: #FF8F31;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

span.input-icon, span.input-help {
  display: block;
  position: relative;
}
.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
	bottom: 0;
	color: #909090;
	display: inline-block;
	font-size: 14px;
	left: 5px;
	line-height: 35px;
	padding: 0 3px;
	position: absolute;
	top: 0;
	z-index: 2;
}
.input-icon > input {
  padding-left: 25px;
  padding-right: 6px;
}

	/* #Tablet (Portrait)
  ================================================== */
  /* Note: Design for a width of 768px */
  @media all and (min-width: 768px) and (max-width: 959px) {
    th.col_1, td.col_1{
      display:none;
      width:0;
      height:0;
      opacity:0;
      visibility: collapse;		
    } 
  }
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 600px */
@media all and (min-width: 600px) and (max-width: 767px) {
  th.col_2, td.col_2{
    display:none;
    width:0;
    height:0;
    opacity:0;
    visibility: collapse
  } 
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media all and (min-width: 480px) and (max-width: 599px) {
  th.col_3, td.col_3{
    display:none;
    width:0;
    height:0;
    opacity:0;
    visibility: collapse
  } 
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media all and (max-width: 479px) {
  th.col_4, td.col_4{
    display:none;
    width:0;
    height:0;
    opacity:0;
    visibility: collapse
  }    
}


body{
	background-color: #E6E7E8!important;
	font-family: 12px;
}



.main-footer {
  padding-bottom: 15px!important;
  padding-top: 15px!important;
  background-color: inherit!important;
  font-size: 12px!important;
}




/***** NOT FOUND PANEL *****/
.notfoundpanel {
  width: 720px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
@media (max-width: 640px) {
  .notfoundpanel {
    width: auto;
    position: static;
    transform: none;
    padding: 20px;
  }
}
.notfoundpanel h1 {
  font-size: 200px;
  font-weight: 700;
  line-height: 160px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b4354;
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  .notfoundpanel h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
.notfoundpanel h3 {
  margin-top: 0;
  font-weight: 300;
  font-size: 30px;
  color: #505b72;
}
@media (max-width: 640px) {
  .notfoundpanel h3 {
    font-size: 24px;
  }
}
.notfoundpanel h4 {
  margin: 30px 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #5b6781;
  letter-spacing: .3px;
}
.notfoundpanel form {
  width: 350px;
  margin: auto;
}
@media (max-width: 360px) {
  .notfoundpanel form {
    width: 280px;
  }
}
.notfoundpanel .list-inline {
  text-align: left;
}
@media (max-width: 560px) {
  .notfoundpanel .list-inline > li:last-child {
    display: block;
    float: none !important;
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 360px) {
  .notfoundpanel .list-inline > li {
    display: block;
    float: none;
  }
  .notfoundpanel .list-inline > li + li {
    margin-top: 5px;
  }
}


.breadcrumb li{
  line-height: 40px!important;
  font-size:16px!important;
  color:#000!important;
}