/* Smartphones */
@media only screen and (max-width : 480px)   {
  
  
body {
        background: white;
        }

h1 		{
		font-size: 18px;
		color: red;
		margin-bottom: 6px;
		}
  
h2 		{
		font-size: 16px;
		color: red;
		margin-bottom: 6px;
		}
  
h3 		{
		font-weight: 400;
		font-size: 14px;
		margin-bottom: 6px;
		}  
  
p		{
		font-size: 14px;
		margin-bottom: 6px;
  		}
  
.logo 	{
  		padding-top: 5px;
		width: 30%;
		max-width: 100px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		}

.logo img {width: 100%; height: auto;}   
  
.social {
		position: absolute;
		top: 6px;
		right: 6px;
		width: 21px;
  		}  
  
.social img {width: 100%; height: auto; top: 0px; right: 0px;}     
  
.pagecontent ul {list-style-type: disc;
				margin-bottom: 8px;
				margin-left: 30px;
				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;
		}  
  
.facebook-like {display: none;
				position: absolute;
				bottom: 20px;
				left: 20px;
				min-width: 225px; 
				height: 80px; 
				overflow: visible ;
				z-index: 9999;
  				}

.facebook-like-m {
				position: absolute;
				bottom: 20px;
				left: 20px;
				min-width: 225px; 
				height: 20px; 
				overflow: visible ;
				z-index: 9999;
  				}
  

  
#region_3 { position: relative ; }   
  
#region_1 { 
		font-style: normal;
	  	font-weight: 300;
	    font-size: 14px;
	    line-height: 20px;
	    font-family: 'lato', serif;
  		}  
  
#div0 {	
		width: 100%; 
	  	background: white;
	  }

#diva	{
		width: auto;
		min-height: 20px;
		}  
  
#diva-big {display: none;} 
#diva-medium {display: none;} 
#diva-small {overflow: auto;}
  
#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	{
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
		}  
  
  
#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;
  }
  
}


/* Smartphones END*/
