@media only screen and (max-width: 768px){
	.slider-img img{
		display: none;
	}
	.slider-header:before{
		display: none;
	}
	.slider-header {
		padding-bottom: 80px;
   	    padding-top: 30px;
	}
	.slider-header-content h3{
		font-size: 25px;
	}
	.slider-header-content p{
		font-size: 14px;
	}
	.title-header{
		margin-top: 20PX;
	}
	.title-header .media-body h5{
		font-size: 21px;
	}
	.btn-view-demos{
		font-size: 13px;
	}
	.title-heading h3{
		padding-top: 20px;
		font-size: 25px;
	}
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
}


@media only screen and (max-width: 425px){
	.technologie-list h3{
		font-size: 17px;
	}
	.portfolio-heading h3{
		font-size: 30px;
	}
	.technologie-list{
		margin-bottom: 10px;
	}
	.copyright p{
		text-align: center;
	}
	.social-icons{
		text-align: center;
	}
	.title-heading{
		margin-top: 20px;
	}
	.page-scroll a {
	    font-size: 15px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	.title-heading h3{
		padding-top: 0px;
		font-size: 25px;
	}
}


