/* #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: 1199px) {

header {
}

  }

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

body {
	overflow-x: hidden;
}

#extraContainer6 #socialIcons {
	float: left;
	clear: both;
	position: relative;
}

#socialIcons a {
	padding: 13px 0 0 0;
	margin: 0 12px;
}

.cbp-af-header nav {
	display: none;
}

.cbp-af-header, #navi-wrap {
	display: block;
}

header, .cbp-af-header {
	height: 72px;
}

.cbp-af-header h1#title {
	margin-top: 11px;
	text-align: center;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	background: none;
}

  }

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

body {
	overflow-x: hidden;
}

.cbp-af-header nav {
	display: none;
}

.cbp-af-header, #navi-wrap {
	display: block;
}

header, .cbp-af-header {
	height: 72px;
}

.cbp-af-header h1#title {
	margin-top: 11px;
	text-align: center;
}

#extraContainer6 #socialIcons {
	float: left;
	clear: both;
	position: relative;
}

#socialIcons a {
	padding: 13px 0 0 0;
	margin: 0 12px;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	background: none;
}

footer #left {
	clear: both;
}

  }
