body {
	margin: 0 auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

h1, h2, h3 {
	font-size: inherit;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #222222;
	line-height: 1.4;
	max-width: 240px;
}

@media only screen and (min-width: 500px) {
	h1, h2, h3 {
		max-width: 1800px;
	}
}

h1 {
	color: #333333 !important;
}

h2 {
	color: #333333 !important;
	opacity: 0.6 !important;
}


.modal-inner {
	box-sizing: border-box;
	padding: 20px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.showcase-container {
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 0;
}

.block {
	display: block;
}

.full-width-image {

}

.full-width-image img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.half-width-image {
	font-size: 0;
	vertical-align: top;
}

.half-width-image img {
	width: 50%;
	height: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
}

.half-width-image img:nth-child(1) {
	padding: 0 10px 0 0;
}

.half-width-image img:nth-child(2) {
	padding: 0 0 0 10px;
}

.showcase-item-mobile {
	margin: 0 auto;
	width: 220px;
	line-height: 0;
	margin-bottom: 40px;
	position: relative;
	text-align: center !important;
}


.showcase-item-android {
	margin: 0 auto;
	width: 200px;
	line-height: 0;
	margin-bottom: 40px;
	position: relative;
	text-align: center !important;
	box-sizing: border-box;
	padding: 18px 5px 18px 5px;
	background: #ffffff;
	border-radius: 28px 28px 28px 28px;
    -webkit-border-radius: 28px 28px 28px 28px;
}


.showcase-item-android img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #eeeeee;
}

.android-screen {
	width: 100%;
	background: #ffffff;
}

.iphone-screen {
	margin: 0 auto;
	width: 220px;
	background: #ffffff;
	text-align: center;
}

.showcase-item-mobile img {
	margin: 0 auto;
	width: 200px;
	border: 1px solid #f8f8f8;
}

.showcase-item-mobile::before {
    margin: 0 auto;
    content: "";
    position: relative;
    display: block;
    top: 50%;
    margin-top: 0px;
    height: 50px;
    width: 100%;
    background: #ffffff;
    border-radius: 28px 28px 0px 0px;
    -webkit-border-radius: 28px 28px 0px 0px;
}

.showcase-item-mobile::after {
    margin: 0 auto;
    content: "";
    position: relative;
    display: block;
    top: 50%;
    margin-top: 0px;
    height: 50px;
    width: 100%;
    background: #ffffff;
    border-radius: 0px 0px 28px 28px;
    -webkit-border-radius: 0px 0px 28px 28px;

}

.iphone-lens {
    margin: 0 auto;
    position: absolute;
    margin-left: -32px;
    left: 50%;
    top: 23px;
    height: 6px;
    width: 6px;
    background: #dddddd;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    z-index: 10;
}

.iphone-camera {
    margin: 0 auto;
    position: absolute;
    margin-left: -15px;
    left: 50%;
    top: 24px;
    height: 4px;
    width: 30px;
    background: #dddddd;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    z-index: 10;
}

.iphone-button {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 8px;
    margin-left: -17px;
    height: 30px;
    width: 30px;
    border: 2px solid #dddddd;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    z-index: 10;
}


.showcase-item-desktop {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 900px;
	margin-bottom: 40px;
	line-height: 0;
}

.ipad {
	max-width: 480px;
}

.showcase-item-desktop img {
	width: 100%;
}

.browser-top {
	position: relative;
	width: 100%;
	background: #ffffff;
	height: 8px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	opacity: 0.6;
}

.browser-top:before {
	content: "\2219 \2219 \2219";
	color: #cccccc;
	letter-spacing: -0.5px;
	font-size: 24px;
	text-align: left !important;
	position: absolute;
	left: 1px;
	top: 3px;
}

@media only screen and (min-width: 768px) {
	.browser-top {
		height: 12px;
	}
	.browser-top:before {
		content: "\2219 \2219 \2219";
		color: #cccccc;
		letter-spacing: -0.5px;
		font-size: 30px;
		text-align: left !important;
		position: absolute;
		left: 2px;
		top: 5px;
	}
}

@media only screen and (min-width: 1024px) {
	.browser-top {
		height: 16px;
	}
	.browser-top:before {
		content: "\2219 \2219 \2219";
		color: #cccccc;
		letter-spacing: -0.5px;
		font-size: 34px;
		text-align: left !important;
		position: absolute;
		left: 3px;
		top: 7px;
	}
	.showcase-item-android {
		margin: 0 auto;
		width: 280px;
		margin-bottom: 80px;
		box-sizing: border-box;
		padding: 20px 6px 20px 6px;
	}
}

@media only screen and (min-width: 1280px) {
	.browser-top {
		height: 20px;
	}
	.browser-top:before {
		content: "\2219 \2219 \2219";
		color: #cccccc;
		letter-spacing: -2px;
		font-size: 40px;
		text-align: left !important;
		position: absolute;
		left: 4px;
		top: 9px;
	}
	.ipad .browser-top {
		height: 16px;
	}
	.ipad .browser-top:before {
		top: 7px;
	}
}

@media only screen and (min-width: 768px) {
	.iphone-screen {
		width: 260px;
	}
	.showcase-item-mobile {
		width: 260px;
		margin-bottom: 80px;
	}
	.showcase-item-desktop {
		margin-bottom: 80px;
	}
	.showcase-item-mobile img {
		width: 240px;
	}
	.showcase-item-mobile::before {
	    margin: 0 auto;
	    content: "";
	    position: relative;
	    display: block;
	    top: 50%;
	    margin-top: 0px;
	    height: 60px;
	    width: 100%;
	    background: #ffffff;
	    border-radius: 28px 28px 0px 0px;
	    -webkit-border-radius: 28px 28px 0px 0px;

	}

	.showcase-item-mobile::after {
	    margin: 0 auto;
	    content: "";
	    position: relative;
	    display: block;
	    top: 50%;
	    margin-top: 0px;
	    height: 60px;
	    width: 100%;
	    background: #ffffff;
	    border-radius: 0px 0px 28px 28px;
	    -webkit-border-radius: 0px 0px 28px 28px;

	}
	.iphone-camera {
		top: 28px;
	}
	.iphone-lens {
		top: 27px;
	}
	.iphone-button {
		bottom: 13px;
	}
}


@media only screen and (min-width: 1024px) {
	.side-by-side {
		margin: 0 auto;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin-left: 60px;
		margin-right: 60px;
		margin-bottom: 20px;
	}
}


@media only screen and (min-width: 1200px) {
	body {
		font-size: 18px;
	}
	.showcase-item-mobile {
		margin-bottom: 120px;
	}
	.showcase-item-desktop {
		margin-bottom: 120px;
	}
}

/*img {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(204,204,204,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(204,204,204,1);
	box-shadow: inset 0px 0px 0px 1px rgba(204,204,204,1);
}*/
