/**
 * @package   FutureProspects Joomla! 3.0 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2012 7Studio Tomasz Herudzinski
 * @license   Commercial - ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
**/

 /* 
 * 
 * IMPORTANT!
 *
 * Please paste here css rules which you would like to override and change.
-----------------------------------------------------------------------------------*/
button.btn.btn-primary.resultbtn {
    display:none !important;
}

a.btn.btn-inverse.resultbtn, a.modal.resultbtn.btn.btn-success {
    display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
    #k2Container.itemListView .itemList .itemContainer {
        width: 100% !important;
    }
}

@media screen and (min-width: 701px) {
    #k2Container.itemListView .itemList .itemContainer {
        width: 33% !important;
    }
}

#k2Container.itemListView.newsListView .itemList .itemContainer {
	width:100% !important;
}

span.mmldir-search-fields-form-elem input#searchname {
	display:none !important;
}

#sbox-content {
	height:auto;
}

#sbox-window {
	height:auto !important;
}

#sbox-overlay {
	width:100%;
}