@CHARSET "UTF-8";
/* SMARTPHONE */
	.phonecontainer {
		width: 100%;
		position: relative;
		margin:0 auto;
		background: white;
	}
	.phonecontainer .not {
		display: none;
	}
	.phoneheader {
		height: 40px;
		background: #f8f8f8;
		border-bottom: 1px solid gray;
	}
	.phoneheader .fa-phone{
		position: absolute;
		left:60px;
		top:5px;
		font-size: 30px;
		margin-bottom: -13px;
	}
	.phoneheader .fa-envelope{
		position: absolute;
		left:10px;
		top:5px;
		font-size: 26px;
		margin-bottom: -13px;
	}

	.phoneheader .icons{
		position: absolute;
		right:40px;
		top:3px;
	}
	.headerphone {
		position: absolute;
		top:4px;
		left:57px;
		z-index: 1000;
		text-align: center;
		line-height: 12px;
	}
	.headerroute {
		position: absolute;
		top:4px;
		left:147px;
		z-index: 1000;
		text-align: center;
		line-height: 12px;
	}
	.headercontact {
		position: absolute;
		top:5px;
		left:102px;
		z-index: 1000;
		text-align: center;
		line-height: 12px;
	}
	.phonecontainer .taalwissel {
		position: absolute;
		top:0px;
		right: 0;
		z-index: 200;
		font-size: 12px;
		top:12px;
		right:12px;
	}
	.phonecontainer .taalwissel img {
		width: 25px;
		margin-left: 10px;
	}
	.phonecontainer .hamburger {
		position: absolute;
		top:11px;
		left:12px;
		z-index: 10000;
	}
	.phonecontainer .phonelogo {
		padding:20px;
	}
	.phonecontainer .phonelogo img {
		width: 100%;
		display: block; /* removes whitespace after image */
	}
	
	.phonecontainer .phoneslider {
		margin: 0px;
		background: black;
		height: 175px;
		overflow: hidden;
		width: 320px;
	}
	.phonecontainer .phoneslider img {
		height: 175px;
	}
	
	.phonecontent {
		padding: 20px;
	}
	.phonecontent img {
		width: 100%;
	}
	
	.phonecontainer ul.phonemenu {
		background: black;
		text-align: left;
	}
	.phonecontainer ul.phonemenu a {
		text-transform: uppercase;
		color: white;
		text-decoration: none;
	}
	.phonecontainer ul.phonemenu, .phonecontainer ul.phonemenu li ul {
		list-style-type: none;
		padding:0;
		margin:0;
		font-size: 16px;
	}
	.phonecontainer ul.phonemenu li ul {
		display: none;
	}
	.phonecontainer ul.phonemenu > li {
		padding: 10px 10px 10px 20px;
		border-bottom: 1px solid silver;
	}
	.phonecontainer ul.phonemenu > li:last-child {
	}
	.phonecontainer ul.phonemenu li ul {
		margin-left: 20px;
		margin-right: -10px;
	}
	.phonecontainer ul.phonemenu li ul > li {
		padding: 10px 10px 10px 10px;
		border-bottom: 1px solid silver;
	}
	.phonecontainer ul.phonemenu li ul > li:last-child {
		border-bottom: 1px none silver;
	}
	.phonecontainer ul.phonemenu li ul li ul li:first-child {
		display: none;
	}
	.phonecontent img.phone100 {
		width: 100%;
		height: auto;
		float: none;
	}
	.phoneslider img.phone100 {
		width: 100%;
		height: auto;
		float: none;
	}
	ul.gift {
		color: white;
		list-style: none;
	}
	.phonecontainer ul.gift > li {
		background: gray;
		border-bottom: 1px solid silver;
	}
	.phonecontainer ul.gift > li a {
	}
	.phonecontainer ul.gift > li:last-child {
		background: black;
		font-size: 12px;
		color: gray;
	}
	.phonecontainer ul.gift > li:last-child img {
		width: 100%;
	}
	.phonecontainer ul.gift li ul > li {
		color: white;
	}
	.phonecontainer ul.gift li ul > li a {
	}
	.phonecontainer ul.gift img {
		margin-right: 10px;
	}
	.phonecontainer ul.gift .get-directions img {
		margin: 0px 0 5px 0;
	}
	
	.builtwithlink, .builtwithlink a {
		color: white;
		text-align: left;
	}
	
	.inputWithButton > button{
		background: gray;
	}

	.giftemailadres {
		display: none;
	}
	
/* GOOGLE ADDRESSFIELD */
input, button{outline: none;}
.inputWithButton{
	position: relative;
	display:inline-block;
	overflow:hidden;
	border-radius: 0px;
}
.inputWithButton > *{
	vertical-align:top;
	border:0;
	margin:0;
	padding: 0px 0px 0px 5px;
	height: 30px;
}
.inputWithButton > input[type=text]{
	width:200px;
	border: none;
	border: 1px solid silver;
	border-right:none;
	border-radius: 6px 0 0 6px;
}
.inputWithButton > button{
	border:none;
	color:#fff;
	cursor:pointer;
	height: 32px;
	outline: none;
	padding-top:4px;
	border-radius: 0 6px 6px 0;
}
.inputWithButton > button img{
	
}
.inputWithButton > button::-moz-focus-inner {
	border: 0;
}

/* PHONEFRAME */
	.hardware {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width: 350px;
		height: 729px;
		margin:0px auto;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	.hardware .iphone {
		background: url("http://www.sectionz.nl/cms/cdn/img/iphone5.png") no-repeat;
		position: absolute;
		top:0;
		left:0;
		z-index: 1000000;
		width: 350px;
		height: 729px;
		pointer-events:none;
	}
	.hardware .iphone .iphonetime {
		font-family: arial;
		font-size: 11px;
		color: #d2d2d2;
		position: absolute;
		width: 100%;
		text-align: center;
		top: 131px;
		left: 0;
	}
/* NANO SCROLLER */
	.nano .nano-content {
		padding: 149px 42px;
		margin-bottom: 125px;
	}
	.nano .nano-pane {
		background: transparent;
		width: 4px;
		right: 42px;
		margin: 150px 2px;
	}
	
	.nano .nano-slider {
		background: #111;
	}
/* END SMARTPHONE */

/* DEVICESWICHER */
.overmenu {
	position: fixed;
	top:0px;
	right:0px;
	background: transparent;
	width: 50px;
	height: 60px;
}
.overmenu .devicemenu {
	position: absolute;
	top:-90px;
	right:-75px;
	background: rgba(255,255,255,0.5);
	padding: 20px 10px;
	width: 50px;
	height: 95px;
	text-align: center;
}
.overmenu .devicemenu img {
	margin-bottom: 10px;
	clear: both;
}
.overmenu:hover .devicemenu {
	top:0px;
	right:0px;
}