@import "responsive.css";
@import "style-sheet.css";
/*
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
*/

html {
    margin:0;
}
.fixed-top{

	background-color: #fff;
	border-bottom: #f5f5f5 1px solid;
	transition: background-color 500ms linear;
}
/*.fixed-top .div-logo{ height: 50px;
	background-image: url(../images/logo.svg);background-repeat: no-repeat; }*/

.fixed-top .div-logo{
	background-image: url(../images/logo.svg) ;
	background-repeat: no-repeat;
	background-position: top center;
	height: 30px
}

.navbar-toggler {
	cursor: pointer !important;
	color: #000 !important;
	background-color:#f5f5f57a;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    line-height: 1.2;
}
h5{
	color:#42a3c6 /*666666*/;
	font-weight: 300 !important
}
h5 b{
	font-weight: 600 !important
}

ol.c {
	list-style-type: decimal !important;
}
.bg_bianco{
	background-color: white;
	margin-top:10px;
	padding:25px;
}
.cornice{
	border: #ccc 1px solid;
	padding:15px;
	background-color: #FFF;
	margin-bottom:5px;
	margin-top:5px;
	border-radius: 5px;
}
.cornicebox{
	border: #ccc 1px solid;
	padding:15px;
	background-color: #FFF;
	margin-bottom:5px;
	margin-top:5px;
	border-radius: 5px;
	min-height: 325px;

}
p{
	font-size: 0.9rem
}
.dicono p em {
	color:#9ECAD9
}
a.active{
	font-weight: 600;
	color:#067CAF !important;
}
.btn-chiaro{
	background-color: #e4f0f4 !important;
	border-color:  #e4f0f4 !important;
	color:#000 !important;
	font-weight: 300 !important
}
.corniceB{

	padding:15px;
	background-color: #FFF;

}
.data{
	font-style: oblique;
	color:#787d82;
}
body{
    font-family: "Open Sans",sans-serif !important;
	margin-top:75px;

    font-size:15px !important;
	font-size-adjust: 0.5;
    color:#000;
}
.nav-item li{
	font-size:14px !important;
}


/*a {color: #000 !important; }*/

.dropdown-item.active, .dropdown-item:active {

    background-color: #fdd49a !important;
}

.panel-group a {
	/* color: #ffc107 !important;*/
}
.sponsor{
	border-radius: 30px 30px 0px 0px;
	background-color:#f89d03;
	color:#FFF;
	padding:20px;
}

