@CHARSET "UTF-8";



@import url('../fonts/stylesheet.css');





body { font-size: 10px }



.stepy-header { list-style: none; padding: 0; width: 724px }

  .stepy-header li { cursor: pointer; float: left; padding: 14px; width: 33.3%; text-align: center; }

    .stepy-header li.stepy-error { background: url('../demo/img/error.png') no-repeat right top }

    .stepy-header li div { color: #4a2c1d; font-family: 'latobold'; font-size: 19px; }

    .stepy-header li.stepy-active div { color: #fff; cursor: auto }

    .stepy-header li span { color: #CCC; font: 1.4em verdana }

    .stepy-header li.stepy-active span { color: #BBB }



.stepy-step {  clear: left; padding: 15px 20px; width: 100%; background-color: #fbf9f3; }

  .stepy-step legend { color: #4080BF; font: bold 1.8em arial; letter-spacing: .7px; padding: 0 2px 3px }

  .stepy-step label { color: #000; display: block; font-family: "latobold"; font-size: 19px; letter-spacing: .7px; margin: 10px 0 3px 1px }



  .title-option{

    color: #5f5f5f;

    font-size: 15px;

    font-family: "latobold";

    margin-left: 15px;

  }



  .stepy-step select { height: 34px; padding-top: 5px }



  .stepy-step textarea { height: 100px }



  .stepy-navigator { height: 33px; margin-top: 20px }

    .button-back { float: left }



    .button-next,

    .stepy-navigator input[type="submit"] { float: right }



    .button-back,

    .button-next,

    .stepy-navigator input[type="submit"] { border: 1px solid #CCC; color: #7F0055; cursor: pointer; font: 1.2em verdana; padding: 7px 15px 8px; text-decoration: none; -khtml-border-radius: 3px; -moz-border-radius: 3px; -opera-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px }



    .stepy-navigator input[type="submit"] { background-color: transparent; border-color: #CCC; margin-bottom: 0; padding: 7px 15px 8px; }



    .button-back:hover,

    .button-next:hover,

    .stepy-navigator input[type="submit"]:hover { border-color: #BBB; color: #4a2c1d }



fieldset {

    border: 0;

}



section.stepy-form .container .row #titleClick-demo fieldset p{

  margin-bottom: 15px;

  margin-top: 30px;

}



.stepy-header{

  background: url('../images/step-bg.png');

  background-repeat: no-repeat;

  height: 50px;

  width: 885px;

  background-size: cover;

}

.button-next, .button-back{background-color:#59bc61;color:#fff;}
.button-next:hover, .button-back:hover{background-color:#59bc61;color:#fff;}
