/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  display: none;
  text-align: center; }
  #nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #c80032;
    color: white;
    cursor: pointer;
    text-transform: uppercase; }
    #nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width: 20px;
      height: 10px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; }
    #nav-trigger span:hover {
      background-color: #af002c; }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav {
  margin-bottom: 10px;
}

nav#nav-main {
  background-color: #c80032;
  padding: 2px 0; 
  width: 100%;}
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #950025;
    padding: 0 5px; }
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-main a:hover {
      background-color: #af002c;
      color: #fff; }

nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #c80032; }
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #950025; }
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; }
	
  nav#nav-mobile a:hover {
      background-color: #af002c;
      color: #fff; }

  #footer-mobile {
    display: none; } 
  
  #footer-main {
	  display: block;
	  vertical-align: top;
	  width: 60%;
	  min-width: 1000px;
	  margin: 0 auto;
	  overflow: hidden;
	  zoom: 1;
	}
	
/* =Sections
-------------------------------------------------------------- */
section h1 {
  margin-bottom: 10px; }

section p {
  margin-bottom: 30px; }
  section p:last-child {
    margin-bottom: 0; }

#side-navigation {
	float:left; 
	width: 20%;
	margin-right: 5px;
}
#main-info {
	float:left;
	width:90%;
	margin-left: 5px;
}

#telephone {
		font-size: 150%;
		font-weight: bold;
		padding: 10px; 
		float: right;
		color:rgb(153, 0, 0) !important; 
		line-height: 1.4;
	}
#logo {
	padding: 10px; 
	height: auto; 
	float: left; 
	text-align: left; 
	vertical-align: bottom;
}
/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 480px) {
  #nav-trigger {
    display: block; 
	background-color: #333; }

  nav#nav-main {
    display: none; 
	z-index: 99999;
  }

  nav#nav-mobile {
    display: block; } 
	
  #footer-mobile {
    display: block; } 
  
  #footer-main {
    display: none; } 
	
  #side-navigation {
	clear: both; 
	width: 100%;
	margin-right: 5px;
  }
  #main-info {
	clear: both; 
	width: 100%;
	margin-right: 5px;
  }	
  #telephone {
		padding: 5px; 
		font-size: 150%;
		font-weight: bold;
		clear: both;
		background-color: #FF9900;
		color: #FFFFFF !important; 
		width: 100%;
	}
}
	