/* #Media Queries
================================================== */

@media only screen and (min-width: 1230px) {

#nav {
	display: none;	
}

section, footer, #content4 {
	font-size: 100%;
	line-height: 1.875em;
}

	}

  /* Smaller than standard 1229px (devices and browsers) */
  @media only screen and (max-width: 1229px) {
 
.box-layout .body-wrapper {
	width: auto;
	margin: 0 auto;
} 

#box {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);	
}
 
#banner {
	margin: 0; 
}

#alignNav {
	margin: 0;
}

.sidebar.left{
	margin-left: 0 !important;
}

.eight.columns  {
	width: 50% !important;
}

#nav {
	display: none;	
}

section, footer, #content4 {
	font-size: 100%;
	line-height: 1.875em;
}



  }

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

.body-wrapper {
	box-shadow: none !important;
}

section, footer, #content4 {
	font-size: 100%;
	line-height: 1.875em;
}

#fixednav { 
	width: auto !important;
}

header {
	height: auto;	
}

#nav {
	display: none;	
}

header h2#slogan {
}
  
#banner {
    height: auto;
    width: 100%;
}
 

#alignNav {
	margin: 0;
}


  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 768px) {

.box-layout {
	margin: 0 auto;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
}

.body-wrapper {
	box-shadow: none !important;
}

#nav {
	display: none;	
}

#fithead {
	padding-left: 0px !important;
}

#fixednav {
	display: none;	
}

section, footer, #content4 {
	font-size: 100%;
	line-height: 1.875em;
}
  
header {
	height: auto;;
	padding-top: 20px;
}   
  

a#logo {
	float: none;
    clear: both;
	height: auto;
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	padding-left: 0 !important;
}  

a#logo img {
	float: none;
	display: block !important;   
	margin-left: auto !important;   
	margin-right: auto !important;
    height: 81px;
    width: 180px;
} 
  

#fithead {
	height: auto;
	width: 100%;
}	

header h1#title {
	margin: 0 auto;
	text-align: center;
	padding: 0 !important; 
}
  
#banner {
    height: auto;
    width: 100%;
}

#next {
	display: none;
}

.social {
    float: none !important;
    font-size: 15px;
    text-align: center !important;
	padding: 0 0 5px 0 !important;
}

.eight.columns  {
	width: 100% !important;
	text-align: center;
	padding: 0 !important;
	margin-bottom: 6px;
}

.breadcrumbcontainer li {
    float: none !important;
}


  }

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

section, footer, #content4 {
	font-size: 100%;
	line-height: 1.875em;
}

header {
	height: auto;
	width: 100%;
} 

#fixedbar { 
	display: none;
}

#fixednav {
	display: none;	
}  


#fithead {
	float: none;
	width: 100%;
	padding-left: none !important;
}


header h1#title {
	text-align: center;
	padding-bottom: none !important;
}

#responsive {
	height: auto;
	width: 100%;	
}

#banner {
    height: auto;
    width: 100%;
}

img, a img {
	max-width: 95%;
	height: auto;
}

  }

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

#fixedbar { 
	display: none !important;
}

section, footer, #content4 {
	font-size: 90%;
	line-height: 1.875em;
}

header {
	height: auto;
	width: 100%;
}   


#fithead {
	float: none;
	width: 100%;
	padding-left: none !important;
}


header h1#title {
	text-align: center;
}


  
#banner {
    height: auto;
    width: 100%;
}

	 .nivo-caption {
	display: none !important;
	}



  }
  
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
     #fixedbar { 
	display: none !important;
	 }
	 
	 .nivo-caption {
	display: none !important;
	}
	
	.form-input-button {
	background: none repeat scroll 0 0 white;
    border: 1px solid #D6D6D6;
    color: #959595;
    height: 40px;
    letter-spacing: 1px;
    margin-left: 30px;
    margin-right: -16px;
    text-transform: uppercase;
    width: 70px;
	}




    }
  