hr {
	border-color: #efefef;
}
.borded {
	border: 1px solid #ccc;
	border-radius: 10px
}
hr.sfumato {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.titolo{
	border-left: #ffc107 7px solid;
	padding-left:20px;
}
.titoloNero{
	border-left: #000 7px solid;
	padding-left:20px;
}


.tab{
	border:2px #CCC solid;
	width: 50px;
	padding:12px;
	font-size: 18px;
	float: left;
	margin-right: 5px;
}

.txt_bianco{
	color:white
}
.grigio{
	background-color: #F5F5F5 ;
}

.tab a{
	color:#000;
}

.tab:hover{
	background-color:#E0E0E0;
	color:#FFF;
}

.container {
	position:relative
}

.privacy a {
	color: #e78f08
}
/*.associazione ul{list-style: symbols; padding: 0px;}*/
.associazione ul li a{
	color:#000
}

a, a:hover , a:focus{
	color: #fff;
}
.btn-outline-secondary:hover {
	color: #fff !important;
}

.clrblu{
    color: #009DDF;
}

.clrred{
    color: #E4151E;
}

.header_bottom{
	background: linear-gradient(to right bottom, #F2F2F2 51%, transparent 53%);
	height: 30px
}

.header-top{
    background-color: #067caf;
	/* 	padding-top: 15px;*/
	color:#fff;
	font-size:13px !important;
}

.header-top-avatar{
	background-color: #d80f0f;
	/* 	padding-top: 15px;245977*/
	color:#FFF;
	font-size:13px !important;
}

.header-top span{
    font-weight: bold;
    margin-top: 8px;
    /*float: left;*/
}

.header-top i{
    margin-top: 7px;
	/* float: left;*/
    margin-right: 5px;
}

.header-top span img{
    width: 25px;
}

.header-top-light{
    background-color: #FFF;
	/* 	padding-top: 15px;*/
	color:#666666;
	font-size:13px !important;
}

.header-top-light-avatar{
	background-color: #d80f0f;
	/* 	padding-top: 15px;245977*/
	color:#FFF;
	font-size:13px !important;
}

.header-top-light span{
	margin-top: 8px;
    /*float: left; font-weight: bold;*/
}

.header-top-light i{
    margin-top: 7px;
	/*	width: 35px;
		height: 35px;*/
	/* float: left;*/
    margin-right: 5px;
}

.header-top-light span img{
    width: 25px;
}

.ico-top:hover , .header-top-light a:hover{
    cursor: pointer;
    text-decoration: none;
    /*color:#ED565F;*/
}
.ico-top:hover , .header-top a:hover{
    cursor: pointer;
    text-decoration: none;
    /*color:#ED565F;*/
}

.btn-reg{
    margin-left: 10px;
}

.btn-reg:hover{
    cursor: pointer;
    color:#ED565F;
}

.box-ico {
    background-color: #009DDF;
    float: left;
    text-align: center;
    margin-top: 2px;
    width: 36px;
    height: 36px;
    margin-left: 2px;
}

.box-ico span {
    float: none;

    font-size: 18px;
    position: relative;
    top: -4px;
    font-weight: 400;
}

.box-ico i{
    float: none;
    text-align: center;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
    top: -10px;
}

.search{
    background-color: #F2F2F2;
    color:#009DDF;
}

.search i{
    top:6px;
}

.box-ico:hover{
    cursor: pointer;
    background-color: #F2F2F2;
    color:#009DDF;
}




.cerchio_small_orange{
	margin-right:5px;
	background-color:#f89d03;
	color:#FFF
}

@media only screen and (max-width: 768px){
	.logo img {
		margin-top: 10px;
		margin-bottom: 10px;
		max-width:150px
	}
}
@media only screen and (min-width: 769px){
	.logo img {
		margin-top: 10px;
		margin-bottom: 10px;
		max-width:210px
	}
}

.navbar{
	background-color: #FFF;
}


/*nav ul{
    list-style: none;
	 padding-top: 40px;
}

nav ul li{
    display: inline;
    font-size: 14px;
    padding: 0px 4px;
    margin-right: 2px;
}

nav ul li:first-child{
    margin-right: 5px;
}

nav ul li:last-child{
    margin-right: 0px;
}

nav ul li a , nav ul li a:hover , nav ul li a:focus , ul.sub-menu li a , nav ul.sub-menu li a:hover , nav ul.sub-menu li a:focus{
    color: #333;
    text-decoration: none;

}

nav ul li a:hover {
    background-color: #C2E2F8;
    cursor: pointer;
	color:#ED565F;
}*/

ul.sub-menu {
	border-radius: 0px;
	box-shadow: none;
	background-color: #F2F2F2;
	border: 0px;
	width: 600px;
	height: 150px;
}

ul.sub-menu li {
    background-color: transparent;
    border-bottom: 0px;
    font-size: 20px;
    padding: 0;
    display: block;
    width: 49%;
    float: left;
    height: auto;
}

ul.sub-menu li a:hover{
    background-color: transparent;
    font-weight: bold;
}


/* /header */
header .ico i{
	font-size: 15px !important;
	padding:7px;
	color: #FFF;

}
header .ico  a{
	color: #fff !important;
}
header .ico i a:hover{
	color: #ffc107!important;
}
header .ico i:hover{
	color: #ffc107!important;
}


header .ico-light i{
	font-size: 1.6em;
	padding:7px;
	color: #067CAF;

}
header .ico-light  a{
	color: #067CAF !important;
}
header .ico-light i a:hover{
	color: #ffc107!important;
}
header .ico-light i:hover{
	color: #ffc107!important;
}
/* footer */
footer hr {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    border-top: 1px solid rgba(255,255,255,.3) !important;
}
.footer-top a{
   	color:#a3a8ad !important;
	/*font-size: 13px;*/
}
.footer-top a:hover{
	color: #067caf !important;
}
.footer-top{
    background-color: #181a1b;
    padding: 25px 0px;
	color:#f5f5f5;
	font-size: 13px;
}
.footer-top ul{
    padding: 0;
    list-style: none;
}
.footer-top ul li {
    color:#fff;
}
.footer-top ul li a{
	color:#fff !important;
}
.footer-top ul li a:hover{
    text-decoration: none;
    color: #067caf !important;
}
.footer-top i{
    color: #067caf ;
}

.footer-top .riga{
	border-bottom: 1px #4d4d4d solid;
	padding:3px
}
.footer-top h5{
	font-size: 15px;
	color: #81c9e2;
	font-weight: 800;
}
.footer-heading {
	color: #CACACA;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.footer-bottom{

    background-color: #232627;
	padding:5px;
    font-size: 12px;
	color:#a7a7a7;
}
.footer-bottom a{
	color:#FFF !important;
}
.footer-bottom a:hover{
	color: #067caf !important;
}



.footer-ico i{
	font-size: 15px !important;
	padding:5px;
	color: #067caf;

}

.footer-ico i:hover{
	color: #FFF;

}

.footer-ico {
	color: #a3a8ad;
	font-size: 13px;

}

.footer-ico a:hover{
	color: #fff ;
}
footer h5{
	color:#FFF;
}


.footer_line{
	line-height: 1.65em;
}
.footer_line li{
	list-style-type: disc;
	margin-left:15px;
}
#footer .container:after {
    background: #0b1c32;
}


.cerchio_social{

	font-size: 20px !important;
	width: 26px;
	height: 26px;
	line-height: 14px;
	border: 1px solid #81c9e2;
	;
	text-align: center;
	border-radius: 50%;

}

.cerchio-light {
	padding:8px;
	margin-bottom: 5px;
	border-radius:50px;
	background-color: #f5f5f5;
	width: 26px;
	height: 26px;
}
.cerchio_small {
	padding:10px;
	margin-bottom: 5px;
	border-radius:50px;
	border: #FFF 2px solid;
}
.cerchio {
	padding:15px;
	margin-bottom: 5px;
	border-radius:50px;
	/*border: #FFF 2px solid;*/
	background-color: #33393c;
}
.cerchioG {
	padding:15px;
	margin-bottom: 5px;
	border-radius:50px;
	width: 50px;
	height: 50px;
	border: #ccc 2px solid;
}
.privacy-popup{
    width:500px;
}

.social span {
	/*font-weight: bold;
   margin-top: 8px;
   font-size: 14px;
   float: left;float: right;*/
}

.social span img {
    width: 23px;
}

/* /footer */

/* slider */

.slider{
    height:auto;
	/* -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.52);
	 -moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.52);
	 box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.52);
	 margin-top: 30px;*/
    padding: 0;
}


.carousel-indicators {
	bottom:-20px !important;

}

.carousel-indicators li {
	padding:1px;
    background-color: #464646 !important

}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}


.slide-home:hover .carousel-control.right , .slide-home:hover .carousel-control.left{
	opacity: 0.8;
}

/*
.slider .flexslider {
    border: none !important;
    margin: 0px !important;
}


.slider .flex-control-nav {
    bottom: 0px !important;
}

.slider .flex-direction-nav .flex-prev{
    background-image: url('../images/freccia-sinistra.png');
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0 !important;
}

.slider .flex-direction-nav .flex-next{
    background-image: url('../images/freccia-destra.png');
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0 !important;
}

.slider .flex-direction-nav a::before{
    content: '' !important;
}

.slider .flex-direction-nav a {
    width: 70px !important;
    height: 125px !important;
    top:40% !important;
}


.slider .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1 !important;
}
.slider .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1 !important;
}
.slider .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1 !important;
}
.slider .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1 !important;
}

*/
/* /slider */

.icon-home{
    padding:50px 0;
    /*background-image: url('../images/home-goretex.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px -200px;*/
}

.icon-home a:hover{
    text-decoration: none;
}

.ico-cont{
    height: 200px;
}

