 @media (max-width : 990px){
                .largeElement{
                display : none;
                }

                .smallElement{
                display : block;
                } 
 
            }
              
 @media (min-width : 991px){
                .largeElement{
                display : block;
                }

                .smallElement{
                display : none;
                }

  				
            }
              
 @media (max-width : 581px){
			               
			.cycle-slideshow { 
				height: 100px;
				margin-bottom: 10px;
			}
			
			.cycle-slideshow img { 
				height: 100%; 
			}
 
        }


*{
	padding: 0px;
	margin:0px;
}

body{

	font-family: calibri, lato, arial,helvetica; 
}



#logo{
	width: 80%;
	margin: auto;
	margin-top: 10px;
}

#logo img{
	width: 250px;
}

#nav{
	background: rgb(204, 51, 0);
	color: #fff;
	margin-top: 10px;
}

#nav a{
	color: #fff;
	text-decoration: none;
	font-family:courier,arial,helvetica; 
}


.myDIV{
	margin-top: 0px;
}

.myDIV li{
	float: left;
	list-style: none;
	margin-left: 50px;   
}

.myDIV li a{
	text-decoration: none;
	color: #fff; 
}

.myDIV ul{
	background: #990000;
	width: 100%; 
}
   
.largeElement{
	margin-top: 5px;
}

.cycle-slideshow {  
}
 

.cycle-slideshow img{ 
	width: 100%;
}
 
 
#Social li{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	list-style: none;
	margin-top: 10px;
}

#footer{
	width: 80%;
	margin-top: 30px;
	border-top: 1px solid #333333; 
	margin-bottom: 5px;
	clear: both;
	margin: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: 4px;
}

#unitsImg{
	width: 100%;
}

.unitsTxt{
	margin-bottom: 5px;  
	color: #333333; 
	letter-spacing: 1px; 
	padding-top: 5px; 
	padding-bottom: 5px;  
	font-weight: bold;
	text-transform: uppercase;
}

 