@font-face {
    font-family: SFUI;
    src: url(font/SFUI-Ultralight.otf) format("opentype");
}

@font-face {
    font-family: AvenirNext;
    src: url(font/AvenirNextLTPro-Regular.otf) format("opentype");
}

@font-face {
    font-family: AvenirNext-Demi;
    src: url(font/AvenirNextLTPro-Demi.otf) format("opentype");
}

#sec_planespy_top {
	color: #FFF;
	background: #333 url('../assets/planespy/planespy_topbg.png') no-repeat center left;
	background-size: cover;
	padding-top: 60px;
}

#herowrapper {
	width: 100%;
	max-width: 270px;
	height: auto;
	position: relative;
	z-index: 1000;
	display: inline-block;
}

#herophonebg, #hero_header, #hero_headerimg, #hero_cards, #hero_details, #hero_details_map, #hero_details_mapoverlay {
	width: 100%;
	height: auto;
}

#hero_header {
	height: 9.87619%;
	background: #222 url('../assets/planespy/planespy_hero_header.png') no-repeat;
	background-size: contain;
	position: relative;
	z-index: 100;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#hero_header.details {
	background: #1D3E85 url('../assets/planespy/planespy_hero_header_details.png') no-repeat;
	background-size: contain;
}

#heroscreenwrapper {
	width: 87.407%;
	height: 76.0869%;
	overflow: hidden;
	position: absolute;
	background-color: #F0F;
	left: 6.4148%;
	top: 10.788%;
	border: 1px solid #3C4246;
}

#hero_contentwrapper {
	background-color: #F7F7F7;
	overflow: hidden;
	height: 90.12381%;
	position: relative;
}

#hero_cards {
	padding-top: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#hero_cards.animated {
	padding-top: 0px;
	opacity: 1;
	-webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#hero_cards.scroll {
	margin-top: -50%;
}

#hero_cards.scroll2 {
	margin-top: -100%;
}

#hero_cards.nextpage {
	margin-left: -100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#hero_detailswrapper {
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	margin-left: 100%;
	top: 0;
}

#hero_detailswrapper.show {
	display: block;
	opacity: 1;
	margin-left: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#hero_detailswrapper.scroll {
	margin-top: -100%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#hero_detailswrapper.scroll2 {
	margin-top: -150%;
}

#hero_details_maptop, #hero_details_mapwipe {
	width: 100%;
	position: relative;
	background: #7CC7EF url('../assets/planespy/planespy_hero_details_map.png') no-repeat;
	background-size: contain;
}

#hero_details_map {
	display: block;
}

#hero_details_mapwipe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100%;
	width: 89.4067%;
	background-size: cover;
}

#hero_details_mapwipe.reveal {
	width: 0%;
	-webkit-transition: all 1.7s ease;
    -moz-transition: all 1.7s ease;
    -o-transition: all 1.7s ease;
    transition: all 1.7s ease;
}

.mapmarker {
	background-size: cover;
	position: absolute;
	z-index: 200;
	width: 0px;
	height: 0px;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#hero_details_mapJFK {
	background: url('../assets/planespy/planespy_hero_details_mapJFK.png') no-repeat;
	left: 84.8008%;
	top: 30.4238%;
}

#hero_details_mapJFK.reveal, #hero_details_mapSFO.reveal {
	width: 11.4406%;
	height: 14.5695%;
}

#hero_details_mapSFO {
	background: url('../assets/planespy/planespy_hero_details_mapSFO.png') no-repeat;
	left: 2.9322%;
	top: 40.4304%;
}

#hero_details_mapJFK, #hero_details_mapSFO {
	background-size: cover;
	margin-left: 5.7203%;
	margin-top: 11.28475%;
}

#hero_details_mapduration {
	background: url('../assets/planespy/planespy_hero_details_mapduration.png') no-repeat;
	background-size: cover;
	left: 38.826%;
	top: 31.3708%;
	margin-left: 5.4025%;
	margin-top: 3.8079%;
	width: 10.805%;
	height: 7.61585%;
	opacity: 0;
}

