#contactUs:hover {
	cursor: pointer;
}

#contactButton:hover {
	cursor:pointer;
}

#xOut {
	position:absolute;
	right: 9px;
    top: 3px;
}

#xOut:hover {
	cursor: pointer;
}

a:link {
	color: white; 
	text-decoration: none;
}

a:active {
	color: white; 
	text-decoration: underline;
}

a:visited {
	color: white; 
	text-decoration: underline;
}

a:hover {
	color: white; 
	text-decoration: none;
	cursor: pointer;
}

.imageSpan{
	display: inline;
}

.subOrderForm {
	display: none;
    position:absolute;
    color:black;
    font-size: x-large;
    padding:25px;
    width:36vw;
	background-color: whitesmoke;
}

.formUnitPrice {
    font-size:large;
    padding-left: 20px;
    padding-bottom: 20px;
}

.product:hover {
    cursor:pointer;
}

.button:hover{
	cursor:pointer;
}

.alertButton:hover{
	cursor:pointer;
}

#shipExplain {
	font-size:medium;
	text-align:center;
	position:relative;
	height:100px;
}

.mainText {
    position:relative;
    width:50vw;
    text-align:center;
    top:40vh;
    left:5vw;
    font-size:xx-large;
    ont-family: 'Playfair Display', serif;
}

.mpiad {
    opacity:0;
    width:50vw;
}

.mainImage {
	width:100%;
    align:left;
    text-align:left;
}

.mainImage:hover {
	cursor:pointer;
}

.fabric{
	position:fixed;
	width:100vw;
	height:100%;
	background-image:url('/imgFiles/lgbg.png');
	background-size:cover;
}

#cover {
    width: 120vw;
    height: 150vh;
    opacity:0;
    background-color:black;
    z-index:100;
    display:none;
    position:fixed;
    top: 0;
    left: 0;
}

#cartEmail {
	width:165px;
}

.removeButton:hover{
	cursor:pointer;
}

#subtotalCost{
	font-size:medium;
}

#shippingTotal {
	font-size:medium;
}

#total{
	padding-top:20px;
	font-size: x-large;
}

#stripeForm {
	position: relative;
    top: 54px;
}

