a {
	color:#2ca8ff
}
a:focus, a:hover {
	color:#109cff
}
a:active, a:focus, button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=button]:focus, input[type=file]>input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, select::-moz-focus-inner {
outline:0!important
}
.btn:active, .btn:focus, .btn:hover {
	outline:0
}
.form-control, .input-group-addon {
-webkit-transition:all .3s linear;
-moz-transition:all .3s linear;
-o-transition:all .3s linear;
-ms-transition:all .3s linear;
transition:all .3s linear
}
.image-container {
	min-height:100vh;
	background-position:center center;
	background-size:cover
}
.wizard-container {
	padding-top:100px;
	z-index:3
}
.wizard-navigation {
	position:relative
}
.made-with-mk {
	width:50px;
	height:50px;
	display:block;
	position:fixed;
	z-index:555;
	bottom:40px;
	right:40px;
	border-radius:30px;
	background-color:rgba(16, 16, 16, .35);
	border:1px solid rgba(255, 255, 255, .15);
	color:#fff;
	cursor:pointer;
	padding:10px 12px;
	white-space:nowrap;
	overflow:hidden;
-webkit-transition:.55s cubic-bezier(.6, 0, .4, 1);
-moz-transition:.55s cubic-bezier(.6, 0, .4, 1);
-o-transition:.55s cubic-bezier(.6, 0, .4, 1);
transition:.55s cubic-bezier(.6, 0, .4, 1)
}
.made-with-mk:active, .made-with-mk:focus, .made-with-mk:hover {
	width:218px;
	color:#fff;
transition-duration:.55s;
	padding:10px 30px
}
.made-with-mk:active .made-with, .made-with-mk:focus .made-with, .made-with-mk:hover .made-with {
	opacity:1
}
.made-with-mk:active .brand, .made-with-mk:focus .brand, .made-with-mk:hover .brand {
	left:0
}
.made-with-mk .brand, .made-with-mk .made-with {
	float:left
}
.made-with-mk .brand {
	position:relative;
	top:3px;
	left:-1px;
	letter-spacing:1px;
	vertical-align:middle;
	font-size:16px;
	font-weight:600
}
.made-with-mk .made-with {
	color:rgba(255, 255, 255, .6);
	position:absolute;
	left:75px;
	top:15px;
	opacity:0;
	margin:0;
-webkit-transition:.55s cubic-bezier(.6, 0, .4, 1);
-moz-transition:.55s cubic-bezier(.6, 0, .4, 1);
-o-transition:.55s cubic-bezier(.6, 0, .4, 1);
transition:.55s cubic-bezier(.6, 0, .4, 1)
}
.made-with-mk .made-with strong {
	font-weight:400;
	color:rgba(255, 255, 255, .9);
	letter-spacing:1px
}
.brand, .btn-simple, .h1, .h2, .h3, .h4, .h5, .h6, .navbar, h1, h2, h3, h4, h5, h6, p {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	font-weight:500;
	margin:30px 0 15px
}
.h1, h1 {
	font-size:52px
}
.h2, h2 {
	font-size:36px
}
.h3, h3 {
	font-size: 18px;
    margin: 0px 0 25px;
}
.h4, h4 {
	font-size:22px
}
.h5, h5 {
	font-size:16px
}
.h6, h6 {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase
}
p {
	font-size:16px;
	line-height:1.618em
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	color:#999;
	font-weight:300;
	line-height:1
}
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size:60%
}
h1 .subtitle {
	display:block;
	font-family:'Grand Hotel', cursive;
	line-height:40px;
	margin:15px 0 30px
}
.card {
	background-color:#fff;
	padding:10px 0 20px;
	width:100%
}
.wizard-card .picture-container {
	position:relative;
	cursor:pointer;
	text-align:center
}
.wizard-card .picture {
	width:106px;
	height:106px;
	background-color:#999;
	border:4px solid #ccc;
	color:#fff;
	border-radius:50%;
	margin:5px auto;
	overflow:hidden;
transition:all .2s;
-webkit-transition:all .2s
}
.wizard-card .picture:hover {
	border-color:#2ca8ff
}
.wizard-card .picture input[type=file] {
	cursor:pointer;
	display:block;
	height:100%;
	left:0;
	opacity:0!important;
	position:absolute;
	top:0;
	width:100%
}
.wizard-card .picture-src {
	width:100%
}
.wizard-card .tab-content {
	padding:0 0
}
.wizard-card .wizard-footer {
	padding:0 10px
}
.wizard-card .disabled {
	display:none
}
.wizard-card .wizard-header h3 {
	font-weight:200;
	text-align:center
}
.wizard-card[data-color=green] .choice.active .icon, .wizard-card[data-color=green] .choice:hover .icon {
	border-color:#05ae0e
}
.wizard-card[data-color=green] .picture:hover {
	border-color:#05ae0e
}
.wizard-card[data-color=green] .moving-tab {
	position:absolute;
	text-align:center;
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	-webkit-font-smoothing:subpixel-antialiased;
	background-color:#05ae0e;
	top:0;
	left:0;
	color:#fff;
	cursor:pointer;
	font-weight:500
}
.wizard-card[data-color=azzure] .choice.active .icon, .wizard-card[data-color=azzure] .choice:hover .icon {
	border-color:#2ca8ff
}
.wizard-card[data-color=azzure] .picture:hover {
	border-color:#2ca8ff
}
.wizard-card[data-color=azzure] .moving-tab {
	position:absolute;
	text-align:center;
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	-webkit-font-smoothing:subpixel-antialiased;
	background-color:#2ca8ff;
	top:0;
	left:0;
	color:#fff;
	cursor:pointer;
	font-weight:500
}
.wizard-card[data-color=blue] .choice.active .icon, .wizard-card[data-color=blue] .choice:hover .icon {
	border-color:#3472f7
}
.wizard-card[data-color=blue] .picture:hover {
	border-color:#3472f7
}
.wizard-card[data-color=blue] .moving-tab {
	position:absolute;
	text-align:center;
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	-webkit-font-smoothing:subpixel-antialiased;
	background-color:#3472f7;
	top:0;
	left:0;
	color:#fff;
	cursor:pointer;
	font-weight:500
}
.wizard-card[data-color=orange] .choice.active .icon, .wizard-card[data-color=orange] .choice:hover .icon {
	border-color:#ff9500
}
.wizard-card[data-color=orange] .picture:hover {
	border-color:#ff9500
}
.wizard-card[data-color=orange] .moving-tab {
	position:absolute;
	text-align:center;
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	-webkit-font-smoothing:subpixel-antialiased;
	background-color:#ff9500;
	top:0;
	left:0;
	color:#fff;
	cursor:pointer;
	font-weight:500
}
.wizard-card[data-color=red] .choice.active .icon, .wizard-card[data-color=red] .choice:hover .icon {
	border-color:#ff3b30
}
.wizard-card[data-color=red] .picture:hover {
	border-color:#ff3b30
}
.wizard-card[data-color=red] .moving-tab {
	position:absolute;
	text-align:center;
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	-webkit-font-smoothing:subpixel-antialiased;
	background-color:#ff3b30;
	top:0;
	left:0;
	color:#fff;
	cursor:pointer;
	font-weight:500
}
.wizard-card .info-text {
	text-align:center;
	font-weight:300;
	margin:10px 0 30px
}
.wizard-card .choice {
	text-align:center;
	cursor:pointer;
	margin-top:20px
}
.wizard-card .choice .icon {
	text-align:center;
	vertical-align:middle;
	height:116px;
	width:116px;
	border-radius:50%;
	background-color:#999;
	color:#fff;
	margin:0 auto 20px;
	border:4px solid #ccc;
transition:all .2s;
-webkit-transition:all .2s
}
.wizard-card .choice i {
	font-size:30px;
	line-height:111px
}
.wizard-card .choice.active .icon, .wizard-card .choice:hover .icon {
	border-color:#2ca8ff
}
.wizard-card .choice input[type=checkbox], .wizard-card .choice input[type=radio] {
	position:absolute;
	left:-10000px;
	z-index:-1
}
.wizard-card .btn-finish {
	display:none
}
.wizard-card .description {
	color:#999;
	font-size:14px
}
.btn {
	/*border-width:2px;*/
	background-color:transparent;
	font-weight:400;
	opacity:.8;
	padding:8px 16px
}
.btn.active, .btn:active {
	background-image:none;
	box-shadow:none
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity:.45
}
.btn-round {
	border-width:1px;
	border-radius:30px!important;
	opacity:.79;
	padding:9px 18px
}
.btn-sm, .btn-xs {
	border-radius:3px;
	font-size:15px;
	padding:5px 10px;
	font-family:Quicksand, sans-serif !important;
}
.btn-xs {
	padding:1px 5px
}
.btn-lg {
	border-radius:6px;
	font-size:18px;
	font-weight:400;
	padding:14px 30px
}
.btn-wd {
	min-width:100px
}
.btn-default {
	color:#777;
	border-color:#999
}
.btn-primary {
	color:#3472f7;
	border-color:#3472f7
}
.btn-info {
	color:#2ca8ff;
	border-color:#2ca8ff
}
.btn-success {
	color:#05ae0e;
	border-color:#05ae0e
}
.btn-warning {
	color:#ff9500;
	border-color:#ff9500
}
.btn-danger {
	color:#ff3b30;
	border-color:#ff3b30
}
.btn:hover {
	background-color:transparent;
	opacity:1
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle .btn-primary {
	color:#1d62f0;
	border-color:#1d62f0;
	background-color:transparent
}
.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle .btn-info {
	color:#109cff;
	border-color:#109cff;
	background-color:transparent
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle .btn-success {
	color:#049f0c;
	border-color:#049f0c;
	background-color:transparent
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle .btn-warning {
	color:#ed8d00;
	border-color:#ed8d00;
	background-color:transparent
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle .btn-danger {
	color:#ee2d20;
	border-color:#ee2d20;
	background-color:transparent
}
.btn-default.active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle .btn-default {
	color:#666;
	border-color:#888;
	background-color:transparent
}
.btn-primary.active[disabled], .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color:transparent;
	border-color:#3472f7
}
.btn-info.active[disabled], .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color:transparent;
	border-color:#2ca8ff
}
.btn-success.active[disabled], .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color:transparent;
	border-color:#05ae0e
}
.btn-danger.active[disabled], .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color:transparent;
	border-color:#ff3b30
}
.btn-warning.active[disabled], .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color:transparent;
	border-color:#ff9500
}
.btn-fill {
	color:#fff;
	opacity:1
}
.btn-fill:active, .btn-fill:focus, .btn-fill:hover {
	color:#fff
}
.btn-fill.btn-default {
	background-color: #00aff0;
    border-color: #00aff0;
    color: #ffffff;
}
.btn-fill.btn-default.active, .btn-fill.btn-default:active, .btn-fill.btn-default:focus, .open .dropdown-toggle .btn-fill.btn-default {
	background-color:#888;
	border-color:#888
}
.btn-fill.btn-primary {
	background-color:#3472f7;
	border-color:#3472f7
}
.btn-fill.btn-primary.active, .btn-fill.btn-primary:active, .btn-fill.btn-primary:focus, .btn-fill.btn-primary:hover, .open .dropdown-toggle .btn-fill.btn-primary {
	border-color:#1d62f0;
	background-color:#1d62f0
}
.btn-fill.btn-info {
	background-color:#2ca8ff;
	border-color:#2ca8ff
}
.btn-fill.btn-info.active, .btn-fill.btn-info:active, .btn-fill.btn-info:focus, .btn-fill.btn-info:hover, .open .dropdown-toggle .btn-fill.btn-info {
	background-color:#109cff;
	border-color:#109cff
}
.btn-fill.btn-success {
	background-color:#05ae0e;
	border-color:#05ae0e
}
.btn-fill.btn-warning {
	background-color:#00aff0;
	border-color:#00aff0
}
.btn-fill.btn-warning.active, .btn-fill.btn-warning:active, .btn-fill.btn-warning:focus, .btn-fill.btn-warning:hover, .open .dropdown-toggle .btn-fill.btn-warning {
	background-color:#00aff0;
	border-color:#00aff0
}
.btn-fill.btn-danger {
	background-color:#ff3b30;
	border-color:#ff3b30
}
.btn-fill.btn-danger.active, .btn-fill.btn-danger:active, .btn-fill.btn-danger:focus, .btn-fill.btn-danger:hover, .open .dropdown-toggle .btn-fill.btn-danger {
	background-color:#ee2d20;
	border-color:#ee2d20
}
.btn-simple {
	font-weight:600;
	border:0;
	padding:10px 18px
}
.btn-simple.btn-xs {
	padding:3px 5px
}
.btn-simple.btn-sm {
	padding:7px 10px
}
.btn-simple.btn-lg {
	padding:16px 60px
}
.btn-round.btn-xs {
	padding:2px 5px
}
.btn-round.btn-sm {
	padding:6px 10px
}
.btn-round.btn-lg {
	padding:15px 30px
}
.nav-pills {
	background-color:#999
}
.nav-pills>li+li {
	margin-left:0
}
.nav-pills>li>a {
	border:1px solid #2ca8ff;
	border-radius:0;
	color:#2ca8ff;
	border:0!important;
	text-transform:uppercase;
	background-color:#999;
	text-align:center;
	color:#fff!important;
	font-size:12px;
	cursor:pointer
}
.nav-pills>li>a:focus, .nav-pills>li>a:hover {
	background-color:#999
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color:inherit
}
.text-primary, .text-primary:hover {
	color:#3472f7
}
.text-info, .text-info:hover {
	color:#2ca8ff
}
.text-success, .text-success:hover {
	color:#05ae0e
}
.text-warning, .text-warning:hover {
	color:#ff9500
}
.text-danger, .text-danger:hover {
	color:#ff3b30
}
.label {
	padding:.2em .6em .2em;
	border:1px solid #999;
	border-radius:3px;
	color:#999;
	background-color:#fff;
	font-weight:500;
	font-size:11px;
	text-transform:uppercase
}
.label.label-fill {
	color:#fff
}
.label-primary {
	border-color:#3472f7;
	color:#3472f7
}
.label-info {
	border-color:#2ca8ff;
	color:#2ca8ff
}
.label-success {
	border-color:#05ae0e;
	color:#05ae0e
}
.label-warning {
	border-color:#ff9500;
	color:#ff9500
}
.label-danger {
	border-color:#ff3b30;
	color:#ff3b30
}
label {
	font-weight:400
}
label.error {
	color:#ff0303;
	margin-top:5px;
	margin-bottom:0
}
label small {
	color:#999
}
.label-primary.label-fill, .progress-bar, .progress-bar-primary {
	background-color:#3472f7
}
.label-info.label-fill, .progress-bar-info {
	background-color:#2ca8ff
}
.label-success.label-fill, .progress-bar-success {
	background-color:#05ae0e
}
.label-warning.label-fill, .progress-bar-warning {
	background-color:#ff9500
}
.label-danger.label-fill, .progress-bar-danger {
	background-color:#ff3b30
}
.label-default.label-fill {
	background-color:#999
}
.tooltip {
	font-size:14px;
	font-weight:700
}
.tooltip-arrow {
	display:none;
	opacity:0
}
.tooltip-inner {
	background-color:#fae6a4;
	border-radius:4px;
	box-shadow:0 1px 13px rgba(0, 0, 0, .14), 0 0 0 1px rgba(115, 71, 38, .23);
	color:#734726;
	max-width:200px;
	padding:6px 10px;
	text-align:center;
	text-decoration:none
}
.tooltip-inner:after {
	content:"";
	display:inline-block;
	left:100%;
	margin-left:-56%;
	position:absolute
}
.tooltip-inner:before {
	content:"";
	display:inline-block;
	left:100%;
	margin-left:-56%;
	position:absolute
}
.tooltip.top {
	margin-top:-11px;
	padding:0
}
.tooltip.top .tooltip-inner:after {
	border-top:11px solid #fae6a4;
	border-left:11px solid transparent;
	border-right:11px solid transparent;
	bottom:-10px
}
.tooltip.top .tooltip-inner:before {
	border-top:11px solid rgba(0, 0, 0, .2);
	border-left:11px solid transparent;
	border-right:11px solid transparent;
	bottom:-11px
}
.tooltip.bottom {
	margin-top:11px;
	padding:0
}
.tooltip.bottom .tooltip-inner:after {
	border-bottom:11px solid #fae6a4;
	border-left:11px solid transparent;
	border-right:11px solid transparent;
	top:-10px
}
.tooltip.bottom .tooltip-inner:before {
	border-bottom:11px solid rgba(0, 0, 0, .2);
	border-left:11px solid transparent;
	border-right:11px solid transparent;
	top:-11px
}
.tooltip.left {
	margin-left:-11px;
	padding:0
}
.tooltip.left .tooltip-inner:after {
	border-left:11px solid #fae6a4;
	border-top:11px solid transparent;
	border-bottom:11px solid transparent;
	right:-10px;
	left:auto;
	margin-left:0
}
.tooltip.left .tooltip-inner:before {
	border-left:11px solid rgba(0, 0, 0, .2);
	border-top:11px solid transparent;
	border-bottom:11px solid transparent;
	right:-11px;
	left:auto;
	margin-left:0
}
.tooltip.right {
	margin-left:11px;
	padding:0
}
.tooltip.right .tooltip-inner:after {
	border-right:11px solid #fae6a4;
	border-top:11px solid transparent;
	border-bottom:11px solid transparent;
	left:-10px;
	top:0;
	margin-left:0
}
.tooltip.right .tooltip-inner:before {
	border-right:11px solid rgba(0, 0, 0, .2);
	border-top:11px solid transparent;
	border-bottom:11px solid transparent;
	left:-11px;
	top:0;
	margin-left:0
}
.footer {
	position:relative;
	bottom:20px;
	right:0;
	width:100%;
	color:#fff;
	z-index:4;
	text-align:center;
	margin-top:60px;
	text-shadow:0 0 1px #000
}
.footer a {
	color:#fff
}
.footer .heart {
	color:#ff3b30
}
@media (max-width:768px) {
.main .container {
margin-bottom:50px
}
}
@media (min-width:768px) {
.navbar-form {
margin-top:21px;
margin-bottom:21px;
padding-left:5px;
padding-right:5px
}
.btn-wd {
min-width:140px
}
}
