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

	}


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

#myMenu {
	display: none;
}

#extraContainer21 {
	margin-top: 0;
}

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

.bx-pager-link {
    display: none !important;
}

#footerSide {
	left: 30px;
}	

  }

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

body {
	overflow-x: hidden;
}

a#logo {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	float: none;
	padding: 20px 0 0 0;
}

header h1#title {
	font-size: 14px;
	padding-top: 20px;
}

header h2#slogan {
	font-size: 12px;
	padding-top: 50px;
}

#myMenu, #extraContainer21 {
	display: none;
}

#footerSide {
	bottom: 0;
}	

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

.bx-pager-link {
    display: none !important;
}

#footerSide {
	left: 10px;
}	

  }
