* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media (max-width: 1200px){
	#main .box {
	}

	#main .frame-layout-1 .box {

	}
}

@media (max-width: 980px){
	#mainnav p{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;

		align-items: center;
	}

	.navtoggle {
		display: block;
		flex: 1;
		text-align: center;
	}

	#mainnav .items {
		display: none;
	}

	.whitebar {
		position: absolute;
	}
	#footer {
		height: 44px;
	}
	#footer .frame {
		display: none;
	}
	.shownav #navoverlay {
		max-height: 130em;
	}



	#main .box {
		margin-left: 25%;
	}

	#main .frame-layout-1 .box {
		margin-left: 10%;

		padding-left: 20em;
		background-size: 170px auto;
	}

	h1,h2,h3 {
		font-size: 3.2em;
	}
	.frame p,
	.frame li {
		font-size: 2em;
	}
}

@media (max-width: 740px){

	body{
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
	}

	.logo {
		/* position: absolute; */
	  top: 65px !important;
	  left: 16px;
	  width: 178px;
	  height: 100px;
	}

	#main {
		/* background: url('../img/bg-mobile.svg') repeat-x;
		background-position-y: -600px; */
	}
	#main .frame {
		height: auto;
		min-height: 10vh;
	}
	#main .box {
		transform: none;
		margin: 200px 0 0 0;
		overflow-y: hidden;
		max-height: initial;
		min-height: calc(10vh - 200px);
		box-sizing: border-box;
		max-width: 100%;
	}
	#main .frame-layout-1 .box {
		margin-left: 0;
		padding-left: 1.5em;
		background-image: none !important;
	}
	#main .frame-layout-1 .box img {
		display: inline-block;
		max-width: 100%;
		height: auto;
	}

	.frame p,
	.frame li {
		font-size: 1.6em;
	}
	#footer {
		display: none;
	}
}







@media (max-width: 360px){



}