.ico-img{
    width:100%;
    height: 100px;
    text-align: center;
}

.ico-img img{
	/* width:70px;*/
}

.ico-heading{
    color: #009ddf;
    font-size: 25px;
}

.ico-text{
    font-size: 18px;
    font-weight: bold;
    line-height: 0.7;
}

.slogan{
    height:auto;
    padding: 70px 0px;
    margin-top: 5px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(23,51,64,1) 0%, rgba(2,4,6,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(23,51,64,1)), color-stop(100%, rgba(2,4,6,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(23,51,64,1) 0%, rgba(2,4,6,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(23,51,64,1) 0%, rgba(2,4,6,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(23,51,64,1) 0%, rgba(2,4,6,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(23,51,64,1) 0%, rgba(2,4,6,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173340', endColorstr='#020406',GradientType=1 ); /* ie6-9 */
}

.slogan span{
    color: #009DDF;
    color: #009DDF;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 300;
}

/* lista articoli */

.page-cont{
    color:#333 !important;
    min-height: 400px;
}

.page-cont a{
    color:#333;
}

.page-cont a:hover{
    text-decoration: none;
}

.menu-bar{
    /*height:25px;*/
    margin-bottom: 5px;
}

.menu-bar ul li {
    display: inline;
}

.menu-bar ul li a{
    color: #333;
    background-color: #F2F2F2;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 700;
}

.menu-bar ul li a:hover , .menu-bar ul li a:focus{
    text-decoration: none;
    background-color: #999;
    color: #fff;
}

.menu-bar ul li a.categoria-selected{
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
}




.menu-bar ul li a.sotto-categoria-selected{
    background-color: #999;
    color: #fff;
}

.menu-bar ul li a.current{
    background-color: #E94635;
    color: #fff;
}

a.close-menu{
    background: #333;
	color: #fff;
	padding: 0px 4px;
	font-size: 12px;
}

.page-heading h2 , .page-heading h1{
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}

.select-ordina select{
    width: 150px;
}

span.filtra{
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-right: 10px;
}

span.cancella-ricerca{
    text-decoration: underline;
}

span.filtra:hover , span.cancella-ricerca:hover{
    cursor: pointer;
}

.articolo{
    height: 430px;
    margin-bottom: 20px;
    /*position: relative;*/
	padding:15px;
	border: 1px solid #E0E0E0;
	box-shadow: 3px 3px 3px #EDEDED;

}

.art-img{
    width: 100%;
    /*height: 200px;
    border: 1px solid #333;
    box-sizing: border-box;*/
    text-align: center;
    position: relative;
    overflow: hidden;

}



.art-img img{
    /*width: 70%;*/
    width:100%;

}
.locatore{
	color:#067caf !important;

}
.art-titlolo{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin-top: 8px;
    min-height: 40px;
}

.prezzo{
    font-size: 22px;
    font-weight: bold;
    color: #333;

}

.sconto-precent{
    color: #E4151E;
}

.sconto{
    font-weight: normal;
    font-size: 16px;
	color:red;
}

.promo , .outlet{
    position: absolute;
    top: 7px;
    right:  20px;
}

.promo img{
    width:70px !important;
}

.outlet img{
    width:130px !important;
}

.art-hover{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(100, 100, 100, 0.5);
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
}
.pr-0{
	padding-right:0
}
.pl-0{
	padding-left:0
}

.hover-text{
    /*margin-top: 130px;*/
    width: 100%;
    /*height: 100%;*/
    top: 70px;
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
}

.hover-text span{
    position: relative;
    top: 30%;
    color:#fff;

}

.hover-line {
    margin-top: 4px;
    border-width: 2px;
    width: 15px;
    position: relative;
    top: 10%;
}

.articolo:hover .art-img .art-hover , .articolo:hover .hover-text{
    opacity: 1;
}

.breadcrumb{
    background-color: transparent;
    font-size: 14px;
    padding: 0;
	text-transform: lowercase;
}


.breadcrumb-item:first-child{
    font-weight: bold;
}

.breadcrumb-item a:hover{
    text-decoration: none;
    color: #009DDF;
}

.breadcrumb-item:nth-child(2)::before{
    content: ">";
    color: #333;
    font-weight: bold;
}

.prod-img{
    border: 1px solid #333;
    /*min-height: 450px;*/
    overflow: hidden;
}

/*
.prod-img img{
    width: 100%;
}*/

.sample{
    height: 90px;
    border: 1px solid #333;
    margin-right: 10px;
}

.sample img{
    width: 100%;
}

.zoom{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    border: 1px solid  #b1b1b1;
}

.zoom img{
    width:100%;
}

.pulsante-condividi{
    padding: 0;
    margin-top: 10px;
}

.btn-select{
    height:40px;
    background-color: #C2E2F8;
    width: 100%;
    padding: 5px;
}

.taglia {
	padding-left:1px
}
.colore {
	padding-right:2px
}
.selcol {
	width:258px !important
}

.btn-select label{
    font-size: 18px;
}

.btn-select select{
    margin-left: 5px;
    width: 263px;
    height: 30px;
    border: 1px #ccc solid;
}

.btn-quantity {
    width: 110px;
    height: 55px;
    border: 2px #ccc solid;
}


.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    width: 97px;
    height: 47px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    border: 2px solid #ccc;
    font-weight: bold;
    font-size: 30px;
    text-align: right;
    padding-right: 35px;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 46px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 2px solid #ccc;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 13px;

    line-height: 0.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 30px;
    font-weight: bold;
    background-color: #F2F2F2;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 53%;
    top: 2px;
    border-bottom: 2px solid #ccc;
    left: -2px;
    line-height: 0.6;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 1px;
    height: 41%;
    left: -2px;
    line-height: 0.47;
}

.prezzo-n{
    width:190px;
    float: left;
}

.iva {
    width: 100px;
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1;
    margin-top: 8px;
}

.p-singolo{
    font-weight: normal;
    font-size: 18px;
    line-height: 0.1;
}

.prod-promo , .prod-outlet{
    position: absolute;
    top: 15px;
    width: 130px;
    left:15px;
}

.prod-promo img, .prod-outlet img{
    width:100%;
}

.disponibilita {
    width: 200px;
    height: 100px;
    float: left;
}

.disponibilita img{
    width:95%;
}

.disponibilita-text {
    height: 100px;
    float: left;
    width: 200px;
    font-size: 13px;
    line-height: 1.2;
}

.btn-cont {
    width: 252px;
    float: left;
    height: 100px;
}

a.btn-carrello {
    background-color: #FFF;
    color: #000;
    border: 2px #333 solid;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 36.1px;
    float: left;
    margin-bottom: 10px;
	width: 100%;
}

a.btn-carrello:hover{
    background-color: #000 !important;
    color:#FFF;
}

a.btn-wishlist {
    font-size: 16px;
    margin-top: 10px;
    background-image: url("../images/prodotto-whishlistoff.png");
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 33px;
    background-position: 1px 3px;
}


a.btn-wishlist:hover{
    text-decoration: underline;
    background-image: url("../images/prodotto-whishliston.png");
}

.divider-scheda{
    border-color:#333;
    margin-top: 0px;
    margin-bottom: 5px;
}

.tre-col{
    border: 1px solid #009ddf;
    height: 100px;
    text-align: center;
}

.tre-col img{
    width:45px;
}

.h-ico{
    height: 55px;
}

.tre-col:hover{
    background-color: #F2F2F2;
}

.panel-head-scheda a{
    font-size: 18px;
    font-weight: bold;
    padding: 8px 446px 8px 0px;
}

.panel-default > .panel-heading{
    background-color: #FFF;
	margin-top:8px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
.page_height{
	min-height: 610px !important;
}

.panel-default {
    border-color: #FFF;
}
.panel-body {
    background-color: #f3f3f3;
	padding:10px;
}

.panel-group .panel {
	/* border-radius: 0px;*/
}

.panel-default {
	/* border-color: #e5e5e5;*/
}

.carosello .articolo{
    width:auto ;
	margin:15px;
	background-color: #FFF;
}
.carosello p{
	font-weight: 100;
    font-size: 14px;
}

#accedi {
	display: none;
}


.accedi-popup{
    background: #009DDF;
    width: 300px;
    height: auto;
    position: absolute;
    right: 282px;
    padding: 5px;
    line-height: 1.2;
    display: none;
    top: 40px;
    z-index: 100;
	color:white;
}

.accedi-popup input[type="text"] , .accedi-popup input[type="password"] {
    color: #000;
    width: 290px;
    border: none;
    height: 23px;
    margin-bottom: 3px;
}

.accedi-popup input[type="submit"] {
    border: none;
    background-color: #464646;
    padding: 0px 5px;
    height: 23px;
    float: right;
	color:white;
}

#newsletter {
	display: none;
}

/* login */

.login-area, .newsletter-area, .registrati-area{
    width: 450px;
    height: auto;
    background-color: #fff;

}

/*.fancybox-skin{padding:0 !important;}*/

.login-tp{
    float: left;
    width: 100%;
    height:50px;
    background-color: #14384f;
    text-align: center;
    margin-bottom: 25px;
}

.login-tp-h2{
	font-size: 21px;
	line-height: 2.3;
	text-transform: bold;
	color:#fff;
	margin-top: 0;
	font-weight: bold;
}

.login-dati input[type='text'], .login-dati  input[type='password'],  .login-dati  input[type='email']{
	border: 1px #ccc solid;
	background:transparent;
}

#registrati-form input{
	margin-top: 10px;
}

.login-tp span{
    font-size: 17px;
    float: right;
    line-height: 0px;
    margin-top: -26px;
    margin-right: 20px;
}

.login-tp span a{
    color:#000;
}

.login-tp span a:hover{
    color:#363636;
    text-decoration: none;

}

.login-dati{
	width:80%;
	height:auto;
	margin: 0 auto;
}

.reg_bottom{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 16px;

}

.reg_bottom span{
	color:#000;
}


.recupera_pass input[type="submit"]:hover{
    text-decoration: underline;
}

.reg_page input[type="text"], .reg_page input[type="email"], .reg_page input[type="password"]{
	margin-top: 15px;
	border:1px solid #ccc;
}

.recupera_pass input[type="button"]:hover{
    text-decoration: underline;
}

.recupera_pass input[type="button"]{
	float : right;
	margin-left: 0px;
	border: none ;
	margin-top: 0px;
	margin-top: 10px;
	color: rgb(159, 80, 105);
	font-weight: bold;
	background: transparent;
}

#rpass{
    margin-top: 25px;
}


/* / login */







/* carrello */

.carrello .table > thead > tr > th , .carrello .table > tbody > tr > td{
    border-bottom: 1px solid #333;
    font-size: 16px;
    padding-left: 0px;
}

.prodimg {
	width: 120px !important
}
.promotd {
	vertical-align: middle !important;
	width: 155px !important;
}
.pricetd {
	vertical-align: middle !important;
	text-align: right !important;
	width: 112px !important;
}
.quantitatd {
	vertical-align: middle !important;
	width: 180px !important;
}


.tnb{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 0;
}

.carrello .btn-default {
    color: #333;
    background-color: #f2f2f2;
    border-color: #ccc;
}

.carrello .btn{
    font-size: 11px;
    padding: 6px 4px;
    border-radius: 0px;
    line-height: 0;
}

.carrello .form-control{
    font-size: 18px;
    font-weight: bold;
}

.carrello .input-group .form-control{
    line-height: 0;
    height: 25px;
}

.carrello .input-group{
    width: 42%;
    left: 50px;
}

.cod-promo{
    border: 1px solid #333;
    margin-top: 20px;
    padding: 15px;
}

.cod-promo input[type="text"] {
    border: none;
    color: #000;
    width: 235px;
    height: 25px;
    border: 1px #ccc solid;
    margin-left:10px;
    font-size: 16px;
}

.cod-promo input[type="submit"] {
    border: none;
    background-color: #464646;
    padding: 0px 20px;
    margin-left: -5px;
    height: 25px;
    color: #fff;
    font-size: 16px;
}
.cod-promo input[type="button"] {
    border: none;
    background-color: #464646;
    padding: 0px 20px;

    height: 25px;
    color: #fff;
    font-size: 16px;
}
.tab-prezzi tr td{
    height:60px;
    vertical-align: middle !important;
}

.tot-prezzo{
    background-color: #6B6B6B;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}

.pagamento-tipo, .titolo-pag , .checkout{
    padding: 14px;
}

.pagamento-tipo , .scegli-pagamento{
    border: 1px solid #ddd;
}

.pagamento label{
    font-weight: normal;
    margin-left: 10px;
}

.scegli-pagamento{
    margin-top:20px;
}

.carta{
    float: right;
    width: 80%;
}

.carta img{
    margin-bottom: 3px;
    margin-right: 0px;
	margin-top:-3px;
	height:84px;
}

.paypal{
    min-height: 110px;
    border-bottom: 1px solid #ddd;
}

.bonifico{
    border-bottom: 1px solid #ddd;
    padding: 32px 0px;
}

.contanti{
    padding: 10px 0px;
}

.procedi input{
    border: 0px;
    background-color: #009DDF;
    color: #fff;
}
/* end carrello */

/*.tooltip > .tooltip-inner {background-color: #fff; border: 1px solid #999; color: #000; font-family: 'Dosis', sans-serif !important; font-size:16px;  }

.tooltip.top .tooltip-arrow {
    border-top-color: #999;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #999;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #999;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #999;
}*/

/* omaggi */
.omg .omaggi{
	height: 140px !important;

}

.omaggi{
    height: 170px;
    background-color: #F6FAFE;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
}

.omaggi-titolo{
    background-color: #C2E2F8;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 5px 0px;
}

.omaggi-text{
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

.omaggio-bar{
    height: 70px;
    background-color: #FFEE7F;
    border-bottom: 1px solid #333;
    float: left;
    width: 100%;
	margin-bottom:20px
}
.regalo {
	margin-top:6px
}

.omaggio-ico i{
    margin-top: 6px;
}

.omaggio-text{
    text-align: center;
}

.omaggio-bar-2{
    background-color: #FFF5B2;
    width: 100%;
    float: left;
}

.omaggi-carrello:hover{
	cursor:pointer;
}

.omaggi-carrello-toggle{
	display:none;
}
/* end omaggi */

.azienda figure img {
    width:100%;
}

.azienda figcaption{
    font-size: 16px;
    background-color: #f6f6f6;
    padding: 5px 0px 10px 5px;
}

.newsletter-cont{
    height: auto;
    margin-top: 40px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(84,84,84,1) 0%, rgba(40,40,40,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(84,84,84,1)), color-stop(100%, rgba(40,40,40,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(84,84,84,1) 0%, rgba(40,40,40,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(84,84,84,1) 0%, rgba(40,40,40,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(84,84,84,1) 0%, rgba(40,40,40,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(84,84,84,1) 0%, rgba(40,40,40,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#282828',GradientType=1 ); /* ie6-9 */
}

.news-inner{
    padding: 40px 75px;
    color: #fff;
}

.news-inner input[type="text"] {
    border: none;
    color: #000;
    width: 79.8%;
    height: 25px;
    border: 1px #ccc solid;
    font-size: 18px;
}


.news-inner input[type="submit"] {
    border: none;
    background-color: #009DDF;
    padding: 0px 20px;
    margin-left: 3px;
	margin-top:-7px;
    height: 25px;
    color: #fff;
    font-size: 18px;
}

.news-inner label{
    font-size: 16px;
    font-weight: normal;
    margin-left: 6px;
    margin-top: 6px;
}


.num{
    float: left;
    font-size: 28px;
    border: 2px solid #009DDF;
    padding: 1px 15px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.guida{
    font-size: 21px;
    line-height: 1.2;
    margin-top: 14px;
}

.guida-cont{
    height: 90px;
}

.cookie p strong{
    color: #009DDF;
}

.cookie ul {
    list-style: circle;
}

.cookie a{
    text-decoration: underline;
}

/* registrazione */

.registrazione label{
    font-weight: normal;
    margin-left: 5px;
}

.registrazione .m-l-20{
	margin-left: 20px !important;
}
.registrazione .m-l-50{
	margin-left: 50px !important;
}
.registrazione input[type="text"] , .registrazione select , .registrazione input[type="password"] , .registrazione input[type="email"]{
    border:1px solid #ccc;
    width: 100%;
    font-size: 16px;
    margin-bottom: 14px;
    padding-left: 5px;
}

.registrazione  .m-0-10{
	margin: 0 10.5px;
}

.registrazione select{
    border-radius: 0px;
    /*margin-top: 5px;*/
    padding: 0 5px;
}

.registrazione hr {
    border-color: #ccc;
    margin-top: 0px;
}

.sconto-ben {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}

.registrazione .salva , .form .salva{
    background-color: #f5f5f5;
    border: none;
    color: #fff;
    font-weight: bold;
    float: right;
    margin-top: 15px;
    padding: 2px 15px;
}
/* /registrazione */

.account > thead > tr > th{
    text-align: center;
    border-bottom: 1px solid #333;
}

.account tbody > tr > td{
    text-align: right;
    vertical-align: middle;
    height: 60px;
    border-top: 1px solid #ccc;
}

.red{
    color:#E7070B;
}

.green{
    color:#60AA23;
}
.nascosto{
	display:none
}
;

address a:hover{
    text-decoration: underline !important;
}

.form {
    height: auto;
    background-color: #f5f5f5;
    padding: 15px 30px;
    font-size: 16px;
}

.form input, .form textArea {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

.popover-title, .popover-content{
	color:#333;
	font-family: 'Dosis', sans-serif !important;
	font-size: 16px;
}

.fa-question-circle{
    /*font-size: 15px !important;*/
	/* color: #6B6B6B !important;*/
}
.bottone_cerca button[type="submit"] {
    border: none;
    background-color: #464646;
    padding: 0px 10px;
    margin-left: -3px;
    height: 25px;
    color: #fff;
}

.cond_vendita li{
	margin-left:20px;
	list-style:decimal;
	font-weight: 500;
}

/*CODICE HEADER TOP*/

.login_top ul{
	list-style:outside none none;
	margin:0;
	padding:0;
	clear:both;
	width:auto;
}
.login_top ul li{
	display:inline-block;
	width:auto;
	text-align:center;
}
.login_top ul li:first-child{
	border-right:0px solid #FFF;
	padding:0 9px 0 0;
}
.login_top ul li:nth-child(2){
	padding:0 0px 0 5px;
}
.login_top ul li a{
	display:inline-block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 9px 0 9px;
	height:25px;
}
.login_top ul li a.first{
	border-right:0px solid #FFF;
}
.login_top ul li a:hover{
	text-decoration:underline;
}
/*.ricerca{margin-top:3px; float:left;}
.ricerca .textfield{width:85%;border:1px solid #d6d6d6;height:26px;padding:0;}
.ricerca .button-cerca{border:1px solid #d6d6d6; cursor:pointer; display:inline-block; height:25px; width:25px; background-color:#F4F4F4; padding:0; color:#000; }
.ricerca .button-cerca img{ height:16px; width:auto;}*/
/*END CODICE HEADER TOP*/
.bg_grigio{
	background-color: #F5F5F5;
}

.colorRed{
	color:#ED565F;
}
.bg_black{
	background-color: #000000;
}

.box_preview{
	margin-top:-20px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding:20px;
}

div.hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #CCC;
	text-align: center;
	height: 0px;
	line-height: 0px;
	padding-bottom:30px;
}

.hr-title {
	background-color: #fff;
	font-size:18px;

}
.hr-title-grigio {
	background-color: #f5f5f5;
	font-size:18px;

}


.box-prodotti{
	padding-top: 60px;
	padding-bottom: 60px;
}
.box-prodotti h5{
	font-weight: 700;
}
div.hr-box {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	text-align: center;
	height: 0px;
	line-height: 0px;

}




.container-img {
    position: relative;
    width: 100%;
	background-color:#000;
}

.image-roll {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: 800;
}

.container-img:hover .image-roll {
	background-color:#000;
	opacity: 0.4;
}

.container-img:hover .middle {
	opacity: 1;
}

.text-img {
	border: 2px #fff solid;
	padding: 5px 23px;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.btn-bianco{
	background-color: #FFFFFF;
	border: 1px #CACACA solid;
	color: #000;
	font-weight: 700;
}


.btn-bianco:hover{
	background-color: #ccc;
	color: #000;
}
.text-black{
	color:#000;
}

.text-black:hover{
	color:red !important;
}
.pagination>li>a, .pagination>li>span{
    color: #000 !important;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.p-0 {
	padding: 0!important
}

/*.btn-danger{
	color:#FFF !important;
}
.btn-danger:hover{color:#000 !important;}
*/

.navbar-light .navbar-nav .active > .nav-link {
    color: #067CAF!important;
	font-weight: 600;

}

h3 {
	/*    font-size: 1.5rem !important;*/
	color: #067caf !important;
	font-weight: 600 !important;

}
.breadcrumb {
	border-bottom: #ddd 1px solid;
	background-color: #FFF !important;

}
.breadcrumb-item a {
    color: #ffc107 !important;
}
.breadcrumb-item a:hover {

    color: #000 !important;
}

.fascia_submenu{
	padding: .75rem ;
	border-bottom: #ddd 1px solid;
}
.fascia_submenu a {
	color:#000;
	padding-left: 10px;
	padding-right: 10px
}
/* 4.2. Icon Box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.icon-box {
	/*margin-bottom: 20px;*/ }
.icon-box.box {
	margin-bottom: 30px;
}
.icon-box.box-lg {

	margin-bottom: 40px;
}
.icon-box.block {
	margin-bottom: 60px;
}
.icon-box .box-content p {
	line-height: 1.8461em;
}
.icon-box .box-content > *:last-child {
	margin-bottom: 0;
}
.icon-box[class*=" style-centered-"] {
	text-align: center;
}
.icon-box[class*=" style-centered-"] > i {
	margin-bottom: 20px;
	cursor: default;
}


.icon-box[class*=" style-centered-"].style-centered-3 > i {
	font-size: 16px;
	color: #fff;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	line-height: 46px;
	background: #1b4268;
	border: 2px solid #1b4268;
	position: relative;
	overflow: hidden;
}
.icon-box[class*=" style-centered-"].style-centered-3 > i:before {
	position: relative;
	z-index: 1;
}
.icon-box[class*=" style-centered-"].style-centered-3 > i:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	-webkit-border-radius: 100px 100px 0 0;
	-moz-border-radius: 100px 100px 0 0;
	-ms-border-radius: 100px 100px 0 0;
	border-radius: 100px 100px 0 0;
	background: #325577;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.icon-box[class*=" style-side-"] > i {
	float: left;
}


.icon-box[class*=" style-side-"].style-side-3 > i {
	font-size: 20px;
	color: #fff;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	line-height: 46px;
	background: #00a2ee;
	border: 2px solid #00a2ee;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
.icon-box[class*=" style-side-"].style-side-3 > i:before {
	position: relative;
	z-index: 1;
}
.icon-box[class*=" style-side-"].style-side-3 > i:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	-webkit-border-radius: 100px 100px 0 0;
	-moz-border-radius: 100px 100px 0 0;
	-ms-border-radius: 100px 100px 0 0;
	border-radius: 100px 100px 0 0;
	background: #1aabf0;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.icon-box[class*=" style-side-"].style-side-3 .box-title {
	padding-top: 15px;
	margin-bottom: 25px;
}
.icon-box[class*=" style-side-"].style-side-3.icon-color-blue > i {
	background: #1b4268;
	border-color: #1b4268;
}
.icon-box[class*=" style-side-"].style-side-3.icon-color-blue > i:after {
	background: #325577;
}

.icon-box[class*=" style-boxed-"].style-boxed-1, .icon-box[class*=" style-boxed-"].style-boxed-3 {
	position: relative;
	border: 2px solid #e5e5e5 ;/*#edf6ff;*/
}

.icon-box[class*=" style-boxed-"].style-boxed-3 {
	border-color: #d4dde5;
	padding: 20px 20px;
	-moz-transition: background 0.2s ease-in 0s;
	-o-transition: background 0.2s ease-in 0s;
	-webkit-transition: background 0.2s ease-in 0s;
	-ms-transition: background 0.2s ease-in 0s;
	transition: background 0.2s ease-in 0s;
	height: 310px;
}
.icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container {
	margin-bottom: 20px;
}
.icon-box[class*=" style-boxed-"].style-boxed-3:hover {
	color: #fff;
	background: #fbb814;
	border-color: #fbb814;
}
.icon-box[class*=" style-boxed-"].style-boxed-3:hover .box-title a {
	color: #fff;
}
.icon-box[class*=" style-boxed-"].style-boxed-3:hover .icon-container i {
	background: #edf6ff;
	color: #00a2ee;
}
.icon-box[class*=" style-boxed-"].style-boxed-3:hover .icon-container i:after {
	background: #fff;
}
/*****/
.icon-box[class*=" style-centered-"].style-boxed-contatti > i {
	font-size: 16px;
	color: #fff;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	line-height: 46px;
	background: #1b4268;
	border: 2px solid #1b4268;
	position: relative;
	overflow: hidden;
}
.icon-box[class*=" style-centered-"].style-boxed-contatti > i:before {
	position: relative;
	z-index: 1;
}
.icon-box[class*=" style-centered-"].style-boxed-contatti > i:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	-webkit-border-radius: 100px 100px 0 0;
	-moz-border-radius: 100px 100px 0 0;
	-ms-border-radius: 100px 100px 0 0;
	border-radius: 100px 100px 0 0;
	background: #325577;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.icon-box[class*=" style-side-"] > i {
	float: left;
}


.icon-box[class*=" style-side-"].style-boxed-contatti > i {
	font-size: 20px;
	color: #fff;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	line-height: 46px;
	background: #00a2ee;
	border: 2px solid #00a2ee;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
.icon-box[class*=" style-side-"].style-boxed-contatti > i:before {
	position: relative;
	z-index: 1;
}
.icon-box[class*=" style-side-"].style-boxed-contatti > i:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	-webkit-border-radius: 100px 100px 0 0;
	-moz-border-radius: 100px 100px 0 0;
	-ms-border-radius: 100px 100px 0 0;
	border-radius: 100px 100px 0 0;
	background: #1aabf0;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.icon-box[class*=" style-side-"].style-boxed-contatti .box-title {
	padding-top: 15px;
	margin-bottom: 25px;
}
.icon-box[class*=" style-side-"].style-boxed-contatti.icon-color-blue > i {
	background: #1b4268;
	border-color: #1b4268;
}
.icon-box[class*=" style-side-"].style-boxed-contatti.icon-color-blue > i:after {
	background: #325577;
}

.icon-box[class*=" style-boxed-"].style-boxed-contatti{
	position: relative;
	border: 1px solid #e5e5e5 ;/*#edf6ff;*/
}

.icon-box[class*=" style-boxed-"].style-boxed-contatti {
	border-color: #d4dde5;
	padding: 10px;
	-moz-transition: background 0.2s ease-in 0s;
	-o-transition: background 0.2s ease-in 0s;
	-webkit-transition: background 0.2s ease-in 0s;
	-ms-transition: background 0.2s ease-in 0s;
	transition: background 0.2s ease-in 0s;
}
.icon-box[class*=" style-boxed-"].style-boxed-contatti .icon-container {
	margin-bottom: 20px;
}
.icon-box[class*=" style-boxed-"].style-boxed-contatti:hover {
	color: #fff;
	background: #fbb814;
	border-color: #fbb814;
}
.icon-box[class*=" style-boxed-"].style-boxed-contatti:hover .box-title a {
	color: #fff;
}
.icon-box[class*=" style-boxed-"].style-boxed-contatti:hover .icon-container i {
	background: #edf6ff;
	color: #00a2ee;
}
.icon-box[class*=" style-boxed-"].style-boxed-contatti:hover .icon-container i:after {
	background: #fff;
}
.icon-box a:hover {
    color: #FFF;
}

div.miobox
{
	height:130px !important;
   	padding:20px;
	margin-bottom:1rem;
	background-color: #f5f5f5;
    overflow:auto;

}
div.miobox p{
	font-size: 10px;
	line-height: 15px !important;
}
.form-control {
	font-size: .9rem !Important;
}

#id_ajax_loader{
	z-index:10000;
	position:fixed;
	top:20vh;
	left:45vw;
}
.bootbox{
	z-index:4000;
}
div.miobox
{

    height:100px !important;
    margin: 24px;
	padding:10px;
    /*border:1px solid #EEE; border-right:0 solid;*/
	background-color: #f2f6f8;
    overflow:auto;
}




.page-item.active .page-link {

    color: #fff !important;
    background-color: #067CAF !important;
    border-color: #067CAF;
}

a {
	color: #000 !important;
}

.btn-primary {
    color: #fff;
    background-color: #067CAF !important;
    border-color:#067CAF !important;
	font-weight: normal !important;

}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {

    color: #fff;
    background-color: #067CAF !important;
    border-color:#067CAF !important;

}

.top_ar {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
	/*padding-top:5px;*/
	padding:15px;
	margin-bottom:15px;
	margin-top:15px;

	border-radius:3px;

}

label{
	color:#6B6B6B
}

blockquote {
    font-size:15px;

}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.block-quote{
	float: left;
	margin-right: 10px;
	height: 70px;
	color:#E4F0F4
}

#YQ-cerchi .modal-footer {
    display: block !important;
}
#YQ-affitti .modal-footer {
    display: block !important;
}
.modal-backdrop {

	/* background-color: #077caf !important;*/


}
.testoBlu{
	color:#067caf !important;
}
.testoNero{
	color:#000 !important
}
.testoBianco{
	color:#FFF !important
}
.testoGrigio{
	color:#787d82 !important
}
.testoRosso{
	color:red !important
}
.bgBlu{
	background-color: #077caf;
}




.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media only screen and (min-width:150px) and (max-width:700px) {

	.navbar-dark .navbar-nav .nav-link {
		/*border-bottom: 1px solid #ddd;*/
	}
	.nav-link {

		padding: .4rem 1rem;
	}
	.navbar-nav .nav-link{
		color:#000 !important
	}
	.voci .nav-link{
		color:#000 !important
	}
	.mob{
		background-color: #FFF;
	}
}
/************************/

.team-grid {
	color: #313437;
	background-color: #fff;
}

.team-grid p {
	color: #7d8285;
}

.team-grid h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
	.team-grid h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}
}

.team-grid .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}

.team-grid .intro p {
	margin-bottom: 0;
}

.team-grid .people {
	padding: 50px 0;
}

.team-grid .item {
	margin-bottom: 30px;
}

.team-grid .item .box {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 280px;
	position: relative;
	overflow: hidden;
}

.team-grid .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31,148,255,0.75);
	transition: opacity 0.15s ease-in;
	opacity: 0;
	padding-top: 80px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.team-grid .item:hover .cover {
	opacity: 1;
}

.team-grid .item .name {
	font-weight: bold;
	margin-bottom: 8px;
}

.team-grid .item .title {
	text-transform: uppercase;
	font-weight: bold;
	color: #bbd8fb;
	letter-spacing: 2px;
	font-size: 13px;
	margin-bottom: 20px;
}

.team-grid .social {
	font-size: 18px;
}

.team-grid .social a {
	color: inherit;
	margin: 0 10px;
	display: inline-block;
	opacity: 0.7;
}

.team-grid .social a:hover {
	opacity: 1;
}
.team-boxed {
	color: #313437;
	background-color: #eef4f7;
}

.team-boxed p {
	color: #7d8285;
}

.team-boxed h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
	.team-boxed h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}
}

