.form-box {
	padding-top: 40px;
	padding-bottom: 40px;
}

.form-wizard {

}



/** Form Body Classic **/

.form-body-classic .form-control {}
.form-body-classic .form-control:focus{color:#000;}
.form-body-classic.form-wizard .btn {}

/** Form Body Classic **/



/** Form Body Stylist **/

.form-body-stylist .form-control {
	height: 44px;
    margin: 0;
    padding: 0 20px;
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ddd;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-stylist .form-control:focus {
	outline: 0;
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-stylist.form-wizard .btn {
	margin: 0;
    padding: 3px 15px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 25px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/** Form Body Stylist **/



/** Form Body Material **/

.form-body-material .form-control {
	height: 44px;
    margin: 0;
    padding: 0 20px;
    background: #f8f8f8 none repeat scroll 0 0;
	border: 0px;
	border-bottom: 2px solid #ddd;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-material .form-control:focus {
	outline: 0;
	background: #f8f8f8 none repeat scroll 0 0;
    border: 0px;
	border-bottom: 2px solid #02173D;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-material.form-wizard .btn {
	min-width: 105px;
	height: 40px;
    margin: 0;
    padding: 0 20px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/** Form Body Material **/




/** Form header Classic **/

.form-header-classic .form-wizard-step-icon {
	display: inline-block;
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 16px; 
	color: #fff; 
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.form-header-classic .form-wizard-step.activated .form-wizard-step-icon {
	background: #fff; 
	border: 1px solid #02173D; 
	color: #02173D; 
	line-height: 38px;
}
.form-header-classic .form-wizard-step.active .form-wizard-step-icon {
	width: 48px; 
	height: 48px; 
	margin-top: 0; 
	background: #02173D; 
	font-size: 22px; 
	line-height: 48px;
}

.form-header-classic .form-wizard-step p { color: #ccc; }
.form-header-classic .form-wizard-step.activated p { color: #02173D; }
.form-header-classic .form-wizard-step.active p { color: #02173D; }

/** Form header Classic **/



/** Form header Modarn **/

.form-header-modarn .form-wizard-step{
	padding-top:10px !important;
	border:2px solid #fff;
	background:#ccc;
}
.form-header-modarn .form-wizard-step.active{
	background:#02173D;
}
.form-header-modarn .form-wizard-step.activated{
	background:#02173D;
}
.form-header-modarn .form-wizard-progress { 
	height: 0px; 
	display:none;
}
.form-header-modarn .form-wizard-step-icon {
	display: inline-block;
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 16px; 
	color: #777; 
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.form-header-modarn .form-wizard-step.activated .form-wizard-step-icon {
	background: #02173D; 
	border: 1px solid #fff; 
	color: #fff; 
	line-height: 38px;
}
.form-header-modarn .form-wizard-step.active .form-wizard-step-icon {
	background: #fff; 
	border: 1px solid #fff; 
	color: #02173D; 
	line-height: 38px;
}

.form-header-modarn .form-wizard-step p { color: #fff; }
.form-header-modarn .form-wizard-step.activated p { color: #fff; }
.form-header-modarn .form-wizard-step.active p { color: #fff; }

/** Form header Modarn **/



/** Form header Stylist **/

.form-header-stylist .form-wizard-step{
	position:relative;
	padding-top:10px !important;
	border:0px solid #fff;
	background:#ccc;
}
.form-header-stylist .form-wizard-step::before {
	content: '';
	position: absolute;
	left: 0%;
	top: -2%;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 20px solid #ccc;
	clear: both;
	z-index: 999;
}
.form-header-stylist .form-wizard-step.active::after {
	content: '';
	position: absolute;
	right: -20px;
	top: -2%;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 20px solid #02173D;
	clear: both;
	z-index: 9999;
}
.form-header-stylist .form-wizard-step.activated::after {
	content: '';
	position: absolute;
	right: -20px;
	top: -2%;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 20px solid #02173D;
	clear: both;
	z-index: 9999;
}
.form-header-stylist .form-wizard-step.active{
	background:#02173D;
}
.form-header-stylist .form-wizard-step.activated{
	background:#02173D;
}
.form-header-stylist .form-wizard-progress { 
	height: 0px; 
	display:none;
}
.form-header-stylist .form-wizard-step-icon {
	display: inline-block;
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 16px; 
	color: #777; 
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.form-header-stylist .form-wizard-step.activated .form-wizard-step-icon {
	background: #02173D; 
	border: 1px solid #fff; 
	color: #fff; 
	line-height: 38px;
}
.form-header-stylist .form-wizard-step.active .form-wizard-step-icon {
	background: #fff; 
	border: 1px solid #fff; 
	color: #02173D; 
	line-height: 38px;
}

.form-header-stylist .form-wizard-step p { color: #fff; }
.form-header-stylist .form-wizard-step.activated p { color: #fff; }
.form-header-stylist .form-wizard-step.active p { color: #fff; }

/** Form header Stylist **/
	
.form-wizard strong { font-weight: 500; }

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
	color: #02173D;
	text-decoration: none;
}

.form-wizard h1, .form-wizard h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form-wizard > h3 {
	font-size: 25px;
    font-weight: 300;
    line-height: 30px;
	margin-top: 0; 
	margin-bottom: 5px; 
}

.form-wizard > h4 {
	float:left;
	font-size: 20px;
    font-weight: 300;
    color: #02173D;
    line-height: 26px;
	width:100%;
}
.form-wizard h4  span{
	float:right;
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.form-wizard .switch-toggle {margin: 20px auto;display: block;width: 8em;background: #fff;padding: 0.125em;cursor: pointer;border: 1px solid #000;border-radius: 0.25rem;}
.form-wizard .switch-toggle input {position: absolute;visibility: hidden;}
.form-wizard .switch-toggle span {position: relative;left: 0%;display: block;text-align: center;-webkit-transition: left 200ms ease-out;-moz-transition: left 200ms ease-out;-o-transition: left 200ms ease-out;transition: left 200ms ease-out;}
.form-wizard .switch-toggle :checked ~ span {left: 50%;}
.form-wizard .switch-toggle span:before {content: attr(data-unchecked);display: block;width: 50%;background-color: #da3746;    border-radius: 0.15em;box-shadow: inset 0 0.1em 0 rgba(255, 255, 255, 0.3);color: #fff;font-size: 0.9375rem;}
.form-wizard .switch-toggle :checked ~ span:before {content: attr(data-checked);background-color: #048565;}

.form-wizard table tr th{font-weight:normal;}

.form-wizard img { max-width: 100%; }

.form-wizard ::-moz-selection { background: #02173D; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #02173D; color: #fff; text-shadow: none; }

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 9px;
	margin-left: -20px;
}

.form-control option:hover, .form-control option:checked  {
    box-shadow: 0 0 10px 100px #02173D inset;
}

.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }

.form-wizard label { font-weight: 300; margin-bottom: 20px;}
.form-wizard label span { color:#02173D; }

.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus { 
	outline: 0; 
	background:#02173D; 
	color: #fff; 
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus, 
.form-wizard .btn.btn-next.active:focus { 
background: #02173D; 
}

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus, 
.form-wizard .btn.btn-submit.active:focus { 
background: #02173D; 
}

.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus, 
.form-wizard .btn.btn-previous.active:focus { 
background: #bbb;
}

.form-wizard .success h3{
	color: #02173D;
	text-align: center;
	margin: 20px auto !important;
}
.form-wizard .success .success-icon {
	color: #02173D;
	font-size: 100px;
	border: 5px solid #02173D;
	border-radius: 100px;
	text-align: center !important;
	width: 110px;
	margin: 25px auto;
}
.form-wizard .progress-bar {
	background-color: #02173D;
}

.form-wizard-steps{ 
	margin:auto; 
	overflow: hidden; 
	position: relative; 
	margin-top: 20px;
}

.form-wizard-progress { 
	position: absolute; 
	top: 24px; 
	left: 0; 
	width: 100%; 
	height: 1px; 
	background: #ddd;
}
.form-wizard-progress-line { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 1px; 
	background: #02173D; 
}

.form-wizard-tolal-steps-2 .form-wizard-step { 
	position: relative;
	float: left;
	width: 50%;
	padding: 0 5px;
}
.form-wizard-tolal-steps-3 .form-wizard-step { 
	position: relative;
	float: left; 
	width: 33.33%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-4 .form-wizard-step { 
	position: relative; 
	float: left; 
	width: 25%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-5 .form-wizard-step { 
	position: relative;
	float: left;
	width: 20%;
	padding: 0 5px;
}
.form-wizard-tolal-steps-6 .form-wizard-step { 
	position: relative;
	float: left;
	width: 16.66%;
	padding: 0 5px;
}
.form-wizard-tolal-steps-7 .form-wizard-step { 
	position: relative;
	float: left;
	width: 14.285%;
	padding: 0 5px;
}

.form-wizard fieldset { 
	text-align: left; 
	border:0px !important
}

.form-wizard-buttons { text-align: right; }

.form-wizard .input-error { border-color: #ff1e28;}

/** image uploader **/
.image-upload a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.2s;
}
.image-upload a[data-action] i {
  width: 1.25em;
  text-align: center;
}
.image-upload a[data-action]:hover {
  color: #02173D;
}
.image-upload a[data-action].disabled {
  opacity: 0.35;
  cursor: default;
}
.image-upload a[data-action].disabled:hover {
  color: #555;
}
.settings_wrap{
	margin-top:20px;
}
.image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
}
.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
  float: left;
}
.image_picker .settings_wrap .drop_target {
  margin-right: 18px;
}
.image_picker .settings_wrap .settings_actions {
	float: left;
	margin-top: 100px;
	margin-left: 20px;
}
.settings_actions.vertical a {
  display: block;
}
.drop_target {
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}
.drop_target input[type="file"] {
  visibility: hidden;
}
.drop_target::before {
	content: 'Drop Hear';
	font-family: FontAwesome;
	position: absolute;
	display: block;
	width: 100%;
	line-height: 220px;
	text-align: center;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.3);
	transition: color 0.2s;
}
.drop_target:hover,
.drop_target.dropping {
  background: #f80;
  border-top-color: #cc6d00;
}
.drop_target:hover:before,
.drop_target.dropping:before {
  color: rgba(0, 0, 0, 0.6);
}
.drop_target .image_preview {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
}

.form-wizard input[type=range] {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
  height: 2em;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
}
.form-wizard input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.form-wizard input[type=range]:focus {
  outline: none;
}
.form-wizard input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.form-wizard input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  margin-top: 0;
  background-color: #02173D;
  border-radius: 1em;
  border: 1px solid rgba(0, 0, 0);
  cursor: pointer;
}
.form-wizard input[type=range]::-moz-range-thumb {
  width: 21px;
  height: 21px;
  margin-top: 0;
  background-color: #02173D;
  border-radius: 1em;
  border: 1px solid rgba(0, 0, 0);
  cursor: pointer;
}
.form-wizard input[type=range]::-ms-thumb {
  width: 21px;
  height: 21px;
  margin-top: 0;
  background-color: #02173D;
  border-radius: 1em;
  border: 1px solid rgba(0, 0, 0);
  cursor: pointer;
}
.form-wizard input[type=range]:hover::-webkit-slider-thumb {
  border-color: rgba(0, 0, 0, 0.7);
}
.form-wizard input[type=range]:hover::-moz-range-thumb {
  border-color: rgba(0, 0, 0, 0.7);
}
.form-wizard input[type=range]:hover::-ms-thumb {
  border-color: rgba(0, 0, 0, 0.7);
}
.form-wizard input[type=range]:active::-webkit-slider-thumb {
  border-color: #ffffff;
}
.form-wizard input[type=range]:active::-moz-range-thumb {
  border-color: #ffffff;
}
.form-wizard input[type=range]:active::-ms-thumb {
  border-color: #ffffff;
}
.form-wizard input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  height: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0);
  background-color: transparent;
}
.form-wizard input[type=range]::-moz-range-track {
  width: 100%;
  cursor: pointer;
  height: 0.7em;
  border-bottom: 1px solid rgba(0, 0, 0);
  background-color: transparent;
}
.form-wizard input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* label container */
.form-wizard .radio-container {
  color: rgba(0,0,0,0.75);
  display: block;
  position: relative;
  padding-left: 45px;
  line-height: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.form-wizard .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.form-wizard .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: rgba(0,0,0,0);
  border-radius: 50%;
  border: 1px solid rgba(0,0,0);
  transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.form-wizard .radio-container:hover input ~ .checkmark {
  border-color: rgba(0,0,0,0.5);
}

/* When the radio button is checked */
.form-wizard .radio-container input:checked ~ .checkmark {
  background-color: rgba(0,0,0,0);
  border-color: #000;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.form-wizard .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-wizard .radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-wizard .radio-container .checkmark:after {
 	top: 0px;
	left: 0px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #02173D;
}

.form-wizard .checkbox-container{line-height: 25px;margin-bottom: 12px;margin-left: 10px;cursor: pointer;font-size: 15px;}
.form-wizard .checkbox-container [type=checkbox] {position: absolute;white-space: nowrap;width: 1px; height: 1px; overflow: hidden; border: 0;clip: rect(0 0 0 0);-webkit-clip-path: inset(50%);clip-path: inset(50%);font-size: 1em;font-family: inherit;-webkit-appearance: none;-moz-appearance: none;appearance: none;transition: all 120ms ease;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;vertical-align: baseline;line-height: 1.5;margin: 0;padding: 0;}
.form-wizard .checkbox-container [type=checkbox] + label {transition: all 120ms ease;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;font-weight: 500;display: inline-block;margin: 0 auto;width: 100%;padding: 0;line-height: 1.5;}
.form-wizard .checkbox-container [type=checkbox] + label::before {cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;transition: all 120ms ease-in-out;content: "";background-color: #fff;display: inline-block;border: 1px solid #000;border-radius: 0.3125em;width: 21px;height: 21px;background-size: 25%;background-repeat: no-repeat;background-origin: padding-box;background-position: center center;vertical-align: baseline;margin-right: 30px;outline: none;outline-offset: -2px;line-height: 1.5;margin-top: 0.05em;transform: scale3d(1, 1, 1) translate3d(0, 0, 0);top: 4px;position: relative;}
.form-wizard .checkbox-container [type=checkbox]:hover + label::before {background-color: #f0cf3c70;}
.form-wizard .checkbox-container [type=checkbox]:active + label::before {background-color: #f0cf3c70;transform: scale3d(0.95, 0.95, 1) !important;position: relative;top: 4px;}
.form-wizard .checkbox-container [type=checkbox]:focus + label::before {background-color: #ffffff;outline-color: #000 !important;outline-offset: 0 !important;border-color: #000;top: 4px;}
.form-wizard .checkbox-container [type=checkbox]:checked + label::before {background-color: #02173D;border: 1px solid #000000;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23000000'%3E%3Cpath d='M15.854,3.146l-1.5-1.5c-.195-.195-.512-.195-.707,0L5.5,9.793l-3.146-3.146c-.195-.195-.512-.195-.707,0L.146,8.146c-.195,.195-.195,.512,0,.707l5,5c.098,.098,.226,.146,.354,.146s.256-.049,.354-.146L15.854,3.854c.195-.195,.195-.512,0-.707Z' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");vertical-align: baseline;background-size: 75%;transform: scale3d(1, 1, 1)  translate3d(0, 0, 0);top: 4px;}
.form-wizard .checkbox-container [type=checkbox]:checked:hover + label::before {background-color: #f0cf3c70;top: 4px;}
.form-wizard .checkbox-container [type=checkbox]:checked:active + label::before {background-color: #02173D;top: 4px;}
.form-wizard .checkbox-container [type=checkbox]:checked:focus + label::before {background-color: #02173D;outline-color: #000000 !important;outline-offset: 0 !important;top: 4px;}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
}
.wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wizard>.actions>ul>li {
    float: left;
}
.wizard>.actions>ul>li+li {
    margin-left: 5px;
}	

@media (min-width: 1281px) {
	.form-wizard-buttons {text-align: right;}
	.form-wizard-buttons .btn{}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.form-wizard-buttons {text-align: right;}
	.form-wizard-buttons .btn{}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.form-wizard-buttons {text-align: right;}
	.form-wizard-buttons .btn{}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.form-wizard-buttons {text-align: right;}
	.form-wizard-buttons .btn{}
}
@media (min-width: 481px) and (max-width: 767px) {
	.form-wizard-buttons {text-align: right;}
	.form-wizard-buttons .btn{width: 49%;}
}
@media (min-width: 320px) and (max-width: 480px) {
	.form-wizard-buttons {text-align: right;}
	.form-wizard-buttons .btn{width: 49%;}
}