.logo img{
	max-height: 68px;
}
body{
	background: #fdd6dd;
	width: 100%;
	float: left;
	padding-bottom: 84px !important;
}
header{
	background: #fdd6dd;
}
.topbar{
	background: url('../images/p2s_bag.jpg') !important;
	 background-repeat: no-repeat;
	 background-size: 100% 100%;
}
.venor_bg{
	padding: 20px 0px !important;
}
.vendors_title{
	text-align: center;
	padding: 10px 0px 20px;
}
.vendors_title h1{
	padding: 0px;
	margin: 0px;
	color:#20304a; 
}
.p2sme_top {
	 min-height: 100px;
	 width: 100%;
	 clear: both;
	 background: url('../images/p2s_bag.jpg');
	 background-repeat: no-repeat;
	 background-size: 100% 100%;
	 padding: 20px 0px 30px;
}
.p2sme_top h1{
	color: #fff;
	font-weight: 300;
	font-size: 45px;
}
.p2sme_top p{
	text-align: center;
	color: #fff;
	line-height: 34px;
}
.footer{
	background: #20304a;
	padding: 20px 0px 10px;
	text-align: center;
	clear: both;
}
.footer p{
	color: #fff;
}
.vep_products .vep_item{
	margin: 10px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.00);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.00);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.00);
}

.vep_products .vep_item .vep_item_content{
	background:#e03b66;
}

.vendors_form h1{
	background: #e03b66;
}
.vendors_form {
    border: 1px solid #e03b66;
}
.login_page{
	margin-top: 0px;
}
.footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
@media only screen and (min-width: 1200px){
	body {
	    padding-bottom: 84px !important;
	    position: relative;
	}
}
@media only screen and (max-width: 980px){
	body{
		padding-bottom: 140px !important;
	}
	.vendors_area ul{
		padding-left: 0px;
	}
	.vep_products li {
	    width: 50%;
	    display: inline-block;
	    margin-left: -4px;
	}
	.p2sme_top h1{
		font-size: 35px;
	}
}
@media only screen and (max-width: 480px){
	body{
		padding-bottom: 200px !important;
	}
	.vep_products li {
	    width: 100%;
	    display: inline-block;
	}
	.p2sme_top h1{
		font-size: 25px;
	}
}