/* -------------------------------------------------------
                     phone & tablet 
-------------------------------------------------------- */
@media (max-width: 991px) {
	.navbar {
		padding-top: 0;
		padding-bottom: 0;
		z-index: 999999999;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        float: left;
    }
	.navbar-fixed-top {
	    padding: 5px 0 20px 0;
	}
	.navbar-toggle .icon-bar {
	    background: #FFF;
	}
	.navbar-fixed-top .logo {
	    padding-top: 10px;
	}
	.navbar-fixed-top .navbar-nav>li>a {
	    color: #212121;
	}
	.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-right: 15px;
		float: right;
	}
	.navbar-toggle {
    	margin-top: 19px;
	}
	.fixed .navbar-nav>li {
    	margin-left: 10px;
	}
	.fixed {
		padding: 5px;
	}
	.fixed .logo {
	    padding: 10px;
	}
	.fixed .navbar-toggle .icon-bar {
	    background: #FFF;
	}
    .navbar-collapse.collapse {
        display: none!important;
        background: transparent;
    }
    .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: #FFF;
	    padding-bottom: 10px;
	}
	.ss-nav .navbar-nav>li:first-child {
		border-top: 1px solid #eee;
		padding-top: 30px;
	}
	.ss-nav .navbar-nav>li:last-child {
		margin-right: 23px;
		padding-bottom: 30px;
	}
	.navbar-nav>li {
	    float: none;
	    margin: 0 !important;
	    padding: 15px 0;
	    width: 100%;
	}
	.features .feat-item {
		margin-bottom: 60px
	}
	.features .feat-item:last-child {
		margin-bottom: 0;
	}
	.about-s .about-pic {
	    float: none;
	}
	.about-s .about-content {
   		float: none;
	}
	.facts .fact-item {
		margin-bottom: 60px;
	}
	.services .dt-sc-image-caption {
		margin-bottom: 60px;
	}
	.services .wpb_column:last-child .dt-sc-image-caption {
		margin-bottom: 0;
	}
	.work .work-item {
    	width: 50%;
	}
	.contact .contact-info .item {
		margin-bottom: 60px;
	}
	.contact-item {
	    margin-bottom: 30px;
	    display: inline-block;
	    width: 100%;
		padding-left: 0;
	}
	.contact-info .item {
		margin-bottom: 60px;
	}
	.contact-info .item:last-child {
		margin-bottom: 0;
	}
	.contact .contact-form {
	    float: right;
	    width: 100%;
	    margin-top: 60px;
	}
	.contact .contact-form .rif-ver {
	    float: right;
	    width: 100%;
	    margin-bottom: 25px;
	}
}

@media (max-width: 770px) {
	.work .work-item {
        width: 49.5%;
	}
}

@media (max-width: 700px) {
	.topbar .right-bar {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	.topbar .left-bar {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	.lets-talk h4 {
		line-height: 55px;
	}
	.work .filter-work a {
		margin-bottom: 7px;
	}
	.work .filter-work a:first-child,
	.work .filter-work a:last-child {
		border-radius: inherit;
	}
	.clients .client-logo {
		border-width: 0;
	}

}

@media (max-width: 560px) {
	.work .work-item {
    	width: 96%;
	}
	.work .filter-work a {
	    margin-bottom: 15px;
	    display: inline-block;
	}
	.about-s .about-content .about-bord {
	    position: relative;
	    top: auto;
	    left: auto;
	    transform: none;
	    padding: 30px 15px;
	}
}

@media (max-width: 405px) {
	.s-header .middle-c h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.s-header .middle-c a {
	    margin-left: 0;
	    margin-bottom: 15px;
	}
	.about-s .about-pic {
		background: url('../img/about.jpeg');
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		position: relative;
		overflow-x: hidden!important;
		min-height: 240px;
	}
	.sc-icon a {
		margin-bottom: 8px;
		display: inline-block;
	}
	.testimonial-box {
	    padding: 0;
	}

}

@media (max-width: 376px) {
	.about-s .about-pic {
	    min-height: 250px;
	}
}
@media (max-width: 325px) {
	.about-s .about-pic {
	    min-height: 214px;
	}
}
