@import "font-awesome.min.css";

/*https://www.fontspace.com/willymac/wmtools1/20604/charmap*/
@font-face {
  font-family: 'FontCategories';
  src: url('../fonts/wmtools1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.categoriesicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontCategories';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

}

.categoriesicon-construction:before {
  content: "C";
}

.categoriesicon-plumbing:before {
  content: "V";
}


.bot-picture img {
	margin-bottom: -80px;
}

.panel-body {
	padding-top: 80px;
}



/**
steps
**/

.steps .current-info, .wizard > .steps .number {
  display: none; }

.steps {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px; }
  .steps ul {
    display: flex; list-style: none; }
    .steps ul li a {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #ffffff;
      border-radius: 50%;
      margin-right: 8px; }
    .steps ul li.current a {
      width: 22px;
      transition: all 0.5s ease;
      border-radius: 5.5px; }





.actions ul {
  display: flex; list-style: none; }
  .actions ul.actions-next {
    justify-content: space-between; }
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 46px;
  width: 146px;
  align-items: center;
  background: #337ab7;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 23px;
  margin-top: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .actions li a:before {
    content:'\e092';
    position: absolute;
    top: 14px;
    right: 14px;
    font-family: 'Glyphicons Halflings';
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 13px; }
  .actions li a:hover {
    background: #98add6; }
    .actions li a:hover:before {
      -webkit-animation-name: hvr-icon-wobble-horizontal;
      animation-name: hvr-icon-wobble-horizontal;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
.actions li[aria-disabled="true"] a {
  display: none; }
.actions li:first-child a {
  background: #f6c2ec;
  padding-left: 65px; }
  .actions li:first-child a:before {
    content:'\e091';
    left: -34px; }
  .actions li:first-child a:hover {
    background: #dbadd2; }
.actions li:last-child a {
  padding-left: 46px;
  font-weight: 400; }
  .actions li:last-child a:before {
    right: 28px; }
	
	
	
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
	
	
	
/**
thumbnail-checkbox
**/

.thumbnail-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	margin-bottom: 0;
	outline: 0;
}
.thumbnail-checkbox input[type="checkbox"] {
	display: none;
}

.thumbnail-checkbox-checked {
	border-color: #4783B0;
}
.checkbox-feature .fa-check-square-o, .thumbnail-checkbox-checked .checkbox-feature .fa-square-o {
  display:none !important;
  /*position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;*/
}
.thumbnail-checkbox-checked .checkbox-feature .fa-check-square-o, .thumbnail-checkbox .checkbox-feature .fa-square-o {
  display: block !important;
}


.glyphicon.big-icon, .categoriesicon.big-icon {
	color : #000;
    padding:15px;
    font-size:50px;
}

.constructionImg {
	-webkit-mask-image: url('../images/signup/construction.png');
	background-color: #af3234;
    background-position: center;
    background-repeat: no-repeat;
	height: 128px;

}

.animateImg {
	
  -webkit-mask-image: linear-gradient(to top, #aac1f0 25%, #000000 75%);
  mask-image: linear-gradient(to top, #aac1f0 25%, #000000 75%);	
}

.feature-box {
    text-align: center;
    padding: 20px;
    transition: .5s;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;	
	cursor: pointer;
}


.feature-box .glyphicon, .feature-box .categoriesicon, .feature-box .fa  {
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    	to top,
	    #aac1f0,
	    #aac1f0 50%,
	    #000000 50%);
	    background-size: 100% 200%;
	    background-position: 0% 0%;
}

.feature-box.thumbnail-checkbox-checked .glyphicon, .feature-box.thumbnail-checkbox-checked .categoriesicon, .feature-box.thumbnail-checkbox-checked .fa, .feature-box.thumbnail-checkbox-checked .constructionImg {
	transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
  background-position: 0% 100%;
}


.feature-box.thumbnail-checkbox-checked .glyphicon, .feature-box.thumbnail-checkbox-checked .categoriesicon, .feature-box.thumbnail-checkbox-checked .constructionImg {
	transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
  background-position: 0% 100%;
}

.feature-box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.feature-box .checkbox-feature {
    margin: 25px 0 0;
}


.panel-body h3 {
	padding-bottom: 20px;	
}


.errValidate .feature-box {
	border: 1px solid #a94442;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#err .error.help-block{
	color: #a94442;	
	padding: 16px;
}

.testimonials-wrap .title {
	margin-bottom: 0 !important;	
}