.expereal-description, #mobile-app-visual-info {
	padding-bottom: 25px;
}

.img-responsive {
	width: 100%;
}

/*********************/
/***    Gogo CSS   ***/
/*********************/
body {
	overflow-x: hidden; 
}

.pop-up {
	z-index: 3700;
}

#iphone-image {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 225px;
	margin: 0 auto;
	display: block;
}

#gogo-header-container {
	position: absolute;
	display: none;
	opacity: 0;
}

#bg-container {
	position: absolute;
	display: none;
	opacity: 0;
}

.gogo-cloud {
	max-width: 300px;
	position: absolute;
	top: 10%;
	left: 50%;
}

.cloud1 {
	top: 33%;
	left: 7%;
}

.cloud2 {
	top: 30%;
	left: 50%;
}

.cloud3 {
	top: 38%;
	left: auto;
	right: 10%;
	z-index: 101;
}

#gogo-bg {
	position: absolute;
	top: 0;
	left: 0;
}

#gogo-bg-big img, #gogo-bg-upper img {
	display: block;
	margin: 0 auto;
}
#gogo-bg-upper img {
	width: 100%;
}
#gogo-bg-upper {
	width: 100%;
	height: 500px;
	position: fixed;
	left: 0;
	top: 150px;
	z-index: 0;
}

#gogo-bg-big {
	width: 100%;
	height: 500px;
	position: fixed;
	top: 150px;
	left: 0;
	z-index: 0;
}

#gogo-plane-container {
	position: fixed;
	top: 000px;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 0;
}
#gogo-plane {
	position: absolute;
	top: 24%;
	left: -100px;
	width: 50px;
}

#gogo-plane img {
	width: 100%;
}
.signal {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 400px;
	transition: all 2s;
	height: 100%;
}
.signal img {
	max-height: 10%;
	top: -50%;
}
.grow {
	max-height: 100%;
	opacity: 0;
	transition: all 2s;
}


/*********************/
/*    Media Query    */
/*********************/
@media only screen and (max-width: 1600px) {
	.clear-line {
		clear: none;
	}
}

@media only screen and (min-width: 1025px) {
	.col-lg-2-4 {
		width: 20%;
	}

	.col-lg-2-5 {
		width: 40%;
	}
}

@media only screen and (max-width: 1024px) {
	.mini-padding {
		padding-bottom: 15px;
	}

	.col-md-6 {
		width: 100%;
	}
}

/*****************************************/
/***  Mobile and Tablet Media Queries  ***/
/*****************************************/

/********/
/* iPad */
/********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#gogo-bg-upper {
		position: absolute;
	}

	#gogo-bg-big {
		position: absolute;
	}

	.cloud3 {
		top: 38%;
		z-index: 1;
	}
}

/********************/
/* iPad (landscape) */
/********************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/******************/
/* iPhone 2G - 4S */
/******************/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#gogo-bg-upper {
		position: absolute;
	}

	#gogo-bg-big {
		position: absolute;
		top: 10%;
		left: -15%;
	}

	.cloud3 {
		top: 25%;
		z-index: 1;
	}
}
