/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background:#5bdfad;
	height:100%;
	line-height: 1;
	text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height:100%;
}
#wrapper {
    min-height: 100%;
	overflow:hidden;
	position:relative;
}
#wrapper:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/background.jpg); 
	width: 100%;
	height:100%;
    opacity : 0.2;
    z-index: -1;
}

#left, #right {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align:top;
}
#left {
	padding-top:200px;
	margin: 0 1% 0 0;
	position:relative;
	width:500px;
}
#right {
	margin: 120px 0 0 1%;
	width: 622px;
}

#left #social-media {
	position:absolute;
	top:0; left:65px;
}
/** css sprites **/
#social-media  a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align:top;
	
	height:114px;
	margin:0 2px;
	width:86px;
	text-decoration:none;
}

#social-media .fb {
	background: url("../images/sprites.png") no-repeat 0 0;
}
#social-media .twitter {
	background: url("../images/sprites.png") no-repeat -88px 0;
} 
#social-media .ig {
	background: url("../images/sprites.png") no-repeat -176px 0;
} 
#social-media .email {
	background: url("../images/sprites.png") no-repeat -266px 0;
} 
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
	#social-media .fb, #social-media .twitter, #social-media .ig , #social-media .email {
		background-image: url("../images/sprites@2x.png"); 
		background-size: 352px 114px;
	} 

}

/** end sprites **/

#logo h1, #logo h2 {
	display:none;
}

#left  h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 24px;
	margin-top:40px;
}

#left p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	margin: 20px auto;
}

.app-store {
	margin: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  .logo{
    background-image:url(assets/sprite@2x.png);
    background-size:500px 500px; /* This replicates the original standard sprite dimensions, and assumes the actual dimensions of sprite@2x.png are 1000x1000px */
  }
}
@media screen and (max-width: 1200px){
	#right {
		display:none;
	}
	#left {
		margin:auto;
		display:block;
	}
	#wrapper {
		min-width:500px;
	}
}