/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
	Berlin - Portfolio Template 
	Author : Tavonline
	Copyright 2018

/* Table of Content
==================================================
	
	1. Body and Core Css
	2. Home Section
	3. About Section
	4. Portfolio Section
	5. Contact Section
	6. Responsive
	7. Slider & Video Home


/*------------------------ 1 Body and Core Css ------------------------*/		
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;600;700&display=swap');

body{
	font-family: 'Signika', sans-serif; 
	color:#FFF;
	background: #000;
    font-weight: 300;
    letter-spacing: .5px;
    font-size: 1rem;
    background: url(/images/bg-home-full.jpg) no-repeat fixed center center; background-size: cover
}

html{
	height: 100%;
}

a {
  color: #999;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #FFF;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.text-primary {
	color: #7D0411 !important;
}

nav{
    position: fixed; 
    background: #000;
    z-index: 1000;
    width: 100%;
    padding: 30px;
    display: none;
   /* -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);*/
}
@media (min-width: 992px) {
.navbar .nav-link {
    padding-top: 5px;
    padding-bottom: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
   	padding-left: 10px;
}
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #FFF;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-radius: 0rem;
}
.nav-menu{
    float: right;
    line-height: 32px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
.container {
    max-width: 1400px;
}
}
nav ul li{
    float: left;
    margin-right: 0px;
    
    font-size: 16px;
    letter-spacing: 2px;

}
nav ul li a{

	font-weight: normal;	
}


nav ul li a:hover{
    color: #afafaf!important;
}
nav ul li.active .nav-link{
    background:  #931221
}

nav ul li div{
    margin-left:30px; 
}
nav ul li div a{ font-size: 14px !important; font-weight: 400 !important}

.logo{
    float: left;
}

 .responsive{
    display: none;
    font-size: 30px;
	 background: #000;
	 color: #FFF!important;
	 width: 50px !important;
	 height: 50px !important;
	 padding: 0px !important;
	 text-align: center;
	 /*border-radius: 50%;*/
	 padding-top: 6px !important;
	 z-index: 9999999;
	 border: 3px solid #931221;
}
  

/*
:hover {
	padding-bottom: 3px;
	border-bottom: 4px solid #931221;
}

*/
footer{
    /*background: #000;*/
    padding: 90px 0;
    margin-top:-10px;
    text-align: center;
}

footer p{
    line-height: 20px;
    margin-top: 20px;
}

footer .social a{
    color: #b1b1b1;
    font-size: 14px;
    margin: 0 10px;
    transition: all ease 0.3s;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #931221;
    border-color: #931221;
}
/*.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus,.btn-primary:focus, .btn-primary.focus {
       box-shadow: 0 0 0 0.2rem rgba(147,18,33,0.5);
}*/

.dgray-bg .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #999;
    background-color: #FFF;
    border-color: #FFF;
}
.dgray-bg .btn-primary{
	color: #999;
    background-color: #FFF;
    border-color: #FFF;
}
/*.dgray-bg .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus,.btn-primary:focus, .btn-primary.focus {
       box-shadow: 0 0 0 0.2rem rgba(147,18,33,0.5);
} */

.diag footer p{
    font-size: 14px;
    line-height: 27px;
}

.site-button:focus{
    outline: 0;
}

.nav-menu li a:focus{
    color: #000;
} 

.ok{
    background: green !important;
    border: solid 2px green !important;
    color: white;
} 

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-inp.reqError, .contact-form textarea.reqError {
    border-color: #f00;
}

.content{
    margin-top: 60px;
}

.subpage-nav{
    display:block !important; 
    position: relative;
}

.page-title{
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   z-index: 2;
   position: relative;
}

.font-large {
    font-size: 35px !important;
    
}

.page-title h1{
   font-size: 75px;
   color: #fff;
   font-weight: bold;
   letter-spacing: -3px;
   margin-bottom: 20px;
}


/* Margins */

.top_15{
    margin-top: 15px;
}

.top_30{
    margin-top: 30px;
}

.top_45{
    margin-top: 45px;
}

