
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 959px) {
	/* Featured Post Widgets */
	.klasik-features .twelve:nth-last-child(-n+1) .item-container{ border-bottom: 0px;}
	.klasik-features .one_half:nth-last-child(-n+2) .item-container{ border-bottom: 0px;}
	.klasik-features .one_third:nth-last-child(-n+3) .item-container{ border-bottom: 0px;}
	.klasik-features .one_fourth:nth-last-child(-n+4) .item-container{ border-bottom: 0px;}
	.klasik-features .one_fifth:nth-last-child(-n+5) .item-container{ border-bottom: 0px;}
	.klasik-features .one_sixth:nth-last-child(-n+6) .item-container{ border-bottom: 0px;}	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* Featured Post Widgets */
	.klasik-features .twelve:nth-last-child(-n+1) .item-container{ border-bottom: 0px;}
	.klasik-features .one_half:nth-last-child(-n+2) .item-container{ border-bottom: 0px;}
	.klasik-features .one_third:nth-last-child(-n+3) .item-container{ border-bottom: 0px;}
	.klasik-features .one_fourth:nth-last-child(-n+4) .item-container{ border-bottom: 0px;}
	.klasik-features .one_fifth:nth-last-child(-n+5) .item-container{ border-bottom: 0px;}
	.klasik-features .one_sixth:nth-last-child(-n+6) .item-container{ border-bottom: 0px;}
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	#outerheader{height:auto;}
	
	/*============================================== HEADER SECTION ==============================================*/
	#top{ padding-top:20px;}
	#logo{text-align:center; float:none; display:block; margin-bottom:20px;}
	#logoimg img{margin:0px auto;}

	#navigation{text-align:center; clear:both; margin:0 0 20px 0!important;}
	.sf-menu a{background:transparent !important; border:0 !important}
	.sf-menu > li{border:0 !important; display:none;}
	nav{margin:0px; float:none; }
	.js .tinynav { display: block; display: inline-block; text-align:left ; margin:0 0 0 0; width:100%}/* mobile dropdown */
    .js #topnav { display: none }
	
	
	.top-container2 .widget-top ul{ float:none;}
	
	/*============================================== SLIDER SECTION ==============================================*/

	#slider .nivo-caption {height:80px;}
	
	/*============================================== CONTENT SECTION ==============================================*/
	#maincontent.hassidebar{background:none;}
	#content.positionright, #content.positionleft{background:transparent; border:0px;}
	#sidebar.positionright{ border-left:0px;}
	#sidebar.positionleft{ border-right:0px;}
	.main{padding-right:0px; padding-left:0px;}
	#content.positionright .main, #content.positionleft .main{padding-left:0; padding-right:0}
	.mediacontainer iframe, .mediacontainer object, .mediacontainer video{width:100%; height: auto;}
	
	
	.klasik-features{ float:none; margin-bottom:0px}
	.klasik-features .columns:last-child .item-container{ border-bottom: 0px;}
	.klasik-features .feature-title{ width:85%;}

	.filterlist{ border:0px!important;}
	#filter li{ border-left:0px!important;}
		
	/*============================================== BLOG SECTION ==============================================*/

	.wp-pagenavi{margin-bottom:30px;}
	.entry-utility{ float:none; width:100%; text-align:left; margin-bottom:10px; margin-top:0px;}
	.entry-utility div{ display:inline-block;}
	
	

	
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	
	
	/*============================================== SLIDER SECTION ==============================================*/
	#slider .slider-desc{ display:none }
	.nivo-directionNav a{ bottom:-120px;}
	
	
	/*============================================== BLOG SECTION ==============================================*/
	.commentlist ol{padding-left:20px;}
	.comment-body{margin:0;}
}
