/* #Media Queries
================================================== */


/* Tablet Portrait size to standard 1400px (devices and browsers) */
@media only screen and (min-width: 1400px) {

#bttmHeader .container {
	width: 100%;
}

.nav-container {
	margin: 0 auto;
	max-width: 1400px;
}

.skiptonav, #menu {
	display: none;
}

	}


  /* Tablet Portrait size to standard 960 to 1399px (devices and browsers) */
  @media only screen and (min-width: 960px) and (max-width: 1399px) {

.nav-container {
	width: 100%;
}

.skiptonav, #menu {
	display: none;
}

  }


  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {

#bttmHeader .container {
	width: 100%;
}

.nav-container {
	width: 100%;
}

.skiptonav, #menu {
	display: none;
}

  }

  /* All Mobile Sizes (devices and browser) */
   @media only screen and (min-width: 480px) and (max-width: 768px) {

#topHeader {
	margin: 0;
}

#bttmHeader {
	margin: 0;
	border: none;
}

#bttmHeader .container {
	width: 100%;
}

header h1#title {
}

header h2#slogan {
}

nav {
	display: none;
}

.skiptonav, #menu {
	display: block;
}

#breadcrumb {
}

  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {


#topHeader {
	margin: 0;
}

#bttmHeader {
	margin: 0;
	border: none;
}

#bttmHeader .container {
	width: 100%;
}

header h1#title {
}

header h2#slogan {
}

header h2#slogan {
}

nav {
	display: none;
}

footer #left {
}

#breadcrumb {
}

  }
