@media only screen and (max-width: 768px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
	.top_bar{
		display: none;
	}
	.logo{
	  	display: block;
	}
	.logo img{
	  	display: block;
	  	width: 150px!important;
    	margin-left: 6%;
	}
	.navi li{
		display: none;
	}
	.mob-nav {
	    font-size: 30px;
	    cursor: pointer;
	    margin-top: -120px;
	    display: block!important;
	    color: #ffffff;
	    float: right;
	    margin-right: 0px;
	    position: relative;
	}
	.after-slider {
    	margin-top: 50%;
	}
	.content-side {
	    width: 100%;
	    padding: 0px;
	    margin-top: 0px;
	    z-index: 2;
	    background: rgb(255, 255, 255);
	    display: block;
	    text-align: center;
	    transform: translate3d(0px, 16.5px, 0px);
	    position: relative;
    	left: 0px;
	}
	.img-section {
	    height: auto;
	    width: 100%;
	    margin: 50px auto;
	}
	.img-section2 {
	    width: 100%;
	    float: left;
	    margin-right: 3.5%;
	    box-sizing: border-box;
	}
	.img-section2 img {
	     height: auto; 
	}
	.content-side2 {
	    width: 100%;
	    position: relative;
	    right: 0px;
	    padding: 32px;
	    margin-top: 245px;
	    background: rgb(255, 255, 255);
	    display: block;
	    transform: translate3d(0px, 3.3px, 0px);
	    text-align: center;
	}
	.last-btn {
	    margin-top: 14px;
	    display: block;
	}
	.cn-pg-title h1 {
	    font-size: 60px;
	    text-transform: uppercase;
	    margin-top: -100px;
	}
	.content-side23 {
	    width: 100%;
	    height: auto;
	    position: relative;
	    right: 0px;
	    top: 20px;
	    margin-top: 0px;
	    background: blanchedalmond;
	    display: block;
	    padding: 54px;
	    float: left;
	    transform: translate3d(0px, 3.3px, 0px);
	}
	.img-section23{
		width: 100%;
		float: left;
		height: auto;
		float: left;
		margin-right: 3.5%;
		padding: 30px;
		box-sizing: border-box;
	}
	.contact-page ul li {
	    font-size: 20px;
	    line-height: 1.4;
	    font-weight: bold;
	    margin-left: -40px;
	}
	.btn-menu {
	    font-weight: 500;
	    font-size: 1.2em;
	    color: #fff;
	    padding: 5px;
	    border: 3px solid #fff;
	    margin-right: 10px;
	}
	.bar {
	    border-bottom: 1px solid hsla(0,0%,100%,.2);
	    color: #fff;
	    padding: 10px 0px;
	    margin: 10px 28px;
	    height: auto;
	}
	.cost {
	    margin-top: 25px;
	    text-align: left;
	    margin-bottom: 25px;
	}
	.slide-title {
	    font-size: 3rem;
	    line-height: 1;
	    max-width: 65%;
	    white-space: normal;
	    word-break: break-word;
	    color: #FFF;
	    z-index: 100;
	    font-family: 'Lato', sans-serif;
	    text-transform: uppercase;
	    font-weight: 900;
	}
	.m-order-btn:hover{
		color: #e8cd67;
	}
	.one {
        float: left;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 40%;
        background:#d58512;
    }
    .m-order-btn {
        padding: 10px 12px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-shadow: 1px 1px #333;
        text-align: center;
        border-radius: 3px;
        z-index: 1000;
        display: block;
    }
    .minus-margin{
        /*margin-left: -35px;*/
    }
    .cn-left{
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .cn-right{
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .slide-image {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 745px;
        background-position: center;
        background-size: cover;
    }
}
/*@media (min-width: 792px){
	.col-md-offset-3 {
	    margin-left: 9%;
	}
}
@media (min-width: 1200px) {
	.col-md-offset-3 {
	    margin-left: 25%;
	}
}*/
@media only screen and (max-width: 600px) {
	.mt-0 {
	    margin-left: 22%;
	}
}
@media only screen and (max-width: 1200px) {
	.mt-0{
	  margin-left: 4%;
	}
}
@media only screen and (max-width: 1300px) {
	.mt-0{
	  margin-left: 10%;
	}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {
	.mob-nav {
	    display: block!important;
	    float: right;
	}
	.slide-image {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 745px;
        background-position: center;
        background-size: cover;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	.mob-nav{
	    display: block!important;
	}
	.slide-image {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 745px;
        background-position: center;
        background-size: cover;
    }
	
}