/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

body {
	padding-top: 10px;
}
#main {
	
}
#logo{
	margin-bottom: 10px;
}

.alert, .well {
	overflow:hidden;
	position:relative;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, .5);
}
.well {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 26px;
	background: rgba(245,245,245,.7);
}
.well.big {
	font-size: 16px;
	line-height: 26px;
}
.well h3 { 
	color: #333;
}
h3 i {
	margin-top:4px;
}
.well p { 
	padding: 0px 10px;
	text-align:left;
	margin:0px;
	color:#1a3e4f;
}

/* fun thing in the background of all blocks */
img.lolla {
	position:absolute;
	top:1px;
	right:-50px;
	z-index: -1;
}
img.lolla.left {
	left:-100px;
}
img.lolla.top {
	top:-200px;
}

/* New store buttons */

body .platforms-new
{
	text-align: center;
}

.platforms-new a 
{
	display: block;
	text-align: center;
}
.platforms-new a img 
{
	width: 85%;
	padding: 0px;
	margin: 10px 0px;
}

/* devices corner */
.idevices {
	text-align:center;
	position:relative;
}
.idevices #iphone-gallery{
	position:absolute;
	top:70px;
	left:-20px;
	cursor:pointer;
}
.idevices #iphone-gallery .gallery {
	position:absolute;
	top: 67px;
	left: 14px;
	width: 178px;
	height: 264px;
	overflow:hidden;
}
.idevices #iphone-gallery .gallery img{
	position:absolute;
	top:0px;
	width:100%;
	height:auto;
	display:none;
}
.idevices #iphone-gallery .gallery img.active{
	display:block;
}
.idevices #iphone-gallery .gallery .shadow{
	display:block;
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, .2);
	z-index:100;
}
.idevices #iphone-gallery .gallery .expand{
	display:block;
	position:absolute;
	top: 105px;
	left: 64px;
	background:rgba(0,0,0,.5);
	text-align:center;
	padding:20px;
	border-radius:5px;
	display:none;
	z-index:101;
}

/* Background strip */
.background-line {
	z-index:-1;
	position:absolute;
	top:166px;
	width:100%;
	height:85px;
	background-color:#0481df;
	opacity:0.8;
}

#call-to-action 
{
	width: 320px;
	margin: 20px auto;
}

.row.bordertop {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.row.cut {
	overflow: hidden;
	height: 500px;
}

/* Reviews block */
.reviews {
	position:relative;
}
.reviews .popover{ 
	width:385px;
	margin-top:5px;
}
/* review icons */
.person img {
	margin-top:30px;
	padding: 0px 5px;
}
.person.left img {
	float:right;
}
.person.right img {
	float:left;
}
.reviews .right .popover{ 
	left:auto;
	right:0px;
}
/* popover boxes */
.popover-inner {
	width:auto;
	background:rgba(0,0,0,.4);
	padding:1px;
}
.right .popover .arrow{
	border-right-color:rgba(0,0,0,.4)!important;
}
.left .popover .arrow{
	border-left-color:rgba(0,0,0,.4)!important;
}
.popover-title{
	border-radius:2px;
	line-height:22px;
}
blockquote {
	margin:0px;
}
.popover-content{
	display:none;
}
.reviews .person {
	display:block;
	height:90px;
	position:relative;
}

.row.origins {
	margin-top:10px;
}
.origins p{
	font-size: 13px;
	line-height: 18px;
}
.origins .btn {
	margin-top: 30px;
	line-height: 48px;
	font-size: 18px;
	/*text-shadow: 0px 1px 0px rgba(0, 0, 0, .8);*/
	padding: 2px 12px;
}

/* footer */

footer {
	background: #f1f1f1;
	text-align: center;
	font-size: 14px;
	margin: 20px 0px;
	padding: 15px 0px;
}
footer p {
	margin:0px;
	line-height: 20px;
}
footer img {
	vertical-align: middle;
	padding-bottom: 6px;
}