/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smartphone sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smartphone sizes and down
 */

 
@media only screen and (min-width: 321px) and (max-width: 360px) {

/* SECOND LEVEL BANNERS */

.not-front .region-banner {
    height: 330px;
    }

.not-front .bannertitle {
    font-weight: lighter;
    font-size: 20px;
    margin:30px 0 0 0;
}

.not-front .region-banner #background img {
    width: 550px !important;
}

.not-front .bannerblock {
    float: left;
    margin: 125px 0 0;
    max-width: 100%;
    width: 100%;
}

.not-front .region-banner .banner-inner {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    margin-left:0;
}

.not-front #banner-wrapper {
    height: 325px;
}

.not-front .bannerblocktop {
    background-color: rgba(255, 255, 255, 0.5);
    min-height: 50px;
    padding: 5px 10px 10px 10px;
    font-size:11px;
}

.not-front .bannerblockbottom {
    min-height: 50px;
    padding: 5px 10px 10px 10px;
    font-size:11px;
}

.not-front #banner-wrapper .block-inner {
	margin:0;
}

.not-front #banner-wrapper .bannertitle {
	margin:0px 0 0 15px;
}

#page-title {
	font-size: 30px;
    margin: 0 0 20px;
}

.startblock {
    width: 100%;
}	
	
	/* SECOND LEVEL CAROUSELS */

.not-front #block-views-carousels-block-2 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-3 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-4 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-5 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-6 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-7 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-8 .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 202px;
    margin: 0 auto;
    padding: 20px 40px 20px 10px;
    width: 300px;
}

.not-front #block-views-carousels-block-2 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-3 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-4 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-5 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-6 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-7 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-8 .jcarousel-skin-default .jcarousel-clip-horizontal {
    margin: 0 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 275px;
}

.not-front .jcarousel-skin-default .jcarousel-item {
	width: 270px !important;
	height:225px;
	}


}


@media only screen and (max-width: 480px) {
  /* 
   * Float Region blocks example:
   * In smaller screen sizes we can remove the float and widths so all blocks
   * stack instead of displaying horizonally. The selector used here is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   * 
   * "Float Region blocks" is an extension for floating blocks in regions, see
   * your themes appearance settings, under the Extensions tab.
   */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }
  
}
 @media only screen and (min-width: 481px) and (max-width: 599px) {

	/* NGO OVERRIDES  */

	.not-front.section-ngo .region-banner {
    height: 190px !important;
	}

	.not-front.section-ngo #banner-wrapper {
    height: 200px !important;
	}
	
	#block-views-home-page-rotator-block-1 {
    height: 230px !important;
	}
	
	.banner-left,.banner-right {
    float: left !important;
    width: 50% !important;
	}
	
	.front .pretitle {
    font-size: 40px !important;
    line-height: 40px !important;
	}

}

 @media only screen and (min-width: 600px) and (max-width: 640px) {
 
	#block-views-home-page-rotator-block-1 {
    height: 260px !important;
	}
	
	.banner-left,.banner-right {
    float: left !important;
    width: 50% !important;
	}
	#nav-wrapper {
    max-width:300px;
    top: 120px;
    left: 100px;
    
	}
	
	#block-superfish-1 {
	float:none;
	}
	
	.region-highlighted .block {
    float: none;
    padding: 0;
    width: 100%;
	}

	.third-width {
    float: none;
    padding: 0;
    width: 100%;
	}
 
 }

 @media only screen and (min-width: 641px) and (max-width: 767px) {

	.not-front .region-banner #background img {
    width: 768px !important;
	}
	
	#block-views-home-page-rotator-block-1 {
    height: 300px !important;
	}
	
	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
    font-size: 12px;
	}
	
	#block-om-maximenu-om-maximenu-2 .block-content,#block-superfish-1,#block-search-form,#block-block-148,#block-om-maximenu-om-maximenu-1 {
	display:none;
	}

	#header-wrapper {
    height: 60px;
	}

	#logo img {
    height: 50px !important;
	}

#block-om-maximenu-om-maximenu-2 h2.block-title {
    background: url("../../../../../svg") no-repeat scroll left top rgba(0, 0, 0, 0) !important;
