/* app style start */
.wrapper {
	width: 100%;
	max-width: 960px;
	padding: 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.section-foot{
	background: #f0f0f0;
}
.app-wrapper {
	padding: 50px 0 0;
	display: block;
}
.app-download {
	width: 60%;
	max-width: 600px;
	float: left;
}
.app-download h2{
	font-weight: bold;
}
.mobile {
	width: 50%;
	max-width: 265px;
	height: 225px;
	float: left;
	text-align: right;
}
.btn-app-wrapper {
	width: 50%;
	max-width: 280px;
	float: right;
	text-align: center;
	margin-top: 20px;
}
.btn-app {
	width: 180px;
	height: 54px;
	line-height: 54px;
	padding: 0;
	background: #8c45c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #8c45c6 0%, #6b309c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c45c6), color-stop(100%,#6b309c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8c45c6 0%,#6b309c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8c45c6 0%,#6b309c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8c45c6 0%,#6b309c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8c45c6 0%,#6b309c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c45c6', endColorstr='#6b309c',GradientType=0 ); /* IE6-9 */
	border: 1px solid #4d1c75;
	margin-top: 16px;
	position: relative;
	text-align: center;
}
.btn-app:hover {
	background: #6b309c;
}
.AppStore, .GooglePlay {
	display: inline-block;
	margin-top: 8px;
}
.AppStore {
	width: 130px;
	height: 37px;
	background: url(https://event.livehouse.in/2015/05/padgodfes/images/img-appstore.png) no-repeat;
	background-image: url(https://event.livehouse.in/2015/05/padgodfes/images/img-appstore.svg), none;
	background-size: cover;
}
.GooglePlay {
	width: 144px;
	height: 36px;
	background: url(https://event.livehouse.in/2015/05/padgodfes/images/img-googleplay.png) no-repeat;
	background-image: url(https://event.livehouse.in/2015/05/padgodfes/images/img-googleplay.svg), none;
	background-size: cover;
}
.like-box {
	width: 320px;
	height: 250px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
	float: right;
}
.footer {
	color: #fff;
	background: #000;
}
.footer a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 3px 0;
	margin-right: 10px;
	border-right: 1px solid #fff;
	display: inline-block;
	line-height: 100%;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p{
	font-size: 12px;
	display: inline-block;
}
.footer-wrapper {
	padding: 20px 0;
	text-align: center;
}
.show {
	display: block;
}
.button-style1,
a.button-style1 {
  border: 1px solid #d05e18;
  background-color:#d05e18;
  background-image: -moz-linear-gradient(top, #e27802, #d55e00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e27802), to(#d55e00));
  background-image: -webkit-linear-gradient(top, #e27802, #d55e00);
  background-image: -o-linear-gradient(top, #e27802, #d55e00);
  background-image: linear-gradient(to bottom, #e27802, #d55e00);
  background-repeat: repeat-x;
  color: #FFF;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 3px 0px 3px 0px;
  padding: 2px 25px 2px 25px;
}
.button-style1:hover,
.button-style1:focus,
.button-style1:active,
.button-style1.active,
.button-style1.disabled,
.button-style1[disabled] {
    color: #FFF;
    background-color: #d05e18;
    *background-color: #d05e18;
    background-image: -moz-linear-gradient(top, #d55e00, #e27802);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d55e00), to(#e27802));
    background-image: -webkit-linear-gradient(top, #d55e00, #e27802);
    background-image: -o-linear-gradient(top, #d55e00, #e27802);
    background-image: linear-gradient(to bottom, #d55e00, #e27802);
    background-repeat: repeat-x;
}
.button-style1.disabled,
.button-style1[disabled] {
    color: #FFF;
    background-color: #d05e18;
    *background-color: #d05e18;
    background-image: -moz-linear-gradient(top, #d55e00, #e27802);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d55e00), to(#e27802));
    background-image: -webkit-linear-gradient(top, #d55e00, #e27802);
    background-image: -o-linear-gradient(top, #d55e00, #e27802);
    background-image: linear-gradient(to bottom, #d55e00, #e27802);
	background-repeat: repeat-x;
}
.sponsor-banner {
	width: 100%;
	height: 250px;
	background: url(https://event.livehouse.in/2015/05/padgodfes/images/campus-event-sponsor-banner.png) center no-repeat;
}
.banner-wrapper {
	padding: 0;
}
.event-sponsor {
	background: #fff;
}
.btn-back {
	float: right;
}
@media screen and (max-width: 1024px) and (min-width: 960px){
	.mobile {
		margin-left: 10px;
	}
}
@media screen and (max-width: 959px) and (min-width: 768px){
	.app-wrapper {
		padding-bottom: 0;
	}
	.app-download {
		width: 100%;
		max-width: none;
	}
	.app-download h2{
		text-align: center;
	}
	.mobile {
		max-width: 480px;
		text-align: right;
	}
	.btn-app-wrapper{
		float: left;
		margin-top: 30px;
	}
	.like-box {
	    display: none;
	}
	.footer-wrapper {
		padding: 20px 3%;
	}
}
@media screen and (max-width: 767px) and (min-width: 320px){
	.event-fb-like {
		display: none;
	}
	.doggie {
		display: none;
	}
	.app-wrapper {
		padding-bottom: 0;
	}
	.app-download {
		width: 100%;
		max-width: none;
	}
	.app-download h2{
		text-align: center;
	}
	.app-download h2 span{
		display: inline-block;
	}
	.mobile{
		max-width: 380px;
		text-align: right;
	}
	.btn-app-wrapper{
		float: right;
		margin-top: 40px;
	}
	.btn-app{
		display: block;
		margin: 0 auto 16px auto;
	}
	.like-box {
	    display: none;
	}
	.footer-wrapper {
		padding: 20px 3%;
	}
	.footer a{
		display: none;
	}
	.footer .wrapper{
		background-position: 50% 50%;
		background-attachment: fixed;
	}
}
@media screen and (max-width: 539px) and (min-width: 320px){
	.app-download span{
		font-size: 22px;
	}
	.download-item {
		height: 370px;
		position: relative;
	}
	.mobile, .btn-app-wrapper{
		width: 100%;
		max-width: none;
		float: none;
		position: absolute;
		bottom: 0;
		text-align: center;
	}
	.btn-app-wrapper{
		top: 0;
		margin-top: 0;
	}	
}
@media screen and (max-width: 479px) and (min-width: 320px){
	.app-wrapper {
		padding: 20px 0 0;
	}	
}