.top_60{
    margin-top: 60px;
}

.top_90{
    margin-top: 90px;
}

.top_120{
    margin-top: 120px;
}

.padding_30{
   padding: 30px 0; 
}

.padding_45{
   padding: 45px 0; 
}

.padding_60{
   padding: 60px 0; 
}

.padding_90{
   padding: 90px 0; 
}

.bottom_15{
    margin-bottom: 15px;
}

.bottom_30{
    margin-bottom: 30px;
}

.bottom_45{
    margin-bottom: 45px;
}

.bottom_60{
    margin-bottom: 60px;
}

.bottom_90{
    margin-bottom: 90px;
}

.bottom_120{
    margin-bottom: 120px;
}

.padbot_15{
    padding-bottom: 15px;
}

.padbot_30{
    padding-bottom: 30px;
}

.padbot_45{
    padding-bottom: 45px;
}

.padbot_60{
    padding-bottom: 60px;
}

.padbot_90{
    padding-bottom: 90px;
}

.padbot_120{
    padding-bottom: 120px;
}

.padbot_200{
    padding-bottom: 200px;
}
.mb-120{
    margin-bottom: 120px;
}
/*preloader */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #191919;
    z-index: 99999;
}

.loader {
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 99999;
}


/*------------------------ 2 Home ------------------------*/		
.aboutx {
	 background: url("../images/bg-home.jpg") no-repeat center !important; background-size: cover !important
}
.progettazionex {
	 background: url(../images/bg-home.jpg) no-repeat !important; background-size: cover !important
}
.assistenzax {
	 background: url(../images/bg-home.jpg) no-repeat !important; background-size: cover !important
}
.venditax {
	 background: url(../images/bg-home.jpg) no-repeat !important; background-size: cover !important
}
.offertex {
	 background: url("../images/bg-home.jpg") no-repeat !important; background-size: cover !important
}
.settorix {
	 background: url(../images/bg-home.jpg) no-repeat !important; background-size: cover !important
}
.contattix {
	 background: url(../images/bg-home.jpg) no-repeat !important; background-size: cover !important
}
.home{
    background:url(../images/home.jpg) bottom center;
    width: 100%;
    display: table;
}

/*.diag .home{
    background: url(../images/home-2.jpg) 50% 50% fixed;
    background-size: cover;
}*/

.home2 .social a{ font-size: 17px; font-weight: 300; /*margin: 0 8px;*/
	
}
.home2 .home-content{
   display:block;
   vertical-align: bottom;
   text-align: left;
   z-index: 2;  position: relative;
}
.home2 .home-content2{
	background: #000;
   display:block;
   vertical-align: bottom;
   text-align: left;
   z-index: 2;  position: relative;
}



.home-content{
   display: table-cell;
   vertical-align: bottom;
   text-align: center;
   z-index: 2;
   position: relative;
}

.home-content h1{
   font-size: 75px;
   color: #fff;
   font-weight: bold;
   letter-spacing: -3px;
   margin-bottom: 20px;
}

/* .home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,1+82 
background:rgba(0,0,0,0.8);



    z-index: 1;
}*/
.sfbg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,1+82 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 82%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 82%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 82%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */



    z-index: 0;
}
body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


background:rgba(0,0,0,0.4);


    z-index: -1;
}
.sf-home {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */



    z-index: 1;
}

.social{
    height: 30px;
}

.navbar-dark .navbar-nav {
	margin-left: 0px; margin-top: 15px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}
.social a{
    color: #fff;
    font-size: 16px;
	font-weight: 300 !important;
    margin:0 15px;
    transition: all ease 0.3s;
}


.social a:hover{
    transition: all ease 0.3s;
    opacity: 0.5;
}


.home-down {
    color: #fff;
    font-size: 40px;
    padding-top: 40px;
    padding-left: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}


.home-down:hover{
    color: #fff;
	transition:all 0.3s ease;
}

.home-down:focus{
    color: #fff;
}

/* arrow css3 animation */

@-webkit-keyframes bounce {
	 0%, 100% {-webkit-transform: translateY(0);} 
	 50% {-webkit-transform: translateY(-20px);}
}
 
