@charset "utf-8";
/* CSS Document */
@media (min-width: 300px) and (max-width: 760px) {

.mgT25_50per
{
	margin-top:50%;
}

.wd75_100per
{
	width:100%;
}
	
.cologo img
{
	width:100%;
	height:auto;
}

.autoComplete {
    padding: 6%;
    width: 67%;
    font-size: 5vmin;
}

.autoCompleteBtn {
    background-color: transparent;
    border-radius: 0px;
    margin-top: -3px;
}

.autoCompleteBtn img {
    width: auto;
    height: 100%;
}

.pdR0
{
	padding-right:0px;
}

.pdL0
{
	padding-left:0px;
}

.loginInput
{
	font-size: 4vmin;
}

.pdLR0
{
	padding-left:0px;
	padding-right:0px;
}

.footerSocial
{
	left:auto;
	bottom: auto;
    width: 97% !important;
    position:static;
}

}