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

/*

Red #cc2930
Blue #161f48

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);


*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Roboto', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #cc2930;	
	margin: 30px 0 30px 0;
}

hr.dotted {
	border: none;
	border-top: 1px dotted #161f48;	
	margin: 30px 0 30px 0;
}

#topBarBackground {
	float: left;
	width: 100%;	
	background-color: #cc2930;
}

#topBar {
	margin: 0 auto;
	width: 1200px;	
}

#topBar ul {
	list-style-type: none;
	padding: 5px 0 5px 0;
	float: right;
	margin: 0;
}

#topBar li {
	color: white;
	font-size: 100%;
	display: inline;
	margin-left: 20px;
}

#topBar li a {
	color: white;
	text-decoration: none;
}

#topBar li span {
	font-weight: bold;
}

#headerBackground {
	float: left;
	width: 100%;	
	background-color: #161f48;
}

#headerBackground header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	float: left;
	margin: 25px 0 25px 0;
}

#logo img { 
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#logo:hover {
	cursor: pointer;	
}

#logo p {
	color: white;
	margin: 5px 0 0 70px;
	padding: 0;
	font-size: 105%;
	text-transform: uppercase;
}

/*										Nav								*/

#headerBackground nav {
	float: right;
	margin: 0;
	padding: 0;
}

#headerBackground nav ul {
	float: right;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 60px 0 0 0 ;
	text-align: center;
}

#headerBackground nav li {
	display: inline;
	color: #cc2930;
	font-size: 110%;
	margin: 0 0 0 8px;
	padding: 0;
	position: relative;
}

#headerBackground nav li a {
	color: white;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0 8px 8px 8px;
}

#headerBackground nav li a:hover {
	color: #cc2930;
	text-decoration: none;
	border-bottom: 2px solid #cc2930;
}

#headerBackground nav li a.active {
	color: #cc2930;
	text-decoration: none;
	border-bottom: 2px solid #cc2930;
}


#headerBackground nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

#headerBackground nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -3px; 
	left: 0; 
	text-align: left;
	background-color: #cc2930;
	padding-left: 18px;
	min-width: 150px;
	padding: 10px;
	margin: 0;
	z-index: 1000;
}

#headerBackground nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

#headerBackground nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 7px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	font-size: 90%;
	color: white;
	line-height: 22px;
	text-align: left;
}


#headerBackground nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#headerBackground nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
	text-decoration: none;
}

#headerBackground nav ul.dropdown ul li a:hover {
	color: black;
	text-decoration: none;
	border: none;
}

/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 110%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li.subNav {
	font-size: 90%;
	margin-left: 15px;
	line-height: 32px;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	padding: 5px;
	margin-left: 0;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color: #cc2930;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: #cc2930;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #ca0017;
	padding: 5px 0 10px 0;
}

#footerBackground footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

#footerBackground footer p {
	color: white;
	font-size: 80%;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
	
#footerBackground footer p a {
	text-decoration: none;
	color:white;
}

#footerBackground footer p a:hover {
	text-decoration: underline;
	color:white;
}

#footerBackground footer img {
	border-radius: 5px !important;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#bannerInner {
	margin: 0 auto;
	width: 1200px;
}

/*
.bannerImage {
   width: 100%;
   height: auto;
   margin: 10px 0 10px 0;
   position: relative;
   z-index: 100;
   padding-top: 0;
}

img.mobileView {
	display: none;
}*/


#banner-slide {
   width: 100%;
   height: auto;
   margin-top: 15px;
   margin-bottom: 25px;
}


#banner-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}

img.mobileView {
	display: none;
}

/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding-bottom: 20px;
}

#mainBodyOuter #contact {
	margin-top: 0;
	padding-top: 0;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBodyFeedback {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 120%;
	color: #161f48;
}

#mainBodyFeedback h1 {
	font-size: 120%;
	color: #161f48;
}

#mainBody h2 {
	font-size: 120%;
	color: #cc2930;
}

#mainBody h3 {
	background-color: #cc2930;
	padding: 10px;
	text-align: center;
	color: white;
	font-size: 110%;
	border-radius: 5px 5px 0 0;
	font-weight: normal;
	border-bottom: 5px solid #161f48;
	margin-bottom: 30px;
}

#mainBody h3 span {
	font-weight: normal;
	font-style: italic;
}

#mainBody h3 a {
	color: white;
	text-decoration: none;
}

#mainBody h3 a:hover {
	color: white;
	text-decoration: underline;
}

#mainBody p {
	font-size: 90%;
	line-height: 26px;
	color: #282828;
}

#mainBody p b {
	color: #161f48;
	font-weight: bold;
}	

#mainBody p a {
	color: #cc2930;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #cc2930;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 27px;
	color: #282828;
}

#mainBody li b {
	font-weight: bold;
	color: #161f48;
}

#mainBody li a {
	color: #cc2930;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #cc2930;
	text-decoration: underline;
}