@-moz-keyframes bounce {
	 0%, 100% {-moz-transform: translateY(0);}
	 50% {-moz-transform: translateY(-20px);}
}
 
@-o-keyframes bounce {
	 0%, 100% {-o-transform: translateY(0);}
	 50% {-o-transform: translateY(-20px);}
}

@keyframes bounce {
	 0%, 100% {transform: translateY(0);}
	 50% {transform: translateY(-20px);}
}
 
 .bounce {
	 -webkit-border-radius:50%;
	 -moz-border-radius:50%;
	 -ms-border-radius:50%;
	 border-radius:50%;
	 animation: bounce 2s infinite;
	 -webkit-animation: bounce 2s infinite;
	 -moz-animation: bounce 2s infinite;
	 -o-animation: bounce 2s infinite;
}

.diagonal{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff;
    float: left;
    z-index: 1000;
}

.diagonal-gray{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff;
    float: left;
    z-index: 100;
    /*margin-top: 90px;*/
}

.diagonal-black{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #000;
    float: left;
    z-index: 100;
    /*margin-top: 90px;*/
}

.diagonal-gray path {
       fill: #7D0411;
}
.diagonal-black path {
       fill: #7D0411;
}

.diagonal-white{
    background: #f5f5f5;
    margin-bottom: -6px;
    margin-top: 60px;
}

.diagonal-white path {
    fill: #7D0411;
    stroke: #7D0411;
    stroke-width: 0;
}

.diagonal.home-left{
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
}

.diagonal.home-right{
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 99;
    left: auto;
}

.diagonal.home-left, .diagonal.home-right path {
    fill: #161414;
    stroke: #161414;
    stroke-width: 4;
}

.diag p{

    margin-bottom: 1rem;
}
.diag .tx-black p{
    color: #333 !important;
    line-height: 20px;
}

.diag p.lead{
    line-height: 24px;
	margin:1rem 0;
}
.diag .bg-transparent  p.lead {
    color: #000 !important;

}
.diag  .bg-transparent p {
    color: #000;
}
.lead {
    font-size: 1.5rem;
    font-weight: 400;font-style: italic
}
.diag .section-title.dleft{
    text-align: left;
    padding: initial;
}

.diag .section-title.dleft .portfolio_filter ul{
    float: left;
}

.diag .section-title.dright{
    text-align: right;
    padding: initial;
}

.diag section{
    position: relative;
}

.diag .contact .contact-info li{
    line-height: 20px;
    font-size: 14.5px;
    color: #414141;
    text-align: left;
    list-style: none;
	margin-bottom: 20px;
}
.diag .contact .contact-info h6{

	margin-bottom: 10px;
}

.diag .page-title.sub{
    font-size: 23px;
    text-align: right;
    width: 100%;
    float: right;
}

.diag .page-title.sub h5{ 
        font-weight: bold;
    line-height: 30px;
    padding-bottom: 15px;
}

.diag .social-icons a {
    color: #000;
    font-size: 13px;
    width: 26px;
    height: 18px;
    display: inline-block;
}

.diag .home-content h1{
    text-align: left;
}

.diag .home-content .social{
    text-align: left;
}

.diag .home-content .home-down.bounce{
    float: left;
    padding: 50px 74px 0;
}

.social-icons a:hover {
    font-size: 15px;
}

.fb:hover{
    color: #3b5998!important;
    transition: all ease 0.1s;
}

.tw:hover{
    color: #55acee!important;
    transition: all ease 0.1s;
}

.ins:hover{
    color: #cd486b!important;
    transition: all ease 0.1s;
}

.bh:hover{
    color: #1769ff!important;
    transition: all ease 0.1s;
}

.dr:hover{
    color: #ea4c89!important;
    transition: all ease 0.1s;
}

.sitebtn2{
    border: solid 2px #dfdfdf;
    background: none;
    font-size: 18px;
    padding:15px 15px;
    text-align: left;
    min-width: 140px;
    line-height: 20px;
    transition: all ease 0.3s;
    color:#000; 
}