color: #383C37;
margin: 0px 0 0 -50px;
font-size: 0;
padding: 40px 0 40px 0;
}

#collapsed-menu-button {
    background: url("../../../../../svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
padding: 30px;
font-size: 0;
/* margin: 30px 0 0 0; */
background-color: none;
border: 0px solid #cccccc;
border-radius: 0;
cursor: pointer;
position: absolute;
top: 0px;
right:00px;
}

#collapsed-menu-button:hover {
    background: url("../../../../../svg") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
    }

div#mobile-menu-inner {
display: block;
position: absolute;
top: 55px;
width: 100%;
text-align: left;
}

div#mobile-menu-inner li.om-leaf.last.leaf- {
height:150px;
padding:0px 0 0 0;
}

.always-open {
	height: 20px;
	display:block !important;
}

.last div.om-maximenu-content.closed.om-maximenu-displace,.last div.om-maximenu-content.closed.om-maximenu-displace {
position: relative;
display: block;
}

#upper-right {
    width: 100%;
}

div.block.block-search.block-search-id-form.first {
	width:300px;
	margin:5px auto;
}

.block.block-menu_block {
	margin-bottom:0;
}


div#mobile-menu-inner li.om-leaf.last.leaf- div.om-maximenu-middle-right h3.title {
	display:none;
}

div#mobile-menu-inner li.om-leaf.last.leaf- .om-maximenu-middle-right li {
	display:none !important;
}

div.block.block-block.block-block-id-148.last {
	float:left !important;
	width:90px !important;
	margin: 0 0 0 10px;
}

div#mobile-menu-inner li.om-leaf.last.leaf- .om-maximenu-middle-right li.first {
	float:left !important;
	border:1px solid #CCC !important;
	clear:none !important;
	width:85px !important;
	display:block !important;
	margin:15px 0 0 0;
}

div.block.block-block.block-block-id-151 {
width:300px !important;
position:absolute;
top:50px;
right:-15px;
}

#mobile-menu li.item-with-ul > *:first-child, .mobile-menu li.item-with-ul > *:first-child {
    background-image: url("../../../../../svg");
    background-position: 90% center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    float: none;
    margin: 0;
    width: 100%;
}
	
	

}

/*
 * Tablet sizes and up
 */
 
 @media only screen and (min-width: 768px) and (max-width: 830px) {
 
 	.bannertitle {
    font-size: 28px;
    }
    
    #block-views-home-page-rotator-block-1 {
    height: 370px !important;
	}
 
	
	.front .bannerblockbottom {
    height: 183px;
    padding: 5px 5px 5px 10px;
	}
	
	.front .pretitle {
    font-size: 50px;
    line-height: 50px;
    margin: 10px 0 0;
	}

	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
    padding: 6px 5px 0;
	}
	
	.not-front .region-banner .banner-inner {
    height: 184px !important;
    left: 10px !important;
    margin-left: 10px !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    max-width:800px !important;
	}
	
	.not-front .region-banner {
    height: 184px;
    }
	
	.not-front .bannertitle {
    font-weight: lighter;
    font-size: 30px;
    margin:20px 0 0 0;
	}

	.not-front .bannerblock {
    font-size: 11px !important;
    height: 184px !important;
    max-width: 220px;
	}
	
	.not-front #banner-wrapper {
	height: 184px !important;
	}

	.not-front .bannerblocktop {
    height: 77px !important;
    padding: 15px 10px 0 10px !important;
    min-height: 77px !important;
    font-size:11px !important;
    line-height:130%;
	}
	
	.not-front .bannerblockbottom {
    height: 82px !important;
    padding: 10px 10px 0 10px !important;
    min-height:82px !important;
    font-size:11px !important;
    line-height:130%;
	}
	
	.not-front .bannerblocktop strong, .not-front .bannerblockbottom strong {
    font-size: 14px;
    font-weight: normal;
	}
 
 }
 
/* @media only screen and (min-width: 768px) {} */
/*
 * Desktops/laptops and up
 */
/* @media only screen and (min-width: 1025px) {} */

@media only screen and (min-width: 831px) and (max-width: 969px) {

	


}