#hero_details_mapduration.reveal {
	width: 21.610%;
	height: 15.2317%;
}

.mapmarker.reveal {
	opacity: 1!important;
	margin-left: 0px!important;
	margin-top: 0px!important;
}

#planespy_logo {
	width: 90%;
	max-width: 355px;
	height: auto;
	margin-top: -50px;
	padding-bottom: 12px;
	position: relative;
}

#planespytriple {
	padding-top: 60px;
}

.desc.planespy {
	padding-top: 60px;
}

.headline.planespy {
	color: #FFF;
}

.dividerwhite.planespy {
	margin-top: -120px;
}

.dividerimg.planespy {
	width: 100%;
	height: 51px;
	margin-top: -101px;
	position: absolute;
}

.whitebg {
	background: #FFF;
}

.nopadding {
	padding-top: 0;
}

#planespy_cards {
	background-color: #80D492;
	color: #06741E;
	margin-top: 100px;
}

#cardsdesc {
	width: 60%;
}

#cardstrans {
	width: 180%;
	height: auto;
	visibility: hidden;
}

#cardsimgwrapper {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin-top: -40px;
}

#cardsimg {
	width: 100%;
	height: 900px;
	background: url('../assets/planespy/planespy_cards.png') no-repeat;
	background-size: 200% auto;
	background-position: 40% 0;
}

#planespy_notifications {
	background-color: #34A3BF;
	color: #084A5B;
	padding-bottom: 80px;
}

#notificationswrapper, #surveywrapper {
	position: relative;
	float: right;
	margin: 40px 0;
}

#surveywrapper {
	background-color: #F7F7F7;
	max-width: 300px;
	overflow: hidden;
}

#notifications_time {
	position: absolute;
	font-family: SFUI;
	font-size: 70px;
	line-height: 70px;
	text-align: center;
	top: 9.17602%;
	width: 100%;
	color: #FFF;
}

#rowwrapper {
	width: 93%;
	position: absolute;
	margin: auto;
	top: 30.187%;
	left: 0;
	right: 0;
}

.notificationsrow {
	width: 100%;
	height: 100%;
}

#wifi, #assigned, #topdivider {
	overflow: hidden;
}

#wifi {
	max-height: 0px;
	height: auto;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#assigned, #topdivider {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#assigned {
	height: 10.0374%;
}

#wifi.pop {
	max-height: 60px;
	height: 10.0374%;
	opacity: 1;
}

#assigned.pop, #topdivider.pop {
	opacity: 1;
}

#assigned.dim, #topdivider.dim {
	opacity: 0.5;
}

.swiped {
	opacity: 0!important;
	margin-left: 100%;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#planespy_survey {
	background-color: #4C609E;
	color: #0D1B58;
	padding-bottom: 120px;
	margin-bottom: -100px;
}

.imgfull {
	width: 100%;
	height: auto;
	display: block;
}

#surveyinner {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 52px;
}

#survey_questions {
	width: 20%;
	height: 0px;
	border: 1px solid #CCC;
	margin: 10px auto;
	padding: 0px;
	opacity: 0;
	background-color: #FFF;
	color: #555;
	font-size: 12.5px;
	text-align: left;
	font-weight: bold;
	font-family: AvenirNext-Demi;
	position: relative;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#survey_questions.show {
	opacity: 1;
	padding: 10px 15px;
	width: 80%;
	height: 10.332%;
}

#survey_questions.med {
	height: 13%;
}

#survey_questions.large {
	height: 25%;
}

.options {
	font-family: AvenirNext;
	color: #36B;
}

.options span {
	margin-right: 15px;
	position: relative;
}

.options.amenities {
	margin: 5px 0px;
}

#survey_beak {
	position: absolute;
	width: 100%;
	bottom: 1px;
	background-color: #F0F;
	margin: auto;
	left: 0;
	right: 0;
}

#survey_beakimg {
	position: absolute;
	width: 7.4074%;
	left: 50%;
	margin-left: -3.7037%;
}

