body, div, nav, p, ul, li, img{
	padding: 0px;
	margin: 0px;
	border: 0px;

	font-weight: 400;
	font-family: 'Droid Sans', Helvetica, sans-serif;
}

body{
	background: #000000;
}

a, a:visited, a:active{
	font-weight: 700;
	font-family: 'Droid Sans', Helvetica, sans-serif;
	text-decoration: none;
	
}

a:hover{
	text-decoration: none;
}

p{
	padding: 0px 10px;
	margin: 4px 0px 16px 0px;
	float: left;
}

H2{
	margin: 15px 0px 10px;
	font-size: 30px;
	text-align: center;
}

.onScreen{
	transform: translate(0px,5750px); !important;
	-ms-transform: translate(0px,5750px); !important;/* IE 9 */
	-webkit-transform: translate(0px,5750px); !important;/* Safari and Chrome */
	opacity: .99 !important;
	z-index: 2 !important;
}

#container{
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: hidden;
	position: fixed;
	z-index: -5;
}

header{
	width: 100%;
	margin: 0px;
	clear: both;
	font-weight: 700;
}

.headerBG{
	width: 100%;
	height: 55px;
	background: #222222;
	/*background: transparent;*/
	position: absolute;
	z-index: 10;
}

.logo{
	float: left;
	width: 255px;
	height: 49px;
	margin: 3px 0px 3px 5px;
	background: url("../images/logoHor.png");
	background-repeat: no-repeat;
}

#menuDropButton{
	display: none;
	font-weight: 700;
}

#mainMenu{
	height: 55px;
	margin: 0px 3% 0px 0px;
	float: right;
	position: relative;
	z-index: 20;
}

#mainMenu a{
	height: 25px;
	padding:18px 10px 12px;
	display: block;
	float:left;
	font-size: 16px;
	color: #B21C29;
	text-decoration: none;
}

#mainMenu a:hover{
	background: #B21C29;
	color: #FFF;
}

#Home{
	width: 80%;
	padding: 0px;
	margin: -5630px 10% 0px;
	background: transparent;
	position: absolute;
	opacity: 0;
	z-index: 1;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#iGP{
	width: 80%;
	padding: 0px;
	margin: -5630px 10% 0px;
	background: transparent;
	position: absolute;
	opacity: 0;
	z-index: 1;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#iGP2{
	width: 80%;
	padding: 0px;
	margin: -5630px 10% 0px;
	background: transparent;
	position: absolute;
	opacity: 0;
	z-index: 1;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.pageHeader{
	height: 44px;
	background: #333;
	display: block;
	font-size: 32px;
	color: #FFFFFF;
}

.whitebox{
	width: 100%;
	height: calc(100% - 45px);
	opacity: 0.5;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	z-index: -2;
}

#Home .whitebox{
	height: 100%;	
}

.appIcon{
	width: 128px;
	height: 128px;
	float: left;
	z-index: 2;
	position: absolute;
	margin: -46px 10px 0px 20px;
}

#iGP .appIcon{
	background: url("../images/iGunPro_icon_128x128.png");
}

#iGP2 .appIcon{
	background: url("../images/iGunPro2_icon_128x128.png");
}

.headerText{
	margin: 2px 0px 0px 170px;
	float: left;
}

.pageMain{}

#Home .pageMain{
	width: 100%;
	max-width: 772px;
	margin: 0px auto;
	height: 100%;
	clear: both;
	float: none;
	position: relative;
	display: block;
}

.homeColumn{
	width: 44%;
	max-width: 340px;
	margin: 16px 3% 0px 3%;
	float: left;
	clear: none;
	display: block;
}

.homeParagraph{
	width: 100%;
	margin: 100px 0px 20px;
	float: left;
	clear: both;
	background: #CCC;
	opacity: 0.9;
}

.iGP_GiantLogo{
	width: 256px;
	height: 256px;
	margin: 0px auto;
	float: left;
	background: url("../images/iGunPro2_icon_256x256.png");
}

.appStoreBadge{
	width: 70%;
	height: 70%;
	float: left;
	clear: both;
	margin: 10px 15%;
}

.appStoreBadgeHome{
	width: 70%;
	height: 70%;
	float: left;
	clear: both;
	margin: 10px 15%;	
}

.pageLeft{
	width: 47%;
	margin: 20px 1% 20px 2%;
	float: left;
	background: transparent;
}

.pageRight{
	width: 47%;
	margin: 20px 2% 20px 1%;
	float: left;
/* 	background: #CCC; */
/* 	opacity: 0.9; */
}