.sitebtn2:after{
    font-family: FontAwesome;
    content: "\f0e0";
    color: #000;
    float: right;
}

.sitebtn2:focus{
    border: solid 2px #000;
}

.sitebtn2:hover{
    background: #000;
    color: #fff;
    border-color: #000;
    transition: all ease 0.3s;
}

.sitebtn2:hover:after{
    color: #fff;
}

.sitebtn2:focus{
    border: solid 2px #dfdfdf;
}


.sitebtn{
    border: solid 2px #dfdfdf;
    background: none;
    font-size: 18px;
    padding:15px 15px;
    text-align: left;
    min-width: 140px;
    line-height: 20px;
    transition: all ease 0.3s;
    color:#000; 
}

.sitebtn:after{
    font-family: FontAwesome;
    content: "\f1c1";
    color: #000;
    float: right;
}

.sitebtn:focus{
    border: solid 2px #000;
}

.sitebtn:hover{
    background: #000;
    color: #fff;
    border-color: #000;
    transition: all ease 0.3s;
}

.sitebtn:hover:after{
    color: #fff;
}

.sitebtn:focus{
    border: solid 2px #dfdfdf;
}


/*------------------------ 3 About ------------------------	*/

.about.type-1 .about-image{
    padding-bottom: 30px;
    background: #e8e8e8;
	
}

.about.type-1 .about-image img:before{
    background: #e4e4e4; 
}

.about.type-1 .about-image img{
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
	-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0%, 100% 100%, 80% 100%, 0% 100%, 0% 86%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 86%, 0% 20%);
    margin-top: -5%;
    margin-left: calc(10% - 10px);
}

.about.type-1.vertiqal .about-image img{
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -15%;
    margin-left: -15%;
}

.diagonal-title h5{
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 31px;
}

.diagonal span{
    font-size: 15px;
    color: #b3b3b3;
    letter-spacing: 3px;
    margin-bottom: 5px;
    display: block;
}

.about{
    padding-top:10px;
 }   

.diag .about{
    position: relative;
	z-index: 1;
 } 

.about-image img{
    width: 100%;
 }   


.work-areas{
    width: 100%;
    display: inline-block!important;
}

.work-areas .area .icon i:before{
    font-size: 40px;
    margin-left: 5px;
}

.work-areas .area .icon i{
    display: inline-block;
}

.work-areas .area .icon {
    width: 20%;
    float: left;
}

.work-areas .area .text {
    width: 80%;
    float: left;
}

.work-areas .area .text h6{
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 8px;
	color: #000;
    font-weight: bold;
}

.work-areas .area .text p{
    font-size: 13px;
    line-height: 24px;
}


.about h2{
    font-size: 23px;
 } 

.about-text{
    display: table;
    height: 407px;
 } 
.preview-text {
	max-height: 450px;
}
.out{
    display: table-cell;
   vertical-align: middle;
 } 
.section-title .icon {
	font-size: 50px;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


.gray-bg{
    margin-top: 90px;
    background: #111; 
}

.dgray-bg{
 background: #161414; 
}

.what-can{
    padding: 90px 0;
}

.what-can .feature{
    text-align: center;
    margin-bottom: 30px;
}

.what-can .feature i{
    font-size: 40px;
}

.what-can .feature h3{
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 11px;
}

.what-can .feature p{
    line-height: 20px;
}



/*------------------------ 4 Portfolio ------------------------*/	


.section-title{
    text-align: center;
    padding: 90px 0 60px 0;
}

.section-title h2{
    font-size: 35px;
    font-weight: bold;
	text-transform: uppercase;
}

.section-title p{
    line-height: 20px;
}

.portfolio_filter{
    text-align: center;
    padding-top: 15px;
}

.portfolio_filter ul{
    margin: auto;
    display: inline-block;
}

.portfolio_filter ul li{
    font-size: 1.5rem;
    color: #FFF;
    
    float: left;
    margin-right: 25px;
    list-style: none;
    cursor: pointer;
}
.about ul li {
	padding: 5px 0;
}
.single_item {
    margin-bottom: 30px;
}

.single_item img{
    width: 100%;
    transition: all ease 0.3s;
}

.single_item img:hover {
  background: #ffffff;
  transition: all ease 0.3s;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

.select-cat{
    color:#FFF !important;
}

.popup-youtube {
    position: relative;
}

.popup-youtube i{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.66);
    padding: 28px 29px;
    color: #fff;
    margin: -31px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}



/*------------------------ 5 Blog ------------------------*/

.blog-image img{
    width: 100%;
    min-height: 207px;
}

.blog-content{
    margin-bottom:60px;
}

.dgray-bg .blog-title{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
    padding: 20px 0 0px;
    color: #FFF !important;
}
.blog-title{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
    padding: 20px 0 0px;
    color: #7D0411;
}
#bandi ul {
    margin-left: 1.5rem;
}
#bandi .lead p {
    font-size: 1.2rem;
    line-height: 2rem !important;
}