#mainBody img {
	margin: 10px 0 10px 0;
	max-width: 100%;
	height: auto;
}	

#mainBody img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
}	


#mainBody p.more a {
	color: white;
	background-color: #ca0017;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#mainBody p.more a:hover {
	color: white;
	background-color: #10204f;
	text-decoration: none;
}


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 130px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #ca0017;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
}

#contactFormArea #submit.formButton:hover {
	background-color: #10204f;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: black;
	font-weight: bold;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid black;
}

#contactFormArea textarea {
	color: black;
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid black;
}

 

/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #cc2930;
}

.homeBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2%;
	text-align:center;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}

#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
}

#homeBoxes .homeBox h2 {
	color: white;
	font-size: 90%;
	background-color: #cc2930;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	margin-top: -4px;
	text-transform: none;
	border-bottom: none;
	font-weight: normal;
} 

#homeBoxes .homeBox:hover {
	cursor: pointer;
} 

#homeBoxes .homeBox:hover h2 {
	background-color: #161f48;
} 

/*											Brand Boxes									*/

#brandBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 15px 0;
	margin-top: -150px;
   position: relative;
   z-index: 150;
}

.brandBox {
	float: left;
	width: 50%;	
	text-align:center;
}

.brandBox.lastBrandBox {
	float: right;
	margin-right: 0;
}

#brandBoxes .brandBox img {
	margin: 0 50px 0 0;	
	float: right;
}

#brandBoxes .brandBox.lastBrandBox img {
	margin: 0 0 0 50px;	
	float: left;
}

.brandBox:hover {
	cursor: pointer;
	margin-top: -25px;
	transition:all 0.75s ease;
}



/*Stand out Box*/

#standoutBox {
	float: left;
	width: 96%;
	padding: 2%;
	background-color: #ca0017;
	border-radius: 5px;
	margin-bottom: 20px;
}

#mainBodyOuter #standoutBox {
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}

#standoutBox h2 {
	color: white;
	padding-top: 0;
	margin-top: 0;
}

#standoutBox p {
	color: white;
}

#standoutBox li {
	color: white;
}

#standoutBox hr {
	border-color: white;
}

/*Features*/

#keyFeatures {
	float: right;
	max-width: 500px;
	background-color: #161f48;	
	margin: 0 0 20px 20px;
	border: 1px solid #cc2930;
	border-radius: 5px;
}

#keyFeatures h2 {
	color: white;
	background-color: #cc2930;
	padding: 10px 0 10px 10px;
	text-align: left;
	margin: 0;
}

#keyFeatures ul {
	padding: 10px 30px 10px 30px;
	margin: 0;
}

#keyFeatures li {
	color: white;
}



/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #161f48;
	padding: 15px 0 15px 0;
	text-align: left;
	border-top: 2px solid #cc2930;
	margin-top: 10px;
}

#contactInner {
	margin: 0 auto;
	width: 1200px;	
}

.contactBox {
	float: left;
	width: 31.8%;	
	margin-right: 2%;
	border-right: 1px solid white;
	padding: 15px 0 15px 0;
}
/*
.contactBox:nth-child(2) {
	border-right: none;
}
*/
.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
}

#contactInner h2 {
	color: #ca0017;
	font-size: 120%;
	margin-top: 0;
	text-transform: uppercase;
}

#contactInner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white; 
	line-height: 30px;
	font-size: 90%;
}

#contactInner li span {
	font-weight: bold;
}

#contactInner li.phone {
	background-image: url(images/phone.png);
	background-size: 25px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 32px;
}	

#contactInner li.email {
	background-image: url(images/email.png);
	background-size: 30px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 36px;
}

#contactInner li a {
	color: white; 
	text-decoration: none;
}

#contactInner li a:hover {
	color: white; 
	text-decoration: underline;
}

#contactInner p {
	color: white; 
	line-height: 25px;
	font-size: 90%;
}

#contactInner img {
	margin-right: 10px;
}


#topBannerArea {
	float: left;
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}

#topBannerArea.services { 
	background: url(images/meeting.jpg) repeat center;
}

#topBannerArea.about { 
	background: url(images/labs.jpg) repeat center;
}



/*Grey Box*/

#greyBox {
	float: left;
	width: 96%;
	padding: 2%;
	padding-bottom: 1%;
	background-color: #efefef;
	border-radius: 5px;
	margin-bottom: 30px;
}
/*
#standoutBox h2 {
	color: white;
	padding-top: 0;
	margin-top: 0;
}

#standoutBox p {
	color: white;
}

#standoutBox hr {
	border-color: white;
}*/



/*Gallery*/

#mainBody .gallery a {
	text-decoration: none !important;
}

#mainBody .gallery a h2 {
	text-decoration: none !important;
}

#mainBody .gallery h2 {
	font-size: 90%;
	text-transform:  none;
	color: white;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	background-color: #161f48;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	margin-top: 0;
}

