

/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/


@media (max-width: 1650px) {
    #words-about{
		display: none;
	}

	.linea-verticale {
		display: none;
	}
	
	
}


@media (min-width: 1203px) {
	.p-l-about {
		padding-right: 0;
		padding-left: 0;
	}
	
	.logo {
		min-width:260px;
		max-width:260px;
	}

	.logo-footer {
		min-width:400px;
		max-width:400px;
	}
}


/* Portrait tablets and medium desktops */
@media (min-width: 992px) {

	.linea-verticale {
		display: none;
	}

	.logo {
		min-width:290px;
		max-width:290px;
	}

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }

	.features_img {
		min-width:70px;
		max-width:70px;
	}

	.logo {
		min-width:290px;
		max-width:290px;
	}

	.logo-footer {
		min-width:330px;
		max-width:330px;
	}
}



/* Portrait tablets and small desktops */
/*@media (max-width: 992px) {

}*/


/* Portrait tablets and small desktops */
@media (max-width: 991px) {

	.features_img {
		min-width:50px;
		max-width:50px;
	}

	.logo {
		min-width:290px;
		max-width:290px;
	}

	.logo-footer {
		min-width:330px;
		max-width:330px;
	}

    .sm-text-center{
        text-align: center !important;
    }
    .sm-pull-none{
        float: none !important;
    }
    .sm-m-top-10{
        margin-top:10px;
    }
    .sm-m-top-20{
        margin-top:20px;
    }
    .sm-m-top-30{
        margin-top:30px;
    }
    .sm-m-top-40{
        margin-top:40px;
    }
    .sm-m-top-50{
        margin-top:50px;
    }
    .item_img i{
        right:0%;
    }

    .divider_horizontal,
    .divider_vertical{
        display: none;
    }
    .main-portfolio .grid-item {
        position: relative;
        margin: 5px;
        width:350px;
        overflow: hidden;
    }

	.home_text h1 {
		font-size: 76px;
		line-height: 80px;
	}
	
	.linea-orizzontale {
		display: none;
	}

	.linea-verticale {
		display: inline;
	}
}



/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {

	.home_text h1 {
		font-size: 40px;
		line-height: 45px;
	}
	
	.features_img {
		min-width:40px;
		max-width:40px;
	}

	.logo {
		min-width:290px;
		max-width:290px;
	}

	.logo-footer {
		min-width:330px;
		max-width:330px;
	}

    h2{
        font-size:1.5rem;
    }
    p{
        font-size:90%;
        line-height: 2rem;
    }
    .xs-pull-none{
        float: none !important;
    }
    .xs-text-center{
        text-align: center !important;
    }
    .xs-m-top-10{
        margin-top:10px;
    }
    .xs-m-top-30{
        margin-top:30px;
    }
    .xs-m-bottom-10{
        margin-bottom:10px;
    }
    .xs-m-bottom-20{
        margin-bottom:20px;
    }

    .main_product .carousel-control{
        display: none;
    }


}





/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 85%;
    }
	
	.features_img {
		min-width:30px;
		max-width:30px;
	}

	.logo {
		min-width:260px;
		max-width:260px;
	}

	.logo-footer {
		min-width:400px;
		max-width:400px;
	}
}





@media (max-width: 400px) {

	.logo-footer {
		min-width:100%;
		max-width:100%;
	}
	
	.footer .logo {
		min-width:260px;
		max-width:260px;
	}
	
	.logo {
		min-width:230px;
		max-width:230px;
	}

	.navbar-brand {
		padding: 25px 15px;
	}

	.home_text h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }




}



