body {
	position: relative;
}
.map-popup {
	display: none;
	position: fixed;
    top: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 85%;
    padding: 10px;
    padding-top: 0;
    box-shadow: 0 0 10px #818181;
    z-index: 999;
}
.map_wrap {
    height: 600px;
    overflow: auto;
}
@media only screen and (max-width: 1024px){
  .map_wrap {
        height: 500px;
  }
}

.map_wrap h4 {
	margin-top: 5px !important;
}
div#map {
    width: 70%;
    height: 80%;
    display: inline-block;
    float: left;
}

div#sidebar {
    display: inline-block;
    height: 80%;
    overflow: auto;
}
@media only screen and (max-width: 1024px){
 div#map,
  div#sidebar{
          height: 91%;
  }
}

a.travel-close-anchor {
    position: absolute;
    color: #006699;
    text-decoration: none !important;
    padding: 0 10px 3px 10px;
    border-radius: 100%;
    box-shadow: 0 0 10px #818181;
    right: -2%;
    top: -3%;
    background-color: #fff;
    font-size: 20px;
    z-index: 999;
}
.determine-city input[type="submit"] {
    margin: 0 auto;
    display: block;
}
.form-control {
    clear: both;
    border: 1px solid #818181;
    position: relative;
}
.clear-div {
	clear: both;
}
.label-div, .inputs-div {
    display: inline-block;
    padding: 2%;
}
.label-div {
    float: left;
    width: 25%;
}
.label-div:after {
    content: '';
    background-color: #818181;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 25%;
    top: 0;
}
.inputs-div {
    float: right;
    width: 75%;
}
.form-part-1, .form-part-2 {
    border: 1px solid #818181;
}
.form-part-1 {
    margin-bottom: 50px;
}
.persons-count input[type="text"] {
    /*width: 15%;*/
    height: 40px;
}
.travel-form input[type="text"], .travel-form select {
	border-radius: 5px !important;
    margin-right: 10px;
}
.visit-city input[type="text"] {
    width: 85%;
    margin-bottom: 16px;
    height: 40px;
}
.bold-label {
    display: inline-block;
    width: 35%;
    font-weight: 500;
}
.inner-input {
    margin-bottom: 15px;
}
.travel-form textarea {
    margin-bottom: 10px;
    border-radius: 5px !important;
    width: 100%;
}
input[name="submit-form"] {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

#northsidebar, #westsidebar, #eastsidebar, #southsidebar {
	display: none;
}
span.required {
    color: #ff0000;
    font-size: 12px;
}
span.bigspan {
	font-size: 18px;
}
span.smallspan {
	font-size: 13px;
}

.names-input .inner-input {
	display: inline-block;
	width: 49%;
}
.travel-form .names-input input {
	width: 60%;
}
.travel-form input[name="representative-mail"] {
    width: 100%;
}
#choose_city {
	pointer-events: none;
}

input#choose_city.disable {
    background-color: #818181;
}
.what-reason {
	margin-left: 10px;
	height: 40px;
}
div#northsidebar {
    background-color: #b3ffec;
}
div#westsidebar {
    background-color: #ffff99;
}
div#eastsidebar {
    background-color: #ffb3d1;
}
div#southsidebar {
    background-color: #f0b3ff;
}
form.travel-form {
/*
	max-width: 70%;
*/
	margin: 40px 0;
}
.birth-div select {
	margin-bottom: 10px !important;
}
.departure-div select, .birth-div select {
    width: 17%;
}
.inputs-div.airport-div select {
    width: 52%;
    margin-bottom: 10px;
}
.header-outer {
    z-index: 0 !important;
}
