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

@media only screen and (max-width: 1024px) {
	

form.contact-form {
    float: left;
    width: 58%;
    text-align: left;
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #000;
}

.rightcolumn {
    float: right;
    width: 42%;
}

form.contact-form input.submit {
    float: left;
    width: 20%;
    background: #ccc;
    border: 1px solid #fff;
    color: #000;
    cursor: pointer;
    margin-top: 10px;
    padding: 2% 0;
}

}

@media only screen and (max-width: 1024px) {
	
	
form.contact-form {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #000;
}

.rightcolumn {
    float: right;
    width: 100%;
}
.rightcolumn img {
    width: 70%;
  
}
}



