header.article-header h1 {
	font-family: Roboto;
	font-weight: 300;
}
.page-header {
	height: 150px;
	background: url('../img/bg-hotel-registration-header.jpg') no-repeat center #0A0A48;
  background-size: cover;
}
header.registration-article-header {
	height: 320px;
	background: none;
	background-color: white;
	color: #000;
}
header.registration-article-header:after {
  display: none;
}
header.registration-article-header h1 {
	margin-top: 60px;
	margin-bottom: 0;
}

#hotels_registration .hotels-content {
	padding-top: 50px;
	min-height: 700px;
}


#hotels_registration input:not([type="submit"]) {
	font-size: 1.525rem;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 21px;
	border: 1px solid #E0E0E0;
}
#hotels_registration .input-group input {
	border-right-width: 0;
}
#hotels_registration input:focus {
	border: 1px solid #E0E0E0;
	outline: none;
}
#hotels_registration .input-group input:focus {
	border-right-width: 0;
  	box-shadow: -3px 0 3px 1px lightgrey;
  	position: relative;
  	z-index: 10;
}
#hotels_registration input.empty {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #E67E22;
	border-right-width: 0;
	outline: none;
}
#hotels_registration input.invalid {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid red;
	border-right-width: 0;
	outline: none;
}
#hotels_registration input.valid {
	border-color: #57D68D;
}
#hotels_registration .input-group input:focus ~ .input-group-addon {
  	box-shadow: -1px 0 4px 1px lightgrey;
}
#hotels_registration .input-group input.empty ~ .input-group-addon {
	border: 1px solid #E67E22;
	border-left-width: 0;
	color: #E67E22;
}
#hotels_registration .input-group input.invalid ~ .input-group-addon {
	border: 1px solid red;
	border-left-width: 0;
	color: red;
}
#hotels_registration .input-group input.valid ~ .input-group-addon {
	border: 1px solid #57D68D;
	border-left-width: 0;
	color: #57D68D;
}

#hotels_registration select {
	padding-right: 45px;
  border: 1px solid #E0E0E0;
	outline: none;
}
#hotels_registration select:focus {
	border: 1px solid #E0E0E0;
	outline: none;
  	box-shadow: 0 0 5px 1px lightgrey;
  	/* box-shadow: 0 0 12px 2px lightgrey; */
}
#hotels_registration select.empty {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #E67E22;
	outline: none;
}
#hotels_registration select.invalid {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid red;
	outline: none;
}
#hotels_registration select.valid {
	border-color: #57D68D;
}
#hotels_registration .select-group select.empty ~ .select-group-addon {
	color: #E67E22;
}
#hotels_registration .select-group select.invalid ~ .select-group-addon {
	color: red;
}
#hotels_registration .select-group select.valid ~ .select-group-addon {
	color: #57D68D;
}


#hotels_registration .next-step {
	display: block;
	margin-bottom: 40px;
	font-size: 1.2857em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-right: 28px;
	font-weight: 300;
  color: white;
}
#hotels_registration .next-step .glyphicon {
	top: 3px;
}
html.no-flexbox #hotels_registration .next-step {
	text-align: center;
	width: 326px;
	margin-left: auto;
	margin-right: auto;
}

#hotels_registration .input-group.captcha {
	width: 160px;
}
#hotels_registration .input-group.captcha input {
	padding-left: 12px;
  width: 93%;
}
#hotels_registration .input-group.captcha .input-group-addon:last-child  {
	right: 6px;
	padding: 0;
	padding-right: 8px;
}

#hotels_registration input[type="submit"] {
  float: right;
}
html.flexbox #hotels_registration input[type="submit"] {
	margin-left: 15%;
}
html.no-flexbox .flex-container.width420 {
	width: 520px;
	margin: auto;
}
html.no-flexbox #hotels_registration input[type="submit"] {
	margin-left: 27%;
}

#hotels_registration .tab-pane p {
	font-size: 1.2857em;
}
#hotels_registration .tab-pane#step-3 img {
	display: inline-block;
	border: none;
	background-color: deepskyblue;
}
#hotels_registration a.dashed {
	font-size: 1.2857em;
}
#hotels_registration a.dashed:hover {
	text-decoration: none;
	border-bottom-color: #fff;
}
.full-width {
    width: 100%;
}
.input-group-addon:last-child {
    font-family: 'Roboto';
    font-size: 24px;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-top-color: rgb(224, 224, 224);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(224, 224, 224);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(224, 224, 224);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(224, 224, 224);
    border-left-style: solid;
    border-left-width: 0;
    border-left-width: 0;
}
.input-xl {
    font-size: 1.525rem;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 21px;
}
.btn-choose {
    background-color: #4B555A;/*#57d68d;*/
    color: white;
}
.btn-choose:hover, .btn-choose:active, .btn-choose:focus {
    background-color: #223077;/*#35b46b;*/
    color: #fff;
    text-decoration: none;
}
.btn-xl {
    padding-top: 22px;
    padding-right: 20px;
    padding-bottom: 22px;
    padding-left: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}
