/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#navigation {
  /* 1. Navigation wrapper */
}
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}
/* Navbar collapse */
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */

p{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
.page-title, .info{
	font-family: 'PT Sans', sans-serif;
}
.info{
	font-size: 18px;
}
.mission h3{
	margin:0 ;
}

.blocks li .thumb{
	border: 1px solid #c5cad8;
	padding: 0;
	cursor: pointer;
}


/*#7f0046*/
.blocks li .title{	
	background: #242424 /* url(../img/bg_noise-5.png) left top repeat*/;
	text-align: center;
	font-size: 30px;
	margin:0;
	padding: 8px 10px;
	height: 103px;
	overflow: hidden;
}
.blocks li .title a{
	color: white;
}
.blocks li .title a:hover{
	text-decoration: none;
}
.blocks li .description{
	padding: 10px;
	height: 171px;
	overflow: hidden;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}
.blocks li .description li{
	padding-bottom: 5px;
}

.blocks li .count{
	padding: 5px 10px;
	font-size: 12px;
	text-align: right
}

.blocks li .thumb:hover {	
	border: 1px solid #7f0046;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.3)
}

.table-app td {
	vertical-align: middle;
	font-size: 17px;
	font-family: 'PT Sans', sans-serif;
}

.table-app th{
	background: #242424 ;
	color: #fff;
}


.edit{
	color: red;
	font-size: 12px;
}
.file-preview img{
 	margin: 0 auto 20px;
}

.breadcrumb{
	background: none;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 13px;
}
.nav-list li a{
	border-bottom: 1px solid;
}



#tree ul{
	list-style: none;
	margin:0;
	border-left: 1px solid #ddd;
}
#tree ul ul{
	margin-left: 15px;
}

#tree li{
	padding: 5px 0 5px 5px;
}

#tree .active{
	background: #eee;
}
.item{
	position: 	relative;
	display: 	block;
}

.item .message{
	position: absolute;
	top:0;
	width: 100%;
	z-index: 1;
}

.price, .qty{
    position: absolute;
    bottom: 0;
    right:  0;
    margin: 5px;
    /* background: #eee; */
    border-radius: 4px;
    padding: 3px;
    color: rgb(15, 15, 52);
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 1px whitesmoke;
		opacity: 1 !important;
  }
.qty{
	left:0;
}
.add-cart{
	position: absolute;
	bottom: 0;
	right: 0px;
	margin: 5px;
	display: none;

}
.actualizat{
	float:right;
	padding-top: 12px;
}

/* .item .qty{
	width: 50px;
	height: 30px;
	text-align: center;
} */
.item:hover .price{	
	z-index: 2;
}
.item:hover .add-cart{
	display: none;
	z-index: 2;
}

.project .title{
	font-size: 16px;
	line-height: 18px;
	height: 32px;
	overflow: hidden;
	font-weight: bold;
	margin: 5px 0;
}

.item img{
	border-bottom: 1px solid silver;
}

.quantity input{
	width: 50px;
	text-align:center;
}

.table td.image{
	padding:0;
}

.cart-info .remove{
	display: none;
}
.cart-info tr:hover .remove{
	display: inline-block;
}

#floating-cart{
	bottom: 100px;
	position: fixed;
	right: 0;
	padding: 10px 5px;
	border-radius: 10px;
	background: #2a6082;
	z-index: 3;
}
#floating-cart a{
	color: white;
}

.item .featured{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	color: #377ca8;
	margin: 5px;
	font-size: 22px;
}

.ed{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	color: red;
	margin: 5px 10px;	
	display: none;
}
.item:hover .ed{
	display: block;
}

.popover{
	min-width: 250px;
}
.popover-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

@media print {
	a[href]:after {
			content: '';
	}

	#tree{
		display:none;
	}

	#catalog{
		width: 100%;
	}

}

