#mobile_menu_bt,#close_bt{
	display: none;
}
@media only screen and (max-width: 560px){
	#mobile_menu_bt,#close_bt{
		text-align: right;
        padding: 15px;
        font-size: 24px;
        cursor: pointer;
		display: block;
	}
	#wBlockBkg{
		height: 100%;
	}

	#titlelogo{
		min-width: initial;
		min-height: initial;
		max-height: 120px;
		max-width: 200px;
		position: absolute;
		top: 0;
		height: auto;
		text-align: left;
		padding-left: 10px;
		z-index: 999;
		padding-top: 10px;
		left: 0;
		width: 200px;
	}
	    #wBlockHost {
	    	top: -10px;
	    }
	    .host{
	    	padding: 0;
	    	margin: 0;
	    }
	    .w_100{
	    	width: 100%;
	    }
	    
	        #slider-wt {
	        	width: 100%;
	        }
	    .txtblock p{
	    	margin: 0;
	    	margin-top: 10px;
	    	margin-bottom: 10px;
	    }
	    .wt-sz22,.txtblock,.txtCaption{
	    	font-size: 18px !important;
	    }
	    .imgblock{
	    	text-align: center;
	    }
	        #homeBulletBanner {
	        	max-width: initial;
	        	height: initial;
	        }
	        .wt-sz56 {
	        	font-size: 40px !important;
	        }
	        .imgwrap{
	        	text-align: center;
	        }
	        .homeBulletBox.wt-dirtBrw{
	        	left: 0;
	        	    margin: 0;
    padding: 0;
    height: initial;
    top: 0;
    max-width: initial;

	        }
	        .wt-sz28 {
	        	font-size: 24px !important;
	        }
	        iframe{
	        	width: 100%;
	        }

	.wSlideHost{
		top: 0;
	}
	    #wtBod-1 {
	    	width: 100%;
	            position: absolute;
        top: 50%;
        transform: translateY(-50%);
	    }
	#wLowerBlockHost{
		top: 0;
		padding: 0 10px;
	}
	#titlelogo img{
		max-width: 100px;
	}
	.wtVrtSpacer{
		width: 100%;
	}
	#close_bt{
		right: 0;
		top: 0;
		position: absolute;
	}
	#wMenu{
		        position: fixed;
		        top: 0;
        height: 100%;

        width: 100%;
        margin-top: 0;
        max-width: 100%;

    transform: translateX(-100%);
    transition: transform 0.3s ease;
        z-index: 9999;
       
        background: #fff;
        padding: 60px 15px 0 15px;
	}
	#wMenu.active{

		    transform: translateX(0);

	}
	.wtLink-Wrp{
		width: 100%;
		max-width: 100%;
	}
	.wtLink-Box,.wtHover-Box{
		font-size: 22px;
	}
	*{
		box-sizing: border-box;
	}
}


