@charset "utf-8";
/* CSS Document */

body
{
  
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    background-color: #fff;
    font-size: 14px;
    line-height: 22px;
}
a
{
	text-decoration:none;
	color:#ea623d;
}
a:hover
{
	text-decoration:none;
	color:#666;
}
p 
{
     margin: 0 0 15px 0;
}


/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
 {
	 
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
 
}
@media (min-width: 992px)
{

}
@media (max-width: 991px) 
{
	
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	
	
  
}
@media (min-width: 768px)
{
 
 
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
 
	
}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
  
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
	
}


