/* #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: 769px) and (max-width: 1199px) {

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

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

#bttmHeader {
	margin-top: 175px;
}

  }

  /* 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;
}

#bttmHeader {
	position: relative;
	margin-top: 78px;
	padding: 30px 0;
}

#bttmHeader h2#slogan {
	font-size: 33px;
}

#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;
}

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

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

#headerWrapper nav {
	display: none;
}

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

#bttmHeader {
	position: relative;
	margin-top: 78px;
	padding: 30px 0;
}

a#logo {
	margin-left: 40px;
}

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

#bttmHeader h2#slogan {
	font-size: 33px;
}

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;
}

  }
