 /*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
 
@media only screen and (min-width: 981px) and (max-width: 1199px) {
	.top_menu,
	.top_menu_poz_navbar,
	.top_menu_poz.navpills {
		width:inherit!important;
	}
}
@media screen and (max-width: 980px) {
	#default_video{
		width:100%!important;
	}
	#yjsg6 .imageholder{
		float:none!important;
		width:100%!important;
		clear:both!important;
	}
}
/* Youroller slider */
@media screen and (max-width: 980px) {
#YouRollerSlider,
#YouRollerSlides,
#YouRollerSlides .slide{
	width:100%!important;
}
#YouRollerSlides .image.big_img,
#YouRollerSlides .image.small_img,
#YouRollerSlides .image.small_img2{
	display:none!important;
}
#YouRollerSlides .image.medium_img{
	top:50px!important;
	left:10px!important;
	
}
#YouRollerSlides .text{
	right:10px!important;
	left:auto!important;
	width:60%!important;
	
}
#YouRollerSlides .buttons{
	right:10px!important;
	left:auto!important;
	width:262px!important;
	
}
#YouRollerSlides .slide .text h3 {
	font-size:300%!important;
	line-height:24px!important;
	margin-bottom:25px!important;
}
}
@media screen and (max-width: 680px) {
#YouRollerSlides .image.medium_img{	
	display:none!important;
}
#YouRollerSlides .text{
	width:90%!important;
	
}
	
}