/* Phablets */ 
@media only screen and (max-width : 700px) and (min-width : 481px)   {

body {
        background: white;
        }
  
h1 		{
		font-size: 22px;
		color: red;
		margin-bottom: 8px;
		}
  
h2 		{
		font-size: 18px;
		color: red;
		margin-bottom: 8px;
		}
  
h3 		{
		font-weight: 400;
		font-size: 14px;
		margin-bottom: 8px;
		}  
  
p		{
		font-size: 14px;
		margin-bottom: 8px;
  		}  
  
.pagecontent ul {list-style-type: disc;
				margin-bottom: 8px;
				margin-left: 35px;
				line-height: 22px;
  				}
  
.sidemenu {
		padding: 5px;
		color: #7b7b7b;
		width: auto;
		margin-left:	auto;
		margin-right:	auto;
		text-align: center;
		}

.sidemenu-container {
  		background: #ebebeb;
		width: auto;
		margin-left:	auto;
		margin-right:	auto;
		margin-bottom:	20px;
		text-align: center;
		}
  
.sidemenu img {
		margin-bottom: 10px;
	  	}
  
.sidemenu h1 		{
		font-style: strong;
		font-size: 24px;
		color: red;
		margin-bottom: 0px;
		}  
  

  
.social {
		position: absolute;
		top: 10px;
		right: 10px;
  		}
  
.logo 	{
  		float: left;
  		padding-top: 10px;
  		padding-left: 10px;
		margin-bottom: 10px;
		width: 15%;
		max-width: 147px;
		height: auto;
		}

.logo img {width: 100%; height: auto;}  
  
.facebook-like {position: absolute;
				bottom: 20px;
				left: 20px;
				min-width: 225px; 
				height: 80px; 
				overflow: visible ;
				z-index: 9999;
  				}

.facebook-like-m {display: none;
				position: absolute;
				bottom: 20px;
				left: 20px;
				min-width: 225px; 
				height: 80px; 
				overflow: visible ;
				z-index: 9999;
  				}
  
#region_3 { position: relative ; }  

#region_1 { 
		font-style: normal;
	  	font-weight: 300;
	    font-size: 14px;
	    line-height: 22px;
	    font-family: 'lato', serif;
  		} 
  
  
#div0 {	max-width: 700px; 
	  	background: white;
	  	display: block;
  		margin-left: auto;
  		margin-right: auto;
		position: relative;
	  }

#diva	{
		width: auto;
		min-height: 110px;
		position: relative;
		}
  
  
#divb	{
		width: auto;
		min-height: 20px;
		}
  
#divc	{
		width: auto;
		padding-top: 20px;
		padding-bottom: 20px; 
	  	overflow: auto;
		-webkit-box-shadow: inset 1px 65px 20px -75px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 1px 65px 20px -75px rgba(0,0,0,0.75);
		box-shadow: inset 1px 65px 20px -75px rgba(0,0,0,0.75);
		
		}
  
#divc1	{
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
		}  
  
#divc2	{
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
		} 
  
  
#divd	{
		width: auto;
		min-height: 20px;
		padding-bottom: 20px;
		padding-top: 20px;	
		background: #ebebeb;
	
		-webkit-box-shadow: inset 1px 65px 20px -75px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 1px 65px 20px -75px rgba(0,0,0,0.75);
		box-shadow: inset 1px 65px 20px -75px rgba(0,0,0,0.75);
		
		}
  
#dive {
		width: auto;
		height: 20px;
		padding-top: 6px;	
		background: #dbdbdb;
		text-align: center;
		font-size: 12px;
  }


}
/* Phablets END*/ 
