body {
	font-family: 'Open Sans', sans-serif !important;
	color: #666;
	font-size: 13px;
}

.img-thumbnail {
	padding: 0;
}

a {
	color: #3d67af;
}
.btn {
	  color: #fff !important;
}
a:hover,a:active,a:visited,a:focus {
	text-decoration: none;
	color: #3d67af;
}

.carrello a:hover,.carrello a:active,.carrello a:visited,.carrello a:focus {
	color: #3d67af;
}

.topmenu {
	background-color: #636366;
	color: #fff;
}
.topmenu a {
	color: #fff;
}
.menulogo {
	background-color: #f5f5f5;
}
.form-control {
	border-radius: 0px;
	margin: 1px;
	border: 1px solid #ccc;
	padding: 3px;
}

.navbar-nav  li  a {
	padding: 10px !important;
	color: #3d67af;
}

.col-right-box h2:first-child,#menu-ds h2:first-child {
	margin-top: 0px;
}

.form-search .submit {
	background-color: #3d67af;
	color: #fff;
	border: 1px solid #3d67af;
	height: 34px;
	width: 34px
}

.bread {
	font-size: 14px;
}

hr {
	margin: 5px 0px;
}

h1 {
	color: #3d67af;
	font-size: 1.8em;
	border-bottom: 3px double #E7E7E7;
	padding-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}

h2 {
	color: #3d67af;
	font-size: 1.5em;
	border-bottom: 3px double #E7E7E7;
	padding-bottom: 5px;
	margin: 20px 0px;
}

.prod-name {
	
}

h4.prod-name-home {
	font-size: 1.1em;
}

h4 {
	font-weight: normal;
}

.form-search #search,#subscribe-form #email {
	display: inline;
	width: 80%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	border: 1px solid #3d67af;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.label-securpoint,.btn-securpoint {
	background-color: #3d67af;
	color: #fff;
}

.pad20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.carrello a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.carrello {
		margin-top: 10px;
		text-align: center
	}
	.hricerca {
		margin-top: 10px;
		text-align: center;
	}
	.logo img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.carrello {
		margin-top: 6px
	}
}

@media screen and (min-width: 992px) and (max-width: 1999px) {
	.hricerca {
		margin-top: 5px
	}
	.carrello {
		margin-top: 12px
	}
}

#welcome {
	padding-top: 10px
}

@media screen and (min-width: 1200px) {
	.hricerca {
		margin-top: 10px
	}
	.carrello {
		margin-top: 15px
	}
}
.carrello {
	text-align: right;
}
.menucontainer {
	border-top: 1px solid #E7E7E7;
	border-bottom: 3px double #E7E7E7;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menucontainer .navbar {
	margin-bottom: 0px !important;
	min-height: 40px !important
}

.menucontainer .navbar-nav>li {
	border-left: 1px solid #f5f5f5;
	padding-left: 5px;
	padding-right: 5px;
}

.menucontainer .navbar-nav>li:FIRST-CHILD {
	border-left: 0px;
}

.menucontainer .navbar-nav  li  a:focus,.menucontainer .navbar-nav  li  a:hover
	{
	background-color: #3d67af;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Mostra sottomenu su hover e non sul click */
/*
ul.nav li.dropdown:hover > ul.dropdown-menu {
	
    display: block;    
}
*/
.maincontent {
	margin-top: 20px
}

@media ( min-width : 767px) {
	.newmenu a:hover {
		text-decoration: none;
	}
	.newmenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.newmenu>ul>li>a {
		display: block;
		padding: 8px 5px 8px 20px;
		background: url("../images/ico/arrow.png") no-repeat scroll 0px center
			transparent;
		color: #333;
	}
	.newmenu>ul {
		position: relative;
		z-index: 99;
		/*font-size: 0.9em;*/
		font-size: 14px;
	}
	.newmenu li:hover>ul {
		display: block !important;
		border: 1px solid #F0F0F0;
		border-left: 4px solid #3d67af;
	}
	.newmenu li:hover>a {
		background-color: #3d67af;
		color: #fff;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.newmenu li {
		position: relative;
	}
	.newmenu ul ul {
		display: none;
		position: absolute;
		background-color: #fff;
		left: 100%;
		border-left: 1px solid #fff;
		top: 0;
	}
	.newmenu a {
		border-top: 1px dashed #c4c2e0;
	}
	.newmenu  li a {
		cursor: pointer;
		padding: 5px;
		color: #333;
		display: block;
	}
	.newmenu li:FIRST-CHILD>a {
		border-top: 0px !important;
	}
	.newmenu ul ul a {
		background-color: #fff;
		color: #333;
		padding: 5px;
	}
	.newmenu ul ul {
		min-width: 230px;
		white-space: nowrap;
	}
	#upmb-bar,.newmenu .fa {
		display: none;
	}
	#menu-mb {
		display: none;
	}
}
/*********/

