/* If you want to add your own CSS code, please do it in this file */


@media (max-width:450px) {
 	input[type="text"],input[type="email"], .CFTextArea{width:130px!important;}
  .feature_box a.more{color:#f00;font-weight:bold;}
  .feature_box a {font-weight:bold;text-decoration:underline;}
}

@media only screen and (max-width:767px) {
    .the_content img {
        width:100%;
        height:auto;
    }
}

/* Custom TS */
#Header #logo img {width:180px;}
#Header #logo {background-color:transparent;}

@media only screen and (max-width:960px) {   
    #Header #logo img {width:140px;}    
}

@media only screen and (max-width:767px) {
    .the_content img {
        width:100%;
        height:auto;}    
    #Header #logo img {width:140px;}    
}