/* -------------------------------------------------------------
	
    Minth's Stylesheet for Custom Styles
    Created By: Amazyne Themes
    
---------------------------------------------------------------- */

.section-img.with-overlay {
	background-color: rgba(255, 255, 255, 1);
}




/*RESPONSIVE*/

@media only screen and (max-width: 400px) {
    .tile.tile-top .tile-content {
        top: 0px;
        padding: 0px 20px;
        margin-bottom: 0px;
    }
	
	.theme-background-section {
	    background-attachment: scroll !important;
	    background-repeat: no-repeat;
	}
 	
 	h1.true-size-mobile {
 	    font-size: 30px !important;
 	    text-align: center;
 	}

	.content-inner-container {
		padding: 100px 3%;
	}
	.col-xs-12 {
		padding: 0px;
	}

	.theme-background-section h2 i {
		font-size: 18px;
	}

    .side-image-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .with-overlay .section-overlay-light {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .with-overlay .section-overlay-light2 {
        padding-top: 20px;
    }
	
	.main-nav .nav li a {
	    font-size: 25px;
	    color: #fff;
	}
	
	.navbar-container .navbar-nav li a {
		font-size: 16px;
	}

	body .container {
	     padding-left: 5px; 
	     padding-right: 5px;
	}

	.sticky .main-nav .nav li a {
    font-size: 25px;
    color: #bbb;
	}

	.owl-arrows.owl-theme.testimonial-carousel {
	    margin-top: 0px;
	}
	
	.featured-box .text-light li a {
		font-size: 16px;
	}
}