/*
/   name           OOZI
/   version        4.1
/   description    Responsive and customizable Joomla!3 template
/   demo           http://demo.favthemes.com/oozi
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2017 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/

div.moduletable.podmeni {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0px solid #ccc;
	border-bottom: 0;
	background: #f6f6f6;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}

div.moduletable.podmeni li {
	border-bottom: 2px solid #ffffff;
}

div.moduletable.podmeni li.active a {
	background: #051c29;
	color: #FFF;
}

div.moduletable.podmeni li:last-child {
	border: 0;
}

div.moduletable.podmeni ul {
	padding-bottom: 0;
	margin-bottom: 0;
} 

div.moduletable.podmeni li a {
	padding: 10px 20px;
}

#fav-breadcrumbswrap {
	border-bottom: 0 !important;
}

#fav-breadcrumbs {
	padding:0;
}

.novice .itemContainer.itemContainerLast div.catItemView {
    margin-right: 15px !important;
}

div.subCategory {
    background: #f6f6f6;
    border: 0px solid #ddd;
    margin: 4px;
    padding: 8px;
}

div.subCategory .subCategoryImage img {
	width: 64px;
	height: 64px;
	margin-top: 20px !important;
}