@media screen and (max-width: 767px){
	.start-page-wrapper{
		display: none;
	}
	.start-page-body{
		background: inherit;
	}
	.logo{
		margin: 5px 12px;
float:none;
/*height:82px;	*/	
	}
	.newMob .header-submenu{
		 
		display: block;
		position: relative; 
	}
	.newMob .header-submenu > ul > li   {margin:0 !important;}
	.newMob .header-submenu > ul > li a {background:none;border:0px;padding:0 0 0 12px;}
	.newMob{
		width: 100%;
		height: 100%;
		display: table;
		background-position: center top;
		background-size: cover;
		min-height: 389px;
		position: relative;
	}
	.newMob .head{
		position: relative;
		width: 100%;
		/*height: 90px;*/
		text-align: center;
		background: rgba(255, 255, 255, 0.6);		
	}
	.newMob .head .butMenu{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 18px;
		height: 20px;
		display: flex;
		align-items: center;
		cursor: pointer;
		z-index: 110;
	}
	.newMob .head input{
		display: none;
	}
	.newMob .head .butMenu span,
	.newMob .head .butMenu span:before,
	.newMob .head .butMenu span:after{	
		display: block;
		width: 100%;
		height: 4px;
		background: rgba(198, 156, 103, 1);
		transition-duration: .5s;
	}
	.newMob .head .butMenu span:before,
	.newMob .head .butMenu span:after{
		content: '';
		position: absolute;
		top: 0%;
		left: 0px;
		transform: translate(0px,0%) rotate(0deg);
		transform-origin: 50% 50%;
	}
	.newMob .head .butMenu span:after{
		top: inherit;
		bottom: 0% 
	}
	
	.newMob .head :checked ~ .butMenu span{
		background: rgba(33, 35, 36, 0);
	}
	.newMob .head :checked ~ .butMenu span:before{
		top: 50%;
		transform: translate(0px,-50%) rotate(45deg);
	}
	.newMob .head :checked ~ .butMenu span:after{
		bottom: 50%;
		transform: translate(0px,50%) rotate(-45deg);
	}
	.newMob .head .mobMenu{
		position: fixed;
		height: 100%;
		z-index: 100;
		text-align: left;
		padding: 40px 0px 10px 0px;
		background: #FFF;
		box-sizing: border-box;
		right: -100%;
		transition-duration: .5s;
		box-shadow: 150px 0px 200px 200px rgba(255, 255, 255, 0);	
		max-width: 100%;
	}
	.newMob .head .mobMenu .scroll{
		overflow: hidden;
		overflow-y: scroll;
		height: 100%;
		padding: 0px 30px 0px 30px;
	}
	.newMob .head .mobMenu ul{
		list-style: none;
	}
	.newMob .head .mobMenu ul li{
	    margin-bottom: 5px;
	}
	.newMob .head .mobMenu b{
		display: block;
		font-size: 1em;
		position: absolute;
		top: 12px;
		left: 30px;
		font-family: 'WeblySleekUILight';
		text-transform: uppercase;
	}
	.newMob .head .mobMenu a{
	    font-size: 1em;
		font-family: 'WeblySleekUISemuBold';
		color: #000;
		text-decoration: none;
		font-weight: 800;
	}
	
	.newMob .head :checked ~ .mobMenu{
		right: 0%;
		box-shadow: 150px 0px 200px 200px rgba(255, 255, 255, 0.6);
	}
	
	.newMob .footer{
		width: 100%;
		position: absolute;
		bottom: 0px;	
		overflow: hidden;
	}
	.newMob .footer .fmenu{
		display: flex;
		justify-content: space-evenly;
		background: #FFF;
		padding: 10px 20px 15px 20px;
		position: absolute;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;	
		transition-duration: .5s;
	}
	.newMob .footer .fmenu a{
		font-size: 1em;
		text-decoration: none;
		color: #333;
		position: relative;		
	}
	.newMob .footer .fmenu a:before{
		content: '';
		display: block;
		position: absolute;
		bottom: -2px;
		width: 100%;
		height: 1px;
		border-bottom: 1px dashed #000;
	}
	.newMob .footer .text{
		margin: 5%;
		padding: 5%;
		margin-bottom: 10%;
		background: rgba(255, 255, 255, 0.7);
		font-size: 1em;
		font-weight: 100;
		font-family: 'WeblySleekUILight';		
	}
	.newMob .footer .text .title{
	    text-transform: uppercase;
		font-size: 1.8em;
	}
	
	.newMob .footer input{
		/*display: none;*/
	}
	.newMob .footer .fmenu:first-child{ right: 0%; display: none; }
	.newMob .footer .fmenu:last-child{ right: -100%; }	
	.start-slider .bx-wrapper .bx-next:before {
		display: none;
	}
	.start-slider .bx-wrapper .bx-next, .start-slider .bx-wrapper .bx-prev {
		display: none;
	}
	
	.newMob .footer :checked ~ div .fmenu:first-child{ right: 100%; }
	.newMob .footer :checked ~ div .fmenu:last-child{ right: 0%; }
	
	.newMob .footer .butFotterMenu{
	    position: absolute;
		width: 15px;
		height: 10px;
		right: 20px;
		bottom: 16px;
		z-index: 10;
		cursor: pointer;		
	}
	
	.newMob .footer .butFotterMenu span:before,
	.newMob .footer .butFotterMenu span:after{
		content: '';
		display: block;
		width: 100%;
		height: 3px;
		background: #333;
		transition-duration: .5s;		
		position: absolute;
		top: 0%;
		left: 0px;
		transform: rotate(30deg);
	}

	.newMob .footer .butFotterMenu span:after{
		top: inherit;
		bottom: 0%;
		transform: rotate(-30deg);
	}	
	
	.newMob .footer :checked ~ .butFotterMenu span:before{ transform: rotate(-30deg); }
	.newMob .footer :checked ~ .butFotterMenu span:after{ transform: rotate(30deg); }
	
}