#header_airbnb{
	background-image: url('../images/headers/airbnb.jpg');
}

#content_airbnb #second{
	background: #96bccc;
	width: 100%;
	min-height: 480px;
	padding-top: 50px;
	color: white;
}
#content_airbnb .pricing-item-body__content{
	font-size: 2.4rem;
	margin-top: 35px;
}
.kicsi-csik{
	height: 4px;
	width: 138px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
}
#content_airbnb .big_title{
	font-size: 3.5rem;
}
#content_airbnb .small_title{
	font-size: 2.2rem;
}
.row-one,.row-three{
	background: #fbfbfb;
	min-height: 290px;
	padding-top: 60px;
}
.row-one span,.row-three span{
	float: left;
}
.row-two{
	background: #ffffff;
	min-height: 260px;
	padding: 45px;
}
.row-two span{
	float: right;
}
.font22{
	font-size: 2.2rem;
}
#third{
	background: #fbfbfb;
	width: 100%;
	color: #706f6f;
}
#third .big_title{
	text-align: center;
	margin: 65px 0;
}
#third input[type='text'],#third input[type='email']{
	height: 32px;
	width: 100%;
}
#third .elso{
	margin-bottom: 30px;
}
#third .utolso{
	margin-top: 30px;
}
.airbnb_where_heard .airbnb_where_heard_title {
	font-size: 1.7rem;
}
.airbnb_where_heard .bootstrap-select{
	font-size: 1.3rem;
	width: 330px !important;
	height: 35px;
	margin-top: 25px;
}
.airbnb_where_heard .bootstrap-select button{
	font-size: 1.3rem;
	width: 100%;
	height: 100%;
}
#third .blue_btn{
	margin-top: 25px;
	margin-bottom: 90px;
}

.break-word{
    white-space: normal;
}


@media ALL and (max-width: 992px){

	#content_airbnb #first .col-sm-2{
		width: 25%
	}
	#content_airbnb #first .col-sm-10{
		width: 75%
	}
}
@media ALL and (max-width: 768px){
	#content_airbnb .big_title{
		display: block;
		width: 100%;
		text-align: center;
	}
	#content_airbnb .font22{
		text-align: center !important;
	}
	#content_airbnb .pricing-item-body__content{
		margin-top: 20%;
	}
	#content_airbnb .mind1{
		margin-top: 30px;
	}
	#content_airbnb #first .col-sm-2{
		width: 100%;
		text-align: center;
	}
	#content_airbnb #first .col-sm-10{
		width: 100%;
		text-align: center;
	}
	#content_airbnb .kicsi-csik{
		display: none;
	}
}
@media ALL and (max-width:480px){
	#content_airbnb #second .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.row-one,
	.row-two,
	.row-three{
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: auto;
	}
	#third .col-sm-5.col-xs-6{
		width: 100%;
	}
	#content_airbnb .steps-header{
		width: 100%;
		display: block;
	}
	#content_airbnb .steps-header h3{
		text-align: center;
	}
	#content_airbnb .pricing-item-body__content{
		margin-top: -10px;
		margin-bottom: 20px;
	}
	#content_airbnb .steps-text{
		width: 100%;
		display: block;
	}
	#content_airbnb .steps-text p {
		text-align: center;
	}
}