header {
	background-size: cover;
	background-position: center;
	/* min-height: 353px; */
	color: #ffffff;
	margin-top: 0px;
	border-bottom: 1px solid #707070;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
	header.container {
		max-width: inherit;
		padding-left: 15px;
	}
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
	header.container {
		max-width: inherit;
	}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 992px) and (max-width: 1024px) {
	header.container {
		max-width: inherit;
	}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 991px) {
	header.container {
		max-width: inherit;
	}
	.lSAction {
		/*display: none;*/
	}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
	header.container {
		max-width: inherit;
	}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
	header.container {
		max-width: inherit;
	}

	.lSAction {
		/*display: none;*/
	}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	header.container {
		max-width: inherit;
	}
	.lSAction {
		display: none;
	}
	
header {
    background-size: cover;
    background-position: center;
    min-height: 90px;
    color: #ffffff;
    margin-top: 0px;
    border-bottom: 1px solid #707070;
}

header .row {
}

header p {
    max-width: 721px;
    font-size: 18px;
}

	
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px 
*/

@media (min-width: 320px) and (max-width: 480px) {
	header.container {
		width: 100%;
	}
	.lSAction {
		display: none;
	}
}

/*header .row {
    min-height: 120px;
}*/

header p {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #003C71;
    font-weight: bold;
    font-style: italic;
    display: block !important;
}




