/* MEDIA QUERIES */
/* 14-07-17*/
.deskhide {
	display: none;
}
 @media screen and (min-width: 1025px) and (max-width: 1400px) {

}

@media screen and (max-width: 1024px) {
	
.b2cWrapper {
  max-width: 99%;
  padding: 10px;
}
	

}
 @media screen and (max-width: 990px) {

.contentarea {
  width: 77%;
}

}
 @media screen and (max-width: 960px) {
.contentarea {
  float: left;
  height: 100%;
  padding: 10px;
  width:74%;
}	 
	 
	 
.b2cWrapper .footer{margin-left:0px; border-left:0;}		 

}
 @media screen and (max-width: 800px) {
.b2cWrapper {
  max-width: 98%;
}
.b2cWrapper .headerbar {

  margin-bottom: 10px;

}

.contentarea {
  float: left;
  height: 100%;
  padding: 10px;
  width: 100%;
}
.menuarea{float:none; display:block;  background: #e7f1f9 none repeat scroll 0 0;

  height: 45px;
  margin-bottom: 20px;
  width: 100%;}
#vmenu ul{background: #e7f1f9;  border-bottom: 5px solid #2196f3;}
#vmenu ul li{border-bottom:none; display:inline-block;}

#vmenu > ul > li > a:hover{
	background:#2196f3; color:#fff;
	}








	 

.tableMobscroll {
	width: 130% !important;
}

}
 @media screen and (max-width: 768px) {
.admincolWrapper {
	padding: 0;
	width: 100%;
}
}
 @media screen and (max-width: 760px) {

}
 @media screen and (max-width: 640px) {
	 
#vmenu ul li {
  border-bottom: 1px solid #ccc;
  display: block;
  line-height: 35px;
  padding-bottom: 0;
  padding-top: 0;
}	 


}
@media only screen and (max-width: 480px) {

}
 @media screen and (max-width: 400px) {
.logo span {
	background-position: 125% 0;
}

.logo {
  float: none;
  line-height: 45px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.headRight {
  color: #000;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.headRight ul {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.commenHeader-left {
  float: none;
  height: auto;
  width: 100%;
}
.commenHeader-right {
  float: none;
  height: auto;
  text-align: left;
  width: 100%;
}
}
 @media screen and (max-width: 360px) {

}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
body {
	-webkit-text-size-adjust: none;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  
  body {
	-webkit-text-size-adjust: none;
}
}