.pageSingle{
	width: 96%;
	margin: 2%;
	float: left;
	background: #CCC;
}

.appDownload{
	width: 96%;
	margin: 60px 2% 3px 2%;
	background: #333;
	float: left;
}

.appDownload a{
	width: 25%;
	float: left;
}

.appDownload a:hover{
	background: #B21C29;
}

.appScreenshots{
	width: 100%;
	margin: 0px;
	background: transparent;
	overflow: hidden;
}

.appScreenshots img{
	float: none;
	clear: none;
	display: inline-block;
}


.downloadHeader{
	height: 28px;
	color: #CCC;
	padding: 0px 0px 0px 0px;
	background: #222;
}

.downloadTitle{
	padding: 4px 0px 2px 5px;
	float: left;
}

#appDescription{
	background-color: white;
}



@media only screen and (max-width: 920px){

.logo{
	float: left;
	width: 205px;
	height: 39px;
	margin: 8px 0px 8px 5px;
	background: url("../images/logoHor.png");
	background-size: 205px 39px;
	background-repeat: no-repeat;
}

.appDownload a{
	width: 50%;
}
}

@media only screen and (max-width: 840px){


.pageLeft{
	width: 96%;
}

.pageRight{
	width: 96%;
	margin-left: 2%;
	margin-top: 0px;
}

#mainMenu{
	margin: 0px 1% 0px 0px;
}

#mainMenu a{
	font-size: 13px;

}


}

@media only screen and (max-width: 740px){

#menuDropButton{
	display: block;
	cursor: pointer;
	width: 50px;
	height: 25px;
	padding: 18px 0px 12px 8px;
	float: right;
	background: #222222;
	color: #B21C29;
	font-size: 14px;
}

#menuDropButton:hover{
	background: #B21C29;
	color: #FFFFFF;
}

#mainMenu{
	width: 100%;
	margin: 0px 0px 0px 0px;	
	top: -350px;
	position: absolute;
	z-index: 5;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#mainMenu a{
	width: 100%;
	padding: 18px 0px 12px 0px;
	float: left;
	background: #B21C29;
	color: #FFFFFF;
	text-align: center;
}

#mainMenu a:hover{
	background: #FFFFFF;
	color: #B21C29;
}

.menuOpen {
    transform: translate(0px, 400px);
    -ms-transform: translate(0px, 400px);
    /* IE 9 */
    -webkit-transform: translate(0px, 400px);
    /* Safari and Chrome */
}

.menuButtonOpen {
    background-color: #B21C29 !important;
    color: #FFFFFF !important;
}

.appStoreBadge{
	width: 90%;
	height: 90%;
	float: left;
	clear: both;
	margin: 10px 5%;
}


#Home{
	width: 80%;
}
}

@media only screen and (max-width: 520px){

#Home, #iGP, #iGP2{
	width: 88%;
	margin-left: 6%;
}

.appIcon{
	width: 72px;
	height: 72px;
	margin: -16px 0px 0px 20px;
}

#iGP .appIcon{
	background: url("../images/iGunPro_icon_72x72.png");
}

#iGP2 .appIcon{
	background: url("../images/iGunPro2_icon_72x72.png");
}

.appStoreBadge{
	width: 90%;
	height: 90%;
	float: left;
	clear: both;
	margin: 10px 5%;
}

.appDownload{
	width: 96%;
	margin: 30px 2% 3px 2%;
	background: #333;
	float: left;
}

.appDownload a{
	width: 60%;
	padding: 4px 20% 4px 20%;
	float: left;
}

.headerText{
	margin: 0px 0px 0px 110px;
}



}

/* Warrens Edits */
/*
#block{
	width: 100%;
	margin: 60px 1% -10px 2%;
	float: left;
	background: transparent;
	height: 100px;
}


.appDownload2{
	width: 96%;
	margin: 0px 0px 3px 0px;
	background: #333;
	float: left;
}

.appDownload2 a{
	width: 96%;
	color: #B21C29;
	margin: 0px 0px 3px 0px;
		
}

.appDownload2 a:hover{
	color: #FFF;
	background: #B21C29;
}


.appStoreBadge2{
	width: 25%;
	height: 25%;
	margin: 10px 4%;
}


.appStoreBadge3{
	width: 25%;
	height: 25%;
	margin: 10px 0 10px 16%;
}


#one{
	float: left;
}

#two{
	float: left;
}
#three{
	float: left;
}



*/