.cartInput {
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.newButton {
	color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    padding: 10px;
    font-size: .9em;
    background: #1275ff;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#keepShoppingButton:hover {
	cursor:pointer;	
}

/***********************************************************************************************************/

@media screen and (min-width: 1001px) and (orientation: portrait){
	body {
	    background-image: url('/imgFiles/lgbg.png');
	    color:white;
	    height: 100vh;
	    text-align:left;
	    margin: 0;
	    font-size: 2.0em;
	    font-family: 'Raleway', sans-serif;
	    font-weight: 300;
	}

	.mediaBodyMain {
		background-image:url('/imgFiles/trumpBlowsRedPort.jpg');
		background-size:cover;
		width:100vw;
		height:100%
	}
	
	
	#twitMain {
		display:inline;
		left: 20px;
	    position: relative;
	    top: 4px;
	}
	
	#fbMain {
		display:inline;
	}
	
	#socialMain {
		position: absolute;
	    top: 100vh;
	    margin-top: -63px;
	    left: 100vw;
	    margin-left: -200px;
	}
	#cartMain {
		position: relative;
	    width: 93%;
	    margin-left: auto;
	    margin-right: auto;
	    background-color: darkred;
	    border: 1px solid #ffffff;
	    border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    z-index: 53;
	    top: 50px;
	}
	
	.buttonRow {
	    margin-top:30px;
	    text-align:right;
	}
	
	#orderFormSpan{
		display: block;
		width:100%;
		font-size:1.2em;
		position:relative;
		top: 34px;
	}
	
	#cartTableSpan {
		display: block;
	    width: 98%;
	    position: relative;
	    padding-top: 13px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	#cartTable {
		margin-top:15px;
		font-size: 1.2em;
	}
	
	.cartRow {
		font-size: 1.5em;
    	padding-top: 25px;
    	padding-bottom: 41px;
	}
	
	.cartImage {
	    width: 40%;
	    position: relative;
	    top: 7vw;
	}
	
	#cartOrderForm {
		width: 67%;
    	margin-left: 30%;
    	margin-right: auto;
    	padding-bottom:150px;
    }
    
    .shipTime {
		font-size: 1.0em;
		padding-top:30px;
		padding-bottom:25px;
		width:90%;
	}
	
	.payButtons {
		margin-left: -14%;
    	padding-top: 55px;
	}
	
	#keepShoppingButton {
		position: relative;
		transform: scale(3);
	}
	
	#customButton {
		padding: 10px;
	    transform: scale(3);
	    left: 27vw;
	    position: relative;
	}
	
	.descCol {
	    padding-left: 15px;
	    vertical-align: top;
	    position: relative;
	}
	
	.sizeCol {
		position: relative;
	    padding-left: 15px;
	}
	
	.rowCostCol {
		position: relative;
	    padding-left: 15px;
	}
	
	.removeButton {
		width: 50px;
	    height: 50px;
	    top: -69px;
	    position: absolute;
	    margin-left: -;
	    margin-left: -50px;
	    left: 47vw;
	}
	
	.imageCol {
		width: 40%;
	    position: relative;
	    top: 14px;
	}
	
	.nonImageCol {
		position: relative;
	    left: 47%;
	    width: 52%;
	    margin-top: -16vw;
	    top: -16vw;
	}
	
	.thanks {
		position: relative;
	    left: 3.5%;
	    top: 200px;
	    width: 86%;
	    font-size: 1.4em;
	    background-color: darkred;
	    border: 1px solid whitesmoke;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    padding: 25px 25px 100px 25px;
	}
	
	#socialButtons {
	    display: inline;
	    left: 89px;
	    position: relative;
	    top: 39px;
	}
	
	#twit{
		display:inline;
	}
	
	#fbook {
		display:inline;
		position:relative;
		left:200px;
		top:-10px;
	}
	
	#cssCircle {
		opacity:0.4;
		height: 400px;
		width: 400px;
		border-radius: 200px;
		-webkit-border-radius: 200px;
	    -moz-border-radius: 200px;
	    background:black;
	    position: absolute;
	    left: 10vw;
	    top: 144px;
	    z-index: 20;
	}
	
	.forgot {
	    position: relative;
	    font-size:1.6em;
	    opacity:0;
	    margin-right:auto;
	    top: 222px;
	    width: 403px;
	    left: 10vw;
	    text-align:center;
	    font-family: 'Playfair Display', serif;
	    z-index:50;
	}
	
	.dotcom {
	    opacity:0;
	    width: 403px;
	    left: 10vw;
	    font-size:1.6em;
	    margin-right:auto;
	    text-align:center;
	    font-family: 'Playfair Display', serif;
	    position: relative;
	    top: 231px;
	    z-index: 50;
	}
	
	.orderFormSub {
		display: none;
	    position:absolute;
	    color:black;
	    font-size: 1.4em;
	    width:96vw;
	    background-color:whitesmoke;
	    padding-bottom: 64px;
	}
	
	#products{
	    position: relative;
	    width: 98%;
	    background-color: white;
	    text-align: left;
	    top: 70px;
	}
	
	.product {
	    position:absolute;
	    display:inline;
	    background-color: whitesmoke;
	}
	
	
	#productCount {
	    font-size: 1.4em;
	    height: 81px;
	    text-align: center;
	    position: relative;
	    top: 62px;
	}
	
	.orderLabel {
	    position:absolute;
	    color: black;
	    font-size: 1.4em;
	    width: 50%;
	    text-align: right;
	}
	
	.orderResp {
	    position:absolute;
	    color: black;
	    font-size: 1.4em;
	    left: 55%;
	    text-align: left;
	}
	
	.formSize {
	    height: 109px;
	}
	
	.formTitle {
	    text-align:center;
	    padding-bottom:25px;
	    font-size:1.5em;
	}
	
	.formCount {
	    height: 109px;
	}
	
	.formDesc {
		font-size:1.0em;
		padding-left: 30px;
	    padding-right: 30px;
	    padding-bottom: 33px;
	}
	
	.unitCost {
	    height: 109px;
	}
	
	.formColors{
		height: 184px;
	}
	
	.subtotal {
	    height: 109px;
	}
	
	.swatch{
		width:7vw;
		height:7vw;
		position:absolute;
	}
	
	.selectedSwatch {
		border-style: solid;
	    border-width: 3px;
	    border-color: gold;
	    margin-left:-3px;
	    margin-top:-3px;
	    width:7vw;
		height:7vw;
		position:absolute;
	}
	
	.colors {
		width: 40%;
	    position: relative;
	    left: 55%;
	}
	
	.mobileColor0{
		top:0;
	}
	
	.mobileColor1{
		top:8vw;
	}
	
	.mobileColor2{
		top:16vw;
	}
	
	.mobileColor3{
		top:24vw;
	}
	
	.mobileColorRow0{
		left:0;
	}
	
	.mobileColorRow1{
		left:8vw;
	}
	
	.mobileColorRow2{
		left:16vw;
	}
	
	.mobileColorRow3{
		left:24vw;
	}
	
	.mobileColorRow4{
		left:32vw;
	}
	
	.color {
		display: inline;
	    width: 20px;
	    height: 20px;
	    position:relative;
	}
	
	.button {
	    background-color: darkred; 
	    border: none;
	    color: white;
	    padding: 15px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 1.4em;
	    margin-left:auto;
	    margin-right:auto;
	    min-width:175px;
	}
	
	.alertButton {
	    background-color: darkred;
	    border: none;
	    color: white;
	    padding: 15px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 1.4em;
	    min-width: 175px;
	    margin-right: auto;
	    margin-left:auto;
	    margin-top:20px;
	    margin-right: 37px;
	    margin-bottom: 40px;
	}
	
	#contactMain {
		width: 80vw;
	    position: fixed;
	    font-size: 1.2em;
	    top: 2vw;
	    left: 6vw;
	    background-color: whitesmoke;
	    border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border: 1px dotted #ffffff;
	    color: black;
	    padding: 25px;
	    z-index: 1000;
	    opacity: 0;
	    display: none;
	}
	
	#contactButton {
		background-color: darkred;
	    border: none;
	    color: white;
	    padding: 18px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 1.2em;
	    margin-top: 20px;
	    left: 54vw;
	    position: relative;
	    margin-top: 32px;
	}
	
	#contactInstructions {
		font-size:1.2em;
	}
	
	#contactText {
		width:80%;
		margin-left:10%;
		font-size:1.2em;
	}
	
	.price {
	    color: black;
	    font-size: 1.4em;
	    text-align: center;
	    margin-top: -4px;
	    padding-bottom: 2px;
	    display:block;
	}
	
	.sizeSelect {
		font-size: 1.2em;
    	width: 75%;
    	margin-top: -13px;
	}
	
	.countSelect {
		font-size: 1.2em;
    	margin-top: -13px;
	}
	
	#cancleButton{
		display:block;
		margin-top:25px;
	}
	
	#addToCart {
		display:block;
		margin-top:25px;
	}
	
	#menu{
		text-align: right;
	    width: 100vw;
	    position: relative;
	    font-size: 1.4em;
	    height: 22px;
	}
	
	.menuItem {
		position: absolute;
    	padding: 2vw;
    	text-decoration: underline;
	}
	
	.menu1 {
		position:absolute;
		text-align:left;
		width:20%;
		left:0%;
	}
	
	.menu2 {
		position:absolute;
		text-align:center;
		left: 38%;
		width:20%;
	}
	
	.menu3 {
		position:absolute;
		text-align:right;
		left: 69%;
		width:27%;
	}
	
	.mobileProduct0 {
		width:44vw;
		left:4vw;
	} 
	
	.mobileProduct1 {
		width:44vw;
		left:52vw;
	}
	
	.mobileRow0{
		top:0;
	}
	
	.mobileRow1{
		top:56vw;
	}
	
	.mobileRow2{
		top:112vw;
	}
	
	.mobileRow3{
		top:168vw;
	}
	
	#shipExplain{
		top: 237vw;
	    font-size: 1.2em;
	    padding: 20px;
	}
	
	#portrait { 
		display: inline; 
	}
	
	/*Pretty Alert*/

	#cmAlert {
		display:none;
		z-index:-1;
		position:fixed;
		opacity:0;
		top:10%;
		left:0px;	
		color: black;
		background-color: whitesmoke;
		padding: 20px;
		border: 2px solid;
		border-radius: 5px;
		-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
		opacity: .85;
		width: 87vw;
    	left: 3.5vw;
	}
	
	.icon72Signin{
		position:absolute;
		background:url('/imgFiles/android-chrome-192x192.png') no-repeat;
		background-size:contain;
		height:100px;
		width:100px;
		top: -22px;
	    left: -26px;
		z-index:100;
	}
	
	#messageText{
		position: absolute;
		top: 122px;
		margin: 12px;
		font-size:1.4em;
		margin-right: 16px;
	}
	
	#messageTitle{
		position: absolute;
		top: 19px;
		width: 100%;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
	#msgOkButton{
		width:32px;
		top: 250px;
		position: absolute;
		left: 286px;
		width: 100px;
	}
	
	#msgOkButton:hover{
		cursor:pointer;
	}
	
	.alertBg {
		height:322px;
		width:98%;
		left:2%;
		background:white;
	}
	
	.signinX{
		position: absolute;
	    left: 87vw;
	    top: 8px;
	    z-index: 500;
	    font-size: 1.0em;
	}
	
	.signinX:hover{
		cursor:pointer;
	}