.tapper {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	z-index: 1005;
	background: rgba(25,133,243,0.7);
	border: 2px solid #1985F3;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tapper.tap {
	opacity: 0.6;
}

.qset {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	margin-left: 100%;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.qset.current {
	opacity: 1;
	visibility: visible;
	margin-left: 0px;
}

.qset.left {
	margin-left: -100%;
}

#qwrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	margin: -10px -15px;
	padding: 10px 15px;
}

#survey_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 9.6296%;
	height: 100%;
	z-index: 1001;
	background: #FFF;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#survey_close.show {
	opacity: 1;
}

.survey_back {
	width: 2.72727%;
	margin-right: 10px;
}

.surveyamenity {
	width: 15%;
	display: inline-block;
	margin-right: 15px;
	color: #CCC;
	font-weight: normal;
	text-align: center;
}

.surveyamenityimg {
	display: inline-block;
	width: 60%;
	margin-bottom: -10px;
}

#survey_next {
	color: #DDD;
	width: 100%;
	border-top: 1px solid #EEE;
	margin: 10px 0 0 -15px;
	text-align: center;
	padding-top: 8px;
	font-size: 13px;
	position: relative;
	z-index: 1002;
}

#survey_next.selected {
	color: #36B;
}

#wifiimg {
	opacity: 0.3;
}

#wifiimg.selected {
	opacity: 1;
}

#wifilabel {
	position: relative;
}

#wifilabel.selected {
	color: #777;
}

#wifilabel, #wifiimg, #survey_next, #survey_set4.fadeout {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#tapper_next.hide {
	display: none;
}

.issuechoice {
	margin: 5px 0;
	position: relative;
}

#tapper_issue {
	margin-left: -85px;
}

#thanktext {
	color: #555;
	line-height: 16px;
}

#survey_set4.fadeout {
	opacity: 0;
}

#navwrapper.planespyhero.open, #navwrapper.planespyhero:hover {
	background-color: rgba(71,71,71,0.98);
}

#navwrapper.planespycards.open, #navwrapper.planespycards:hover {
	background-color: rgba(112,191,129,0.98);
}

#navwrapper.planespynotifications.open, #navwrapper.planespynotifications:hover {
	background-color: rgba(39,146,173,0.98);
}

#navwrapper.planespysurvey.open, #navwrapper.planespysurvey:hover {
	background-color: rgba(67,84,143,0.98);
}







@media only screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 1) {

#sec_planespy_top {
	padding-top: 75px;
	background-size: 150%;
	background-position: 25% 20px;
	}

.col.left.hero, .col.right.hero {
	width: 100%;
	display: block;
	}

.col.right.hero {
	text-align: center;
	}

#planespy_logo {
	margin-top: 0px;
	width: 240px;
	height: auto;

	}


}



@media only screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 1) {

.col.left.br600, .col.right.br600 {
	width: 100%;
	display: block;
	}

.col.right.br600 {
	text-align: center;
	}

.ninety {
	width: 100%;
}

#notificationswrapper, #surveywrapper {
	float: none;
	display: inline-block;
}

}



@media only screen and (max-width: 699px) and (-webkit-min-device-pixel-ratio: 1) {

#cardsdesc {
	width: 100%;
	}

.navelem, .navelem.selected, .navelem:hover{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

}


@media only screen and (min-width: 700px) and (-webkit-min-device-pixel-ratio: 1) {

.navelem.selected, .navelem:hover {
	border-bottom: 5px solid rgba(0,0,0,0.3);
}

#cardsimgwrapper {
	margin-top: -130px;
}

#cardsimg {
	height: 1200px;
}

}


@media only screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1) {

#cardsimg {
	background-size: 150% auto;
	background-position: 40% 0;
}

#cardstrans {
	height: 700px;
	margin-top: -30px;
}


}


@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {

#cardsimg {
	background-size: 130% auto;
	background-position: 40% 0;
}

#cardstrans {
	height: 800px;
	margin-top: -30px;
}


}