/*****************/
@media ( max-width : 767px) {
	#menu-ds {
		display: none;
	}
	#menu-mb {
		position: fixed;
		background-color: #222;
		z-index: 10;
		width: 330px;
		color: #bbb;
		top: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 1;
		overflow: scroll;
	}
	#menu-mb::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}
	#menu-mb ul {
		list-style: none;
		margin-top: 0;
		padding: 0
	}
	#menu-mb ul li {
		border-bottom: 1px solid #2a2a2a;
	}
	#menu-mb>ul>li>a {
		border-left: 4px solid #222;
	}
	#menu-mb ul li a {
		color: inherit;
		font-size: 14px;
		display: block;
		padding: 8px 0 8px 7px;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#menu-mb ul a i {
		margin-right: 10px;
		font-size: 18px;
		margin-top: 3px;
		width: 20px;
	}
	#menu-mb ul a i[class*='fa-caret'] {
		float: right;
	}
	#menu-mb ul a:hover,#menu-mb ul a.active {
		border-left-color: #FFCC33;
		color: #FFCC33;
	}
	#menu-mb ul a:hover i:first-child {
		color: #FFCC33;
	}
	#menu-mb ul li a.active+ul {
		display: block
	}
	#menu-mb ul li ul {
		margin-top: 0;
		display: none;
	}
	#menu-mb ul li ul li {
		border-bottom: none;
	}
	#menu-mb ul li ul li a {
		padding-left: 30px;
	}
	#menu-mb ul li ul li {
		background-color: #333;
	}
	#menu-mb ul li ul li ul li {
		background-color: #666;
	}
	#menu-mb ul li ul li ul li a {
		padding-left: 60px;
	}
	#menu-mb ul li ul li a:hover {
		color: #fff;
	}
	.menuleft {
		left: -350px;
	}
	.menushow {
		left: 0;
	}
	.upmb-bar-r {
		left: 280px !important;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#upmb-bar {
		z-index: 9999;
		position: fixed;
		top: 0;
		left: 0;
		padding: 6px 10px 7px 10px;
		font-size: 1.3em;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		width: 100%;
		background-color: #fff;
	}
	#upmb-bar a {
		color: #3d67af;
	}
	#container {
		margin-top: 50px;
	}
	.block-cart,.bread {
		display: none;
	}
	#upmb-bar .best-titolo {
		display: inline-block;
		margin: 0px;
	}
	.menubottom {
		text-align: center;
	}
	#cartmenu {
		float: right;
	}
	.logo {
	/*	margin-top: 30px;*/
	}
}

.carousel {
	margin-bottom: 10px;
}

.carousel-caption a {
	color: #333;
}

.carousel-caption p {
	min-height: 55px;
}

.carousel-caption {
	position: static;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333;
	text-align: left;
	text-shadow: none;
}

.carousel-control {
	position: absolute;
	top: 130px;
	width: 28px;
	left: 0px;
	height: 65px;
	margin-top: -20px;
	font-size: 30px;
	font-weight: 100;
	line-height: 59px;
	color: #ffffff !important;
	text-align: center;
	background: #000;
	border: 0px solid #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.70;
	filter: alpha(opacity =     70);
}

.prod-col-dx {
	border-top: 1px dashed #ebebeb;
	padding-top: 10px;
	padding-bottom: 10px
}

.prod-col-dx:FIRST-CHILD {
	border-top: 0px;
	padding-top: 0;
}

hr {
	border-style: dashed;
	border-color:#c4c2e0;
}

#footer {
	margin-top: 30px;
}

.footersocial {
	padding: 30px 0 40px;
	background: #3A3A3A;
	color: #999;
}

