body {
	padding:0px;
	margin:0px;
	background:#E4E7EA;
    font-family:'Roboto', sans-serif !important;
}

.ok{
    font-weight:bold;
    color:#0FB11D;
    padding:2px 0px 2px 20px !important;
	background: url(images/icons/accept.png) no-repeat left center;
	margin-bottom:0;
}
.ok-alert{
    font-weight:bold;
    color:#F39914;
    padding:2px 0px 2px 20px !important;
	background: url(images/icons/alert.png) no-repeat left center;
	margin-bottom:0;
}
.ko{
    font-weight:bold;
    color:#FF0000;
    padding:2px 0px 2px 20px !important;
	background: url(images/icons/exclamation.png) no-repeat left center;
	margin-bottom:0;
}
/*****************************************************************
         				Login form
******************************************************************/
.b2b.login {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://samson.s6.ro/static/login/batca-doamnei-0825.jpg) no-repeat top left fixed;
	background-size:cover;
}
.b2b.login > div {
    position: absolute;
    width: 290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding:10px;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff;
	font-size:13px !important;
	display: block;
}
.b2b.login > div h3.teal {
	color:#23BAB5 !important;
	text-align:center;
	font-size:24px;
	margin-bottom:-15px !important;
}
.b2b.login > div i.mobile.icon {
	font-size:24px !important;
}
.b2b.login > div .ui.form label, .b2b.login > div .ui.form button {
	font-size:13px;
	text-transform:none;
}
@media all and (max-height: 640px) {

.b2b.login {
	background:url(images/bg-mobile.jpg) repeat-x;
}
.b2b.login > div.newIP {
	height:97%;
	overflow:scroll;
}
.b2b.login > div.newIP .ui.form button {
	margin:0 0 7px 0;
}

}

/*****************************************************************
         				Modal Windows
******************************************************************/

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999999991;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}
.modalDialog div.modalWrap, .modalDialog div.modalWrap2 {
    position: absolute;
    width: 20%;
	min-width:290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin:0px;
}
.modalDialog div.modalWrap2 {
    width: 30%;
}
div.modalWrap a.close, div.modalWrap a.close:visited,
div.modalWrap2 a.close, div.modalWrap2 a.close:visited {
	text-decoration:none;
	color:#FFFFFF;
	float:right;
	display: table;
}
div.modalWrap a.close:hover i.remove.circle.icon,
div.modalWrap2 a.close:hover i.remove.circle.icon {
	color:#ddd;
}
div.modalWrap a.close i.remove.circle.icon,
div.modalWrap2 a.close i.remove.circle.icon {
	font-size:26px !important;
	font-weight:normal !important;
	margin:0 -3px 10px 0 !important;
	padding:0px !important;
}
.modalForm {
	clear:both !important;
	width:100%;
	background: #FEFEFE;
	padding:10px;
	border-radius: 5px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size:13px;
	overflow:auto;
}
.modalForm img {
	float:left;
	width:40px;
	height:40px;
	margin:0 10px 0 0;
}
.modalForm .ui.mini.button {
	text-transform:none;
	margin:0 0 10px 10px;
	float:right;
}

