.shopprofile .contentwidth{
	width:700px;
}

.shopprofile .mainimg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/login/loginbg.jpeg);
	height:500px;
	width:100%;
}

.shopprofile section{
	margin:40px 0;
}

.shopprofile .about{
	line-height: 1.8em;
}

.shopprofile .shopinfo{
	width:500px;
	max-width: 100%;
	margin:-150px auto 60px;
	background-color:white;
	box-shadow: 7px 15px 0px 0px rgba(174,176,180,0.7);
	padding:30px;
	text-align: center;
}

.shopprofile .shopinfo h1{
	font-size:25px;
	margin-bottom: 20px;
}

.shopprofile .shopinfo .category{
	font-size:16px;
	margin-bottom: 20px;
}

.shopprofile .shopinfo .coupon{
	font-size:16px;
	margin-bottom: 20px;
	width:100%;
	border-radius: 5px;
	padding:5px;
	line-height:40px;
	position: relative;
	padding:5px;
	text-align: center;
	background-color:#dae0e6;
}

.shopprofile .facebooktag{
	font-size:20px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	padding-left:85px;
	line-height: 40px;
}
.shopprofile .facebooktag .circle{
	width:40px;
	height:40px;
	display: inline-block;
	position: absolute;
	left:0px;
	top:0px;
	background-color:#00a6ff;
	color:white;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.shopprofile .facebooktag .at{
	font-size:35px;
	font-weight: bold;
	position: absolute;
	left:45px;
	top:-2px;
}

.shopprofile .instagramtag{
	font-size:20px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	padding-left:85px;
	line-height: 40px;
}
.shopprofile .instagramtag .fa-instagram{
	position: absolute;
	left:1px;
	top:-1px;
	color: #f95f62;
	font-size: 45px;
}
.shopprofile .instagramtag .at{
	font-size:35px;
	font-weight: bold;
	position: absolute;
	left:45px;
	top:-2px;
}

.shopprofile .shopinfo a{
	font-size:20px;
}

.shopprofile .coupons h2{
	text-align: left;
	margin-bottom: 20px;
	font-size: 18px;
}

.shopprofile .coupons .singlecoupon{
	width:400px;
	max-width: 100%;
	margin:0 auto 20px;
	padding:20px;
	text-align: center;
	border:1px solid #F95F62;
	line-height: 30px;
	border-radius: 5px;
}


.shopprofile .pointtitle{
	font-size:20px;
	margin-top: 20px;
	text-align: left;
	position: relative;
	padding-left:55px;
	line-height: 40px;
}

.shopprofile .pointtitle.facebook{
	font-size:20px;
	margin-top: 20px;
	text-align: left;
	position: relative;
	padding-left:55px;
	line-height: 40px;
}
.shopprofile .pointtitle.facebook .circle{
	width:40px;
	height:40px;
	display: inline-block;
	position: absolute;
	left:0px;
	top:0px;
	background-color:#00a6ff;
	color:white;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.shopprofile .pointtitle.instagram{
	font-size:20px;
	margin-top: 45px;
	text-align: left;
	position: relative;
	padding-left:55px;
	line-height: 40px;
}
.shopprofile .pointtitle.instagram .fa-instagram{
	position: absolute;
	left:1px;
	top:-1px;
	color: #f95f62;
	font-size: 45px;
}


.shopprofile .pointtitle.schedule{
	font-size:20px;
	margin-top: 50px;
	text-align: left;
	position: relative;
	padding-left:55px;
	line-height: 40px;
}
.shopprofile .pointtitle.schedule .fa-calendar-alt{
	position: absolute;
	left:1px;
	top:-1px;
	color: black;
	font-size: 45px;
}

.shopprofile .pointrow{
	width:600px;
	max-width: 100%;
	margin:30px auto 0;
	font-size: 0;
}
.shopprofile .pointrow .left{
	font-size:16px;
	width:50%;
	padding-left: 90px;
	position: relative;
	display: inline-block;
}
.shopprofile .pointrow .left svg{
	font-size:40px;
	top:-7px;
	left:35px;
	position: absolute;
}
.shopprofile .pointrow .right{
	font-size:16px;
	width:50%;
	padding-left: 25px;
	position: absolute;
	display: inline-block;
}

.shopprofile .pointrow.dates{
	font-size:18px;
	padding-left: 40px;
	white-space: nowrap;
	margin-top: 20px;
}
.shopprofile .pointrow.dates span{
	font-size:11px;
	margin-top: 10px;
	display: inline-block;
}

.shopprofile .sharedetails{
	border: 1px solid #8492A6;
	border-radius: 5px;
	padding:20px;
	width:400px;
	max-width: 100%;
	margin:auto;
}

.shopprofile .bookmark{
	display: block;
	margin:50px auto 100px;
	padding:15px;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	color:white;
	width: 350px;
	max-width: 100%;
	background-color:#F95F62;
}

.shopprofile .shopinfo .bookmark{
	display: block;
	margin:20px auto 0px;
	padding:15px;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	color:white;
	width: 350px;
	max-width: 100%;
	background-color:#F95F62;
}

.shopprofile  a.bookmark.favorited{
	background-color:#dae0e6;
	color:black;
}
.shopprofile .sharedetails .facebooktag{
	margin-top:20px;
}

.campaignwrapper{
	margin-top: 30px;
	margin-bottom: 50px;
}

.campaignwrapper .half{
	width:48%;
	margin-right: 4%;
	float:left;
}
.campaignwrapper .half:nth-child(2n){
	margin-right: 0;
}

.campaignwrapper .half .campaignpic{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/noimg.jpg);
	width:100%;
	height:200px;
}

.campaignwrapper .half .campaigntitle{
	font-size: 20px;
	font-weight: bold;
}

.campaignwrapper .half .singleitem{
	position: relative;
	line-height: 1.6em;
	padding-left:27px;
	padding-right:90px;
	margin-top: 5px;
}

.campaignwrapper .half .singleitem .check{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color:#3fc380;
	top:1px;
	left:0;
}

.campaignwrapper .half .singleitem .title{

}

.campaignwrapper .half .singleitem .points{
	position: absolute;
	top:0;
	right:0px;
}

.campaignwrapper .half .campaigndates{
	position: relative;
	line-height: 1.6em;
	padding-left:0px;
	margin-top: 20px;
}

.campaignwrapper .half .campaigndates .icon{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}


#campaignlink{
	font-size: 20px;
	font-weight: bold;
	margin:20px 0;
	width:100%;
	text-align: center;
}