.footersocial h2 {
	margin-bottom: 30px;
	font-size: 22px;
	text-transform: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Noto Sans', serif;
	border-bottom: 1px solid #666;
	padding: 0px 0 5px 0;
	color: #ccc;
}

.copyrightbottom {
	background: #303030;
	padding: 15px 0;
	color: #969ba4;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footersocial .info ul li {
	display: block;
	padding: 6px 0 6px 0px;
}

.footersocial .info ul li:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 5px;
}

.social ul li {
	display: inline-block;
	font-size: 18px;
	margin: 0 5px;
}

#footer a {
	color: #96979d;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#gotop {
	position: fixed;
	bottom: 2px;
	right: 5px;
	height: 58px;
	width: 58px;
	background: url(/images/ico/gotop.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.contact ul li {
	padding: 0px;
	margin-right: 5px;
}

.contact ul li.location:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 16px;
}

.contact ul li.email:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 16px;
}

.contact ul li.phone:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 16px;
}

#latestnews li {
	margin: 15px 0 10px 0;
}

ul,ul li {
	list-style: none;
	padding: 0px;
}

#latestnews li .date {
	/* font-size: 16px; */
	color: #888;
	margin-left: 8px;
	margin-bottom: 20px;
}

#latestnews h4 {
	font-size: 16px !important
}

.font24 {
	font-size: 24px !important;
	line-height: 24px !important;
}

.breadcrumb {
	border-radius: 0px;
	background-color: #f5f5f5;
}

.img-thumbnail {
	border-radius: 0px;
}

.nav-top li a {
	color: #fff;
}
.nav-top .dropdown-menu a {
	color: #3d67af;
}
.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #3d67af;
	color:#fff;
}

.box-preview {
	position: absolute;
	display: none;
	z-index: 99;
	padding: 5px 10px;
	background-color: #3d67af;
	border-radius: 5px;
	color: #fff !important;
	margin: 5px;
	font-size: 0.9em;
}
.hover-preview:hover .box-preview {
	display: block;
}
.fancybox-skin {
  background: #fff !important;
}
.single:hover .box-preview {
	display: block;
}

.hover-preview:hover .box-preview {
	display: block;
}


hr.line {
	border: 0px;
	border-bottom: 1px dashed #ccc;
	height: 1px;
}

.single {
	margin: 10px 0px;
}

.single h4 {
	margin-top: 0px;
	font-size: 1.1em;
}

.single h4 {
	margin-top: 0px;
	font-size: 1.1em;
}

.single .prod-desc {
	color: #333;
	font-size: 14px;
}

.best-prezzo {
	height: 50px;
	position: relative;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
}

.best-prezzo .full {
	/*text-decoration: line-through;*/
	color: #999;
	position: absolute;
	font-size: 0.8em;
	margin-top: -14px;
}

.best-prezzo .p1 {
	border-radius: 5px;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	width: 100%;
	padding-top: 1px;
	height: 26px;
	line-height: 1.3em;
	position: absolute;
	z-index: 5;
}

.best-prezzo .p2 {
	border-radius: 5px;
	color: #999;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	position: absolute;
	margin-top: 5px;
	width: 100%;
	padding-top: 15px;
	z-index: 4;
}

.best-prezzo .p3 {
	display: block;
	font-size: 0.8em;
	text-align: center;
	padding-top: 33px;
}

.sorting {
	overflow: auto;
	padding: 10px;
	margin-bottom: 10px;
}

.well {
	background: none;
	border: 1px solid #efefef;
}

.btn-orange {
	color: #ffffff;
	text-shadow: none;
	background-color: #3d67af;
	border: 1px solid #3d67af;
	box-shadow: none;
}

.btn {
	text-shadow: none;
	box-shadow: none;
}

.btn {
	padding: 6px 12px;
	border: none;
}

.info div {
	font-size: 0.8em;
	font-weight: normal;
}

.info {
	font-size: 0.9em;
	margin-bottom: 10px;
	font-weight: bold;
}

.space {
	height: 10px;
}

.instock {
	background-color: #86b738;
}

.outstock {
	background-color: #e5a430;
}

.nav-tabs>li>a {
	border-radius: 0;
}

.tab-pane {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0px;
}

