/* Add here all your css styles (customizations) */



/** FONTS  **/
@font-face {
	font-family: 'Conv_Futura Heavy font';
	src: url('../fonts/Futura Heavy font.eot');
	src: local('?'), url('../fonts/Futura Heavy font.woff') format('woff'), url('../fonts/Futura Heavy font.ttf') format('truetype'), url('../fonts/Futura Heavy font.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.futura
{
	font-family:'Conv_Futura Heavy font',Sans-Serif;
}



/* Override body style */

body {
 color: #333;
 font-size: 14px;   /*13px*/
 line-height: 1.6;
 /*font-family: "Verdana",Helvetica,Arial,sans-serif;*/
}

.headline-center p {
    font-size: 15px;  /*14*/
}

/*New Generic styles*/

.padding-left-10 {
	 padding-left: 10px;
 }
 
.padding-top-15 {
	 padding-top: 20px;
 } 
 
.padding-top-20 {
	 padding-top: 20px;
 }
 
.margin-top-15 {
	 margin-top: 15px;
}
 
.margin-top-20 {
	 margin-top: 20px;
 }
 
.ico-sm {
	width:40px;
	height:40px;
}


.bg-color-yellow {
    background: #f1c40f;
}

.color-pink {
	color: #e81c62;
}

.bg-color-pink {
	background: #e81c62;
}


.btn-u.btn-u-purple {
	background: #9b6bcc;
}


.image-responsive p img {
	max-width: 100%;

}
img.aligncenter{
    display: block;
    margin: 0 auto;
}
img.alignleft{
    display: block;
}
img.alignright{
    display: block;
    float: right;
}

.border {
/*    border-top: solid 1px #3498db;
    border-bottom: solid 1px #3498db;
    border-right: solid 1px #3498db;
    border-left: solid 1px #3498db;
*/
    border-top: solid 1px #4765a0;
    border-bottom: solid 1px #4765a0;
    border-right: solid 1px #4765a0;
    border-left: solid 1px #4765a0;
}

.shadow{
	text-shadow: rgb(51, 51, 51) 1px 1px 2px, rgb(51, 51, 51) 1px 1px 2px, rgb(51, 51, 51) 1px 1px 2px, rgb(51, 51, 51) 1px 1px 2px;
    text-decoration: none;
}

.shadow-wh{
	text-shadow: rgb(255, 255, 255) 1px 1px 2px, rgb(255, 255, 255) 1px 1px 2px, rgb(255, 255, 255) 1px 1px 2px, rgb(255, 255, 255) 1px 1px 2px;
    text-decoration: none;
}

span.label-pink,
span.badge-pink,
.list-group-item.active>.badge.badge-pink {
	background: #e81c62;
}




/*New Specific styles*/


.catalog-container {
    display: block;
    margin: 0;
}
.catalog-container ul {
    list-style: disc;
}


.product-box {
    padding: 15px 15px 5px 15px;  /*: 15px;*/
    text-align: center;    
/*    border-top: solid 1px #3498db;
    border-bottom: solid 1px #3498db;
    border-right: solid 1px #3498db;
    border-left: solid 1px #3498db;
*/
    border-top: solid 1px #4765a0;
    border-bottom: solid 1px #4765a0;
    border-right: solid 1px #4765a0;
    border-left: solid 1px #4765a0;
    min-height: 200px;
}
.product-box h3 a {
  color: #555;
}	
.product-box h3 a:hover {
  color: #3498db;
}
.product-box p {
	font-size: 13px;
    line-height: 1.6;
}
.product-box img{
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}


.blog-mythumb {
	display:inline;
	max-width: 480px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top: 0;
	margin-left: 0;
}



.social-bar {
	margin-bottom:20px;
}



/*Override Generic styles*/

a, a:focus, a:hover, a:active {
	text-decoration:none;
}

.ms-promo-info {
    text-transform: none;
}


.tableProducts th, td {
	text-align:center;
}

.tableProducts th:first-child, td:first-child {
	text-align: left;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    /*background: url("../img/patterns/bg1.png") repeat;*/
	background: none;
	background-color: #CCC;  /*#f1f3f6;*/

}


.content-sm {
   padding-bottom: 0;
}


h2 .label, h3 .label {
    top: -2px;
    font-size: 10px;
    padding: 2px 5px;
    margin-left: 2px;
    position: relative;
    border-radius: 3px !important;
}

/* Override breadcrumbs */

.breadcrumbs {
  overflow: hidden;
  padding: 15px 0 1px; /*40px 0 10px;*/
  border-bottom: solid 1px #eee;
  background: none;
  background-color: #0065ad;
}
.breadcrumbs h1 {
  color: #fff;  /*666*/
  font-size: 26px; /*22 32*/
  margin-top: 8px;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb li {
    color: #fff;  /*#3498db*/
}
.breadcrumb li.active, .breadcrumb li a:hover {
    color: #f1c40f;  /*#3498db*/
}

.breadcrumb>.active {
    color: #f1c40f;  /*777*/
}
.breadcrumbs-areac {
	background-color: #88a9d2;
}
/* End Override breadcrumbs */

/* Override sky-form */

.sky-form  {
	border-color:#3498db;
}

.sky-form p {
	font: 14px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
}

.sky-form header, .sky-form fieldset, .sky-form footer  {
	background-color: #eff2f4;
	background: #eff2f4; /*#f8f8f8;	*/
}

.sky-form .progress {
     float: none; /*right*/
}

.sky-form .sky-space-10 {
  margin-bottom: 10px;
}

.sky-form .label {
	padding-top: 10px;
    font-weight: 700;
}

.sky-form em.invalid{
    display:none !important;
}

.sky-form input.invalid,.sky-form textarea.invalid,.sky-form select.invalid{
    border-color: #e74c3c;

}

.sky-form input.invalid ~ span{
    color: #e74c3c !important;
}


/* End - sky-form */

.cbp-l-grid-agency{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.cbp-l-grid-agency .cbp-item{
    width: 25%;
    padding: 5px;
}


/* Override sky-form background color  */

.sky-color1 header, .sky-color1 fieldset, .sky-color1 footer  {
	background-color: #fbfaf0;
	background: #fbfaf0; /* 03-10-2017  fbf8e3*/
}

/* End - sky-form background color  */

.purchase {
    border-top: solid 1px #eee;
}


/* Override Header styles*/

/*Payoff*/
.topbar h3 {
	display:inline-block;
	font-size: 16px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;	
}



/* header Area clienti*/

.header-areac {
}
.header-areac h1{
	color:#777;
    font-size: 36px;
    font-weight: 400;
}


/* header Area pubblica */

.header .dropdown-menu h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px 0 13px;
    text-transform: none;
}

.header .mega-menu .equal-height-list h3 {
    text-transform: none;
}

/* header */
.header .topbar ul.loginbar  {
	margin-top: 5px;
}

.header .topbar {
	padding-bottom: 0;
}

.nav {
	/*padding-left: 205px;*/
}

.navbar-toggle {
	margin-top: 25px;
}

.header .logo img {
    margin: 10px 0;
}

.nameCat{
    text-transform: uppercase !important;
}

.RequisitosList ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.RequisitosList ul li{
    margin-bottom: 10px;
}
.RequisitosList ul li:before{
    content: "\f00c";
    color: #4765a0;
    display: inline-block;
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/**/



.blog h3, h4, h5, h6 {
    color: #333; /*555*/
    margin-top: 20px; /*5*/
    margin-bottom: 5px; /*5*/
}



.blog h2 {
	line-height: 24px;
}






/* Override footer styles*/

.footer-v1 .footer {
    padding: 40px 0;
    background: #0065ad !important;  /*#0065ad; /*#88aad3; /*#0d456b*/ /*# 0e1d3a*/
 	background-color: #0065ad;  
}

.footer-v1 .copyright {
    background: #0065ad  !important;  /*222*/ /*#0e1d3a*/
	background-color: #0065ad;
    border-top: none;
    padding: 0;
}

.footer-v1 .footer-socials li a {
    color: #fff;
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color:#bbb;
}
/* End Override footer styles*/





/*Prodotto - Caratteristiche principali*/
.service {
    overflow: hidden;
    margin-bottom: 0;  /*10px*/
    padding: 10px 10px 15px;  /*15px 15px 10px*/
}
.service-block-v6 .service-desc h2 {
    margin: 5px 0 5px;
	line-height: normal;
}
.service-block-v6 .service-desc a {
	font-size: 16px;
    text-transform: none;
	line-height: 16px;
}
/*End Prodotto - Caratteristiche principali*/



/*blocchi spalla dx home*/
.easy-block-v3 {
    padding: 10px 15px 10px;
}

.easy-block-v3 .inner-faq-b h2, .easy-block-v3 .inner-faq-b h3 {
    font-size: 18px; /*21*/
    margin-bottom: 8px;
}

.inner-faq-b a, .inner-faq-b a:hover {
	text-decoration: none;
}
.inner-faq-b h3, .inner-faq-b h3:hover {
	text-decoration: none;
}



/*blocco soluzioni in home*/
.service-block-dark-blue {
    background: #0067ad;
}
.service-block {
    padding: 30px 30px;
    text-align: center;
    margin-bottom: 0; /*20px*/
}
.service-block-light {
    background: #fff;
}

.service:hover  {
	cursor:pointer;
}
.service:hover h4, .service:hover p  {
   /* background: #3498db;*/
	color:#FFF;   
}



i.icon-color-blue {
    color: #3498db;
    border: none;
}
.service-block {
    padding: 10px 10px;
}

.service-block:hover {
    cursor: pointer;
}

.service-block:hover {
    background: #fcfcfc;
    box-shadow: 0 0 5px #ddd;
    transition: box-shadow 0.2s ease-in-out;
}
.pricing-table-v6 i.icon-custom {
    width:auto;
    height:auto;
    font-size: 40px;
    padding-top: 5px;
}
.service-block i {
	float:left;
}
.service-block .desc {
    padding: 0 15px;
    overflow: hidden;
	text-align:left;
}






.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    background: #0067ad;
}



.easy-block-v1 {
	margin-bottom: 20px;
}

.easy-block-v1 h5 {
	margin-bottom: 0;
	padding-bottom: 0;
}




/*************************************************/
/*	date (giorni nel calendario) */
.date {
	margin-right:20px;
	width: 60px;
	height: 75px;
	background: #fcfcfc;
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.date p {
	padding:0px;
	font-family: Helvetica, sans-serif;
	font-size: 32px;
	/*font-size: 14px;	*/
	text-align: center;
	text-transform:uppercase;
	color: #9e9e9e;
	/*color: #fff;*/
}
.date p span {
	background: #d10000;
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	font-size: 14px;
	/*font-size: 32px;*/
	font-weight: bold;
	color: #fff;
	/*color: #9e9e9e;*/
	text-transform: uppercase;
	display: block;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a13838;
}

@-moz-document url-prefix() {
	.date {
		padding: 16px 0 0 0;
	}
	.date p span {
    	padding: 9px 0 3px 0;
    }
}


.pricing-table-v4 .pricing-v4-head h4 {
    font-size: 18px;
}
.pricing-table-v4 .pricing-v4-content li i {
   float: none;
}


/**/


time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 2em auto;
  margin-top: 0.5em;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em
{
  position: absolute;
  bottom: 0.1em; /*0.3em*/
  color: #fd9f1b;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}


/**/
/*
@media (min-width: 768px)
modals.less:140
.modal-dialog {
    width: 600px;
    margin: 100px auto; // margin: 30px auto;
}
}
*/

@media (max-width: 1200px) and (min-width: 992px){
.pricing-table-v6 .service-block {
    margin-bottom: 0px; /*20*/
    padding: 20px 15px;
    text-align: center;
}
}

@media (max-width: 1190px) {
.service {
    padding: 15px 0px 25px;
}
.service .desc {
    padding: 0;
}

    .cbp-l-grid-agency .cbp-item{
        width: calc(100% / 3);
    }
}

@media (min-width: 992px){
.header .navbar-nav > li > a {
    bottom: -2px;
    position: relative;
    padding: 9px 25px 9px 10px;  /*padding: 9px 30px 9px 20px;*/
}

.nav {
	padding-left: 190px;
}

}

/*
Gestão completa dos itens de estoque com a definição do código de identificação com o qual se associar os dados (descrição, unidade de medida, os fabricantes, fornecedores, grupo).
Definição de principal moeda e alternativa, com o seu tamanho e relacionamento.
Atribuição de dados econômicos (preço de lista, descontos de compra, recarregar, o preço de venda) os preços na moeda de sua escolha.
Associação de dados técnicos (dimensões, dimensões, pesos, a dissipação de calor), figura ou forma, movimentos e inventários, símbolo elétrico, as descrições de interface em vários idiomas com o dicionário atual.
Associação de qualquer documento relacionado, dividido por idioma, que pode ser exibido em CAD.
Atribuição de tempo de instalação e tipo de trabalho.
Organização de itens em distinta (ou kit de acessórios), a fim de agregar várias partes de modo a formar um único item funcional.
Gestão dos fabricantes, fornecedores e grupos.
Alterações nos preços de materiais e recálculo, por grupo, fabricante e fornecedor.
Movimentos de materiais, carga e descarga.
Pesquisa no arquivo com filtros otimizados para as categorias e fabricantes.
*/


@media (max-width: 991px) {
.topbar h3 {
	margin-top: 5px;
	float: left;
    font-size: 14px;
    max-width: 180px; /*200*/
    line-height: normal;
    font-weight: 400;	
}
.logo {
	min-width:50px;
}
body.header-fixed-space-default {
	padding-top: 0;   /*81*/
}
.header .navbar-toggle {
	margin-top: 10px;
	/*margin-left: 10px;*/
}

    .cbp-l-grid-agency .cbp-item{
        width: 50%;
    }


}

@media (max-width: 630px) {
    .master-slider .img-text{
        width: 180px;
    }
.logo img {
	min-width:120px;
	width: 120px;
	height: auto;
}

.header-areac img {
	min-width:120px;
	width: 120px;
	height: auto;
}

.header-areac h1 {
    font-size: 24px;
}

    .cbp-l-grid-agency .cbp-item{
        width: 100%;
    }

}


@media (max-width: 530px) {
	
.topbar h3 {
    /*font-size: 12px;*/
	min-width: 160px;
    max-width: 160px;
}	
}
@media (max-width: 510px) {
	
.topbar h3 {
    /*font-size: 12px;*/
	min-width: 150px;
    max-width: 150px;
}	
}



@media (max-width: 476px) {

    .logo img {
        min-width:100px;
        width: 100px;
        height: auto;
    }

    .topbar h3 {
        display:none;
    }


    .header .navbar-toggle {
        margin-top: 5px;
        margin-right: 1px;
    }
}