.hidenav .navlinkwrapper,.hidenav .navrightlinkwrapper,.hidenav .spmenubutton,.hidenav .footernav{
	display: none;
}

.profilewrapper .profilepic{
	width:75px;
	height:75px;
	margin:10px;
}

.userinfo{
	margin-bottom: 10px;
}

.userinfo .name{
	font-size: 20px;
}

#map{
	width:100%;
	height:300px;
}


.downarrowanimationwrapper{
	position: relative;
	margin:40px auto;
	height:40px;
	width:40px;
}
.downarrowanimation{
	position: absolute;
	bottom:0px;
	width:100%;
	text-align: center;
	left:0;
	cursor:pointer;
    height:auto;
	font-size: 40px;
}

.downarrowanimation.withtransition{
	
	-webkit-transition: bottom 0.6s ease-in-out;
	-moz-transition: bottom 0.6s ease-in-out;
	-o-transition: bottom 0.6s ease-in-out;
	-ms-transition: bottom 0.6s ease-in-out;
	transition: bottom 0.6s ease-in-out;
}

.downarrowanimation.up{
	bottom:20px;
	
	-webkit-transition: bottom 0.6s ease-in-out;
	-moz-transition: bottom 0.6s ease-in-out;
	-o-transition: bottom 0.6s ease-in-out;
	-ms-transition: bottom 0.6s ease-in-out;
	transition: bottom 0.6s ease-in-out;
}

.referqrcode{
	width:150px;
}

#callpopup .popupinner{
	padding:50px 20px;
	height:360px;
	font-size: 16px;
}

@media only screen and (max-width:1015px){
	.bookmarkwrapper{
		width:705px;
	}
}
@media only screen and (max-width:750px){
	.bookmarkwrapper{
		width:100%;
		text-align: center;
	}
	
	.bookmarkwrapper .singleshop{
		width:300px;
	}
}
@media only screen and (max-width:700px){
	.buttonwrapper{
		margin:30px auto;
	}
	
	.bookmarkwrapper .singleshop{
		width:300px;
	}
	
	.campaignwrapper .half{
		width:100%;
		margin-right: 0;
		float:none;
	}
	.campaignwrapper .half:first-child{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:600px){
	.shopprofile .mainimg{
		height:300px;
	}
	.shopprofile .shopinfo{
		margin:-50px auto 60px;
	}
}
@media only screen and (max-width:450px){
	.buttonwrapper{
		width:300px;
	}
}