.clear {
 	clear: both;
}

.formto {
	width: 800px;
	margin: 0 auto;
	padding: 20px 20px;
	background: url("../img/pnk.png") repeat;
	text-align: center;
	border-radius: 12px;
	color: #000;
	text-align: center;
}

.formto .title {
	font-size:32px;
	line-height:1;
	margin-bottom:25px;
}

.formto .box {
	float: left;
	text-align: left;
	margin-right: 20px;
}

.formto div #datepicker {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 5px 0 0 8px;
  height: 35px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.spinner-item .control{
-webkit-border-radius:4px;border-radius:4px;
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.spinner-item {width:80px}
.spinner-item .control {height:40px}
	.spinner-item .control .minus,
	.spinner-item .control .plus
		{display:block;border:none;width:21px;height:40px;float:left;border-right:1px solid #d3d3d3;background:transparent;cursor:pointer;position:relative}
	.spinner-item .control .minus:after,
	.spinner-item .control .plus:after
		{width:10px;height:2px;display:block;position:absolute;content:'';background:url(../img/sprites.png) 0 0 no-repeat;top:19px;left:5px}
	.spinner-item .control .plus:after {height:10px;background-position:-10px 0;top:15px}
	.spinner-item .control .plus {border:0;border-left:1px solid #f3f3f3}
	.spinner-item .control .minus:hover,
	.spinner-item .control .plus:hover,
	.spinner-item .control .minus:active,
	.spinner-item .control .plus:active
		{background: #f4f4f4;
		background: -moz-linear-gradient(top, #f4f4f4 0%, #d0d0d0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d0d0d0));
		background: -webkit-linear-gradient(top, #f4f4f4 0%,#d0d0d0 100%);
		background: -o-linear-gradient(top, #f4f4f4 0%,#d0d0d0 100%);
		background: -ms-linear-gradient(top, #f4f4f4 0%,#d0d0d0 100%);
		background: linear-gradient(to bottom, #f4f4f4 0%,#d0d0d0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d0d0d0',GradientType=0 )}
	.spinner-item .control .minus:active,
	.spinner-item .control .plus:active
		{-webkit-box-shadow:inset 0 3px 2px 0 rgba(0,0,0,0.2);box-shadow:inset 0 3px 2px 0 rgba(0,0,0,0.2)}
.spinner-item .control .text {width:36px;display:block;float:left;text-align:center;height:31px;padding-top:9px;border-left:1px solid #f3f3f3;border-right:1px solid #d4d4d4;font-size:16px;color:#333}

.toforminput {
	font-size: 16px;
	width: 180px;
}

#formtostep2 {
	width: 380px;
}

.stwindow {
	width: 380px;
	text-align: left;
	font-family: Fira Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.stwindow input, .stwindow .chosen-container-single{
	margin-top: 10px;
}

.stwindow .text{
	font-size: 29px;
	line-height: 1.1;
    	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}


.stwindow .text {
	font-size: 24px;
	line-height: 1.1;
    	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}


.stwindow .error_message2, .stwindow .error_message2, .toform .error_message2, .form-group .error_message2{
	display: none;
	text-align: left;
	height: 20px;
	padding-top: 3px;
}

.stwindow input, .stwindow .chosen-container-single, #formtostep3 input, #formtostep3 .chosen-container-single {
    margin-top: 0px;
}

#formtostep3 input{
	margin: 0 auto;
}

.error_message2 {
  border-radius:0 0 4px 4px;
  height:0;
  font-size:10px;
  background:#e55;
  color:#f9e7e7;
  margin-top:-2px;
  padding-left:13px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  /*display:flex;*/
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
}


.stwindow .white_form {
  margin:0 auto;
  position:static;
}


.stwindow .modal_close {
  margin-top: 200px;
  width:390px;
}

#formtostep3 .white_form {
  margin:0 auto;
  width: 500px;
  position:static;
}

#formtostep3 .modal_close {
  margin-top: 200px;
  width:520px;
}


#formtostep3 .txt3 {
	width: 48%;
	float: left;
	text-align: right;
	font-size: 16px;
	margin-left: 5px;
}

.citytxt, .countrytxt, .datevtxt, .nighttxt, .adultstxt, .childrentxt {
	width: 48%;
	float: right;
	text-align: left;
	font-size: 16px;
	margin-right: 5px;
	font-weight: bold;
}

#formtostep3 .txt2 {
	text-align: center;
	font-size: 28px;
}

.popup_container {
	display: none;
}
.popup {
	background-color: #fff;
	border: 3px solid #e6e6e6;
	position: relative;
	padding: 40px;
}

.form .btn {
	font-size: 24px;
	border-radius: 3px;
	line-height: 1.1;
}

.popup .close_w{
	cursor: pointer;
	float: right;
	margin: -20px -20px 0 0;
	width: 20px;
	height: 20px;
	background: url("../img/close.png") no-repeat;
}

#politic {
	width: 800px; 
	text-align: justify;
}

.agrebox {
	font-size: 12px;
}

.agrebox input{
	margin: 0 7px 0 0 !important;
	vertical-align: middle;
}
