	/* This is a Trade and Value, Corp. design */

/* Please refrain from copying this style sheet */

/*
mobile small	360px
mobile large	620px
small tablet	740px
large tablet	850px
small desktop	955px
medium desktop	1100px
large desktop	1240px
*/

@media (min-width: 300px) and (max-width: 590px){
.wrapper{
width: 90%;
}
.left-image{
width: 100%;
height: auto;
float: none;
display: block;
margin-left: auto;
margin-right: auto;
}
.right-image{
float: none;
display: block;
margin-left: auto;
margin-right: auto;
}

.form-holder{
position: relative;
float: none;
right: auto;
top: auto;
width: 250px;
margin: 0px auto;
margin-top: 20px;
padding: 10px;
border: #7b7b7b 1px solid;
border-radius: 10px;
}


}

@media (min-width: 300px) AND (max-width: 670px){
.space-mobile{
clear: both;
float: none;
margin: 10px 0px 10px 0px;
}
.show-mobile{
display: block;
visibility:visible;
}
}



@media (min-width: 620px) and (max-width: 849px){



}
@media (min-width: 800px){


}

@media (min-width: 850px) and (max-width: 999px){


}

	/* End of Custom CSS  */