/* end pretty Alert */


}

/***********************************************************************************************************/

@media screen and (min-width: 1001px) and (orientation: landscape){
	body {
	    background-image: url('/imgFiles/lgbg.png');
	    color:white;
	    font-weight:bold;
	    font-size:3.1em;
	    height: 100vh;
	    text-align:left;
	    margin: 0;
	    font-family: 'Raleway', sans-serif;
	    font-weight: 300;
	}
	
	.mediaBodyMain {
		position:fixed;
		background-image:url('/imgFiles/trumpBlowsNoBg.png');
		background-size:cover;
		width:100vw;
		height:100%;
	}
	
	#twitMain {
		display:inline;
		left: 20px;
	    position: relative;
	    top: 12px;
	}
	
	#fbMain {
		display:inline;
	}
	
	#socialMain {
		position: absolute;
	    top: 100vh;
	    margin-top: -70px;
	    left: 100vw;
	    margin-left: -200px;
	}
	
	.menuItem {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	#menu {
		font-size: medium;
	    text-align: center;
	    position: relative;
	    width: 97vw;
	    border-style: dotted;
	    border-width: 1px 0 1px 0;
	    border-color: whitesmoke;
	    color: white;
	    height: 18px;
	    padding-top: 20px;
	    top: 20px;
	    padding-bottom: 20px;
	    z-index: 53;
    	background-color: darkred;
    	left:1vw;
	}
	
	.buttonRow {
	    margin-top:30px;
	    text-align:right;
	}
	
	#cartMain {
		width:1000px;
		margin-left: auto;
		margin-right: auto;
		margin-top:50px;
		background-color:darkred;
		border: 1px solid #ffffff;
		border-radius: 15px;
		-webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
		z-index:53;
	}
	
	#orderFormSpan{
		display: block;
		width:400px;
		left:600px;
		font-size:large;
		position:relative;
		top: 34px;
	}
	
	#cartTableSpan {
		width: 600px;
	    position: absolute;
	    padding-left: 25px;
	    padding-top: 25px;
	}
	
	#cartTable {
		font-size: large;
	}
	
	.cartRow {
		height: 150px;
	}
	
	.cartImage {
	    width: 125px;
	    height: 125px;
	    position: relative;
	}
	
	.shipTime {
		font-size: medium;
		padding-top:30px;
		padding-bottom:25px;
		width:350px;
	}
	
	.imageCol {

	}
	
	.nonImageCol {
		display: inline;
	    position: relative;
	    vertical-align: top;
	    left: 137px;
	}
	
	.descCol {
	    padding-left: 15px;
	    vertical-align: top;
	    padding-top: 10px;
	    position: relative;
	    width: 300px;
	    top: -137px;
	}
	
	.sizeCol {
		position: relative;
	    padding-left: 15px;
	    top: -127px;
	    width: 300px;
	}
	
	.rowCostCol {
		position: relative;
	    padding-left: 15px;
	    top: -115px;
	    width: 300px;
	}
	
	.removeButton {
		width: 25px;
	    height: 25px;
	    top: 0px;
	    position: absolute;
	    left: 235px;
	}
	
	#keepShoppingButton {
		position: relative;
		margin-right:20px;
	}
	
	
	.thanks {
		position:relative;
		margin-left:auto;
		margin-right:auto;
		top:100px;
		width:600px;
		background-color:darkred;
		border: 1px solid whitesmoke;
		border-radius: 15px;
		-webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    font-size:x-large;
	    padding: 25px;
	}
	
	#socialButtons {
	    display: inline;
	    left: 89px;
	    position: relative;
	    top: 15px;
	}
	
	#twit{
		display:inline;
	}
	
	#fbook {
		display: inline;
	    position: relative;
	    left: 28px;
	    top: -7px;
	}
	
	#contactMain {
		width: 600px;
	    position: fixed;
	    font-size: large;
	    top: 50%;
	    left: 50%;
	    margin-top:-167px;
	    margin-left: -326px;
	    background-color:whitesmoke;
	    border-radius: 10px;
		-webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border: 1px dotted #ffffff;
	    color:black;
	    padding:25px;
	    z-index:1000;
	    opacity:0;
	    display:none;
	}
	
	#contactButton {
		background-color: darkred;
	    border: none;
	    color: white;
	    padding: 10px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 14px;
	    width: 126px;
	    margin-left:50%;
	    margin-top:20px;
	}
	
	#contactText {
		width:80%;
		margin-left:10%;
	}
	
	#contactInstructions {
	
	}
	
	.forgot {
	    position: relative;
	    opacity:0;
	    margin-right:auto;
	    top: 181px;
	    width: 403px;
	    left: 10vw;
	    text-align:center;
	    font-family: 'Playfair Display', serif;
	    z-index:50;
	}
	
	#cssCircle {
		opacity:0.4;
		height: 400px;
		width: 400px;
		border-radius: 200px;
		-webkit-border-radius: 200px;
	    -moz-border-radius: 200px;
	    background:black;
	    position: absolute;
	    left: 10vw;
	    top: 144px;
	    z-index: 20;
	}
	
	.dotcom {
	    opacity:0;
	    width: 403px;
	    left: 10vw;
	    margin-right:auto;
	    text-align:center;
	    font-family: 'Playfair Display', serif;
	    position: relative;
	    top: 183px;
	    z-index: 50;
	}
	
	#products {
	    position: relative;
	    width:98%;
	    background-color: white;
		text-align:left;
		top: 70px;
	}
	
	.product {
	    position:absolute;
	    display:inline;
	    background-color: whitesmoke;
	}
	
	#productCount {
	    font-size: x-large;
	    height: 50px;
	    text-align: center;
	    position: relative;
	    top: 50px;
	}

	.orderFormSub {
		display: none;
	    position:absolute;
	    color:black;
	    font-size: x-large;
	    padding:25px;
	    width:36vw;
	    
	}
	
	.orderLabel {
	    position:absolute;
	    color: black;
	    font-size: large;
	    width: 200px;
	    text-align: right;
	}
	
	.formTitle {
	    text-align:center;
	    padding-bottom:15px;
	}
	
	.orderResp {
	    position:absolute;
	    color: black;
	    font-size: large;
	    left: 250px;
	    text-align: left;
	}
	
	.formSize {
	    height: 50px;
	}
	
	.formCount {
	    height: 50px;
	}
	
	.formDesc {
		font-size:small;
		padding-left: 30px;
	    padding-right: 30px;
	    padding-bottom: 33px;
	}
	
	.unitCost {
	    height: 50px;
	}
	
	.formColors{
		height: 50px;
	}
	
	.subtotal {
	    height: 50px;
	}
	
	.desktopColor0{
		top:0;
	}
	
	.desktopColor1{
		top:25px;
	}
	
	.desktopColor2{
		top:50px;
	}
	
	.desktopColorRow0 {
		left:0px;
	}
	
	.desktopColorRow1 {
		left:25px;
	}
	
	.desktopColorRow2 {
		left:50px;
	}
	
	.desktopColorRow3 {
		left:75px;
	}
	
	.desktopColorRow4 {
		left:100px;
	}
	
	.desktopColorRow5 {
		left:125px;
	}
	
	.desktopColorRow6 {
		left:150px;
	}
	
	.desktopColorRow7 {
		left:175px;
	}
	
	.desktopColorRow8 {
		left:200px;
	}
	
	.desktopColorRow9 {
		left:225px;
	}
	
	
	.button {
	    background-color: darkred; 
	    border: none;
	    color: white;
	    padding: 15px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 16px;
	    margin-left:34px;
	    width:126px;
	}
	
	.alertButton {
	    background-color: darkred;
	    border: none;
	    color: white;
	    padding: 15px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 16px;
	    margin-left: 14px;
	    width: 146px;
	    margin-right: 14px;
	}
	
	.price {
	    color: black;
	    font-size: x-large;
	    text-align: center;
	    margin-top: -13px;
	    padding-bottom: 2px;
	    display:block;
	}
	
	.deskProduct0 {
		width:24vw;
	    left:6.5vw;
	}	
	
	.deskProduct1 {
		left:38vw;
	    width:24vw;
	}
	
	.deskProduct2 {
		left:69.5vw;
	    width:24vw;
	}
	
	.deskRow0{
		top:0;
	}
	
	.deskRow1{
		top:28vw;
	}
	
	.deskRow2{
		top:56vw;
	}
	
	.deskRow3{
		top:84vw;
	}
	
	.swatch{
		width:20px;
		height:20px;
		position:absolute;
	}
	
	.selectedSwatch {
		border-style: solid;
	    border-width: 3px;
	    border-color: gold;
	    margin-left:-3px;
	    margin-top:-3px;
	    width:20px;
		height:20px;
		position:absolute;
	}
	
	.colors {
		width: 400px;
	    position: absolute;
	    left: 250px;
	}
	
	.color {
		display: inline;
	    width: 20px;
	    height: 20px;
	    position:relative;
	}
	
	.swatch:hover {
		cursor:pointer;
	}
	
	#shipExplain{
		top:90vw;;
	}
	
	/*Pretty Alert*/

	#cmAlert {
		display:none;
		z-index:-1;
		position:fixed;
		opacity:0;
		top:50%;
		left:0px;
		min-height:284px;
		margin-top:-142px;	
		color: black;
		background-color: white;
		padding: 20px;
		border: 2px solid;
		border-radius: 25px;
		-webkit-border-radius: 25px;
    	-moz-border-radius: 25px;
		opacity: .85;
		width:386px;
		left:50%;
		margin-left:-193px;
	}
	
	.icon72Signin{
		position:absolute;
		background:url('/imgFiles/android-chrome-192x192.png') no-repeat;
		background-size:contain;
		height:100px;
		width:100px;
		top: -22px;
	    left: -26px;
		z-index:100;
	}
	
	#messageText{
		position: absolute;
		top: 122px;
		margin: 12px;
		font-size:x-large;
		margin-right: 16px;
	}
	
	#messageTitle{
		position: absolute;
		top: 19px;
		width: 100%;
		font-size: xx-large;
		font-weight: bold;
		text-align: center;
	}
	
	#msgOkButton{
		width:32px;
		top: 250px;
		position: absolute;
		left: 286px;
		width: 100px;
	}
	
	#msgOkButton:hover{
		cursor:pointer;
	}
	
	alertBg {
		height:224px;
		width:98%;
		left:2%;
		background:white;
	}
	
	#alertButtons{
		text-align: center;
	    top: 212px;
	    position: relative;
	}
	
	.signinX{
		position: absolute;
	    left: 403px;
	    top: 8px;
	    z-index: 500;
	    font-size: medium;
	}
	
	.signinX:hover{
		cursor:pointer;
	}
	/* end pretty Alert */
}

