
@media (min-width: 1200px){
	/* >>MENU                */
   #menu {
      background-color: #ad4200;
   }
   .list-group-item {
      border-color: #ffffff;
      font-size: 1.2em;
   }
   a.list-group-item {
      color: #ffffff;
   }
   /* >>NAVBAR              */
   #banner {
     
      background: url(RIORHeader1170x120.png) no-repeat;
      height: 120px;

      
   }
	.c2gHotspot{
		height:109px;
		width: 250px;
	
   }
}

@media (min-width: 1005px) and (max-width: 1200px){
	/* >>MENU                */
   #menu {
      background-color: #ad4200;
   }
   .list-group-item {
      border-color: #ffffff;
      font-size: 1.2em;
   }
   a.list-group-item {
      color: #ffffff;
   }
   /* >>NAVBAR              */
   #banner {
     
      background: url(RIORHeader960x98.png) no-repeat;
      height: 98px;
	  background-size: 970px 100px;
      
   }
	.c2gHotspot{
		height:109px;
		width: 250px;
	
   }
}
@media (min-width: 768px) and (max-width: 1005px){
	/* >>MENU                */
   #menu {
      background-color: #ad4200;
   }
   .list-group-item {
      border-color: #ffffff;
      font-size: 1.2em;
   }
   a.list-group-item {
      color: #ffffff;
   }
   /* >>NAVBAR              */
   #banner {
     
      background: url(RIORHeader780x79.png) no-repeat;
	  background-size: 750px 110px;
      
   }
	.c2gHotspot{
		height:109px;
		width: 250px;
	
   }
}
   .copyrightImg{
	   display: none;
   }
   
   .copyrightText{
	   display: none;
   }
    
	#mobileMenuLogo {
    background-image: none;   
   }