/* #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 h1#title {
	float: none;
	position: relative;
	text-align: center;
	font-size: 2.5em;
	margin: 30px 0 0 0;
}

header h2#slogan {
	float: none;
	margin: 3px 0 60px 0;
	position: relative;
	text-align: center;
}

a#logo {
	padding: 0 30px;
}

#extraContainer5 {
	display: none;
}

.cbp-spmenu-vertical {
	font-size: 90%;
	width: 200px;
}

.cbp-spmenu-left,
.cbp-spmenu-push-toleft {
	left: -200px;
}

.cbp-spmenu-right {
	right: -200px;
}

.cbp-spmenu-push-toright {
	left: 200px;
}

  }
  
  @media screen and (max-width: 568px) and (orientation: landscape) {
  
#bttmHeader {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}
  
#socialIcons {
	float: none;
    clear: both;
    height: 55px;
    width: 100%;
    	position: relative;
	text-align: center;
}

#socialIcons a {
	padding: 13px 10px;
	border-left: none !important;
}

}

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

#bttmHeader {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

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

header h2#slogan {
    float: none;
    margin: 3px 0 60px;
    position: relative;
    text-align: center;
}
a#logo {
    padding: 0 30px;
    margin: 0;
}

#socialIcons {
	float: none;
    clear: both;
    height: 55px;
    width: 100%;
    	position: relative;
	text-align: center;
}

#socialIcons a {
	padding: 13px 10px;
	border-left: none !important;
}

#extraContainer5 {
	display: none;
}

.cbp-spmenu-vertical {
    font-size: 90%;
    width: 200px;
}

.cbp-spmenu-left, .cbp-spmenu-push-toleft {
    left: -200px;
}

.cbp-spmenu-right {
    right: -200px;
}

.cbp-spmenu-push-toright {
    left: 200px;
}

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

section {
	margin-top: 250px;
}

  }