/*****************************************************************
         					Top Bar
******************************************************************/
.top.bar {
	position:fixed;
	width:100%;
	min-height:50px;
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	left:0;
	top:0;
	z-index:999999999;
	border-bottom:1px solid #EEEEEE;
	display:block;
}
.top.bar .logo {
	float:left;
	width:270px;
	height:50px;
	background:#23BAB5;
	text-align:center;
	color:#FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:9px 0 0 0;
}
.top.bar .logo h1 {
	font-family: 'Roboto', sans-serif;;
	font-size:24px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:normal;
}
.top.bar .logo h1 a, .top.bar .logo h1 a:visited {
	color:#FFF;
	text-decoration: none;
}
div.toggle.btn {
	float:left;
	text-align:center;
	width:50px;
}
i.square.reorder.link.icon.launch.button {
	font-size:24px;
	color:#1D2939;
	width:50px;
	height:50px ;
	padding:12px 0 0 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
i.square.reorder.link.icon.launch.button:hover {
	background:#32D2C9;
	color:#FFFFFF;
}
div.b2b.search {
	border-right:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	background:#FFFFFF;
	padding:7px 0 0 0;
	width:320px;
	height:50px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
div.b2b.search .ui.small.fluid.icon.input input {
	border:none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
div.search.results {
	position:absolute;
	top:100%;
	left:-1px;
	width:inherit;
	background:#FFFFFF;
	border:1px solid #EEEEEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.search.results .ui.list a.item.all, div.no.results {
	color:#FFF;
	background:#EA2C46;
	text-decoration:none;
}
div.no.results  {
	padding:5px 12px 6px 12px;
	font-size: 13px;
}
div.search.results .ui.list .ui.image {
	width:36px;
	height:36px;
	border-radius: none;
	float:left;
	padding:0px;
	margin:0px;
}
div.search.results .ui.list div.content {
	float:right;
	width:265px;
	color:#999999;
}
div.search.results .ui.list div.content .header {
	color:#000000;
	font-weight:normal;
}
div.search.results .ui.list div.content .pointing.label {
	font-size:10px;
	padding:3px 5px;
}
div.search.results .ui.list div.content .highlight {
	color:#EA2C46;
}
.ui.tiny.list .stock {
	font-size: 85%;
	text-transform:lowercase;
}
div.search.results .ui.list .item:hover {
	background-color: rgba(255, 0, 0, 0.05);
}
div.support {
	float:left;
	padding:0;
	margin:0;
	height:50px;
	color: rgba(0, 0, 0, 0.4);
	border-right:1px solid #EEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size:12px;
	color:rgba(35, 186, 181, 1) !important;
}
div.support a, div.support a:visited {
	text-decoration:none;
	color:rgba(35, 186, 181, 1);
	padding:16px 10px 0 10px;
	height:50px;
	display:block;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.support a:hover {
	background:#F7F7F7;
	color:#007C78;
}
div.support .chat.icon.green {
	font-size:16px;
	vertical-align:-1px;
	margin: 0 5px 0 0px!important;
	color:rgba(35, 186, 181, 1) !important;
}
div.support .ui.dropdown {
	color: rgba(0, 0, 0, 0.4);
}
div.support .ui.dropdown:hover {
	background:#F7F7F7;
	color: rgba(0, 0, 0, 0.7);
}
div.support .ui.dropdown > .mobile.icon {
	margin:10px 0 10px 5px;
	font-size:30px;
	vertical-align:middle !important;
}
div.support .ui.dropdown > .dropdown.icon {
	margin:0px 15px 0 0;
}
div.support .ui.dropdown.item .menu {
	right:-1px;
	left:auto !important;
	box-shadow: none;
	border:1px solid #DDDDDD;
	border-radius:0;
	box-shadow: 3px 3px 0 rgba(29, 41, 57, 0.06);
	-webkit-box-shadow: 3px 3px 0 rgba(29, 41, 57, 0.06);
}
div.support .ui.dropdown.item .menu .text.item {
	font-size:12px !important;
}
div.alerts, div.shopping.cart {
	float:right;
	padding:17px 12px 0 12px;
	border-left:1px solid #EEEEEE;
	height:50px;
	font-size:13px;
	color: rgba(0, 0, 0, 0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	cursor:pointer;
	position:relative;
}
div.alerts .header a, div.shopping.cart .header a,
div.alerts .header a:visited, div.shopping.cart .header a:visited {
	text-decoration:none;
	color: rgba(0, 0, 0, 0.4);
}
div.alerts .header a:hover, div.shopping.cart .header a:hover {
	color: rgba(0, 0, 0, 0.7);
}
div.alerts:hover, div.shopping.cart:hover {
	background:#F7F7F7;
	color: rgba(0, 0, 0, 0.7);
}
div.alerts:hover a, div.shopping.cart:hover a {
	color: rgba(0, 0, 0, 0.7);
}
div.alerts .ui.label.teal, div.shopping.cart .ui.teal.label {
	background:#23BAB5 !important;
	padding:2px 5px;
	font-size:11px;
	border-radius:0;
}
div.alerts .ui.label .mail.icon {
	vertical-align: 1px !important;
}
div.alerts div.container, div.shopping.cart div.container {
	position:absolute;
	top:100%;
	right:-1px;
	background:#FFFFFF;
	font-size:11px;
	width:300px;
	cursor: auto;
	box-shadow: 3px 3px 0 rgba(29, 41, 57, 0.06);
}
div.alerts div.container div.row {
	width:100%;
	padding:15px 10px 0 10px;
	border-left:1px solid #DDDDDD;
	border-rightt:1px solid #DDDDDD;
	margin:0;
	display:table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.alerts div.container div.row a.content {
	padding:0 5px 15px 5px;
	width:100%;
	margin:0;
	display:table;
	border-bottom:1px solid #EEEEEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.alerts div.container, div.shopping.cart div.container {
	display:none;
}
div.alerts:hover div.container, div.shopping.cart:hover div.container {
	display: block;
}
div.alerts:hover div.container div.row.first {
	border:none;
	padding:13px 15px 14px 15px;
	background:#23BAB5;
	color:#FFFFFF;
	text-transform:uppercase;
}
div.alerts:hover div.container div.row.last {
	border-bottom:1px solid #DDDDDD;
	font-size:13px;
	color:#333333;
	padding:0;
}
div.alerts:hover div.container div.row.last a, div.alerts:hover div.container div.row.last a:visited {
	color:#333333;
	padding:11px 15px;
	display:block;
	text-decoration:none;
}
div.alerts:hover div.container div.row.last a:hover {
	background:#F7F7F7;
}
div.alerts div.container div.row a.content img {
	float:left;
	width:36px;
	height:36px;
	padding:0;
	margin:0;
}
div.alerts div.container div.row a.content i.hide.icon {
	float:left;
	width:36px;
	height:36px;
	display:block;
	font-size:24px;
	border:1px solid #DDDDDD;
	text-decoration:none;
	color:#DDDDDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:4px;
}
div.alerts div.container div.row a.content p {
	float:left;
	width:200px;
	padding:0 10px;
	margin:0px;
	color:#999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.alerts div.container div.row a.content p span.title {
	font-weight:normal;
	font-size:13px;
	color:#333333;
}
div.alerts div.container div.row a.content .ui.new.label {
	float:right;
	margin:0;
	padding:4px 3px 4px 5px !important;
	font-size:11px;
}
div.shopping.cart div.container {
	right:10px;
}
div.shopping.cart div.container table {
	font-weight:11px;
}
div.shopping.cart div.container table th {
	padding:13px 15px;
	background:#23BAB5;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:normal !important;
	border-radius:0 !important;
	border-bottom:none;
}
div.shopping.cart div.container table img {
	width:36px;
	height:36px;
	padding:0;
	margin:0;
	border:none;
}
div.shopping.cart div.container table i.hide.icon {
	width:36px;
	height:36px;
	display:block;
	font-size:24px;
	border:1px solid #DDDDDD;
	text-decoration:none;
	color:#DDDDDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:4px;
	margin:0 !important;
}
div.shopping.cart div.container table .ui.new.label {
	margin:0;
	padding:4px 3px 4px 5px !important;
	font-size:11px;
}
div.shopping.cart div.container table a.name, div.shopping.cart div.container table a.name:visited {
	text-decoration:none;
	color:#333333;
	display:block;
}
div.shopping.cart div.container table a.name:hover {
	color:#23BAB5;
}
div.shopping.cart div.container table td.total {
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:top;
	font-size:13px;
}
div.shopping.cart div.container table td.final.price {
	font-weight:bold;
	font-size:13px;
}
div.shopping.cart div.container table td.last {
	padding:0 !important;
}
div.shopping.cart div.container table td.last a, div.shopping.cart div.container table td.last a:visited {
	display:block;
	width:100%;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#FFFFFF;
	padding:11px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background:#1D2939;
	text-transform:uppercase;
}
div.shopping.cart div.container table td.last a:hover {
	background:#F7F7F7;
	color:#1D2939;
}
/*****************************************************************
   					Page Header + Breadcrumb
******************************************************************/

body > div.pageheader {
	margin:50px 0 0 0;
	height:72px;
	width:100%;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background:#F7F7F7;
	border-bottom:1px solid #D3D7DB;
	color:#1D2939;
}
div.pageheader .ui.left.floated.header {
	font-weight:normal;
	padding:15px 0 0 15px;
}
div.pageheader .ui.left.floated.header i.circular.icon {
	font-size:20px !important;
	vertical-align:3px;
	color:#1D2939;
	-webkit-box-shadow: 0em 0em 0em 0.1em #1D2939 inset;
	box-shadow: 0em 0em 0em 0.1em #1D2939 inset;
}
div.pageheader .ui.breadcrumb {
	float:right;
	padding:27px 25px 0 0;
	margin:0;
	font-size:12px;
	line-height:normal;
}
div.pageheader .ui.breadcrumb label {
	text-transform:uppercase;
	font-size:11px;
	color:#999999;
	padding-right:10px;
}
div.pageheader .ui.breadcrumb .divider {
	color:#1D2939 !important;
}
div.pageheader .ui.breadcrumb a.section , div.pageheader .ui.breadcrumb a.section:visited{
	color:#428BCA;
	text-decoration:none;
}
div.pageheader .ui.breadcrumb a.section:hover {
	text-decoration:underline;
}
div.pageheader .ui.breadcrumb div.active.section {
	font-weight:normal;
	color:#1D2939;
}
/*****************************************************************
         					Main content
******************************************************************/

body > div.main.content {
	width:100%;
	padding:1.5%;
	font-size:12px;
	color:#1D2939;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
}
div.main.content div.stats {
	float:left;
	width:23.875%;
	height:140px;
	margin:0 1.5% 1.5% 0;
	border-radius:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:1%;
	color:#FFFFFF;
	display:block;
}
div.main.content div.stats.last {
	margin:0 0 1.5% 0;
}
div.main.content div.stats .clear.float {
	clear:both;
	padding:0;
	margin:0;
}
div.main.content div.stats .clear.float .thirtythree {
	float:left;
	padding:0;
	margin:0;
	width:33%;
}
div.main.content div.stats .clear.float .thirtythree.center {
	margin:0 0.5%;
}
div.main.content div.stats .clear.float .fifty {
	float:left;
	padding:0;
	margin:0;
	width:50%;
}
div.main.content div.stats .clear.float i.icon {
	float:left;
	font-size:58px;
	padding:0 !important;
	margin:0 9px 11px -3px !important;
	display:block !important;
}
div.main.content div.stats .clear.float > label {
	float:left;
	text-transform:uppercase;
	font-size:11px !important;
	padding:0px;
	margin:0 0 2% 0;
	color:rgba(255, 255, 255, 0.75);
	display: block;
	width:40% !important;
}
div.main.content div.stats .clear.float .thirtythree > label, 
div.main.content div.stats .clear.float .fifty > label {
	text-transform:uppercase;
	font-size:11px !important;
	padding:0px;
	margin:0px;
	color:rgba(255, 255, 255, 0.75);
	display:block;
}
div.main.content div.stats h1 {
	float:left;
	padding:0;
	margin:-13px 0 0 0;
	font-weight:normal !important;
	font-size:36px;
}
div.main.content div.stats h1 sup {
	top:5px !important;
	position:relative;
}
div.main.content div.stats h1 .arrow {
	position:relative;
	top:3px !important;
	float:right !important;
}
div.main.content div.stats h2 {
	padding:2px 0 0 0;
	margin:0;
	font-weight:normal;
	clear:both;
}
div.main.content div.stats h2.green {
	color:#339900;
}
div.main.content div.stats h2.red {
	color:#660000;
}
div.main.content div.stats a, div.main.content div.stats a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
div.main.content div.stats a:hover {
	color:rgba(255, 255, 255, 0.5)
}
/*--------------------------- Sold -----------------------------*/
div.main.content div.stats.sold.green {
	background:#00A7AA;
}
div.main.content div.stats.sold.red {
	background:#E03C52;
}
/*--------------------------- Sales -----------------------------*/
div.main.content div.stats.sales {
	background:#FF9900;
}
div.main.content div.stats .clear.float i.triangle.up.icon, div.main.content div.stats .clear.float i.triangle.down.icon {
	font-size:18px;
	padding:0;
	margin:0;
	position:relative;
	left:10px;
	top:19px;
}
div.main.content div.stats .clear.float .thirtythree i.triangle.up.icon, div.main.content div.stats .clear.float .thirtythree i.triangle.down.icon {
	top:9px;
	left:0 !important;
	float: left;
	position:relative;
	font-size:14px;
	padding:0 !important;
	margin:0 !important;
}
/*--------------------------- Promo -----------------------------*/
div.main.content div.stats.promo {
	background:#38A4D6;
}
/*--------------------------- Order -----------------------------*/
div.main.content div.stats.order {
	background:#975CC1;
}
/*--------------------------- Graphics -----------------------------*/
div.main.content div.big.graphic, div.main.content div.small.graphic {
	float:left;
	width:74.625%;
	background:#FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:1%;
	margin-bottom:1.5%;
	border-radius:3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
}
div.main.content div.small.graphic {
	float:right;
	width:23.875%;
	display:block !Important;
}
div.main.content div.big.graphic h1, div.main.content div.small.graphic h1 {
	font-size:16px;
}

/*--------------------------- Index tables -----------------------------*/
div.main.content div.recent.products, div.main.content div.new.products, div.main.content div.favorite.products, div.main.content div.promo.products {
	float:left;
	width:49.25%;
	background:#FFFFFF;
	padding:0;
	margin-bottom:1.5%;
	border-radius:3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
}
div.main.content div.new.products, div.main.content div.promo.products {
	float:right;
}
div.main.content div.recent.products table th, 
div.main.content div.new.products table th, 
div.main.content div.favorite.products table th, 
div.main.content div.promo.products table th {
	background:#23BAB5;
	border-radius: 3px 3px 0 0;
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	padding:15px 1%;
}
div.main.content div.recent.products table td, 
div.main.content div.new.products table td, 
div.main.content div.favorite.products table td, 
div.main.content div.promo.products table td {
	padding:15px 1%;
	font-size:13px;
	border-bottom:1px solid #E5E5E5;
}
div.main.content div.recent.products table td img, 
div.main.content div.new.products table td img, 
div.main.content div.favorite.products table td img, 
div.main.content div.promo.products table td img {
	width:40px;
	height:40px;
	border:none;
	padding:0;
	margin:0;
}
div.main.content div.recent.products table td i.hide.icon, 
div.main.content div.new.products table td i.hide.icon, 
div.main.content div.favorite.products table td i.hide.icon, 
div.main.content div.promo.products table td i.hide.icon {
	width:36px;
	height:36px;
	display:block;
	font-size:24px;
	border:1px solid #DDDDDD;
	text-decoration:none;
	color:#DDDDDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:4px;
	margin:0 !important;
}
div.main.content div.recent.products table td.one.wide.column, 
div.main.content div.new.products table td.one.wide.column, 
div.main.content div.favorite.products table td.one.wide.column, 
div.main.content div.promo.products table td.one.wide.column {
	width:8.5%;
}
div.main.content div.recent.products table td.fifteen.wide.column, 
div.main.content div.new.products table td.fifteen.wide.column, 
div.main.content div.favorite.products table td.fifteen.wide.column, 
div.main.content div.promo.products table td.fifteen.wide.column {
	width:91.5%;
}

/*****************************************************************
         					Sidebar
******************************************************************/
.ui.left.sidebar {
	margin-top:50px !important;
	z-index:9999999990;/* z-index has to be bigger them top bar cause we need to cover the bottom border*/
	width:270px !important;
	background:#1D2939 !important;
}
.ui.left.sidebar div.account {
	width:100%;
	padding:5% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	border-bottom:1px solid #293443;
	color:#FFF;/*BCBFC4*/
}
.ui.left.sidebar div.account img {
	width:75px;
	height:75px;
	border:5px solid rgba(255, 255, 255, 0.1);
}
.ui.left.sidebar div.account img.ui.image {
	position: inherit !important;
	display: block !important;
	margin:0 auto !important;
}
.ui.left.sidebar div.account h4 {
	font-size:13px;
	font-weight:normal;
	padding:2% 0 0 0;
	margin:0;
}
.ui.left.sidebar div.account p {
	padding:0;
	margin:0;
	font-size:24px;
	font-weight: lighter !important;
	color:rgba(255, 255, 255, 0.5);
}
.ui.left.sidebar div.account i.settings.icon, .ui.left.sidebar div.account i.sign.out.icon {
	font-size:18px;
	margin:0;
	padding:0;
}
.ui.left.sidebar div.account a, .ui.left.sidebar div.account a:visited {
	text-decoration:none;
	color:#32D2C9;
	padding:3% 0;
	margin:0 3%;
	display:inline-block;
}
.ui.left.sidebar div.account a:hover {
	color:#00FFFF;
}
.ui.left.sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	color:rgba(255, 255, 255, 0.5);
	font-size:13px;
}
.ui.left.sidebar ul li > a, .ui.left.sidebar ul li > a:visited {
	color:rgba(255, 255, 255, 0.5);
	display:block;
	width:100%;
	padding:8px 10%;
	margin:0;
	text-decoration:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ui.left.sidebar ul li > a:hover {
	color:#1D2939;
	background:#FFFFFF;
	-webkit-transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease;
	-moz-transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease;
	transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.ui.left.sidebar ul li > a i.icon {
	font-size:18px;
	vertical-align:middle;
}
.ui.left.sidebar ul li > a.active {
	background:#1CAF9A;
	color:#FFFFFF;
}
.ui.left.sidebar ul ul.submenu {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
}
.ui.left.sidebar ul ul.submenu a, .ui.left.sidebar ul ul.submenu a:visited {
	color:rgba(255, 255, 255, 0.5);
	display:block;
	width:100%;
	padding:8px 10% 8px 20%;
	margin:0;
	text-decoration:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ui.left.sidebar ul ul.submenu a:hover, 
.ui.left.sidebar ul ul.submenu a.active {
	color:#1CAF9A !important;
	background:none !important;
	-webkit-transition: opacity 0.2s ease, color 0.2s ease;
	-moz-transition: opacity 0.2s ease, color 0.2s ease;
	transition: opacity 0.2s ease, color 0.2s ease;
}
.ui.left.sidebar ul ul.submenu a i.icon {
	vertical-align:middle;
	margin-right:10px;
}
.ui.left.sidebar ul ul.submenu a .ui.label {
	padding:0 3px;
	margin:0;
	float:right;
	background:#D9534F;
	border-radius:3px;
	color:#FFFFFF;
}
/*****************************************************************
         					Produse
******************************************************************/
div.main.content div.filters, div.main.content div.products, div.main.content div.full.wide  {
	float:right;
	width:74.625%;
	background:#FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:1%;
	margin-bottom:1.5%;
	border-radius:3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
}
div.main.content div.filters {
	float:left;
	width:23.875%;
}
div.main.content div.full.wide {
	width:100%;
}
div.main.content div.filters .clear.filter {
	clear:both;
	width:100%;
}
div.main.content div.filters .clear.filter a, div.main.content div.filters .clear.filter a:visited {
	text-decoration:none;
	color:#0066CC;
}
div.main.content div.filters .clear.filter a:hover {
	color:#003399;
}
div.main.content div.filters .clear.filter i.filter.icon {
	font-size:18px;
	vertical-align: middle;
	margin-top:-2px;
}
div.main.content div.filters .ui.small.teal.button a,div.main.content div.filters .ui.small.teal.button a:hover{
	text-decoration:none;
	color:#FFF;
}
div.main.content div.filters .accordion {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.main.content div.filters .accordion .content,
div.main.content div.filters .accordion .accordion .content {
	/*padding: 0.5em 0em;*/
	padding: 0.5em;
	font-size:13px;
}
div.main.content div.filters .accordion .content .ui.menu a,
div.main.content div.filters .accordion .accordion .content .ui.menu a {
	font-size:13px !important;
	padding:0;
	margin:0;
}
div.main.content div.filters .accordion .active.title, div.main.content div.filters .accordion .title {
	font-size:13px;
	text-transform:uppercase;
	color:#1D2939 !important;
}
div.main.content div.filters .accordion .active.title {
	background:#F2F2F2;
	font-weight:bold;
}
div.main.content div.filters .accordion .red {
	float:right;
	color:#D9534F;
}
div.main.content div.filters .accordion label {
	color:rgba(0, 0, 0, 0.75);
}
div.main.content div.filters .ui.slider.radio {
	display: table !important;
	line-height:normal !important;
	margin:15px 0;
}

/*------------------------------------Products display ------------------------------------*/
div.main.content div.products, div.main.content div.full.wide  {
	line-height:16px;
}
div.main.content div.products .ui.secondary.menu  .item, div.main.content div.full.wide  .ui.secondary.menu  .item
div.main.content div.products .ui.secondary.menu  .ui.dropdown.item, div.main.content div.full.wide  .ui.secondary.menu  .ui.dropdown.item
div.main.content div.products .ui.secondary.menu  .ui.dropdown.item .menu a.item, div.main.content div.full.wide  .ui.secondary.menu  .ui.dropdown.item .menu a.item {
	font-size:13px !important;
}
div.main.content div.products .ui.secondary.menu  .item, div.main.content div.full.wide .ui.secondary.menu  .item {
	padding:2px 7px 2px 0px;
	margin:0;
}
div.main.content div.products .item.holder, div.main.content div.full.wide .item.holder {
	float:left;
	position:relative;
	width:190px;
	height:245px;
	/*overflow:hidden;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 5px 5px 0;
}
div.main.content div.products .item.holder .item, div.main.content div.full.wide .item.holder .item {
	position:absolute;
	top:0;
	left:0; 
	z-index:1;
	width:100%;
	height:245px;
	background:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:7px;
	border:solid 1px #E5E5E5;
}
div.main.content div.products .item.holder .item img, div.main.content div.full.wide .item.holder .item img {
	width:100%;
	height:116px;
	border:none;
}
div.main.content div.products .item.holder .ui.right.corner.label, div.main.content div.full.wide .item.holder .ui.right.corner.label {
	text-align:right;
	padding:0 6px 0 0 !important;
	display:none;
	font-size:11px;
}
div.main.content div.products .item.holder .ui.left.corner.label, div.main.content div.full.wide .item.holder .ui.left.corner.label {
	text-align:left;
	padding:0 0 0 14px !important;
	display:none;
	font-size:11px;
}
div.main.content div.products .item.holder .text, div.main.content div.full.wide .item.holder .text {
	height:45px;
	overflow:hidden;
	width:100%;
	margin:10px 0 0 0;
}
div.main.content div.products .item.holder .cod.saga, div.main.content div.full.wide .item.holder .cod.saga {
	width:100%;
	margin:10px 0 0 0;
	color:#999999;
}
div.main.content div.products .item.holder .ui.pointing.label, div.main.content div.full.wide .item.holder .ui.pointing.label {
	padding:2px 5px;
	float:right;
	font-size:11px;
}
div.main.content div.products .item.holder .stock, div.main.content div.full.wide .item.holder .stock {
	width:100%;
	margin:10px 0 0 0;
	font-weight:bold;
	text-transform:lowercase;
}
div.main.content div.products .item.holder .stock.green, div.main.content div.full.wide .item.holder .stock.green {
	color:#1CAF9A;
}
div.main.content div.products .item.holder .stock.red, div.main.content div.full.wide .item.holder .stock.red {
	color:#D9534F;
}
div.main.content div.products .item.holder .stock.yellow, div.main.content div.full.wide .item.holder .stock.yellow {
	color:#96904D;
}
div.main.content div.products .item.holder .ui.divider,div.main.content div.full.wide .item.holder .ui.divider {
	display:none;
	padding:0;
	margin:7px 0;
}
div.main.content div.products .item.holder .price, div.main.content div.full.wide .item.holder .price {
	display:none;
}
div.main.content div.products .item.holder .quantity, div.main.content div.full.wide .item.holder .quantity {
	clear:both;
	display:none;
	margin:0 0 10px 0;
}
div.main.content div.products .item.holder .quantity input,
div.main.content div.full.wide .item.holder .quantity input {
	display:inline;
	width:25px;
	margin:0 5px 0 10px;
	border:1px solid #1D2939;
}
div.main.content div.products .item.holder .ui.animated.button,
div.main.content div.full.wide .item.holder .ui.animated.button {
	display:none !important;
	font-size:13px;
	text-transform:none;
	color:#FFFFFF;
	/*width:75%;
	padding:5px !important;*/
}
div.main.content div.products .item.holder .ui.animated.button .hidden.content,
div.main.content div.full.wide .item.holder .ui.animated.button .hidden.content {
	color:#FFFF00;
}
div.main.content div.full.wide h1 {
	font-size:18px;
}
/*---------------- Hover actions -----------------------*/
div.main.content div.products .item.holder:hover, div.main.content div.full.wide .item.holder:hover {
	overflow:visible;
}
div.main.content div.products .item.holder:hover .item, div.main.content div.full.wide .item.holder:hover .item {
	z-index:2;
	height:auto;
	border:1px solid #CCCCCC;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05) !important;
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05) !important;
}
div.main.content div.products .item.holder:hover .ui.right.corner.label, div.main.content div.products .item.holder:hover .ui.left.corner.label,
div.main.content div.full.wide .item.holder:hover .ui.right.corner.label, div.main.content div.full.wide .item.holder:hover .ui.left.corner.label {
	display:block;
}
div.main.content div.products .item.holder:hover .text, div.main.content div.full.wide .item.holder:hover .text {
	overflow:auto;
	height:auto;
}
div.main.content div.products .item.holder:hover .ui.divider, div.main.content div.full.wide .item.holder:hover .ui.divider {
	display: block;
}
div.main.content div.products .item.holder:hover .price, div.main.content div.full.wide .item.holder:hover .price {
	display: block;
}
div.main.content div.products .item.holder:hover .ui.animated.button, div.main.content div.full.wide .item.holder:hover .ui.animated.button {
	display:block !important;
}
div.main.content div.products .item.holder:hover .quantity, div.main.content div.full.wide .item.holder:hover .quantity {
	display:block;
}
/*****************************************************************
         					Poduct page
******************************************************************/
div.main.content h6.ui.header {
	font-size:14px;
}
div.main.content div.filters .ui.animated.button {
	font-size:13px;
	text-transform:none;
	color:#FFFFFF;
	padding:5px !important;
}
div.main.content div.filters .ui.animated.button .hidden.content {
	color:#FFFF00;
}
div.main.content div.filters input.quantity  {
	display:inline;
	width:25px;
	margin:0 5px 0 15px;
	border:1px solid #1D2939;
	vertical-align:middle;
}
div.main.content div.filters .ui.first.accordion {
	margin-top: 15px;
}
div.main.content div.filters table th {
	border-radius:0;
}
div.main.content div.filters table img {
	width:40px;
	height:40px;
}
div.main.content div.filters ul {
	list-style:none;
	padding:7px 0;
	margin:0 0 0 15px;
}
div.main.content div.filters .accordion.files a, div.main.content div.filters .accordion.files a:visited,
div.main.content div.filters .accordion.accessories a, div.main.content div.filters .accordion.accessories a:visited {
	text-decoration:none;
	color:#0066CC;
}
div.main.content div.filters .accordion.files a:hover, div.main.content div.filters .accordion.accessories a:hover {
	color:#1CAF9A;
}
div.main.content div.filters .accordion p {
	padding:0;
	margin:0;
}
div.main.content div.filters .accordion p.price {
	color:#D9534F;
	margin:5px 0;
}
div.main.content div.products .ui.block.inverted.header {
	background:#1D2939 !important;
}
div.main.content div.products .half.left, div.main.content div.products .half.right {
	width:49%;
	float:left;
}
div.main.content div.products .half.right {
	float:right;
}
div.main.content div.products .half.left table th, div.main.content div.products .half.right table th {
	border-radius:0 !important;
}
div.main.content div.products .half table td img {
	float:left;
	width:75px;
	height:75px;
	margin:0 5px 5px 0;
	border:3px solid #F7F7F7;
}
div.main.content div.products .half table td a:hover img {
	border:3px solid #1D2939;
}
div.main.content div.products .details {
	clear:both;
	padding:15px 0 0 0;
	display:block;
}
div.main.content div.products .details .ui.tabular.menu {
	padding-bottom:0;
	margin-bottom:0;
}
div.main.content div.products .details .ui.tabular.menu a.item {
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
}
div.main.content div.products .details .content {
	clear:both;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #DCDDDE;
	border-top:none;
	padding:10px;
}
/*****************************************************************
      					Shopping cart page
******************************************************************/
div.main.content div.products .table.cart th, div.main.content div.products .table.cart tr.grey {
	background:#F2F2F2;
	border-radius:0;
}
div.main.content div.products .table.cart th.two.wide, div.main.content div.products .table.cart th.one.wide,
div.main.content div.products .table.cart td.two.wide, div.main.content div.products .table.cart td.one.wide {
	text-align:center;
}
div.main.content div.products .table.cart a, div.main.content div.products .table.cart a:visited {
	text-decoration:none;
	color:rgba(0, 0, 0, 0.5);
}
div.main.content div.products .table.cart a:hover {
	color:#1CAF9A;
}
/*****************************************************************
      					Orders page
******************************************************************/
div.main.content div.products .table.ui.seven.column.basic th {
	background:#F2F2F2;
	border-radius:0;
	text-align:center;
}
div.main.content div.products .table.ui.seven.column.basic td {
	text-align:center;
}
div.main.content div.products .table.ui.seven.column.basic a, div.main.content div.products .table.ui.seven.column.basic a:visited {
	color:#428BCA;
	text-decoration:none;
}
div.main.content div.products .table.ui.seven.column.basic a:hover {
	text-decoration:underline;
}
/*****************************************************************
         				Alerts page
******************************************************************/
div.main.content div.filters .alerts2.menu .item{
	font-size:13px;
}
div.main.content div.products table.ui.basic.alerts th {
	background:#F2F2F2;
	border-radius:0;
}
div.main.content div.products table.ui.basic.alerts .one.wide, div.main.content div.products table.ui.basic.alerts .two.wide {
	text-align:center;
}
div.main.content div.products table.ui.basic.alerts tr.error,
div.main.content div.products table.ui.basic.alerts tr.warning,
div.main.content div.products table.ui.basic.alerts tr.info {
	box-shadow:none !important;
}
div.main.content div.products table.ui.basic.alerts tr.error td,
div.main.content div.products table.ui.basic.alerts tr.warning td,
div.main.content div.products table.ui.basic.alerts tr.info td {
	background-color:transparent !important;
}
div.main.content div.products table.ui.basic.alerts tr.error .one.wide .icon,
div.main.content div.products table.ui.basic.alerts tr.warning .one.wide .icon,
div.main.content div.products table.ui.basic.alerts tr.info .one.wide .icon {
	font-size:14px !important;
	font-weight:normal !important;
}
div.main.content div.products table.ui.basic.alerts tr.warning .one.wide .icon {
	background-color:#7D6C00;
}
div.main.content div.products table.ui.basic.alerts tr.info .one.wide .icon {
	background-color:#428BCA !important;
}
div.main.content div.products table.ui.basic.alerts tr.error .one.wide .icon {
	background-color:#CD2929 !important;
}


/** -------------------------- prettyPhoto plugin --------------------- **/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/3rdparty/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/3rdparty/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/3rdparty/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/3rdparty/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/3rdparty/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/3rdparty/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/3rdparty/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/3rdparty/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(images/3rdparty/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/3rdparty/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(images/3rdparty/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(images/3rdparty/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(images/3rdparty/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/3rdparty/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/3rdparty/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/3rdparty/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/3rdparty/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/3rdparty/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/3rdparty/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(images/3rdparty/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(images/3rdparty/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(images/3rdparty/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(images/3rdparty/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(images/3rdparty/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(images/3rdparty/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(images/3rdparty/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(images/3rdparty/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(images/3rdparty/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(images/3rdparty/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(images/3rdparty/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(images/3rdparty/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(images/3rdparty/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(images/3rdparty/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(images/3rdparty/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(images/3rdparty/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(images/3rdparty/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(images/3rdparty/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(images/3rdparty/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(images/3rdparty/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(images/3rdparty/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(images/3rdparty/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(images/3rdparty/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(images/3rdparty/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(images/3rdparty/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(images/3rdparty/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(images/3rdparty/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(images/3rdparty/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(images/3rdparty/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(images/3rdparty/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(images/3rdparty/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(images/3rdparty/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(images/3rdparty/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(images/3rdparty/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(images/3rdparty/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(images/3rdparty/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(images/3rdparty/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(images/3rdparty/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(images/3rdparty/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(images/3rdparty/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/3rdparty/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(images/3rdparty/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(images/3rdparty/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/3rdparty/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/3rdparty/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/** ------------------------ END prettyPhoto plugin ------------------- **/


/** ------------------------ Media queries ------------------- **/ 

@media only screen and (max-width: 360px) {

div.support {
	display:none;
}
div.alerts div.container {
	left:-29px;
}
body > div.pageheader {
	margin:150px 0 0 0;
	height:100px;
}
div.pageheader .ui.breadcrumb {
	padding:0 15px 0 0 !important;
}
div.main.content div.stats {
	width:98.5%;
}
div.main.content div.big.graphic, div.main.content div.small.graphic {
	width:100%;
}
div.main.content div.filters, div.main.content div.products {
	width:100%;
}

}

@media only screen and (max-width: 480px) and (min-width: 360px) {

div.support {
	display:none;
}
div.alerts div.container {
	left:-29px;
}
body > div.pageheader {
	margin:150px 0 0 0;
	height:100px;
}
div.pageheader .ui.breadcrumb {
	padding:0 15px 0 0 !important;
}
div.main.content div.stats {
	width:98.5%;
}
div.main.content div.big.graphic, div.main.content div.small.graphic {
	width:100%;
}
div.main.content div.filters, div.main.content div.products {
	width:100%;
}

}

@media only screen and (max-width: 605px) and (min-width: 481px) {

div.support {
	display:none;
}
body > div.pageheader {
	margin:150px 0 0 0;
}
div.main.content div.stats {
	width:48.5%;
}
div.main.content div.big.graphic, div.main.content div.small.graphic {
	width:100%;
}
div.main.content div.filters, div.main.content div.products {
	width:100%;
}

}

@media only screen and (max-width: 980px) and (min-width: 606px) {

body > div.pageheader {
	margin:100px 0 0 0;
}
div.main.content div.stats {
	width:48.5%;
}
div.main.content div.big.graphic, div.main.content div.small.graphic {
	width:100%;
}
div.main.content div.filters, div.main.content div.products {
	width:100%;
}

}

@media only screen and (max-width: 1118px) and (min-width: 981px) {

body > div.pageheader {
	margin:100px 0 0 0;
}
div.main.content div.stats {
	width:48.5%;
}

}

@media only screen and (max-width: 1230px) and (min-width: 1119px) {

div.main.content div.stats {
	width:48.5%;
}

}
@media only screen and (max-width: 1434px) and (min-width: 1231px) {

div.main.content div.stats h1 {
	font-size: 26px;
}
div.main.content div.stats h2 {
	font-size: 14px !important;
}

}

@media only screen and (max-width: 768px) {
  .ui.table {
    display: block;
    padding: 0em;
  }
  .ui.table.cos {
  	display:table !important;
  }

  .ui.table thead,
  .ui.table tfoot {
    display: none;
  }
  .ui.table.cos thead,
  .ui.table.cos tfoot {
    display: table !important;
	width:100%;
  }

  .ui.table tbody {
    display: block;
  }
  .ui.table.cos tbody {
    display: table !important;
	width:100%;
  }

  .ui.table tr {
    display: block;
  }
  .ui.table.cos tr {
    display: table-row !important;
	width:100%;
  }

  .ui.table tr > td {
    width: 100% !important;
    display: block;
    border: none !important;
    padding: 0.25em 0.75em;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05) !important;
  }
  .ui.table.cos tr > td {
    width: auto !important;
    display: table-cell !important;
    border: none !important;
    padding: 0.40em 0.7em;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .ui.table td:first-child {
    font-weight: bold;
    padding-top: 1em;
  }

  .ui.table td:last-child {
    -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
    padding-bottom: 1em;
  }

  /* Clear BG Colors */

  .ui.table tr > td.warning,
  .ui.table tr > td.error,
  .ui.table tr > td.active,
  .ui.table tr > td.positive,
  .ui.table tr > td.negative {
    background-color: transparent !important;
  }
}
/** ------------------------ END media queries ------------------- **/