/* ================= BODY STYLES ======================= */
/*desc*/
#intro .col-md-5 {
	padding-bottom: 20px;
}

#chat .col-md-5 {
	padding-bottom: 20px;
}

#meetup .col-md-5 {
	padding-bottom: 20px;
}

#drive .col-md-10 {
	padding-bottom: 20px;
}

/* img*/
#intro .col-md-7 {
	padding: 0 50px;

}

#chat .col-md-6 {
	padding: 0 0 0 60px;
}

#meetup .col-md-6 {
	padding: 0 0 0 50px;
}

#drive .col-md-10 {
	margin-bottom: -1px;
}

/* ================= FOOTER STYLES ======================= */
.footer {
	/*background-color: #3c3e47;*/
	/**/
	background-color: #000000;
}

.footer ul {
	text-align: center;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.footer li {
	list-style-type: none;
	float: left;
	width: 80px;
	position: relative;
}

/* ================= MEDIA QUERIES ======================= */
@media (max-width: 991px) {
	.pull-right {
		float: none !important;
	}

	/*desc*/
	#intro .col-md-5 {}

	#chat .col-md-5 {}

	#meetup .col-md-5 {}

	#drive .col-md-10 {}

	/* img*/
	#intro .col-md-7 {
		padding: 0 30px;
	}

	#chat .col-md-6 {
		padding: 0 30px;
	}

	#meetup .col-md-6 {
		padding: 0 30px;
	}

	#drive .col-md-10 {
		padding: 0 30px;
	}

	/*icon*/
	#chat .chat img {
		width: 76px !important;
	}

	#meetup .meetup img {
		width: 76px !important;
	}

	#drive .drive img {
		width: 76px !important;
	}
}

@media (max-width: 490px) {
	.fullwidth-section {
		padding: 20px 0;
	}

	#home .mainscout {
		width: 100px;
	}

	#home .col-md-8 img {
		width: 220px;
	}

	#home .col-md-8 .btn-lg {
		padding: 7px 6px 3px 8px;
	}

	/*desc*/
	#intro .col-md-5 {
		padding-bottom: 10px;
	}

	#chat .col-md-5 {
		padding-bottom: 10px;
	}

	#meetup .col-md-5 {
		padding-bottom: 10px;
	}

	#drive .col-md-10 {
		padding-bottom: 10px;
	}

	/*style*/
	#home h1,
	.h1 {
		font-size: 36px;
		line-height: 1.1em;
	}

	h1,
	.h1 {
		font-size: 36px;
		line-height: 1.1em;
	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: 1.3em;
		padding: 7px 0 0;
	}

	h3,
	.h3 {
		font-size: 24px;
		line-height: 1.3em;
		color: #50525f;
		padding: 7px 0 0;
	}

	h4,
	.h4 {
		font-size: 18px;
		line-height: 1.5em;
		color: #50525f;
	}

	h5,
	.h5 {
		font-size: 14px;
		line-height: 1.5em;
		color: #50525f;
	}

	h6,
	.h6 {
		font-size: 14px;
		color: #50525f;
		line-height: 1.5em;
	}

	/****** ico *******/
	.ico_chevrondown {
		width: 36px !important;
		padding: 5px !important;
	}

	.ico_arrowup {
		width: 16px !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.closex {
		width: 21px !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.actionarrow {
		width: 18px !important;
		padding: 0 0 2px 0 !important;
		margin: 0 !important;
	}

	.ico_facebook {
		width: 24px !important;
		height: 24px !important;
		padding: 5px !important;
	}

	.ico_twitter {
		width: 24px !important;
		height: 24px !important;
		/* padding: 5px !important; */
	}

	.ico_youtube {
		width: 36px !important;
		height: 36px !important;
		padding: 7px !important;
	}

	#main-menu .social-icons .ico_facebook {
		width: 30px !important;
		height: 30px !important;
		padding: 7px !important;
	}

	#main-menu .social-icons .ico_twitter {
		width: 30px !important;
		height: 30px !important;
		padding: 7px !important;
	}

	#main-menu .social-icons .ico_youtube {
		width: 30px !important;
		height: 30px !important;
		padding: 7px !important;
	}
}

.ico_chevrondown {
	/*background-image: url('http://www.telenav.com/scoutgps/images/chevron_down.png');
	background-position:center;
	background-size:contain;*/
	/*width: 60px;*/
	padding: 5px !important;
	/*padding: 5px !important;*/
}

#main-menu .social-icons img {
	margin-right: 4px;
	padding: 6px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
	position: relative;
	/* z-index: 1; */
}


/****** ico END *******/