@media (max-width: 768px){
	.about-box {
    height: 250px;
		grid-row-start: 2;
	}
	.about-text p{
		margin-bottom: 15px;
	}
	.about-text h3 {
    margin: 0 0 15px 0;
		font-size: 20px;
	}
	.about-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 40px;
	}
	.top-list p:before {
    width: 6px;
    height: 6px;
	}
	.top-list p {
    padding-left: 20px;
    font-size: 15px;
	}
	.top-price {
    margin-top: 20px;
    font-size: 22px;
	}
	.top-info ul {
		padding: 0 0 0 20px;
	}
	.top-info li {
    font-size: 16px;
	}
	#mask img{
		width: 200px;
	}
	.top-specs span {
    font-size: 18px;
    margin: 0 0 10px 0;
	}
	.top-specs {
    margin-top: 20px;
	}
	.services-box:nth-child(11),
	.services-box:nth-child(12){
		grid-column: span 2;
	}
	.top-info{
		min-height: 50vh;
	}
	.title{
		margin-bottom: 20px;
	}
	.title h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
	}
	.top-text {
    max-width: initial;
    padding: 80px 20px 50px 20px;
	}
	#top{
		grid-template-columns: 1fr;
		height: auto;
	}
	.nav-follow a {
    font-size: 16px !important;
    height: 35px !important;
    width: 35px !important;
    margin-right: 8px !important;
	}
	.navigation-bottom span {
    font-size: 18px;
    margin-right: 15px;
	}
	.navigation-bottom {
    margin: 15px 0 0 0;
	}
	.navigation-grid a {
    font-size: 20px;
    margin: 8px 0;
	}
	.navigation-bg{
		grid-row-start: 1;
	}
	.navigation-container{
		grid-template-columns: 1fr;
	}
	.footer-grid {
    grid-template-columns: 1fr auto;
    grid-gap: 15px;
	}
	.footer-social a {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    font-size: 16px;
	}
	.footer-grid p {
    color: #fff;
    font-family: 'Stretch Pro', sans-serif;
    font-size: 12px;
	}
	footer{
		padding: 20px 0;
	}
	.services-box h3{
		font-size: 16px;
	}
	.services-box {
    padding: 0 20px;
    height: 80vw;
	}
	.services-grid {
    grid-template-columns: repeat(2,1fr);
    margin-top: 40px;
	}
	.title.medium{
		max-width: initial;
	}
	.title h2 {
    font-size: 26px;
	}
	.flex-control-nav>li {
    margin-right: 8px;
	}
	.flex-control-paging>li>a {
		width: 10px;
		height: 10px;
	}
	.slide-social {
    bottom: 30px;
    right: 20px;
	}
	.slide-social a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    margin-right: 8px;
	}
	.flex-control-nav {
    left: 40px;
    bottom: 40px;
    padding: 0;
	}
	.slide-content h1 {
    font-size: 30px;
	}
	.home-logo {
    width: 200px;
    margin-bottom: 20px;
	}
	#topnav.scroll .logo img {
    height: 40px;
	}
	#topnav.scroll .logo {
    padding: 6px;
	}
	#topnav .menu-extras {
    padding: 6px 20px;
	}
	#topnav .logo{
		padding: 10px;
	}
	#topnav .navbar-toggle {
    width: 40px;
    height: 40px;
	}
	#topnav .menu-extras span {
    margin-right: 15px;
	}
	#topnav .logo img {
    height: 40px;
	}
	section{
		padding: 50px 0;
	}
	body{
		font-size: 15px;
	}
}