/* CSS Document */
::selection {
 background: #193c64;
 color: #FFF;
 text-shadow: none;
}
  
  ::-webkit-scrollbar {
 width: 0px;
 height: 0px;
}
  ::placeholder {
 color: #FFF;
}
*,  *:before,  *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,  body {
	min-height: 100%;
	-moz-box-sizing: border-box;
	/*Firefox3.5+*/
    -webkit-box-sizing: border-box;
	/*Safari3.2+*/
    -o-box-sizing: border-box;
	/*Opera9.6*/
    -ms-box-sizing: border-box;
	/*IE8*/
    box-sizing: border-box;
	font-size: 13px !important;
	/* font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; */
    /* font-family:sans-serif; */
    background: linear-gradient(180deg, #F3F9FE 0%, #FFFFFF 25%);
	overflow-x: hidden;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body,  h1,  h2,  h3,  h4,  h5,  h6,  hr,  p,  blockquote,  dl,  dt,  dd,  ul,  ol,  li,  pre,  fieldset,  lengend,  button,  input,  textarea,  th,  em,  td form,  i {
	margin: 0;
	padding: 0;
	_background-image: url(about:blank);
	_background-attachment: fixed;
	list-style: none;
	font-style: normal;
}
button,  input,  optgroup,  select,  textarea,  a {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: medium;
	transition: all 0.2s ease-in-out;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #193c64;
	text-decoration: none;
}
header {
	background: #193c64;
	color: #FFF;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 2;/* border-bottom: 1px #2675a5 solid; */
  }
header ol li {
	display: inline-block;
}
header ol li a {
	color:#FFF;
	font-size: 14px;
	padding:10px 7px;
}
header ol li a:hover {
	color:rgba(255, 255, 255, 0.7)
}
header ul li {
	cursor: pointer;
	padding:4px 0;
}
header ul li a {
	color:#FFF
}
header ul li a:hover {
	color:rgba(255, 255, 255, 0.7)
}
header .search {
	/* margin: 0 20px; */
      /* padding-left: 20px; */
      height: 100%;
	position: relative;/* padding-top:35px; */
  }
header .search i {
	font-size: 24px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
header .search:hover i {
	color:rgba(255, 255, 255, 0.7)
}
header .searchInp {
	background: rgba(25, 60, 100, 1);
	border-top:1px #2675a5 solid;
	width: 120px;
	position:absolute;
	z-index: 9;
	display: none;
	right: 0px;
}
header .searchInp input {
	border-bottom: 1px #FFF solid;
	background: rgba(25, 60, 100, 0.9);
	border-top:none;
	border-left:none;
	border-right:none;
	font-size: 20px;
}
header .searchInp button {
	background: rgba(25, 60, 100, 0.9);
	color: #FFF;
	border: none;
	font-size: 24px;
}
header .searchInp button:hover {
	color:rgba(255, 255, 255, 0.7)
}
header .Mbtn {
	background: #2675a5;
	color: #FFF;
	cursor: pointer;
	text-align: center;
}
.meun .meunX {
	display: none;
}
.meun .meunX::before {
 content: '';
 border: 10px solid;
 border-color: transparent transparent #FFF;
 position: absolute;
 top:-5px;
}
.meun:hover .meunX {
	display: block;
	position:absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9;
}
.meun .meunX p {
	background: #193c64;
	padding:8px 0;
	z-index: 9;
	color:#FFF
}
.meun .meunX .col {
	cursor: pointer;
}
.meun .meunX .col:hover p {
	background: #2675a5;
}
.meun .meunX .col img {
	transition: all 0.2s ease-in-out;
	z-index: 1;
	position: relative;
}
.meun .meunX .col img:hover {
	/* filter:blur(2px); 高斯模糊 */
    /* filter:brightness(70%); */
    filter:contrast(60%);/* filter:sepia(50%) */
}
.P_Class p {
	background: #193c64;
	padding:8px 0;
	z-index: 9;
	text-align: center;
	color: #FFF;
}
.P_Class .col {
	cursor: pointer;
}
.P_Class .col:hover p {
	background: #2675a5;
}
.P_Class .col img {
	transition: all 0.2s ease-in-out;
	z-index: 1;
	position: relative;
}
.P_Class .col img:hover {
	/* filter:blur(2px); 高斯模糊 */
  /* filter:brightness(70%); */
  filter:contrast(60%);/* filter:sepia(50%) */
}
.P_Img {
	cursor: pointer;
}
.P_Txt {
	transition: all 0.2s ease-in-out;
	opacity: 1;
	cursor: pointer;
}
.P_Txt:hover {
	opacity: 0;
}
.TabText {
	width: 35%;
	padding-left: 70px;
	padding-top:40px;
}
.TabText .Txt {
	background-color: rgba(255, 255, 255, .8);
	padding: 15px;
	font-size: 14px;
	line-height: 22px;
}
.TabText .Txt img {
	display: block;
}
.TabText .Txt ol {
	margin-top:0.5rem;
}
.TabText .Txt ol li {
	padding-left:13px;
	position: relative;
}
.TabText .Txt ol li::before {
 content: '';
 position: absolute;
 left: 0;
 top: 8px;
 width: 6px;
 height: 6px;
 background: #193c64;
 border-radius: 10px;
}
.TabBg01 {
	height: 440px;
	background-image: url(../img/design-1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.TabBg01a {
	height: 440px;
	background-image: url(../img/design-2.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.TabBg02 {
	height: 440px;
	background-image: url(../img/forging-1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.TabBg03 {
	height: 440px;
	background-image: url(../img/cutting-1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.TabBg04 {
	height: 440px;
	background-image: url(../img/design-1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.TabBg05 {
	height: 440px;
	background-image: url(../img/milling-and-boring-1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.TabBg06 {
	height: 440px;
	background-image: url(../img/turning-1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.TabBg07 {
	height: 440px;
	background-image: url(../img/design-1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.TabBg08 {
	height: 440px;
	background-image: url(../img/Stoccaggio-1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.TabBg09 {
	min-height: 440px;
	background-image: url(../img/Show-Room.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.pr-cl {
	overflow: hidden;
}
.pr-cl li {
	width: 33.33333%;
	text-align: center;
}
.pr-cl li a {
	width: 100%;
	padding-top:40px;
	background: #EEE;
	border-left: 1px #FFF solid;
	height: 210px;
}
.pr-cl li a.active {
	color: #0a58ca;
	font-weight:bolder!important;
	font-size:18px
}
.team {
	background-image: url(../img/get-in-touch-1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 8rem 0;
	cursor: pointer;
}
footer a {
	color: #FFF;

	display: inline-block;
}
footer a:hover {
	color: rgba(255, 255, 255, 0.7)
}
.CentLeft {
	width: 103px;
	padding-top:460px
}
.CentRight {
	width: 100%;
	padding-bottom: 90px;
}
.tel {
	text-align: center;
}
.tel i {
	border: 2px #FFF solid;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: inline-block;
	font-size: 32px;
	line-height: 55px;
	cursor: pointer;
}
.download-button {
	position: relative;
}
.download-button i {
	border: 2px #FFF solid;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: inline-block;
	font-size: 34px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
}
.download-button::after {
 background: none;
}
.extended-section {
	text-align: center;
	font-size: 18px;
	height: 83px;
	float: left;
	line-height: 83px;
	background: #193c64;
	width: 100%;
}
.accordion-tab {
	background: #FFF;
	overflow: hidden;
	color: #193c64;
	border-bottom:1px #EEE solid
}
.accordion-tab i {
	font-size: 32px !important;
	float: left;
	margin-left:10px;
}
.accordion-tab span {
	float: left;
	padding: 7px 0 0 20px;
	font-size: 18px;
}
.accordion-tab:not(.collapsed) {
background: #193c64;
color: #FFF;
}
.MbtnX {
	display: none;
	background: #2675a5;
}
.MbtnX a {
	display: block;
	padding:10px 0;
	color: #FFF;
}
.ab-Top {
	background: #EEE;
	overflow: hidden;
	padding:20px 0 20px 0
}
.ab-Top .abCl {
	float: right;
	width: 100%;
	position: relative;
}
.ab-Top .float-end {
	width: 100%;
}
.modeD ul li {
	padding: 5px 0;
	font-size: 14px;
	padding-left:30px;
	position: relative;
}
.modeD ul li::after {
 font-family:"iconfont" !important;
 content: "\e633";
 position: absolute;
 color: #FFF;
 left: 0;
 top: 5px;
 font-size: 18px;
}
.Pr_Text p {
	line-height: 26px;
	font-size: 14px;
}
.Pr_Text span {
	display: inline-block;
	color: #193c64;
	cursor: pointer;
	font-size: 64px;
}
.linex {
	height: 1px;
	background: #193c64;
}
.prList {
	overflow: hidden;
}
.prList .prListCol {
	float: right;
	width: 100%;
}
@media (min-width: 576px) {
 .pr-cl li {
 width: 33.33333%;
}
 .TabText {
 width: 90%;
}
 .extended-section {
 font-size: 18px;
}
}
 @media (min-width: 768px) {
 .pr-cl li {
 width: 33.33333%;
}
 .TabText {
 width: 90%;
}
 .extended-section {
 font-size: 18px;
}
 .prList .prListCol {
 width: 50%;
}
}
 @media (min-width: 992px) {
 .pr-cl li {
 width: 33.33333%;
}
 .TabText {
 width: 60%;
}
 .CentLeft {
 width: 103px;
 padding-top:460px
}
 .CentRight {
 width: calc(100% - 103px);
 padding-bottom: 90px;
}
 .extended-section {
 font-size: 20px;
 box-shadow: 0 8px 10px 0 #000;
 margin-left: -40px;
 padding-left:40px;
}
}
 @media (max-width: 1400px) {
 .mt-5a {
margin-top: 0rem !important;
}
 .py-5a {
 padding-top: 0% !important;
 padding-bottom: 1rem !important;
}
}


 @media (max-width: 1500px) {
 .mt-5a {
margin-top:0rem !important;
}
 
}


 @media (max-width: 1400px) {

 .py-5a {
 padding-top: 0% !important;
 padding-bottom: 1rem !important;
}
h2, .h3 {
 font-size: calc(1.3rem + 0.6vw);
}
h6, .h6 {
 font-size: 1.2rem;
}
}
 @media (min-width: 1200px) {
 .pr-cl li {
 width:12.5%;
}
 .TabText {
 width: 45%;
}
 .CentLeft {
 width: 103px;
 padding-top:460px
}
 .CentRight {
 width: calc(100% - 10px);
 padding-bottom: 90px;
}
 .extended-section {
 font-size: 22px;
 box-shadow: 0 8px 10px 0 #000;
 margin-left: -40px;
 padding-left:40px;
}
 header .search {
 padding-top:25px;
}
 .ab-Top .abCl {
 width: 50%;
}
 .ab-Top .float-end {
 width: 75%;
}
}
 @media (min-width: 1400px) {
 .pr-cl li {
 width: 12.5%;
}
 .TabText {
 width: 35%;
}
 .CentLeft {
 width: 103px;
 padding-top:460px
}
.CentRight {
 width: calc(100% - 10px);
 padding-bottom: 90px;
}
.extended-section {
 font-size: 24px;
 box-shadow: 0 8px 10px 0 #000;
 margin-left: -40px;
 padding-left:40px;
}
.download-button::after {
 background: url(../img/arrow.png);
 height: 99px;
 content: "";
 bottom: auto;
 position: absolute;
 top: -3px;
 width: 44px;
 left: 120px;
}
.download-button {
 float: right;
 position: relative;
 padding-right: 60px;
}
header .search {
 padding-top:35px;
}
}
.message form {
	overflow: hidden;
	display: block;
}
.message .form-label {
	display: block;
	margin-bottom: 10px;
	width: 30%;
	float: left;
	font-size:15px
}
.message .form-label span {
	color: red;
}
.message .form-content {
	border: 1px solid #ddd;
	background-color: #fff;
	float: left;
	width:70%;
	margin-bottom:20px
}
.message .form-control {
	border: 0;
	background-color: transparent;
	padding: 5px;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.message .form-submit {
	display: block;
	background: #007ccb;
	color: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	height: 54px;
	font-size: 16px;
	width: 280px;
	margin: 0 auto;
}
.message .form-group.full {
	float: none;
	width: auto;
}
.message .form-tips {
	text-align: center;
	color: #666;
	margin-top: 10px;
}
.message .form-tips span {
	color: red;
}
.yzm-box {
	position: relative;
}
.yzm-box .yzm-pic {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 30px;
	line-height: 30px;
}
.message .form-tips {
	text-align: center;
	color: #666;
	margin-top: 10px;
}
.message .form-tips span {
	color: red;
}
 @media (max-width: 768px) {
 .message .form-label {
 display: block;
 margin-bottom: 10px;
 width:100%;
 float:none
}
 .message .form-content {
 border: 1px solid #ddd;
 background-color: #fff;
 width:100%;
 float:none  margin-bottom: 10px;
}
}
.contact-form-prodotto-wrapper h2 {
	color: #193c64;
	font-size: 44px;
	line-height: 46px;
	margin-bottom: 14px;
	margin-top: 30px;
}
.contact-form-prodotto-wrapper p {
	font-size: 21px;
	font-family: lato-light;
	font-weight: 300;
}
.contact-form-prodotto-wrapper .contact-information-details-warp {
	margin-top: 17px;
	margin-bottom: 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.frm_style_formidable-style .frm_form_fields {
/* margin: 43px auto 30px; */
    /* max-width: 560px; */
}
