html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
	background-color: #2B2B2B;
	height: auto !important;
	max-width: 100%;
}

body {
	
}

img {max-width:90%}

#wrapper {
	text-align:center;
	background-image: -o-linear-gradient(-90deg, #020217 0%, #0F165F 50%, #4547AC 100%);
	background-image: -moz-linear-gradient(-90deg, #020217 0%, #0F165F 50%, #4547AC 100%);
	background-image: -webkit-linear-gradient(-90deg, #020217 0%, #0F165F 50%, #4547AC 100%);
	background-image: -ms-linear-gradient(-90deg, #020217 0%, #0F165F 50%, #4547AC 100%);
	background-image: linear-gradient(-180deg, #020217 0%, #0F165F 50%, #3A3D68 100%);
	background-repeat:no-repeat;
	padding-top:50px;
}

#storesDiv{
	margin-top:10px;
}

#content p{
	text-align:center;
	color: #ffffff;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 23px;
	margin-top: 20px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#downloadText{
	display:block;
}

#videoPlayer{
	text-align: center;
	padding-top:8px;
	height:447px;
	z-index:1;
	position:relative;
	margin-top:-58px;
	
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}

#videoPlayer iframe,
#videoPlayer object,
#videoPlayer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sheepy{
	text-align: center;
	z-index:9999;
	position:relative;
	padding-bottom: 55px;
}


#sheepy a img{
	margin-bottom:-20px;
	text-align: right;
}

#fbdesktop{
	text-align: right;
	vertical-align:bottom;
	margin-bottom:0px;
	margin-left:20px;
	display:none !important;
	padding-bottom:50px;
}

#fbmobile{
	margin-top: 30px !important;
	display:inline-block;
}

#content {
	margin-top:20px;
	padding-bottom:60px;
}

#footer{
	background: #100A1F;
	border-top: 3px solid #63a373;
	border-bottom: 3px solid #63a373; 
	-moz-box-shadow:    0px 0px 4px 0px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.50);
	box-shadow:         0px 0px 4px 0px rgba(0,0,0,0.50);
	width:100%;
   padding-bottom:0px;
	margin-top: -40px;
}

#footerContent{
   text-align:center;
   margin:5 auto;
}

#footerContent img{
	margin-top:-4px;
	margin-bottom:10px;
}

#footerContent span{
	display:block;
	margin-bottom:10px;
}

#footerContent p{
	display:block;
	vertical-align:top;	
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #96ba9e;
	line-height: 20px;
	padding-top:19px;

	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
}


strong{
	font-weight: bold;
}

.rwd-break{
	display:block;
}

.d-break{
	display:none;
}

a:link { text-decoration:none; font-weight:normal; color:#96ba9e; }
a:visited { text-decoration:none; font-weight:normal; color:#96ba9e; }
a:hover { text-decoration:none; font-weight:normal; color:#96ba9e; }
a:active { text-decoration:none; font-weight:normal; color:#96ba9e; }
a:focus { text-decoration:none; font-weight:normal; color:#96ba9e; }