.box-cat {
	text-align: center;
	border-top: 1px dashed #ccc;
	padding: 10px;
	margin-bottom: 5px;
}

.cat-rows .row:first-child .box-cat {
	border-top: 0;
}

.add .t {
	width: 30px;
	text-align: center;
	padding: 2px;
}

.add .b {
	background-color: #3d67af;
	color: #fff;
	padding: 5px;
	display: inline-block;
}

.add .c {
	display: inline-block;
	background-color: #86b738;
	color: #fff;
	padding: 5px 10px;
}

.tabBt {
	white-space: nowrap;
}

.table-cart input {
	width: 30px;
}

.btn-success,.btn-success:focus {
	background-color: #3d67af;
}

.btn-success:hover,.btn-success:active {
	background-color: #2A76A9;
}

.btn-danger {
	background-color: #aaa;
}

.btn-danger:hover,.btn-danger:active {
	background-color: #888;
}

.aright {
	text-align: right;
}

.imgProd {
	max-width: 60px;
}

.autocomplete-suggestions {
	overflow: auto;
	border: 1px solid #CBD3DD;
	background: #FFF;
}

.autocomplete-suggestion {
	overflow: hidden;
	padding: 5px 15px;
	white-space: nowrap;
}

.autocomplete-suggestion:hover {
	background-color: #F0F0F0;
	cursor: pointer;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestion div {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-suggestion strong {
	font-weight: normal;
	color: #3399FF;
}

.btn-gray {
	background-color: #f5f5f5;
	color: #999 !important;
}

.list li {
	list-style: square;
	margin-left: 20px;
	font-size: 0.9em;
}

.error {
	font-size: 0.9em;
	color: #cc0000;
}

textarea {
	height: 130px !important;
}

input.qt {
	width: 35px
}

input.euro {
	width: 70px;
	display: inline
}

#subscribe-form label {
	float: left
}

input[type=checkbox] {
	width: 15px
}

.faq .d {
	font-weight: bold;
	margin-bottom: 5px;
}

.faq .r {
	margin-bottom: 20px;
	line-height: 1.4em;
}

span.brand-name {
	display: block;
	text-align: center;
	padding-top: 45px;
}

.single img {
	margin-left: auto;
	margin-right: auto;
}

.list-price {
	text-decoration: line-through;
}

.discount {
	padding-right: 3px;
	font-size: 0.9em;
	font-style: italic;
}

.price {
	font-weight: bold
}

.box-det {
	background-color: #f5f5f5;
	padding: 10px;
}

.barsx {
	background-color: #f5f5f5;
	padding: 10px;
}

.carousel {
	border: 1px solid #ebebeb;
	padding: 20px;
}

.carouselh1 {
	border-bottom: 0px !important;
	font-size: 1.5em;
}

.carousel-indicators li {
	border: 1px solid #ccc;
}
.carousel-indicators {
    margin-bottom: 0px;
}
.carousel-indicators li.active {
	border: 1px solid #ccc;
	background-color: #3d67af;
}

@media screen and (min-width: 768px) {
	.carousel-indicators {
		bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	.carousel-inner {
		height: 262px;
		/*height: 387px;*/
	}
}

@media screen and (max-width: 768px) {
	.details {
		text-align: center;
	}
	.images-prod {
		margin-bottom: 20px;
	}
	.box-det {
		margin-top: 20px;
	}
}

.well {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.img-thumbnail {
	border: 0;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
.yll {
	color: #e5a430;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.singlebox {
		min-height: 150px
	}
}

#registrazioneSemplificata input[type=checkbox] {
	display: inline;
	height: 15px;
	margin-right: 3px;
}

#downloads_list ul ul {
	padding-left: 25px	
}
#downloads_list li {
	padding:3px;
}
#downloads_list a.directory {
	padding: 5px;
	
	background-color: #f5f5f5;
	display: block;
}

/*
.carousel-descr {
  display: block;
  display: -webkit-box;
  max-width: 387px;
  height: 295;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

*/

.carousel-descr {
  display: block;
  display: -webkit-box;
  max-width: 242px;
  height: 125px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-top-xs {
	margin-top: 37px;
	margin-bottom: 0px;
}
.nav-top-xs li {
	display: inline-block;
}
.navbar-toggle  {
	color: #3d67af;
	font-size: 14px;
}
