/************************************************************************************
smaller than 600
*************************************************************************************/

 @media screen and (max-width: 585px) { 
 #floater{
	display:none;
}

#bodywrapper{
	width:100%;	 
	float:left;	  
}
 
#strook_right{
	position:static;
	width:100%;
}

#strook_right .content{ 
	  margin-top:40px;
} 
 
 #strook_left{
	width:90%;
	margin:0% 5%; 	
}

 #holder_midd_right  {
	  margin:0% 5%;
	  width:90%; 
	  margin-bottom:40px;
  }
  #strook_midd{
	  width:100%;
  }
 #strook_midd  .content{
	 /* margin-top:40px;*/
	  
  }
  #mainnav{
	display:none;  
  }
	#mobile_logo{
		width:30px;
		height:30px;
		background:url(../images/mobile.png) no-repeat;
		position:absolute;
		 top:10px;
		 right:0%;  
		/*top:48px;*/
		 
}
 
#strook_left{
	height:auto;
}
#siteby2{  
	font-size:9px;
	margin-top:40px;
	margin-bottom:40px;	
	display:block;
}
#siteby{
	display:none;
}
  #holder_campaign {
	  float:left;
	   width:90%;
	   margin-left:5%;
  }
  .text_content{
	height:auto; 
 }
 
 #holder_campaign {
	 margin-top:40px;
	  margin-left:0px;
	   float:right;
	   width:100%; 
 }
  
   #tintup_container{
	margin-top:75px;   
	   left: 5%;
	  
	  width:90%; 
   }
   #col_subcampaign{
	   width:98%;
   }
   
   
 }


@media screen and (min-width: 585px) and (max-width: 1000px) { 

#floater{
	display:none;
}

#bodywrapper{
	width:100%;	 
	float:left;	 
	overflow:visible; 
}
#strook_left{
	
}
#strook_right{
	position:static;
	width:100%;
}

#strook_right .content{ 
	  margin-top:40px;
} 

 #holder_midd_right  {
	  width:450px; 
	  width:60%; 
  }
   
 
#siteby2{  
	font-size:9px;
	margin-top:40px;
	margin-bottom:40px;	
	display:block;
}
#siteby{
	display:none;
}

 .text_content{
	height:auto; 
 }
 
  #col_subcampaign{
	 width:95%;
	 margin-right:5%;
	 float:left;
 }
  #holder_campaign {
	  margin-top:40px;
	  float:right;
	   width:100%; 
  }
   #holder_midd_right{
	width:55%;    
   }
}

