* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 0;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
html, body {
	font-size: 0;
}
p, span, li, a, h5, h6 {
	font-size: 16px;
}
p span, li span, a span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-size: inherit;
} 
a {
	text-decoration: none;
	color: inherit;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
nav ul {
	list-style: none;
}
nav li {
	display: inline-block;
	position: relative;
}
nav ul ul {
	display: none;
	position: absolute;
}
nav ul li:hover ul {
	display: block;
}
.noscroll {
	display: block;
	overflow: hidden;
	position: fixed;
}
.wrapper {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.imgWrapper {
	display: inline-block;
	max-width: 100%;
}
.imgWrapper img {
	width: 100%;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Desktop */
.full {
	width: 100%!important;
}
.more {
	width: 66.667%!important;
}
.half {
	width: 50%!important;
}
.less {
	width: 33.333%!important;
}
.quarter {
	width: 25%!important;
}
.three-quarters {
	width: 75%!important;
}
.mobile-show,.tablet-show,.desktop-hide {
	display: none!important;
}
.cell,.knot,.desktop-show,.tablet-hide,.mobile-hide {
	display: inline-block!important;
}

/* Tablet */
@media (max-width: 950px) {
	.desktop-show,.tablet-hide,.mobile-show {
		display: none!important;
	}
	.desktop-hide,.tablet-show,.mobile-hide {
		display: inline-block!important;
	}
}

/* Mobile */
@media (max-width: 700px) {
	.desktop-show,.tablet-show,.mobile-hide {
		display: none !important;
	}
	.desktop-hide,.mobile-show,.tablet-hide {
		display: inline-block !important;
	}
	.half, .less, .more, .quarter, .three-quarters {
	    width: 100% !important;
	}
}