.blog-info{
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9;
    margin-top: 20px;
    display: inline-block;
}

.blog-info span{
    color: #000;
    font-weight: 600;
}

.blog .site-button{
    margin:0 auto 60px;
    display: table;
}

.blog-single h1 {
    font-size: 30px;
    line-height: 41px;
    margin: 25px 0 22px 0;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single .blog-detail{
    font-size: 13px;
    color: #b9b9b9;
    margin-bottom: 30px;
}

.blog-single .blog-detail span{
    color: #000;
}

.blog-single blockquote {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    border-left: 4px solid #000;
    padding-left: 20px;
    margin: 10px 0;
}

.blog-single ul.list-style {
    padding: 30px;
    line-height: 24px;
}

.blog-single ul.list-style li {
    font-size: 14px;
    list-style: circle;
}

.lightbox-image img{
    width: 100%;
    padding-bottom: 30px;
}

.blog-single .post-lightbox{
    padding: 30px 0 0;
 }

.subtitle {
     font-size: 22px;
    line-height: 24px;
    margin: 25px 0 30px 0;
    color: #000;
    font-weight: bold;
}

.post-comment {
    float: left;
}

ul.post-comment li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
    list-style: none;
}

ul.post-comment li img {
    width: 15%;
    float: left;
}

ul.post-comment li .comment-info {
    float: left;
    width: 85%;
    padding-left: 15px;
        margin-top: 15px;
}


ul.post-comment li h3 {
    float: left;
    font-size: 14px;
}

