* {
	margin:0;
	padding:0;

}

*:focus {
    outline: 0;
}

body {
	position:fixed;
	width:100%;
	height:100%;
	overflow: hidden;
	top:0;
	left:0;
}

#startup {
	width:100%;
	height:100%;
	background-color:#417cea;
	position:fixed;
	top:0;
	left:0;
	z-index: 200;
}

#startup img {
	background-color:#417cea;
	vertical-align: middle;
	position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
	max-width: 100%;
	max-height: 100%;
}



#message {
	position:fixed;
	top:25%;
	padding:5%;
	display: none;
}

#message > p {
	font-size: 1.2em;
	font-family: "Georgia";
	color: white;
}

#intro {
	position: relative;
	height: 50%;
	min-height: 230px;
	max-height: 290px;
	width: 90%;
	max-width: 340px;
	margin:40% auto;
	background-color: #F8F9BC;
	z-index: 101;
}

#intro > h3 {
	padding:5%;
	font-family: "Georgia";
	font-weight: 200;
	font-size: 1.6em;
	background-color: #f9fad7;
	color:#4a87ed;  /*blue*/
	text-align: center;
	box-shadow: 0px 1px 1px #bbb;

}

#intro > img {
	width:25%;
	max-width: 90px;
	padding: 10% 5%;
	height:auto;
	float:left;
}

#intro > p {
	padding: 10% 5%;
	font-size: 1.1em;
	color: #777;
	text-align: left;
}

#dim {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 100;
}

#okay {
	width: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
	margin:5%;
	height: 20%;
	border: none;
	background-color: #4a87ed;
	font-family: "Helvetica Neue";
	font-weight: 400;
	font-size: 12pt;
	letter-spacing: 4px;
	color:#fff;
	box-shadow: 0px 1px 1px #2A5398;
}

#svg {
	width:100%;
	height:100%;
	background-color: rgb(248, 249, 188);
	position:fixed;
	top:0;
	left:0;
}

#triangle-container {
	position: fixed;
}

#swipe-background {
	width:100%;
	height:100%;
	fill:#4a87ed;
}


#bottom-bar, #top-bar {
	position:fixed;
	background-color:#f9fad7;
}

#top-bar{
	width:100%;
	height:11.11%;
	top:0;
	left:0;
	overflow: hidden;
	box-shadow: 0px 0.5px 2px #ccc;
}

#trophy-icon {
	position: absolute;
	right:0;
	top:0;
	float: right;
	height:50%;
	width: auto;
	display: none;
}

#bottom-bar{
	width:100%;
	height:16.7%;
	bottom:0;
	left:0;
	padding-top:3%;
	padding-bottom:0%;
	overflow: hidden;
	box-shadow: 0px -0.5px 2px #ccc;
}

#restart-icon {
	position: absolute;
	width:8%;
	height:auto;
	opacity:0.6;
}

#triangle {
	position: fixed;
	fill:#f9fad7;
}



#next-button {
	position:absolute;
	background-color:#4a87ed;
	font-family: "Helvetica Neue";
	font-weight: 400;
	font-size: 12pt;
	letter-spacing: 4px;
	color:#fff;
	border:none;
	box-shadow: 0px 1px 1px #2A5398;
}

#error {
	left:0;
	width:100%;
	font-family: "Helvetica Neue";
	color:#ed4a4a;
	text-align:center;
	font-size: 1.2em;
	display: none;

}

#help {
	font-family: "Georgia";
	color:#aaa;
	text-align:center;
	font-size: 1.2em; 
	line-height:2em;
	display:none;
}

#progress-bar {
	position:absolute;

}

#progress-bar li {
	float:left;
	list-style: none;
	border-radius: 100%;
	border:1px solid #ddd;
	background-color: #ddd;
}
.bModal, #visas_style_div {
	display:none !important;
}

#progress-bar li p {
	width: 100%;
	height: 80%;
	margin-top: 20%;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 1em;
	font-weight: 800;
	color: #fff;
}

.fa {
	color:#fff;
	font-size: 1.6em;
	margin-top: -6%;
}


#gesture-title{
	font-family: "Georgia";
	font-weight: 200;
	font-size: 1.6em;
	color:#4a87ed;
	text-align: center;

}

#thumbs-up {
	pointer-events:none;
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
}


.icon-img {
	pointer-events:none;
	position: fixed;
	opacity: 0;
}

.textContent {
	pointer-events:none;
	font-family: "Georgia";
	font-size: 0.7em;
}

.neutralContent {
		font-family: "Georgia";
		font-size: 0.5em;
}

.wiggle {
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform-origin: 50% 50%;
}


.target, #target {
	stroke-width:5; 
	stroke-dasharray:11;
}

#EndPhoto {
	display: none;
	position: absolute;
}

#app  {
	display: none;
}

#orientation-modal {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgb(65,124,234);
	z-index:1000;
}

#orientation-message {
	width:80%;
	height:80%;
	top:10%;
	left:10%;
	position:absolute;
	text-align:center;
	

}

#orientation-message img {
	display: block; 
	width: 100px;
	margin:8% auto 0;

}



#orientation-message span{
	color:#EAAF41;
}

#orientation-modal h2{
	color:#fff;
	padding-top:15px;
	font-size:1.2em;

}




/**** iPad Size ****/
@media (min-width: 764px) {

	#progress-bar li p {
	  font-size: 1.6em;
	  font-weight: 400;
	  margin-top:15%;
	}

	#gesture-title {
		font-size: 3em;

	}

	#next-button {
		font-size: 22pt;
	}

	.fa {
		font-size:2em;
		margin-top:0;
	}

	#bottom-bar {
		padding-top:6%;
	}

	#error, #help {
		font-size: 1.8em;
	}

	#help {
		line-height: 2.8em;
	}

	#message {
		font-size:2em;
		text-align:center;
	}

	.textContent {
		font-size: 1.7em;
	}

	.neutralContent {
		font-size: 1.2em;
	}

	#orientation-message img {
	display: block; 
	width: 150px;
	margin:10% auto 0;

	}

	#orientation-message {
	width:60%;
	height:60%;
	top:20%;
	left:20%;
	}

	#orientation-modal h2{
	padding-top:20px;
	font-size:1.5em;
	}





}

@media (orientation:landscape) {
	#orientation-modal {
		display:block;
	}

}