
.bot-picture img {
	margin-bottom: -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; }

#wizard .actions li a[href="#previous"] {
  background-color: rgba(0,0,0,.03);
  color: #121c45;
}
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 46px;
  width: 146px;
  align-items: center;
  background: #ff5e14;
  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:'\f061';
    position: absolute;
    top: 14px;
    right: 14px;
    font-family: 'FontAwesome';
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 13px; }
  .actions li a:hover {
    background: #121c45; }
    .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: #121c45;
  padding-left: 65px; }
  .actions li:first-child a:before {
    content:'\f060';
    left: -34px; }
  .actions li:first-child a:hover {
    background: #ff5e14; }
.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;	
}




#STYLE-STEP .form__answer {
	margin: 0 15px;
	
}

#STYLE-STEP label {
	display: block;
	border: 2px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	background-image: none;
	/*display: block;
	height: 100%;*/
	width: 100%;
	padding: 20px 50px;
	cursor: pointer;
	opacity: .5;
	transition: all .5s ease-in-out;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
		
	/*&:hover, &:focus, &:active {
		border: 1px solid rgba(46,109,164,.5);
		border-radius: 3px;
	}*/
}

#STYLE-STEP label:hover {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	/*border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)*/
}
	
#STYLE-STEP input[type="radio"], #STYLE-STEP input[type="checkbox"] {
	opacity: 0;
	/*width: 0;
  	height: 0;/*
	/*display: none;*/
}

#STYLE-STEP input[type="radio"]:active ~ label, #STYLE-STEP input[type="checkbox"]:active ~ label {
  opacity: 1;
}

#STYLE-STEP input[type="radio"]:checked ~ label, #STYLE-STEP input[type="checkbox"]:checked ~ label {
  	opacity: 1;
	border: 1px solid #2e6da4;
	background-color: #337ab7;
	color: #FFFFFF;
}


div.steps.clearfix {
	display: none;
}