@charset "utf-8";
/* CSS Document */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 

 

			
			
/* Smaller than standard 1140 (devices and browsers) */
@media only screen and (max-width: 890px) {
 #slider hgroup {
top: 25%;
}
 #slider h2 {
font-size: 34px;
}
 #slider h1 {
font-size: 43px;
}
}

/* Tablet Portrait size to standard 1140 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 889px) {
 #slider hgroup {
top: 20%;
}
 #slider h2 {
font-size: 30px;
}
 #slider h1 {
font-size: 40px;
}
}
			
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
 #slider hgroup {
display: none;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
 #carousel {
display: none;
}
}


/*----------------------------------------*/
	