﻿html
{
    height:100%;
	overflow-x:hidden;
}

body
{
    background-image:url(../images/backgrounds/bg2.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
	background-attachment:fixed;
    height:100%;
    width:100%;
    overflow-x:hidden;
    padding:0;
    margin:0;
    font-family:arial;
	max-width:1220px;
	margin:auto;
}

.mobileheaderimagepanel
{
	display:none;
}
.mobileheaderimage
{
	width:100%;
	display:none;
}

.contentpanel
{
    position:absolute;
    top:10vh;
    left:10vw;
    width:500px;
    background-color:rgba(255,255,255,0.9);
    box-shadow:0 0 15px #555;
    z-index:15;
}

.contentheader
{
    background-color: #1f84d9;
    text-align:center;
}

.contentheader img
{
    width:400px;
    padding:15px 30px;
}

.content
{
    font-size:19px;
    line-height:150%;
    color:#555;
}

.padding
{
   padding: 15px 30px 25px 30px;
}

.content h1
{
    text-align:center;
    color:#555;
    font-weight:normal;
    font-size:36px;
    line-height:150%;
}

.content h2
{
    text-align: center;
    color: #1f84d9;
    font-weight: normal;
    font-size: 30px;
    line-height: 150%;
	margin-top:40px;
}        
       
.logostorepanel
{
	text-align:center;
	padding-bottom:30px;
}
.logostorepanel img
{
	height:45px;
	margin:5px;
	margin-top:0;
}

 
    .iphonecontentpanel
{
    position: fixed;
    top: 20%;
    right: 10%;
}


ul
{
    list-style:none;
	margin:0 0 0 15px;
	padding:0;

	
}
ul li
{
	background: url('../images/check_18.png') 0px 10px no-repeat;
    padding:5px 5px 5px 30px;
}

.footer
{
    background-color: #1f84d9;
    position: fixed;
    height: 8vh;
    min-height:50px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index:10;
}
.footer2
{
    background-color: #555;
    position: fixed;
    height: 4vh;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index:11;
    text-align:right;
    line-height:50px;
    padding-right:20px;
}
    .footer2 p
    {
        padding-right:40px;
        color:#bbb;
    }

    .footer2 a
    {
        color:#ccc;
    }
    .footer2 a:hover
    {
        color:#eee;
    }

.screenshot
{
    position:absolute;
    left:22px;
    top:90px;
    z-index:5;
    width:318px;
}




/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 1279px) {


	.contentpanel
	{
		top:0vh;
		left:0vw;
		width:400px;
		z-index:100;
	}

.contentheader
{
    background-color: #1f84d9;
    text-align:center;
}

.contentheader img
{
    width:320px;
    padding:10px 30px;
}



	.iphonecontentpanel
	{
		right:2%;
		width:300px;
	}
	.iphone
	{
		width:280px;
	}
	.screenshot
	{
		width:242px;
		left:19px;
		top:70px;
	}

	.content
	{
		font-size:16px;
		line-height:18px;
	}
	.content h1
	{
		margin-top:10px;
		font-size:28px;
		line-height:130%;
	}
	.content h2
	{
		margin-top:10px;
	}

}


@media (max-width: 767px)
{
    .iphonecontentpanel
	{
		right:2vw;
	}
}


/* Only Phones (Portrait) */
@media (max-width: 479px)
{


	body
	{
		overflow-x:hidden;
	}

	.contentpanel
	{
		position:relative;
		left:auto;
		top:auto;
		width:100%;
		margin:0;
		padding:0;
		box-sizing:border-box;
		background:#fff;
		box-shadow:none;
	}

	.mobileheaderimagepanel
	{
		display:block;
		position:relative;
		overflow:hidden;
		height:270px;
		margin:0;
		padding:0;
	}
	.mobileheaderimagepanel h1
	{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		padding:10px 30px;
		margin:0;
		background:rgba(0,0,0,0.7);
		color:#fff;
		font-size:27px;
		line-height:140%;
		text-align:center;
		box-sizing:border-box;
		font-weight:normal;
	}

	.mobileheaderimage
	{
		display:block;
		width:130%;
		position:absolute;
		top:-50px;
		left:0px;

	}

.contentheader
{
    background-color: #1f84d9;
    text-align:center;
}

.contentheader img
{
    width:320px;
    padding:10px 30px;
}
	.content
	{
		font-size:16px;
		line-height:18px;
	}
	.content h1
	{
		margin-top:15px;
		font-size:28px;
		line-height:130%;
	}
	.content h2
	{
		margin:0;
		padding:20px 0px;
		font-size:22px;
		color:#fff;
		background:#1f84d9;
	}

ul li
{
	background: url('../images/check_18.png') 0px 5px no-repeat;
    padding:5px 5px 5px 30px;
	font-weight:bold;
}



	.iphonecontentpanel
	{
		display:none;
	}

	.screenshotplaceholder
	{
		height:290px;
		overflow:hidden;
		background:#ddd;
		margin:auto;
		margin-top:20px;
		text-align:center;
	}

	.screenshot
	{
		position:relative;
		margin:0;
		padding:0;
		left:auto;
		top:auto;
		width:70%;
		margin:auto;

	}


.logostorepanel
{
	text-align:center;
	padding-bottom:30px;
	background:#1f84d9;
}

.footer
{
	display:none;
}

.footer2
{
	position:relative;
	background:#333;
	margin:0;
	padding:10px 0px;
	left:auto;
	top:auto;
	text-align:center;
	box-sizing:border-box;
	overflow:hidden;
	min-height:50px;
	line-height:30px;

}

.footer2 p
{
	padding:0;
	margin:0;
}

}
