BODY{
	background-repeat: no-repeat;
	background-attachment: scroll; 
	background-position: scroll;
}


@media(min-width:768px) {
   BODY{ 
   		background-attachment: fixed !important; 
		background-size:cover;
		background-position:center !important;
	}
}

#LogoImage {
	max-width:300px;
	height:50px;
	margin-top: -15px;
}
.containerContent {
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 50px;
	background-image: url(../img/FFFFFF-0.9.png);
	
}

.section_image {
 -moz-border-radius: 15px;
 border-radius: 15px;
 width:100%;
 
}


.store_icon{
	float:left;
	padding-right:40px;
	padding-bottom:80px;
}
.store_message{
	color:#09F;
	font-style: italic;
}

.promotion{

	padding:40px;
	border: 5px dashed #333;
	background-color:#fff;
	max-width:600px;
	width:50%
	display: block;
	
	margin-left:auto;
	margin-right:auto;
	
}


.promotionTitle{
	font-size:3em;
	font-weight:bold;
	text-align: center;
}


.promotionSubtitle{
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
}
.promotionDate{
	font-size:1em;
	font-weight:bold;
	 font-style: italic;
	 padding-top:10px;
	 padding-bottom:40px;
	 text-align: center;
}
.promotionDisclaimer{
	font-size:.7em;
	color:#777;
	
}

.promotionBarcode{
	float:left;
	
}
.clear{
	clear:both:
}

#buttonGalleryViewMore{
	margin-top:50px;
}










.navbar-default .navbar-brand {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;  
}

