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

# Package - Stools Framework  

# ---------------------------------------------------------------

# Author - joomla2you http://www.joomla2you.com

# Copyright (C) 2008 - 2016 joomla2you.com. All Rights Reserved. 

# Websites: http://www.joomla2you.com

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





/* Large desktop */

@media (min-width: 1200px) {





}

 

/* Tablet landscape and desktop */

@media (min-width: 960px) and (max-width: 1199px) { 



}

 

/* Landscape phone to portrait tablet */

@media (min-width: 768px) and (max-width: 959px) { 

	.ju-base {width:728px!important}

	#ju-top-menu, .ju_date{display:none}

	#ju-bookmarks{float:left!important}

	#ju-banner {width:320px}

	

	input#mod-search-searchword {

		width:120px;

	}

	

	.tabs_buttons ul.tabs_container li.tab {

		padding:0 10px!important;

	}

	

	span.designed_by {

		display:block;

	}

}

 

/* Phones portrait and landscape  */

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

	.ju-base {min-width:280px!important;width:95%!important}

	#ju-leftcol, #ju-rightcol,#ju-sideleft, #ju-sideright, #ju-maincol, #inner_content, .ju-block, .item {width:100%!important;margin:0!important}

	.ju-block .first, .ju-block .last, .ju-block .single,

	.item .first, .item .last, .item .single	{margin:0!important}

	.item-inner {padding:10px 0!important}

	a#logo {width:100%!important;background-position:50% 50%!important}

	#navmenu,#ju-search,#powered-by,#ju-footer-nav, #logo {display:none!important}

	#ju-footer {text-align:center}

	#ju-footer .cp {float:none!important}

	span.designed_by {display:block}

	select.select-menu {width:100%}

	#ju-mmenu {display:block!important;margin:0}

	

	#ju-top-menu, #ju-banner, .ju_date{display:none}

	#ju-bookmarks{float:left!important}

	

	/*smart slider*/

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

	

	/*K2*/

	div.subCategory a.readmore {top:25px}

	div.subCategory h2{font-size:20px!important}

	div.itemToolbar ul li.itemPrintLink, div.itemToolbar ul li.itemEmailLink, div.itemToolbar ul li.itemTextResize {margin:0!important}

	

	/*Templates*/

	.border{margin-bottom:10px}

	a#pagetop{float:none!important}	

}