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

#topHeader .container, #headerWrapper .container {
	width: 100%;
}

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

  }

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

body {
	overflow-x: hidden;
}

#headerWrapper nav {
	display: none;
}

#navi-wrap, #menu-icon {
	display: block;
}

nav ul {
	margin: 0;
	padding: 0; /*Eliminate Spacing on Mobile Ul's*/
}

nav li ul li{
	opacity: 1;
}

  }

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

#topHeader {
	height: 120px;
}

#bttmHeader h2#slogan {
	padding-top: 30px;
}

#extraContainer5 #socialIcons {
	float: none;
	position: relative;
	text-align: center;
}

#extraContainer5 #socialIcons a {
	float: none;
	margin: 0 8px 0 8px;
}

#extraContainer6 {
	position: relative;
	float: none;
	margin-top: 6px;
	line-height: 24px;
	text-align: center;
	clear: both;
}

#headerWrapper nav {
	display: none;
}

#navi-wrap, #menu-icon {
	display:block;
}

nav ul {
	margin: 0;
	padding: 0; /*Eliminate Spacing on Mobile Ul's*/
}

nav li ul li{
	opacity: 1;
}

footer #left {
	clear: both;
}

.bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	display: none !important;
}

  }
