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

.dl-menuwrapper {
	display: none;
}

	}


  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {

header {
}

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

.dl-menuwrapper {
	display: none;
}

  }

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

nav {
	display: none;
}

.dl-menuwrapper {
	display: block;
    margin: 0;
    max-width: 100%;
    z-index: 999;
}

.dl-menuwrapper .dl-menu {
	margin: 42px 0 0 0;
}

.dl-menuwrapper > .dl-submenu {
	top: 42px;
}


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

  }
  
  @media screen and (max-width: 568px) and (orientation: landscape) {
  
	}

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

#socialIcons a {
    margin: 7px 10px 0 10px;
}

nav {
    display: none;
}
.dl-menuwrapper {
    display: block;
    margin: 0;
    width: 100%;
    z-index: 999;
}
.headerRight, header h1#title, header h2#slogan {
    border: none;
    padding: 0;
    margin: 0;
}
header h1#title {
    font-size: 24px;
}
header h1#title, header h2#slogan {
    margin: 24px 0 0 0;
}

.dl-menuwrapper .dl-menu {
	margin: 42px 0 0 0;
}

.dl-menuwrapper > .dl-submenu {
	top: 42px;
}

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

footer #right {
	margin-top: 30px;
}

  }
