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

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

#banner .container { 
	min-width: 100%;
}

  }


@media only screen and (min-width: 959px) {

header {
}

.skiptonav, #menu {
	display: none;
}

	}


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

header {
}

.skiptonav, #menu {
	display: none;
}

#banner .container { 
	min-width: 100%;
}

  }

  /* All Mobile Sizes (devices and browser) */
   @media only screen and (min-width: 480px) and (max-width: 768px) {
   
#banner .container, #freeStyle img {
	min-width: 100%;
}

header {
}

#pageHeader {
	height: 200px;
	display: block;
}

header h1#title {
	float: none;
	text-align: center;
	font-size: 2.5em;
	margin: 30px 0 0 0;
}

header h2#slogan {
}

#extraContainer6 #socialIcons {
	margin: 36px 0 0 0;
	float: none;
	position: relative;
	text-align: center;
}

nav, #openCloseButton, .handle-button-item span, .handle-button-item img {
	display: none;
}

.skiptonav, #menu {
	display:block;
	margin: 0;
}

.shadow, .menu-box {
	display: none;
}

#socialIcons {
	display: block;
}


  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
  
  #banner .container, #freeStyle img {
	min-width: 100%;
}

header {
	
}

#pageHeader {
	height: 200px;
}

header h1#title {
	float: none;
	position: relative;
	text-align: center;
	font-size: 2.5em;
	margin: 21px 0 0 0;
}

header h2#slogan {
}

#extraContainer6 #socialIcons {
	margin: 23px 0 0 0;
	float: none;
	position: relative;
	text-align: center;
}

nav, #openCloseButton, .handle-button-item span, .handle-button-item img {
	display: none;
}

.skiptonav, #menu {
	display:block;
	margin: 0;
}

#socialIcons {
	float: none;
	position: relative;
	text-align: center;
	padding: 0;
	display: block;
}

.shadow, .menu-box {
	display: none;
}

footer #left {
	clear: both;
}

  }
