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

	#top-slider .post-header .post-title {
		max-width: 80%;
		width: 80%;
		min-width: 320px;
	}
}
@media only screen and (max-width: 1023px) {

		#top-slider .post-header {
			max-width: 80%;
			width: 80%;
			min-width: 320px;
		}
}

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

	.row .mobile-two { padding: 0 20px; }

	.header-image { 
		background-size: 180% auto;
		background-position: center top;
	}

	.header-image h1{ 
		font-size: 36px;
	}

	#primary-navigation .mega-menu .flyout,		
	#secondary-navigation .mega-menu .flyout { width: 100%; }
	
	.mega-menu .col-wrap {
		float: none;
		width: 100%;
	}
	
	#secondary-navigation .mega-menu .col-wrap { width: 100%; }

	/*#top-slider .post-title { 
		max-width: 400px;
		padding: 10px;
		margin-left: 100px;
		font-size: 28px;
		font-size: 2.8rem;
	}*/
	/*#top-slider .post-title span{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	#top-slider .orbit-bullets { display: none; }
	
	#top-slider .gradient-left { left: -250px; }
	
	#top-slider .gradient-right { right: -250px; }
	
	#top-slider .inner,
	#top-slider  article { height: 330px; }*/
	
	#home-tabs dd a .desc,
    #home-tabs dd a .tab-title { display: none; }
    
    #home-tabs dd { padding: 0; }
    
    #home-tabs dd a { height: 54px; }

	#home-tabs dd a i { 
		font-size: 48px;
		font-size: 4.8rem;
		left: 50%;
		margin-left: -20px;
		top: 20px; 
		width: 50px;
	}
	
	.post-list .box .hentry { height: auto !important; }
	
	.post-list { margin: 0 !important; }
	
	.post-list > div { padding: 0; }
	
	#home-callout .button { float: none; }
	
	.boxed .row { 
		max-width: 980px; 
		width: auto; 
	}

	.row,
	.boxed #main-container { 
		max-width: 1020px; 
		width: auto;
	}
	
	#site-description {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		padding: 15px 0;
		margin: 0;
		float: none;
		height: auto;
	}
	
	.single-dt_portfolio .page-title {  
		display: block; 
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.terms {
		display: block;
		margin-top: 20px;
	}
	
	.terms li { display: block; }
	
	#filter,
	#filter dd.active a,
	#filter dd a,
	#filter dd { 
		float: none; 
		display: block;
	}
	
	#filter dd { 
		border-right: none; 
		border-bottom: 1px solid #ccc;
	}
	
	#isotope { margin-left: -20px; }
	
	#isotope .box { 
		height: auto !important; 
		padding: 0 20px;
		width: 100% !important;
	}
	
	#sidebar { float: none !important; }
	
	#carousel .post-header { display: none; }
	
	#home-callout h4 { margin-bottom: 20px; }
	
	#footer-widgets .widget { padding: 40px 20px !important; }
	
	#footer-col-2,
	#footer-col-3 { margin-left: auto; }
	
	#footer-widgets .columns { border: none !important; height: auto !important; }
	
	#footer-widgets .columns .widget:last-child { border-bottom: 1px solid #333 !important; }
	
	#footer-col-3.columns .widget:last-child { border: none !important; }
	
	.news-blocks-home#isotope .grid-item.box{
		width: 49.5% !important;
		width: calc(50% - 1px) !important;
	}

}


@media only screen and (max-width: 480px) {

/*	#top-slider .post-title { 
		max-width: 250px;
		padding: 0;
		margin-left: 70px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1em;
		top: 10%;
	}

	*/
	#top-slider .orbit,
	#top-slider .orbit-wrapper,
	#top-slider .inner,
	#top-slider article {
		height: 400px;
		max-height: 400px;
	}

	#top-slider .post-header {
		max-width: 65%;
		width: 65%;
		min-width: 0;
	}

	.header-image h1{ 
		font-size: 30px;
	}
	
	#home-tabs { padding: 20px 0; }
	
	#home-tabs dd a i { top: 10px; }
	
	#home-tabs dd.active::after { top: 65px; }
	
	.news-blocks-home#isotope .grid-item.box{
		width: 100% !important;
	}

	.home-new.home-profiles .jcarousel-next, 
	.home-new.home-profiles .jcarousel-prev{
		top: 48%;
		top: calc(50% - 30px);
		width: 60px;
		height: 60px;
	}
	.home-new.home-profiles .jcarousel-next:after, 
	.home-new.home-profiles .jcarousel-prev:after{
		font-size: 2.4em;
		top: calc(50% - 8px);
	}
}

@media only screen and (max-width: 321px) {
	#top-slider .orbit,
	#top-slider .orbit-wrapper,
	#top-slider .inner,
	#top-slider article {
		height: 500px;
		max-height: 500px;
	}
}
