@charset "utf-8";
/* CSS Document */

/* bootstrap starts */

/* bootstrap ends */

/* fireeye starts */

.bull {
	margin:12px;
	list-style:disc;
}

.bg-ban-text {
	padding:20px;
	width:50%;
}

.bg-ban-text-b, .bg-ban-text-w {
	padding:20px;
	width:50%;
}

.bg-ban-text-b, .bg-ban-text-b h2 {
	color:#000;
}

.bg-ban-text-w, .bg-ban-text-w h2 {
	color:#fff;
}

.bg-banner.fireeye {
	background: url(../img/fireeye/rtb-consulting.jpg) center repeat;
}
a:hover{
	text-decoration: none;
}

/* fireeye ends */

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 10px) {

	/* bootstrap starts */

	/* bootstrap ends */

	/* fireeye starts */

	.bg-ban-text, .bg-ban-text-b, .bg-ban-text-w {
		padding:20px;
		width:100%;
	}

	/* fireeye ends */

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/* bootstrap starts */

	/* bootstrap ends */

	/* fireeye starts */

	.bg-ban-text, .bg-ban-text-b, .bg-ban-text-w {
		padding:20px;
		width:50%;
	}

	/* fireeye ends */

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	/* bootstrap starts */

	/* bootstrap ends */

	/* fireeye starts */

	/* fireeye ends */

}
