/*other device */ @media screen and (max-width: 64em) {

#footer {
	background:url('../img/otr_device/footer.jpg') repeat-x center;
	height:310px;
}

#container {
	width: 80%;
	float:left;
	padding: 0px 10% 0px 10%;
	font-size:15px;
	min-height: 527px;
}

#logo{
	float:none;
	margin:0 auto;
	background:none;
	height:auto;
}

#logo img{
	padding: 25px 0px 0px 25px;
}

#nav-container{
	float: none;
	margin:-40px auto;
	background:url('../img/otr_device/menu-bg.png') no-repeat center;
	width:100%;
}

#header, #head-container{
	width:100%;
}

#head-container{
	background:url('../img/otr_device/head-bg-otr.jpg') no-repeat top;
}

#cloud-container{
	height:auto;
	float:left;
	margin: 0px 0% 0px 11%;
	width: 89%;
}

#menu{
	background-color:#ed6536;
	width:auto;
	margin: 1px 0px 0px 10%;
	padding: 0px 0px 0px 40px;
}

#head-contact{
	margin: 40px 0px 0px 455px;
}
}

/* mobile */
@media screen and (max-width: 40em) {
body{
	font-size: 18px !important;
}

#footer {
	display:none;
	background:none;
}

#logo{
	margin: 0 auto;
	float: none;
	height: 370px;
	background: url('../img/mobile/hot_air_ballon_mobile.png') no-repeat center;
}

#logo img {
	padding: 100px 0px 0px 25px;
}

#nav-container{
	background:none;
	width:100%;
	height:auto;
}

#menu{
	background-color:#E75B29;
	width:100%;
	margin:0px;
	padding:0px;
}

#menu li{
	padding:0px 10px;
	font-size:15px !important;
}

#header, #head-container{
	width:100%;
	float:left;
	height:auto;
}

#head-container{
	background:none;
}

#head-contact{
	float: right;
	margin: 0px 5px 0px 0px;
}

.cloud-link{
	text-decoration:none;
	color:#fff;
}

#cloud-container{
	width:100%;
	float:left;
	margin:5px 0px 0px 0px;
}

#cloud-container p{
	margin:0px;
	font-size: 15px;
}

#left-cloud, #mid-cloud, #right-cloud{
	background: none;
	margin: 0 auto;
	float: left;
	color: #fff;
	margin: 5px 0px;
	text-align: center;
	background-color: #22a0c9;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	font-size:18px !important;
}

#left-cloud{
	line-height:20px;
}

#mid-cloud, #right-cloud{
	line-height:55px;
}

#container{
	padding:0px 15px;
	width:90%;
	float:left;
}

#container h2{
	font-size: 13px;
}

#menu{
	height:auto;
}

.mean-container .mean-bar{
	background-color: #E75B29 !important;
}

.mean-bar li{
	padding:0px !important;
}

.offer-form{
	font-size: 15px;
}

#container form div{
  	font-size: 16px;
	line-height: 30px;
	margin: 10px 0px;
  }

#container form input{
  	margin:0px 10px 0px 0px;
  }
  
.saveForm{
	font-size:20px !important;
}

.choose-offer:last-child{
	float:left !important;
}

.choose-offer{
	margin:20px 20px 0px 0px;
}

.form-title{
	width:100%;
}
}