/* -------------------------------------------------------
                     phone & tablet
-------------------------------------------------------- */

@media (max-width: 991px) {



	.s-header {
		height: 110vh;
		min-height: 35em;
	}

	.navbar {
		padding-top: 0;
		padding-bottom: 0;
		z-index: 100000 !important;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
	.navbar-fixed-top {
	    padding: 5px 0 20px 0;
	}
	.navbar-toggle .icon-bar {
	    background: #FFF;
	}
	.navbar-fixed-top .logo {
	    padding-top: 10px;
	}

	.logo img {
		height: 38px;
	}

	.navbar-fixed-top .navbar-nav>li>a {
	    color: #212121;
	}
	.navbar-fixed-top .navbar-nav>li {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	    max-height: 400px;
	    background-color: #FFF;
	}
	.navbar-brand {
		height: auto;
		line-height: auto;
		padding: 15px 0;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		padding: 15px 0;
		margin-left: 15px;
	}
	.navbar-toggle {
    	margin-top: 11px;
	}
	.fixed .navbar-nav>li {
    	margin-left: 15px;
	}
	.fixed {
		padding: 5px;
	}
	.fixed .logo {
	    padding: 10px;
	}
	.fixed .navbar-toggle .icon-bar {
	    background: #212121;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-collapse {
	    background-color: #FFF;
	}
	.navbar .navbar-nav > li > a {
	    color: #212121;
	    padding-bottom: 10px;
	}
	.title h5 {
	    font-size: 80px;
	}
	.sections:not(:first-child) {
	  padding: 80px 0;
	}
	.about-right {
		padding-left: 0;
		margin-top: 90px;
	}
	.about-right .first-row {
		margin-bottom: 0;
		float: none;
	}
	.about-item {
		margin-bottom: 45px;
	}
	.about-right .last-row .about-item:last-child {
		margin-bottom: 0;
	}
	.serv-content .serv-item {
		margin-bottom: 60px;
	}
	.facts {
		padding: 120px 0 60px 0;
	}
	.facts .fact-item {
		margin-bottom: 60px;
	}
	.work .work-item {
    	width: 50%;
	}
	.price .price-c .price-table {
		margin-bottom: 60px;
	}
	.price .price-c .price-table:last-child {
		margin-bottom: 0;
	}
	.blog .posts-cont .b-item {
		margin-bottom: 60px;
	}
	.blog .posts-cont .b-item:last-child {
		margin-bottom: 0;
	}
	.contact .contact-info .item {
		margin-bottom: 50px;
	}
	.contact .con-info {
		margin-bottom: 80px;
	}
	.contact-item {
	    margin-bottom: 30px;
	    display: inline-block;
	    width: 100%;
		padding-left: 0;
	}

}

@media (max-width: 770px) {
	.s-header .middle-c h1 {
		font-size: 55px;
	}
	.s-header .middle-c h3 {
		font-size: 13px;
	}
	.mouse {
		display: none;
	}
}

@media (max-width: 575px) {
	.s-header .middle-c .capt {
		padding: 0 10px;
	}
	.s-header .middle-c h1 {
		font-size: 45px;
		line-height: 50px;
	}
	.s-header .middle-c h3 {
		font-size: 12.5px;
	}
	.title h5 {
	    font-size: 65px;
	}
	.title h2 {
		font-size: 27px;
	}
	.work .work-item {
    	width: 98%;
	}
	.work .work-item {
		padding: 0 4px 10px 11px;
	}
	.work .filter-work a {
	    margin-bottom: 15px;
	    display: inline-block;
	}
	.sc-icon a {
		margin-bottom: 8px;
		display: inline-block;
	}
}

@media (max-width: 475px) {
	.title h5 {
		display: none;
	}
	.s-header .middle-c h3 {
		margin: 30px 0;
	}
	.s-header .middle-c a {
		margin-top: 15px;
	}
}