ul.post-comment li a {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

ul.post-comment li span {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #c5c5c5;
    margin-top: 3px;
}

ul.post-comment li p {
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-top: 6px;
}

.send-message{
    margin-top:60px !important;
}

.send-message .subtitle{
    margin-bottom:30px;
}

.blog .dgray-bg .sitebtn{
    margin-right:120px;
}



/*------------------------ 5 Contact ------------------------*/


.contact-info{
    text-align: center;
}

.contact-info i{
    width: 60px;
    height: 60px;
    text-align: center;
    background: #000;
    border-radius: 50px;
    color: #fff;
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-info p{
    line-height: 20px;
}

.section-title p{
    margin-top:20px;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
	background:rgba(255,255,255,.8);
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 15px;
    
}
::-webkit-input-placeholder { /* Edge */
  color:#000;opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#000;opacity: 1;
}

::placeholder {
  color:#000;opacity: 1;
}

.contact-form textarea {
       width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
    
}

.contact-form{
    margin-top: 30px;
}

.contact-form .sitebtn{
    margin: auto;
    margin-top: 30px;
    display: block;
}

.button{
    text-align: center;
    padding: 45px 0;
}

.site-button{
    padding: 10px 50px;
    font-size: 12px;
    background: none;
    border: 2px solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all ease 0.3s;
}

a.site-button{
    border: 2px solid #000;
    color: #000;
}

.site-button:hover{
    background: #000;
    color: #fff;
    transition: all ease 0.3s;
}




/*------------------------ 6 Responsive ------------------------*/
/*max Width 992px */

@media screen and (max-width: 1024px) {
	
	.home2 .social a { font-size: 15px;}
	.home .social a { font-size: 16px;}

  
    
}



/*max Width 992px */

@media screen and (max-width: 991px) {
	

.home .social a { font-size: 20px;}
    .home-content h1{
        font-size: 50px;
    } 
    
     .what-can .feature{
        padding: 0 30px;
    }
    
    .about.type-1 .about-image{
        background: none;
    }
    
    .about.type-1 .about-image img{
        margin: 0;
    }
    
}


/*max Width 768px */

@media screen and (max-width: 768px) {
	body{
background: url(/images/bg-home-m.jpg) no-repeat fixed !important; background-size: cover !important;
}
	.aboutx {
	 background: url(/images/bg-home-m.jpg) no-repeat!important; background-size: cover !important;
}
.progettazionex {
	 background: url(/images/bg-home-m.jpg) no-repeat!important; background-size: cover !important;
}
.assistenzax {
	 background: url(/images/bg-home-m.jpg) no-repeat!important; background-size: cover !important;
}
.venditax {
	 background: url(/images/bg-home-m.jpg) no-repeat!important; background-size: cover !important;
}
.offertex {
	 background: url(/images/bg-home-m.jpg) no-repeat!important; background-size: cover !important;
}
.settorix {
	 background: url(/images/bg-home-m.jpg) no-repeat!important; background-size: cover !important;
}
.contattix {
	 background: url(/images/bg-home-m.jpg) no-repeat!important; background-size: cover !important;
}
.home .lingua img {float: left}
    
    .home-content h1{
        font-size: 32px;
        margin-bottom: 10px;
		letter-spacing: -1px;
    }
    
    .contact-info{
		
       /* margin-bottom: 30px;
        padding: 0 50px;*/
    }
   
    .social a{
        margin: 0 10px;
        font-size: 12px;
    }
    
    nav{
        padding:30px 15px;
		bottom:0px;
		background: transparent;
		box-shadow: none;
		    z-index: 999999999;
    }
	nav img{ display: none}
    .nav-menu{
        margin-top: 60px;
        display: none;
        float: none;
        width: 100%;
    }
	nav i.icon { background: #7D0411;
    font-size: 40px;
		border-radius: 50%;
    width: 30px !important; height: 30px !important;
	
    display: table-cell;
    vertical-align: middle !important;
    text-align: center;
    color: #FFF;}
    
    .nav-menu li{
           float: none;
			width: 100%;
			text-align: left;
		
			padding-right: 10px;
			margin: 0px;
			/* border-top: 1px solid #f7f7f7; */
			line-height: 45px;
			/* background: #FFF; */
			background:#000;
		 border-bottom: 1px solid #333
			
    }
	.nav-menu li a { color:#FFF !important; font-weight: 300; font-size: 16px; padding: 0px 10px !important; display: block; width: 100%; }
   .preview-text {
    max-height: 650px;
}
    .responsive{
        float: right;
        display: block;
    }
    
    .about {
    padding-top: 20px;
    }
    
    .about h2 {
        margin-top: 0px;
    }
    
    .gray-bg {
        margin-top: 30px;
    }
    
    .what-can {
        padding: 45px 0;
    }
    
    .section-title {
        padding: 60px 0 45px 0;
    }
    
    .portfolio_filter ul{
        margin-top: 15px;
    }
    
    .portfolio_filter ul li{
        height: 30px;
    }
    
    .diagonal, .diagonal-gray, .diagonal-white{
        height: 70px;
    }
    
    .row.bottom_90{
        margin-bottom: 0;
    }
    
    .diag .blog{
        padding-bottom: 60px;
    }
    
}
@media screen and (max-height: 500px) {
	
	 .nav-menu li{
           float: none;
			width: 100%;
			text-align: right;
			height: 35px;
			padding-right: 10px;
			margin: 1px;
			/* border-top: 1px solid #f7f7f7; */
			line-height: 35px !important;
			/* background: #FFF; */
			background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
			background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }
    
}

/*min Width 768px */
@media screen and (min-width: 769px) {
  
 .nav-menu{
        display: block!important;
    }
    
}


/*------------------------ 7 Slider & Video Home ------------------------*/


.home-slider{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.slider{
    background: none !important;
	background: url(../images/bg-home.jpg) !important;
}

.home-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.lingua { padding: 23px 10px}
.lingua img {margin: 0 5px;}




.portfolio1 p { color:#EFEFEF; font-weight: 300}
.portfolio1 h2 { font-size: 40px}

.home-content .vivo { padding:0px;}

.btn-white {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
	padding: 13px 25px;
	font-size: 14px;
	border-radius: 0px;
	text-transform: uppercase;
}.btn-white:hover {
  color: #FFF;
  background-color: #000;
  border-color: #FFF;
	padding: 13px 25px;
	font-size: 14px;
	border-radius: 0px;
	text-transform: uppercase;
}
.btn-primary {
  color: #fff;
  background-color: #7D0411;
  border-color: #931221;
	padding: 10px 35px;
	font-size: 14px;
	border-radius: 0px;
	text-transform: uppercase;
}

	
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: transparent;
  border-color: #931221;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0rem !important
}
.btn-primary:hover {
  color: #000;
  background-color: #FFF;
  border-color: #000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #000;
  border-color: #FFF;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.contact-form label {
    display: inline-block;
    max-width: 100%;
	font-size: 18px;
    font-weight: bold;
	margin-bottom: 10px
}



footer a { color: #FFF!important}

small {font-size: 80%}

.bg-sf {
	position: absolute;
	width:100%;
	height: 100%;
	display: table-cell;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#191919+36,191919+93,191919+100&0+35,1+94,1+100 */
background: -moz-linear-gradient(top,  rgba(25,25,25,0) 35%, rgba(25,25,25,0.02) 36%, rgba(25,25,25,0.98) 93%, rgba(25,25,25,1) 94%, rgba(25,25,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(25,25,25,0) 35%,rgba(25,25,25,0.02) 36%,rgba(25,25,25,0.98) 93%,rgba(25,25,25,1) 94%,rgba(25,25,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(25,25,25,0) 35%,rgba(25,25,25,0.02) 36%,rgba(25,25,25,0.98) 93%,rgba(25,25,25,1) 94%,rgba(25,25,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00191919', endColorstr='#191919',GradientType=0 ); /* IE6-9 */

}
h2::after {
 width:10px;
 height:10px;
 border-radius:50%;
 background: #b83b3b;
}
.divid {
	border-bottom: 3px solid #7D0411;
	width: 100px;
	height: 10px;
	margin: 5px 0;
}


@media all and (min-width: 992px) {
	.navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; border-radius:10px; padding-bottom: 50px !important; margin-top:-1px; z-index: 999999; background: rgba(0,0,0,0.8) !important }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
	.megamenu .col-megamenu li {width: 100%; border: 0px; margin: 5px 0;}
	.megamenu .col-megamenu li:hover {width: 100%; border: 0px;  padding:0px; margin-bottom: 0}
	.megamenu .col-megamenu li a { width:100%; height: 50px; display: block; padding:20px !important;}
}
.bg-danger2 {
	background: #7D0411;
}
.img-fluid {
	width:100% !important;
}
@media (min-width: 768px) {
.col-md-4 {
    flex: 0 0 31%;
    max-width: 31%;
	margin-right: 1%;
	margin-left: 1%;
}
}
a.icon-little {
	font-size: 20px !important; color: #FFF;
}
.vivo img {
	max-width: 100%;
}
.divider {
    width: 30%;
    height: 5px;
    background: #931221;
}
small, .small {
    font-weight: 300;
}
.w-60 {
    width: 60% !important;
} 
.opacity-full-dark-1 {
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
}
.w-75 {
    width: 75% !important;
}
.border-divider {
    width: 50%;
    height: 2px;
    margin: 15px 0;
    background: #7D0411;
}
.font-large {
    font-size: 26px !important
}
.font-weight-600 {
    font-weight: 600 !important
}