#mainBody .gallery h2 a {
	color: white;
	text-decoration: none !important;
	font-weight: normal;
}

#mainBody .gallery h2 a:hover {
	color: white;
	text-decoration: none !important;
	font-weight: normal;
}

#mainBody .gallery img {
	margin-bottom: 0;
}





/* */
.eastEndOuter {
	float: left;
	width: 48%;
	background-color: #e36b32;
	padding: 20px 30px 20px 30px;
	text-align: left;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 5px;
}

.eastEndOuter h2 {
	color: black !important;
}

.eastEndOuter p {
	color: white !important;
}

.eastEndOuter p a {
	color: white !important;
	text-decoration: underline;
}

.eastEndOuter p a:hover {
	color: white !important;
	text-decoration: none;
}

.eastEndOuter hr {
	border-top: 1px solid white;	
	margin: 30px 0 30px 0;
}

.eastEndOuter img {
	border-radius: 5px;
	padding: 10px;
	background-color: white;
}





/* */
.optimusOuter {
	float: right;
	width: 48%;
	background-color: black;
	padding: 20px 30px 20px 30px;
	text-align: left;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 5px;
}

.optimusOuter h2 {
	color: #8a5b88 !important;
}

.optimusOuter p {
	color: white !important;
}

.optimusOuter p a {
	color: white !important;
	text-decoration: underline;
}

.optimusOuter p a:hover {
	color: white !important;
	text-decoration: none;
}

.optimusOuter hr {
	border-top: 1px solid white;	
	margin: 30px 0 30px 0;
}







/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {

#topBar {
	width: 95%;	
	padding: 1%;
}

#headerBackground header {
	width: 95%;	
	padding: 1%;
}

#bannerInner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyFeedback {
	width: 95%;	
	padding: 1%;
}

#contactInner {
	width: 95%;	
	padding: 1%;
}	

#footerBackground footer {
	width: 95%;	
	padding: 1%;	
}


						 

/*

#copyright {
	width: 95%;	
	padding: 1%;
}

#contactFormInner {
	width: 95%;	
	padding: 1%;
}					 
		 
#contactInner {
	width: 95%;	
	padding: 1%;
}

#homeBoxes {
	width: 95%;	
	padding: 1%;
}

#brandBoxes {
	width: 95%;	
	padding: 1%;
}*/

}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
#logo {
	float: left;
	width: 100%;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	height: auto;
}	
					 
#logo p {
	text-align: center;
	margin: 5px 0 0 0;
}					 
				 
#headerBackground nav ul.mainNav {
	display: none;
}	


#headerBackground nav ul {
	margin: 0 ;
}

#headerBackground nav {
	float: left;
	width: 100%;
	margin: 0;	
	padding-bottom: 0;
	background-color: #161f48;
	border-top: 2px solid #cc2930;
}	

#topBar {
	padding-top: 0;
}

#banner {
	float: left;
	/*width: 95%;	
	padding: 1%;
	height: auto;*/
	margin-bottom: 15px;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

#mainBodyOuter #mainBodyFeedback {
	border-top: none;
	margin-top: 0;
}






}




 /* 730*/
@media only screen 
and (max-width : 730px) 
	{

					 
#topBarInner ul {
	width: 100%;	
	text-align: center;	
	padding: 5px 0 5px 0;
}	
	
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

	
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

#homeBoxes {
	margin-top: 0;
	padding-top: 0;
}

.homeBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

.homeBox.lastBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}


p.copyLeft {
	float: left;
}

p.copyRight {
	float: left;
}	

#loveFootball {
	float: left;
	width: 100%;
	text-align: left;
}

#followUs {
	float: left;
	width: 100%;
	text-align: left;
}


#keyFeatures {
	float: none;
	clear: both;
	margin-left: 0;
}	

.contactBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 15px;
	border-right: 0;
	border-bottom: 1px solid white;
}


.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	border-right: 0;
	border-bottom: 0;
} 

#brandBoxes {
	margin-top: 0;
	padding-top: 0;
}

.brandBox {
	float: left;
	width: 100%;	
	border: none;
	margin-top: 15px;
}

.brandBox img {
	float: none !important;
	margin: 0 !important;
}

.brandBox.lastBrandBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
} 				 

.brandBox:hover {
	margin-top: 0 !important;
} 
		
		

/* */
.eastEndOuter {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

/* */
.optimusOuter {
	float: right;
	width: 100%;
}
		
		
		
 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

#topBar ul {
	float: left;
	width: 100%;
}

#topBar li {
	display: block;
	text-align: center;
	line-height: 28px;
}

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}
					 
#copyRight {
	float: left;	
}
					 
footer img {
	float: none;
	margin: 10px 0 10px 0;
}					 

img.desktopView {
	display: none;
}

img.mobileView {
	display: block;
}

.homeBox img {
	width: 100%;
	height: auto;	
}

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 20px;
}

.homeBox h2 {
	font-size: 90%;
}

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 

					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