.nav-tabs.registration-tabs>li.active>a, .nav-tabs.registration-tabs>li.active>a:hover, .nav-tabs.registration-tabs>li.active>a:focus {
    padding-right: 28px;
    padding-left: 28px;
    border: none;
    border-radius: 35px;
    color: #000;
    background-color: white;
}
.nav-tabs.registration-tabs>li>a {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    padding-top: 12px;
    margin-right: 20px;
    text-align: center;
}
.nav-tabs.registration-tabs>li.active>a .selected, .nav-tabs.registration-tabs>li:not(.active)>a .unselected {
    display: block;
}
.nav-tabs.registration-tabs>li.active>a .unselected, .nav-tabs.registration-tabs>li:not(.active)>a .selected {
    display: none;
}
.nav-tabs.registration-tabs>li:not(.active)>a {
    width: 48px;
    border-radius: 50%;
    color: #fff;
    background-color: #223077;
}
.nav-tabs.registration-tabs>li>a {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    padding-top: 12px;
    margin-right: 20px;
    text-align: center;
}
.registration-tab-content h2 {
    margin-bottom: 30px;
    text-align: center;
}
.nav-tabs.registration-tabs {
    width: 247px;
    margin: auto;
    border-bottom: none;
}
.nav-tabs.registration-tabs>li:last-of-type>a {
    margin-right: 0;
}
.tab-content.registration-tab-content {
    padding-top: 40px;
}
.input-group {
    margin-bottom: 15px;
}
.flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
select, select.form-control {
    height: 32px;
    font-size: 0.875rem;
    font-weight: 300;
    border-radius: 0;
    margin-bottom: 15px;
}
.preset-default a.btn-choose {
    color: white;
}
.select-group .select-group-addon:last-child .is-required {
    position: relative;
    top: 4px;
}
.select-group-addon {
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    color: #000;
    text-align: center;
}
.select-group .select-group-addon:last-child {
    font-family: 'Roboto';
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 30px;
    border-radius: 0;
    background-color: #fff;
    border: none;
}
.select-group .select-group-addon:last-child .is-required {
    position: relative;
    top: 4px;
    left: -10px;
}
.input-group-addon:last-child .is-required {
    font-style: normal;
    position: relative;
    top: 5px;
}
.select-group .select-group-addon:last-child .is-ok {
    position: relative;
    top: 0px;

    left: -10px;
}
.input-group {
    margin-bottom: 15px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="text"], input[type="number"], input[type="date"], input[type="mail"], input[type="email"], input[type="password"] {
    font-weight: 300;
    border-radius: 0;
}
.tooltip-inner {
    font-size: 1em;
    font-weight: 300;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    color: #000;
    border: 1px solid #E6E6E6;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #E6E6E6;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn-xl.btn-submit:hover {
    background-color: #EF0F54;
}
.btn-submit:hover, .btn-submit:active {
    background-color: #c45c00;
    color: #fff;
}
.btn-xl.btn-submit {
    font-size: 1.525rem;
    padding: 20px 33px;
}
.dashed {
    border-bottom: 1px dashed;
    text-decoration: none;
}
.btn-submit {
    float: none;
    height: auto;
    padding: 15px 21px 11px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    border: none;
    border-bottom: 2px solid #e74c3c;
    border-radius: 3px;
    background-color: #e67e22;
    color: white;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.errors-list{
    /*
    position: absolute;
    left: -9px;
    width: calc(100% - 300px);
    */
}
.errors-list ul{
    text-align: left;
}
.flex-container {
    justify-content: space-between;
    align-items: flex-start;
}
.reg_form{
    max-width: 800px;
    margin: 0px auto;
}

.btn-submit {
  margin-top: 15px
}

.resorts-autocomplete-wrapper {
  position: relative;
}

.resorts-autocomplete {
  list-style: none;
  padding: 0;
  max-height: 100px;
  overflow-y: auto;
  position: absolute;
  top: 45px;
  z-index: 1111;
  width: 100%;
  text-align: left;
}

.resorts-autocomplete li {
  padding: 5px 10px;
  background: #fff;
  cursor: pointer
}

.resorts-autocomplete li:hover {
  background-color: #f0f0f0
}

.registration-form-errorlist ul {
  padding: 0;
  color: red;
  list-style: none;
  text-align: left
}