/*---------------------------------------------------------------
# Package - EXP Framework
# EXP Version 2.0
# ---------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright (C) 2010 - 2012 JoomlaMan.com. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material
# Websites: http://www.JoomlaMan.com
-----------------------------------------------------------------*/


/* Large desktop */
@media (min-width: 1200px) {

}
 
/* Tablet landscape and desktop */
@media (min-width: 960px) and (max-width: 1199px) { 

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #jm-mainnav{display:none!important}
}

/* Phones portrait and landscape  */
@media only screen and ( max-width: 767px ) {
	.jm-wrap {min-width:280px!important;}
	#jm-leftcol, #jm-rightcol,#jm-inset1, #jm-inset2, #jm-maincol, #inner_content, .jm-block, .item {width:100%!important;margin:0!important}
	.jm-block .first, .jm-block .last, .jm-block .single,
	.item .first, .item .last, .item .single	{margin:0!important}
	.item-inner {padding:10px 0!important}
	/* span.designed_by {display:block} */
	select.select-menu {width:100%}
	/* #jm-mmenu {display:block!important;margin:0 10px} */
    /* Dis Equal height */
    div.module > .mod-wrapper, div.module > .mod-wrapper-flat, div.module > .mod-wrapper-list, div.module > .mod-wrapper-rounded, div.module > .mod-wrapper-menu{
        min-height: auto!important;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    a#jm-logo {width:100%!important;text-align: center;padding-bottom: 10px;}
    .jm-drillmenu{
        position: inherit!important;
        right: 0;
        top: 0;
        float: left;
    }
    .jm-drillmenu .navbar .btn-navbar{padding-right: 100px;}
    #jm-footer .cp {float:none!important}
}