
@media screen and (max-width: 769px){
	#main-container{
		display: none;
	}
	.sidebar-wrapper{
		width:100%;
		display: block;
	}
	.imgLogo{
		margin-left: 5%!important;
	}
	.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span{
		margin-left: 5%!important;
	}
	.sidebar-footer > a {
		margin-left: 5%!important;
	}
	.col-1{
		padding-left: 0!important;
	}
	.menu-toggle {
		margin-top: 20px;
	}
}


.project{
	padding-left: 0;
	position: relative;
	text-align: center;
	padding: 0 0 0 4%;
	margin-bottom: 5%;
}


.text-img{
    font-size: 12px;
    z-index: 15001;
    color: black;
    position: absolute;
    top: 50px;
    left: 12%;
    width: 60%;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

@media(min-width:1200px){
	.container{
		max-width: 100%!important;
	}
}

.img-slides{
	background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}