.team-boxed .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}

.team-boxed .intro p {
	margin-bottom: 0;
}

.team-boxed .people {
	padding: 20px 0;
}

.team-boxed .item {
	text-align: center;
}

.team-boxed .item .box {
	text-align: center;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
}

.team-boxed .item .name {
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 8px;
	color: #067caf !important;
}

.team-boxed .item .title {

	font-weight: bold;
	color: #aaabb0;
	letter-spacing: 1px;
	font-style: italic

}

.team-boxed .item .description {
	/*font-size: 15px;*/
	margin-top: 15px;
	margin-bottom: 20px;
}

.team-boxed .item img {
	max-width: 160px;
}

.team-boxed .social {
	font-size: 18px;
	color: #a2a8ae;
}

.team-boxed .social a {
	color: inherit;
	margin: 0 10px;
	display: inline-block;
	opacity: 0.7;
}

.team-boxed .social a:hover {
	opacity: 1;
}

.nav-link {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.fixed-top .div-logo{
		background-image: url(../images/logo.svg);
		background-repeat: no-repeat;
		width: 200px;
		margin-top:20px;
		height: 30px
	}
	.hide-tablet{
		display:none
	}
	.fixed-top .voci{
		margin-top:10px;
		bottom:5px !important;
	}

	.nav-link {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1024px)  {

	.fixed-top .div-logo{
		background-image: url(../images/logo.svg);
		background-repeat: no-repeat;
		width: 150px;
		margin-top:20px;
		height: 30px
	}
	.hide-tablet{
		display:none
	}
	.fixed-top .voci{
		margin-top:10px;
		bottom:5px !important;
	}

	.nav-link {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
		font-size: 12px;
	}
}


p.title {
	height: 100px !important;
}


.pagina{
	min-height: 600px;
}


/**/
/* mappa */

.map-section img{
	margin:50px auto 0 auto;
	width:267px
}
.map-section .map-container{
	background-color:transparent;
	width:400px;
	height:400px;
	margin:90px auto 14px auto
}

.map-section .map-container .map-italia-svg .region{
	-webkit-transition:fill .2s ease-out;
	-moz-transition:fill .2s ease-out;
	-ms-transition:fill .2s ease-out;
	-o-transition:fill .2s ease-out;
	transition:fill .2s ease-out;
	fill:#35A8E0;
	stroke:#fff;
	stroke-width:.05vw;
	stroke-linejoin:round;
	cursor:pointer
}
.map-section .map-container .map-italia-svg .region:hover{
	fill:#077caf;
}
.map-section .map-container .map-italia-svg .region.active .etichetta,.map-section .map-container .map-italia-svg .region.active .label-rect-1{
	display:block
}
.map-section .map-container .map-italia-svg .region.active-from-outside{
	fill:#077caf
}
.map-section .map-container .map-italia-svg .province{
	-webkit-transition:fill .2s ease-out;
	-moz-transition:fill .2s ease-out;
	-ms-transition:fill .2s ease-out;
	-o-transition:fill .2s ease-out;
	transition:fill .2s ease-out;
	cursor:pointer;
	fill:#35A8E0
}
.map-section .map-container .map-italia-svg .province.active,.map-section .map-container .map-italia-svg .province:hover{
	fill:#077caf
}
.map-section .map-container .map-italia-svg .etichetta{
	font-family:Roboto,sans-serif;
	font-weight:400;
	text-transform:uppercase;
	fill:#fff;
	stroke:transparent;
	stroke-width:0;
	font-size:.9em;
	text-align:center;
	display:none
}
.map-section .map-container .map-italia-svg .label-rect-1{
	text-align:center;
	fill:transparent;
	stroke:transparent;
	stroke-width:0;
	opacity:.8;
	display:none
}
.map-section .map-container .map-italia-svg .label-rect-2{
	display:none
}
.map-section {
	font-family:Roboto,sans-serif;
	font-weight:400;
	color:#fff;
	opacity:.9;
	text-align:center;
	font-size:13px
}
.map-section  span{
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
	color:inherit;
	cursor:pointer;
	opacity:.8
}
.map-section  span:hover{
	opacity:1
}
*,:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:0;
	-webkit-font-smoothing:antialiased
}

.modal-md {
	max-width: 700px;
}

.input-group-text {

	padding: .0rem .75rem !important;
}

.btn.btn-outline-secondary.btn-number {
	padding-bottom: 2px !important;
	padding-top: 2px !important;
}

#id_scheda_principale {
	/*margin-top: 90px !important;*/
}

.btn-link {
 
  color: #077caf !important;
 
}
