
#sec_nordstrom_top {
	color: #FFF;
	background-color: #FF656C;
	padding-top: 100px;
	text-align: center;
}

#nordstrom_logo {
	background-image: url('../assets/nordstrom/logo_nordstrom.png');
	width: 275px;
	height: 100px;
	display: inline-block;
}


#herowrapper {
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1000;
	margin-top: 20px;
}

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

.imgfull.styles {
	display: block;
}

#wishlisthero {
	width: 100%;
	height: auto;
	display: inline-block;
}

.desc.nordstrom {
	padding-top: 50px;
}

.dividerwhite.nordstrom {
	margin-top: -125px;
}

.whitebg {
	background: #FFF;
}

.button.nordstrom {
	background-color: #393939;
	width: 150px;
	margin-top: 15px;
}

#protobuttontop, #protobuttonbottom {
	display: block;
	margin: 30px auto 20px auto;
	width: 0px;
	padding: 12px;
	opacity: 0;
	color: #393939;
	overflow: hidden;
	white-space: nowrap;
	max-width: 0px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#protobuttontop {
	margin-top: 50px;
}

#protobuttontop.pop, #protobuttonbottom.pop {
	width: 180px;
	opacity: 1;
	max-width: none;
}

#protobuttontop.white, #protobuttonbottom.white {
	color: #FFF;
}

#wishlistitemvariants {
	padding-top: 0;
}

#navwrapper.white a {
	color: #22A1EC;
}

.navelem.selected, .navelem:hover {
	border-bottom: 5px solid #22A1EC;
}

.sectioninner.center {
	text-align: center;
}

#objective, #process {
	padding-top: 20px;
}

.img100.subtitle {
	margin-bottom: 0;
}

#keyopp, #customerstatements {
	padding: 10px 40px;
}

#keyopphead, .keyoppli, .custli {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

#keyopphead {
	color: #FAC7E0;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	opacity: 0.1;
	margin-left: 15px;
}

.keyoppli, .custli {
	opacity: 0.1;
	padding-left: 2em;
	text-indent: -1.7em;
	line-height: 1.8em;
	padding-bottom: 10px;
}

.keyoppli.first, .custli.first {
	margin: 0 -40px 0 40px;
}

.keyoppli.sec, .custli.sec {
	margin: 0 -60px 0 60px;
}

.keyoppli.third, .custli.third {
	margin: 0 -80px 0 80px;
}

.keyoppli.fourth, .custli.fourth {
	margin: 0 -100px 0 100px;
}

.keyoppli.last, .custli.last {
	padding-bottom: 0;
	margin: 0 -120px 0 120px;
}

#keyopphead.show, .keyoppli.show, .custli.show {
	opacity: 1;
	margin: 0;
}

.keyoppli.last.show, .custli.last.show {
	padding-bottom: 0;
}

#keyopplist, #customerstatementslist {
	list-style-image: url('../assets/kcd/kcd_keyoppbullet.png');
	list-style-position: inside;
}

.phonedevicewrapper {
	text-align: center;
}

.phonedevice {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: auto;
	background-image: url('../assets/homepage/phone.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin: 50px 0;
	position: relative;
}

.phonevideo {
	width: 87.4074%;
	height: 76.0869%;
	position: absolute;
	left: 6.4148%;
	top: 11.588%;
	border: 1px solid #DDD;
}

.phonetrans {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}

#herovideo {
	position: absolute;
	left: 78.229%;
	top: 25.873%;
	width: 19.158%;
	height: auto;
	z-index: 2;
	background: #FFF;
}


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

.dividerwhite.kcd {
	padding-top: 40px;
}

#keyopp, #customerstatements {
	padding: 10px 0;
}

.keyoppli, .custli {
	text-indent: -1.9em;
}

.phonedevice {
	margin: 50px 0;

}

}


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

#sec_nordstrom_top {
	padding-top: 75px;
}

}

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

.navelem, .navelem.selected, .navelem:hover{
	border-bottom: 1px solid #DDD;
}



}



@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);
}

}


