.mob_navigation{
		display:none;		
	}
@media only screen and (max-width:1024px){
	.mob_navigation{
		display:block;		
	}
	.header_menu ul{
		display:none;	
	}
	nav ul li:nth-child(3):hover, nav ul li:nth-child(4):hover{
		background:none;
	}
	.mob_navigation .menuhandler{
		background: url(../images/menu.png) no-repeat 95% center;
		background-size: 25px;
		position: absolute;
		width: 30px;
		top: 20px;
		height: 33px;
		z-index: 9999;
		text-indent: -1000em;
		right: 10px;
	}
	nav ul li:hover ul{
		padding-right:0;	
	}
	nav ul li:hover .dropdown .submenu, nav ul li:hover .dropdown2 .submenu{
		padding:0;	
	}
	.m_nav {
		position: fixed;
		padding: 20px;
		top: 0;
		right: -220px;
		width: 220px;
		background: #333;
		color: #fff;
		overflow: auto;
		height:100%;
		z-index:-1;
	}
	.m_nav ul li{
		display:block;
		text-align:right;
		border-bottom:1px solid #ccc;
		padding: 10px 0;
	}
	.m_nav ul li a{
		color:#fff;
	}
	.m_nav ul li .dropdown, nav ul li:hover .dropdown, .m_nav ul li .dropdown2, nav ul li:hover .dropdown2 {
		display: none;
		width:100% !important;
		position:static;
		width:100% !important;
		background:none;
		border:0;
		padding:0;
		padding-right: 10px;
		clear: both;
	}
	
	
	.m_nav ul li .dropdown li, .m_nav ul li .dropdown ul, .m_nav ul li .dropdown2 li, .m_nav ul li .dropdown2 ul {
		width:100% !important;
		border:0;
		float: none;
		display:block;
		position:relative;
		min-height:0;
		height:auto;
	}
	.m_nav ul li .dropdown ul:before, .m_nav ul li .dropdown2 ul:before {
		display:none;
	}
	ul.newul {
		border-left: 0px solid #fff;
		margin-left: 0px;
		padding-left: 00px!important;
		padding-top: 0px!important;
		
	}
	.dropdown .container ul, .dropdown2 .container ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
	.page{
		right:0;
		position:relative;
		z-index:99999;
		height:100%;
	}
	span.dphandler {
		width: 30px;
		height: 30px;
		background: url(../images/plus.png) no-repeat center center;
		display:inline-block;
		vertical-align: top;
		float: left;
		cursor:pointer;
		margin-top: -8px;
		
	}
	span.dphandler.open {
		width: 30px;
		height: 30px;
		background: url(../images/minus.png) no-repeat center center;
		display:inline-block;
		vertical-align: top;
		float: left;
		margin-top: -8px;
	}
	.press{
		overflow-y: scroll;
	}
	.press-list{
		width:50%;
	}
	.handler-scroll-up, .handler-scroll-down{
		width:20px;
		height:20px;
		right:0;	
	}
	a.handler-scroll-up {
	  margin-bottom: 10px;
	}
	.cnt-shop {
		padding: 15px;
	}
}

@media only screen and (max-width:640px){
	.logo-main img, .tagline img{
		max-width:60%;
	}
	/*.contact-left{
		overflow-y:scroll
	}*/
	.press{
		overflow-y: scroll;
	}
	.press-list{
		width:50%;
	}
	.cnt-foundation, .cnt-shop{
		width:80%;
		left:10%;
	}
	.cnt-foundation p, .cnt-shop h3{
	padding: 10px;
	font-size: 14px;
	  line-height: 20px;
	}
	.cnt-shop {
		padding: 10px;
	}
}
@media only screen and (max-width:480px){
	footer{
		height:auto;
	}
	.footer-left, .footer-right{
		width:100%;
		float:left;
	}
	.footer-left ul, .footer-right ul{
		margin:0 auto;
		padding:0;
		text-align:center;
	}
	.press-list{
		width:100%;
	}
	.press{
		overflow-y: scroll;
	}
	.cnt-foundation, .cnt-shop{
		width:90%;
		left:5%;
	}
	.cnt-foundation p, .cnt-shop h3{
	padding: 10px;
}
	.container-splash{
		width:100%;
		left:0;
		margin-left:0;	
	}
	.process-left,.process-right, #video, .contact-left, .contact-right{
		width:100%!important;
	}
	.process, .contact-us{
		overflow-y:scroll
	}
	.process .handler{
		display:none;
	}
	.process .scroll-content{
		right:10px;
	}
	.contact-us .scroll-content{
		right:10px;
	}
} 