/***********************************************************************************************************/

@media screen and (max-width: 1000px) and (orientation: landscape){
	body {
	    background-image: url('/imgFiles/lgbg.png');
	    color:white;
	    height: 100vh;
	    text-align:left;
	    margin: 0;
	    /* font-size: 2.0em; */
	    font-family: 'Raleway', sans-serif;
	    font-weight: 300;
	}

	.mediaBodyMain {
		background-image:url('/imgFiles/trumpBlowsRed.jpg');
		background-size:cover;
		width:100vw;
		height:100%
	}
	
	#twitMain {
		display:inline;
		left: 20px;
	    position: relative;
	    top: 4px;
	}
	
	#fbMain {
		display:inline;
	}
	
	#socialMain {
		position:absolute;
		top:59vh;
		margin-top:-41px;
		left:100vw;
		margin-left:-200px;
	}
	#cartMain {
		position: relative;
	    width: 93%;
	    margin-left: auto;
	    margin-right: auto;
	    background-color: darkred;
	    border: 1px solid #ffffff;
	    border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    z-index: 53;
	    top: 50px;
	}
	
	#orderFormSpan{
		display: block;
		width:100%;
		font-size:1.2em;
		position:relative;
		top: -95px;
	}
	
	#cartTableSpan {
		display: block;
	    width: 98%;
	    position: relative;
	    padding-top: 13px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	#cartTable {
		margin-top:15px;
		font-size: 1.2em;
	}
	
	.cartRow {
		font-size: 1.1em;
	    /* padding-top: 25px; */
	    padding-bottom: 76px;
	}
	
	.cartImage {
	    width: 40%;
	    position: relative;
	    top: 7vw;
	}
	
	#cartOrderForm {
		width: 67%;
	    margin-left: 30%;
	    top: 150px;
	    margin-right: auto;
	    padding-bottom: 150px;
	    position: relative;
    }
    
    .shipTime {
		font-size: 1.0em;
		padding-top:30px;
		padding-bottom:25px;
		width:90%;
	}
	
	.payButtons {
		margin-left: -14%;
    	padding-top: 55px;
	}
	
	#keepShoppingButton {
		padding: 10px;
    	transform: scale(1.5);
	}
	
	#customButton {
		padding: 10px;
	    transform: scale(1.5);
	    left: 20vw;
	    position: relative;
	}
	
	.descCol {
	    padding-left: 15px;
	    vertical-align: top;
	    position: relative;
	    top: 59px;
	}
	
	.sizeCol {
		position: relative;
	    padding-left: 15px;
	    top: 59px;
	}
	
	.rowCostCol {
		position: relative;
	    padding-left: 15px;
	    top: 59px;
	}
	
	.removeButton {
		width: 50px;
	    height: 50px;
	    top: -14px;
	    position: absolute;
	    margin-left: -50px;
	    left: 47vw;
	}
	
	.imageCol {
		width: 40%;
	    position: relative;
	    top: 14px;
	}
	
	.nonImageCol {
		position: relative;
	    left: 47%;
	    width: 52%;
	    margin-top: -16vw;
	    top: -16vw;
	}
	
	.thanks {
		position: relative;
	    left: 3.5%;
	    top: 58px;
	    width: 86%;
	    font-size: 1.4em;
	    background-color: darkred;
	    border: 1px solid whitesmoke;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    padding: 25px 25px 100px 25px;
	}
	
	#socialButtons {
	    display: inline;
	    left: 89px;
	    position: relative;
	    top: 39px;
	}
	
	#twit{
		display:inline;
	}
	
	#fbook {
		display:inline;
		position:relative;
		left:200px;
		top:-10px;
	}
	
	.forgot {
	    position: relative;
	    font-size:1.4em;
	    opacity:0;
	    margin-right:auto;
	    top: 71px;
	    width: 33vw;
	    left: 6vw;
	    text-align:center;
	    font-family: 'Playfair Display', serif;
	    z-index:50;
	}
	
	#cssCircle {
		opacity:0.4;
		height: 33vw;
		width: 33vw;
		border-radius: 16.5vw;
		-webkit-border-radius: 16.5vw;
	    -moz-border-radius: 16.5vw;
	    background:black;
	    position: absolute;
	    left: 6vw;
	    top: 80px;
	    z-index: 20;
	}
	
	#cssInnerCircle {
		opacity:1;
		height: 31vw;
		width: 31vw;
		border-radius: 15.5vw;
		-webkit-border-radius: 15.5vw;
	    -moz-border-radius: 15.5vw;
	    border: 1px dotted #ffffff;
	    position: absolute;
	    left: 0.8vw;
	    top: 0.8vw;
	    z-index: 20;
	}
	
	.dotcom {
	    opacity:0;
	    width: 33vw;
	    left: 6vw;
	    font-size:1.4em;
	    margin-right:auto;
	    text-align:center;
	    font-family: 'Playfair Display', serif;
	    position: relative;
	    top: 76px;
	    z-index: 50;
	}
	
	.orderFormSub {
		display: none;
	    position:absolute;
	    color:black;
	    font-size: 1.0em;
	    width:44vw;
	    background-color: whitesmoke;
	}
	
	#products{
	    position: relative;
	    width: 98%;
	    background-color: white;
	    text-align: left;
	    top: 70px;
	}
	
	.product {
	    position:absolute;
	    display:inline;
	    background-color: whitesmoke;
	}
	
	.buttonRow {
	    text-align:right;
	}
	
	#productCount {
	    font-size: 1.4em;
	    height: 81px;
	    text-align: center;
	    position: relative;
	    top: 62px;
	}
	
	.orderLabel {
	    position:absolute;
	    color: black;
	    font-size: 0.8em;
	    width: 50%;
	    text-align: right;
	}
	
	.orderResp {
	    position:absolute;
	    color: black;
	    font-size: 0.8em;
	    left: 55%;
	    text-align: left;
	}
	
	.formSize {
	    height: 3.3vw;
	}
	
	.formTitle {
	    text-align: center;
	    padding-bottom: 3px;
	    font-size: 1.0em;
	}
	
	.formCount {
	    height: 3vw;
	}
	
	.formDesc {
		font-size:0.5em;
		padding-left: 30px;
	    padding-right: 30px;
	    padding-bottom: 4px;
	}
	
	.unitCost {
	    height: 3vw;
	}
	
	.formColors{
		height: 8vw;
	}
	
	.subtotal {
	    height: 4vw;
	}
	
	.swatch{
		width:3.5vw;
		height:3.5vw;
		position:absolute;
	}
	
	.selectedSwatch {
		border-style: solid;
	    border-width: 3px;
	    border-color: gold;
	    margin-left:-3px;
	    margin-top:-3px;
	    width:3.5vw;
		height:3.5vw;
		position:absolute;
	}
	
	.colors {
		width: 40%;
	    position: relative;
	    left: 55%;
	}
	
	.mobileColor0{
		top:0;
	}
	
	.mobileColor1{
		top:4vw;
	}
	
	.mobileColor2{
		top:8vw;
	}
	
	.mobileColor3{
		top:12vw;
	}
	
	.mobileColorRow0{
		left:0;
	}
	
	.mobileColorRow1{
		left:4vw;
	}
	
	.mobileColorRow2{
		left:8vw;
	}
	
	.mobileColorRow3{
		left:12vw;
	}
	
	.mobileColorRow4{
		left:16vw;
	}
	
	.color {
		display: inline;
	    width: 20px;
	    height: 20px;
	    position:relative;
	}
	
	.button {
	    background-color: darkred; 
	    border: none;
	    color: white;
	    padding: 10px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 1.2em;
	    margin-left: auto;
	    margin-right: auto;
	    min-width: 109px;
	}
	
	.alertButton {
	    background-color: darkred;
	    border: none;
	    color: white;
	    padding: 15px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 1.4em;
	    min-width: 175px;
	    margin-left:20px;
	    margin-top:20px;
	    margin-right: 20px;
	    margin-bottom: 40px;
	}
	
	#contactMain {
		width: 80vw;
	    position: fixed;
	    font-size: .5em;
	    top: 2vw;
	    left: 6vw;
	    background-color: whitesmoke;
	    border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border: 1px dotted #ffffff;
	    color: black;
	    padding: 25px;
	    z-index: 1000;
	    opacity: 0;
	    display: none;
	}
	
	#contactButton {
		background-color: darkred;
	    border: none;
	    color: white;
	    padding: 10px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 14px;
	    width: 126px;
	    margin-left:50%;
	    margin-top:20px;
	}
	
	#contactText {
		width:80%;
		margin-left:10%;
		font-size: 1.6em;
	}
	
	#contactInstructions {
		font-size:1.9em;
		padding-bottom: 20px;
	}
	
	.price {
	    color: black;
	    font-size: 1.4em;
	    text-align: center;
	    margin-top: -4px;
	    padding-bottom: 2px;
	    display:block;
	}
	
	.sizeSelect {
		font-size: 0.8em;
    	width: 75%;
    	margin-top: -13px;
	}
	
	.countSelect {
		font-size: 0.8em;
    	margin-top: -13px;
	}
	
	#cancleButton{
		display:inline;
	}
	
	#addToCart {
		display:inline;
	}
	
	#menu{
		text-align: right;
	    width: 100vw;
	    position: relative;
	    font-size: 1.4em;
	    height: 52px;
        border-style: dotted;
	   	border-width: 0px 0 1px 0;
	   	border-color: whitesmoke;
	   	color: white;
	   	background-color: darkred;
	}
	
	.menuItem {
		position: absolute;
    	padding: 2vw;
    	text-decoration:underline;
	}
	
	.menu1 {
		position:absolute;
		text-align:left;
		width:20%;
		left:0%;
	}
	
	.menu2 {
		position:absolute;
		text-align:center;
		left: 38%;
		width:20%;
	}
	
	.menu3 {
		position:absolute;
		text-align:right;
		left: 69%;
		width:27%;
	}
	
	.mobileProduct0 {
		width:44vw;
		left:4vw;
	} 
	
	.mobileProduct1 {
		width:44vw;
		left:52vw;
	}
	
	.mobileRow0{
		top:0;
	}
	
	.mobileRow1{
		top:56vw;
	}
	
	.mobileRow2{
		top:112vw;
	}
	
	.mobileRow3{
		top:168vw;
	}
	
	#shipExplain{
		top: 237vw;
	    font-size: 1.2em;
	    padding: 20px;
	}
	
	#portrait { 
		display: inline; 
	}
	
	/*Pretty Alert*/

	#cmAlert {
		display:none;
		z-index:-1;
		position:fixed;
		opacity:0;
		top:6%;
		left:0px;	
		color: black;
		background-color: whitesmoke;
		padding: 3vw;
		border: 2px solid;
		border-radius: 5px;
		-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
		opacity: .85;
		width: 87vw;
    	left: 3.5vw;
	    height: 274px;
	}
	
	#alertButtons {
		text-align: center;
	    position: relative;
	    top: 179px;
	}
	
	.icon72Signin{
		position:absolute;
		background:url('/imgFiles/android-chrome-192x192.png') no-repeat;
		background-size:contain;
		height:100px;
		width:100px;
		top: -22px;
	    left: -26px;
		z-index:100;
	}
	
	#messageText{
		position: absolute;
		top: 92px;
		margin: 2vw;
		font-size:1.4em;
		margin-right: 16px;
	}
	
	#messageTitle{
		position: absolute;
		top: 19px;
		width: 100%;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
	#msgOkButton{
		width:32px;
		top: 250px;
		position: absolute;
		left: 286px;
		width: 100px;
	}
	
	#msgOkButton:hover{
		cursor:pointer;
	}
	
	alertBg {
		height:322px;
		width:98%;
		left:2%;
		background:white;
	}
	
	.signinX{
		position: absolute;
	    left: 87vw;
	    top: 8px;
	    z-index: 500;
	    font-size: 1.0em;
	}
	
	.signinX:hover{
		cursor:pointer;
	}
