/* CSS Document */

.homeBannerText {
	position: relative;
	bottom: 0;
	font-family: 'Orbitron', sans-serif;
	width: 100%;
	padding: 35px 25px;
	/* background-color: #73391b; Defined on banner page */
}

/* Mobile Default */


.mobileCaption {
	padding: 10px;
}

.mobileCaption p {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Orbitron', sans-serif;
	padding: 0 15px;
}


.homeBannerText h2 {
	/*text-transform: uppercase;*/
	color: #fff;
	margin: 0;
	font-family: 'Orbitron', sans-serif;
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 10px;
	font-weight: 800;
}

/*.homeBannerText h3 {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	margin: 0;
  line-height: 27px;
}

.homeBannerText p {
	color: #fff;
	line-height: 18px;
	margin: 7px 0 9px;
}*/

.homeBannerQuickLink {
	font-family: 'Source Sans Pro', sans-serif;
    position: relative;
	display: inline-block;
	z-index: 10;
}

.homeBannerQuickLink p {
	border: 1px solid; /*#ffffff;*/
	padding: 4px 35px;
    border-radius: 20px;
    margin: 7px 0 9px;
}

.homeBannerQuickLink a, .homeBannerQuickLink i, .homeBannerQuickLink span {
    /* color: #fff; */
    font-size: 18px;
    font-weight: 600;
}



@media (min-width:768px) {
.homeBannerText {
	position: absolute !important;
	bottom: 18px !important;
	width: 35.5% !important;
	padding: 17px 25px !important;
	right: 150px;
}
.homeBannerText h2 {
	font-size: 33px !important;
    line-height: 33px;
	margin-bottom: 8px;
}	
.homeBannerText h3 {
	font-size: 13px !important;
    line-height: normal;
}
.homeBannerText p {
	line-height: 18px !important;
	margin: 0 0 9px !important;
}
.homeBannerQuickLink a, .homeBannerQuickLink i, .homeBannerQuickLink span {
	font-size: 14px !important;
}

	
}
@media (min-width:992px) {
.homeBannerText {
	position: absolute !important;
	bottom: 52px !important;
	width: 35.5% !important;
	padding: 35px 25px !important;
	right: 200px;
	/*height: 200px*/
}
.homeBannerText h2 {
	font-size: 28px !important;
    line-height: 35px;
}
/*.homeBannerText h3 {
	font-size: 18px !important;
}
.homeBannerText p {
	line-height: 20px !important;
	margin: 7px 0 11px !important;
}*/
.homeBannerQuickLink, .homeBannerQuickLink i, .homeBannerQuickLink span {
	font-size: 16px !important;
}
}
@media (min-width:1000px) {

.homeBannerText {
	position: absolute !important;
	bottom: 75px !important;
	width: 35.5% !important;
	padding: 9px 25px !important;
	right: 200px;
	/*height: 225px;*/
}
.homeBannerText h2 {
	font-size: 28px !important;
  line-height: 35px;
	margin-bottom: 10px;
}	
/*.homeBannerText h3 {
	font-size: 18px !important;
}
.homeBannerText p {
	line-height: 22px !important;
	margin: 7px 0 13px !important;
}*/
}

@media (min-width:1200px) {

.homeBannerText {
	position: absolute !important;
	bottom: 40px !important;
	width: 35.5% !important;
	padding: 20px 35px !important;
	right: 220px;
	/*height: 265px;*/
}
.homeBannerText h2 {
	font-size: 34px !important;
  line-height: 42px;
	margin-bottom: 15px;
}
/*.homeBannerText h3 {
	font-size: 21px !important;
	line-height: 26px !important;
}
.homeBannerText p {
	line-height: 24px !important;
	margin: 7px 0 15px !important;
}
.homeBannerText .quickLink p {
    padding: 5px 24px !important;
}*/
.homeBannerQuickLink, .homeBannerQuickLink i, .homeBannerQuickLink span {
	font-size: 18px !important;	
}
}
@media (min-width:1201px) {
.homeBannerText {
	position: absolute !important;
/*  bottom: 79px !important;
  width: 30.5% !important;*/
  padding: 23px 35px !important;
  right: 329px;
	/*height: 275px;*/
}
.homeBannerText h2 {
	font-size: 42px !important;
  line-height: 49px;
	margin-bottom: 15px;
}
/*.homeBannerText h3 {
	font-size: 20px !important;
	line-height: 26px;
}
.homeBannerText p {
	line-height: 26px !important;
	margin: 7px 0 7px !important;
}*/
}

@media (min-width:1681px) {
.homeBannerText {
	position: absolute !important;
  bottom: 140px !important;
  width: 30.5% !important;
  padding: 34px 35px !important;
  right: 369px;
	/*height: 275px;*/
}	
.homeBannerText h2 {
	font-size: 46px !important;
  line-height: 55px !important;
	margin-bottom: 10px;
}
/*.homeBannerText h3 {
	font-size: 22px !important;
	line-height: 24px;
}
.homeBannerText p {
	line-height: 26px !important;
	margin: 7px 0 7px !important;
}*/
}