/* end pretty Alert */
}

/***********************************************************************************************************/

@media screen and (max-width: 1000px) and (orientation: portrait){
	body {
	    background-image: url('/imgFiles/lgbg.png');
	    color:white;
	    height: 100vh;
	    text-align:left;
	    margin: 0;
	    /* font-size: 2.0em; */
	    font-family: 'Raleway', sans-serif;
	    font-weight: 300;
	}

	.mediaBodyMain {
		background-image:url('/imgFiles/trumpBlowsRedPort.jpg');
		background-size:cover;
		width: 118vw;
    	height: 118%;
	}
	
	#twitMain {
	    position: relative;
	    top: 4px;
	}
	
	#fbMain {
		display:inline;
	}
	
	#socialMain {
		position: absolute;
	    top: 71vh;
	    left: 3vw;
	}
	
	#cartMain {
		position: relative;
	    width: 93%;
	    margin-left: auto;
	    margin-right: auto;
	    background-color: darkred;
	    border: 1px solid #ffffff;
	    border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    z-index: 53;
	    top: 50px;
	}
	
	.buttonRow {
	    margin-top:30px;
	    text-align:right;
	}
	
	#orderFormSpan{
		display: block;
		width:100%;
		font-size:1.2em;
		position:relative;
		top: 34px;
	}
	
	#cartTableSpan {
		display: block;
	    width: 98%;
	    position: relative;
	    padding-top: 13px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	#cartTable {
		margin-top:15px;
		font-size: 1.2em;
	}
	
	.cartRow {
		font-size: 0.8em;
    	padding-top: 25px;
    	padding-bottom: 41px;
	}
	
	.cartImage {
	    width: 40%;
	    position: relative;
	    top: 7vw;
	}
	
	#cartOrderForm {
		width: 67%;
    	margin-left: 30%;
    	margin-right: auto;
    	padding-bottom:150px;
    }
    
    .shipTime {
		font-size: 1.0em;
		padding-top:30px;
		padding-bottom:25px;
		width:90%;
	}
	
	.payButtons {
		margin-left: -33%;
    	padding-top: 55px;
	}
	
	#keepShoppingButton {
		position: relative;
		/* transform: scale(3); */
	}
	
	#customButton {
		padding: 10px;
	    /* transform: scale(3); */
	    left: 8vw;
	    position: relative;
	}
	
	.descCol {
	    padding-left: 15px;
	    vertical-align: top;
	    position: relative;
	}
	
	.sizeCol {
		position: relative;
	    padding-left: 15px;
	}
	
	.rowCostCol {
		position: relative;
	    padding-left: 15px;
	}
	
	.removeButton {
		width: 50px;
	    height: 50px;
	    top: -69px;
	    position: absolute;
	    margin-left: -;
	    margin-left: -50px;
	    left: 47vw;
	}
	
	.imageCol {
		width: 40%;
	    position: relative;
	    top: 14px;
	}
	
	.nonImageCol {
		position: relative;
	    left: 47%;
	    width: 52%;
	    margin-top: -10vw;
	    top: -16vw;
	}
	
	.thanks {
		position: relative;
	    left: 3.5%;
	    top: 100px;
	    width: 80%;
	    font-size: 1.4em;
	    background-color: darkred;
	    border: 1px solid whitesmoke;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    padding: 25px 25px 100px 25px;
	}
	
	#socialButtons {
	    display: inline;
	    left: 89px;
	    position: relative;
	    top: 39px;
	}
	
	#twit{
		display:inline;
	}
	
	#fbook {
		display:inline;
		position:relative;
		left:20px;
		top:-5px;
	}
	
	#cssCircle {
		opacity: 0.4;
	    height: 63vw;
	    width: 63vw;
	    border-radius: 31.5vw;
	    -webkit-border-radius: 31.5vw;
	    -moz-border-radius: 31.5vw;
	    background: black;
	    position: absolute;
	    left: 10vw;
	    top: 50px;
	    z-index: 20;
	}
	
	.forgot {
	    position: relative;
	    font-size:1.6em;
	    opacity:0;
	    margin-right:auto;
	    top: 54px;
	    width: 63vw;
	    left: 10vw;
	    text-align:center;
	    font-family: 'Playfair Display', serif;
	    z-index:50;
	}
	
	.dotcom {
	    opacity:0;
	    width: 63vw;
	    left: 10vw;
	    font-size:1.6em;
	    margin-right:auto;
	    text-align:center;
	    font-family: 'Playfair Display', serif;
	    position: relative;
	    top: 64px;
	    z-index: 50;
	}
	
	.orderFormSub {
		display: none;
	    position:absolute;
	    color:black;
	    font-size: 1.2em;
	    width:96vw;
	    background-color:whitesmoke;
	    padding-bottom: 64px;
	}
	
	#products{
	    position: relative;
	    width: 98%;
	    background-color: white;
	    text-align: left;
	    top: 44px;
	}
	
	.product {
	    position:absolute;
	    display:inline;
	    background-color: whitesmoke;
	}
	
	
	#productCount {
	    font-size: 1.4em;
	    height: 81px;
	    text-align: center;
	    position: relative;
	    top: 35px;
	}
	
	.orderLabel {
	    position:absolute;
	    color: black;
	    font-size: 1.2em;
	    width: 50%;
	    text-align: right;
	}
	
	.orderResp {
	    position:absolute;
	    color: black;
	    font-size: 1.0em;
	    left: 55%;
	    text-align: left;
	}
	
	.formSize {
	    height: 45px;
	}
	
	.formTitle {
	    text-align:center;
	    padding-bottom:11px;
	    font-size:1.1em;
	}
	
	.formCount {
	    height: 45px;
	}
	
	.formDesc {
		font-size:0.8em;
		padding-left: 30px;
	    padding-right: 30px;
	    padding-bottom: 17px;
	}
	
	.unitCost {
	    height: 45px;
	}
	
	.formColors{
		height: 64px;
	}
	
	.subtotal {
	    height: 45px;
	}
	
	.swatch{
		width:7vw;
		height:7vw;
		position:absolute;
	}
	
	.selectedSwatch {
		border-style: solid;
	    border-width: 3px;
	    border-color: gold;
	    margin-left:-3px;
	    margin-top:-3px;
	    width:7vw;
		height:7vw;
		position:absolute;
	}
	
	.colors {
		width: 40%;
	    position: relative;
	    left: 55%;
	}
	
	.mobileColor0{
		top:0;
	}
	
	.mobileColor1{
		top:8vw;
	}
	
	.mobileColor2{
		top:16vw;
	}
	
	.mobileColor3{
		top:24vw;
	}
	
	.mobileColorRow0{
		left:0;
	}
	
	.mobileColorRow1{
		left:8vw;
	}
	
	.mobileColorRow2{
		left:16vw;
	}
	
	.mobileColorRow3{
		left:24vw;
	}
	
	.mobileColorRow4{
		left:32vw;
	}
	
	.color {
		display: inline;
	    width: 20px;
	    height: 20px;
	    position:relative;
	}
	
	.button {
	    background-color: darkred; 
	    border: none;
	    color: white;
	    padding: 15px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 1.4em;
	    margin-left:auto;
	    margin-right:auto;
	    min-width:175px;
	}
	
	.alertButton {
	    background-color: darkred;
	    border: none;
	    color: white;
	    padding: 15px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 1.4em;
	    min-width: 175px;
	    margin-right: auto;
	    margin-left:auto;
	    margin-top:20px;
	}
	
	#contactMain {
		width: 76vw;
	    position: fixed;
	    font-size: 1.2em;
	    top: 2vw;
	    left: 6vw;
	    background-color: whitesmoke;
	    border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border: 1px dotted #ffffff;
	    color: black;
	    padding: 6vw;
	    z-index: 1000;
	    opacity: 0;
	    display: none;
	}
	
	#contactButton {
		background-color: darkred;
	    border: none;
	    color: white;
	    padding: 18px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 1.0em;
	    margin-top: 20px;
	    left: 50%;
	    position: relative;
	}
	
	#contactInstructions {
		font-size:0.85em;
		padding-bottom:10px;
	}
	
	#contactText {
		width:80%;
		margin-left:10%;
		font-size:1.2em;
	}
	
	.price {
	    color: black;
	    font-size: 1.4em;
	    text-align: center;
	    margin-top: -4px;
	    padding-bottom: 2px;
	    display:block;
	}
	
	.sizeSelect {
		font-size: 1.0em;
	    width: 75%;
	    margin-top: 0px;
	}
	
	.countSelect {
		font-size: 1.0em;
    	margin-top: -4px;
	}
	
	#cancleButton{
		display:block;
		margin-top:25px;
	}
	
	#addToCart {
		display:block;
		margin-top:25px;
	}
	
	#menu{
		text-align: right;
	    width: 100vw;
	    position: relative;
	    font-size: 1.4em;
	    height: 49px;
	}
	
	.menuItem {
		position: absolute;
    	padding: 2vw;
    	text-decoration: underline;
	}
	
	.menu1 {
		position:absolute;
		text-align:left;
		width:20%;
		left:0%;
	}
	
	.menu2 {
		position:absolute;
		text-align:center;
		left: 38%;
		width:20%;
	}
	
	.menu3 {
		position:absolute;
		text-align:right;
		left: 69%;
		width:27%;
	}
	
	.mobileProduct0 {
		width:44vw;
		left:4vw;
	} 
	
	.mobileProduct1 {
		width:44vw;
		left:52vw;
	}
	
	.mobileRow0{
		top:0;
	}
	
	.mobileRow1{
		top:56vw;
	}
	
	.mobileRow2{
		top:112vw;
	}
	
	.mobileRow3{
		top:168vw;
	}
	
	#shipExplain{
		top: 237vw;
	    font-size: 1.2em;
	    padding: 20px;
	}
	
	#portrait { 
		display: inline; 
	}
	
	/*Pretty Alert*/

	#cmAlert {
		display:none;
		z-index:-1;
		position:fixed;
		opacity:0;
		top:6%;
		left:6vw;	
		color: black;
		background-color: whitesmoke;
		padding: 6vw;
		border: 2px solid;
		border-radius: 5px;
		-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
		opacity: .85;
		width: 74vw;
	}
	
	.icon72Signin{
		position:absolute;
		background:url('/imgFiles/android-chrome-192x192.png') no-repeat;
		background-size:contain;
		height:100px;
		width:100px;
		top: -22px;
	    left: -26px;
		z-index:100;
	}
	
	#messageText{
		position: absolute;
		top: 122px;
		margin: 12px;
		font-size:1.4em;
		margin-right: 16px;
	}
	
	#messageTitle{
		position: absolute;
		top: 19px;
		width: 100%;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
	#msgOkButton{
		width:32px;
		top: 250px;
		position: absolute;
		left: 286px;
		width: 100px;
	}
	
	#msgOkButton:hover{
		cursor:pointer;
	}
	
	.alertBg {
		height:322px;
		width:98%;
		left:2%;
		background:white;
	}
	
	.signinX{
		position: absolute;
	    left: 81vw;
	    top: 8px;
	    z-index: 500;
	    font-size: 1.0em;
	}
	
	.signinX:hover{
		cursor:pointer;
	}
/* end pretty Alert */


}