	/* Page Defaults ---------------------------------------------------------------- */

	* {
		margin: 0; padding: 0; 
		}

	body {
		display: flex; 
		justify-content: space-evenly;  
		background: #1F1F1F; 
		font: 1em/1.1em 'AbelRegular', sans-serif; 
		color: #B3B3B3;
		margin: 0; padding: 0 8px 0 8px;
		}

	a {
		color: #93DCF5;
		}

	a:link {text-decoration: none; font-weight:normal;}
	a:visited {text-decoration: none; font-weight:normal;}
	a:hover {text-decoration: underline; font-weight:normal;}
	a:active {text-decoration: none; font-weight:normal;}	

	.pageWrapper {
		width: 1400px; 
		}

	.anchor {
		position: absolute; top: 0; left: 0;
	}

	/* Header ---------------------------------------------------------------- */

	header {
		display: flex;
		align-items: center;
		justify-content: left;
		width: 100%; height: 80px;
		background: #313030;
		margin: 0px; padding: 0px;
		border-bottom: 1px solid #4A4949;
	}

	.headerLogo {
		display: flex;
		align-items: center;
		justify-content: left;
		height: 80px; 
		margin: 0px; padding: 0px;
		white-space: nowrap;
		}
		
	.headerLogo a {
		display: flex;
		align-items: center;
		justify-content: left;
		height: 80px;
		padding: 0 20px 0 0;
		font: 1em/1.2em; 
		line-height: 5em;
		font-weight: bold;
		color: #767575;
		
	}

	.headerLogo a:link {text-decoration: none; font-weight:normal; background-image: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
	.headerLogo a:visited {text-decoration: none; font-weight:normal;}
	.headerLogo a:hover {text-decoration: none; font-weight:normal; color: #FFFFFF; /* background-color: #767575; */ background-image: linear-gradient(to top, #2e2d2d, #787777); -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
	.headerLogo a:active {text-decoration: none; font-weight:normal;}	
	
	.headerLogo img {
		width: 80px;
		height: 80px;
		margin-right: 20px;
		}

	.headerLogo h1 {
		font: 1.6em/1.1em 'AbelRegular', sans-serif; 
		letter-spacing: 2px;
		font-weight: normal;
		text-transform: uppercase;
		}		
	
		
	.permalink {
		display: none;
		}



	/* Navigation / Menu ---------------------------------------------------------------- */

	nav {
		float: left;
		top: 0px; right: 0px;
		width: 100%; height: 80px;
		white-space: nowrap;
		z-index: 101;
		line-height: 5em;
	}

	nav ul {
		float: right;
		height: auto;
	}

	nav li {
		list-style:none; 
		float: left;
		position: relative;
	}

	nav a {
		width: 70px; height: 80px;
		display: block;
		padding: 0 25px 0 25px;
		text-align: center;
		border-left: 1px solid #4A4949;
		font: 1.3em/1.2em; font-weight: bold;
	}
		

	nav a#pull {
		display: none;
	}	

	nav a:link {color: #DFDFDF; background: #3C3B3B; font: 1.3em/1.1em; font-weight: bold; text-decoration: none; display: block; background-image: none;}
	nav a:visited {color: #DFDFDF; font: 1.3em/1.1em; font-weight: bold; text-decoration: none; display: block;}
	nav a:hover {color: #FFFFFF; background: #4A4949; font: 1.3em/1.1em; font-weight: bold; text-decoration: underline; display: block; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	}
	nav a:active { color: #DFDFDF; font: 1.3em/1.1em; font-weight: bold; text-decoration: none; display: block;}




	/* Main (Hero) Image ---------------------------------------------------------------- */

	
	.mainImage {
		width: 100%;
		min-height: 100px;
		background: #313030; 
		margin-top: -1px; padding: 0px;
		}

	.mainImage .mainImageContainer {
		position: relative;
		display: block;
		width: 100%;
		background-color: #313030;
		}
		
	.mainImageContainer img {
		display: block;
		width: 100%;
		}

	/* The image to use instead of some media types - disabled default, enabled for printing */ 
	.altImage {
		display: none;
		}
			
			
	/* Home Page Hero Image */
				
	.mainImageTitle {
		position: absolute;
		display: block;
		bottom: -1px;
		right: 5%;
		padding: 8px 12px 12px 12px;
		color: #DFDFDF;
		font-size: 1em;
		background: #3C3B3B;
		z-index: 101;
	}
	
	.Tri {
		width: 0px;
		height: 0px;
		margin-right: 14px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 10px solid #93DCF5;
		float: left;
		padding-top: 3px;
	}

	
	.homePageMainImg {position: relative; width: 100%; height: auto;}

	.homePageMainImg img {width: 100%; height: 600px; object-fit: cover;}


	/* Title ---------------------------------------------------------------- */

	.mainTitle_Wrapper {
		width: 100%;
		background: #3C3B3B;
		display: flex;
		align-items: center;
		justify-content: left;
		}
		
	.mainTitle {
		width: 100%; 
		display: flex;
		align-items: center;
		justify-content: left;
		padding: 20px 30px 25px 30px;
		}
		
	.mainTitleRestricted {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: left;
		padding: 20px 30px 25px 30px;
		}	
		
	.mainTitle h1 {
		font: 2.5em/1.2em 'AbelRegular', sans-serif;
		color: #B3B3B3;
		}
		
	.mainTitleH1 {
		font: 1em/1.2em 'AbelRegular', sans-serif;
		color: #FFFFFF; 
		font-weight: bold;
		}
	
	.mainTitleRestricted h1 {
		font: 2.5em/1.2em 'AbelRegular', sans-serif;
		color: #B3B3B3; padding-left: 60px;
		background-image: url('gfx/padlock.png'); background-repeat: no-repeat; background-size: 60px 60px; background-position-x: -12px; background-position-y: -8px; 
		}
	
	
	

	/* Content ---------------------------------------------------------------- */

	
	.content {
		width: 100%; 
		min-height: 100px; 
		display: flex; 
		justify-content: space-evenly;  
		background: #313030;
		border-top: 1px solid #4A4949; border-bottom: 1px solid #4A4949;
		padding-bottom: 0px;
		}

	.content ._Super {
		font-weight: bold;
		color: #FFFFFF;
		}
		
	.contentL_Wrapper {
		width: 68%;
		background: #313030;
		}
		
	.contentL_Wrapper2 {
		width: 60%;
		background: #313030;
		}
		
	.contentL {
		padding: 10px 30px 30px 30px;
		font: 1.3em/1.5em 'AbelRegular', sans-serif; 
		}

	.contentL2 {
		padding: 10px 30px 30px 30px;
		font: 1.3em/1.5em 'AbelRegular', sans-serif; 
		}

	.contentL h2 {
		padding: 12px 0 12px 0;
		}

	.contentL2 h2 {
		padding: 12px 0 12px 0;
		}
		
	.contentL p {
		padding: 10px 0 22px 0;
		}

	.contentL2 p {
		padding: 8px 0 8px 0;
		}
		
	/*
	.contentL h2 {
		margin: 50px 0 0 0;
		padding: 0 0 0 0;
		}	
	*/		
	
	.contentL p:last-of-type {
		padding: 0;
		}		
		
	.contentR_Wrapper {
		width: 32%;
		background: #313030;
		border-left: 1px solid #4A4949;
		}

	.contentR_Wrapper2 {
		width: 40%;
		background: #313030;
		border-left: 1px solid #4A4949;
		}
		
	.contentR {
		padding: 10px 30px 30px 30px;
		text-align: left;
		font: 1.3em/1.4em 'AbelRegular', sans-serif; 
		}			

	.contentR h1 {
		padding: 20px 0 15px 0;
		}

	.contentR h2 {
		padding: 20px 0 15px 0;
		font: 1.2em/1.4em 'AbelRegular', sans-serif; 
		}
		
	.contentR h3 {
		padding: 10px 0 15px 0;
		font: 1.2em/1.4em 'AbelRegular', sans-serif; 
		}
		
	.contentR p {
		padding: 10px 0 15px 0;
		}
		
	.contentR p:last-of-type {
		padding-bottom: 20px;
		}




	.contentRItem {
		background: #424242;
		background-image: linear-gradient(to top, #424242, #515151);
		margin: 10px 0 20px 0;
		border-radius: 14px;
		-moz-box-shadow: 0px 0px 10px 0px #1F1F1F;
		-webkit-box-shadow: 0px 0px 10px 0px #1F1F1F;
		box-shadow: 0px 0px 10px 0px #1F1F1F;
	}
	    
	.contentRItem_REF {
		font: 1em/1.4em 'AbelRegular', sans-serif; 
		color: #FFFFFF;
		padding: 30px;
		}
		
	.contentRItem_REF blockquote::before,.contentRItem_REF blockquote::after {
		font-family: Georgia, serif;
		font-size: 80px;
		color: #B3B3B3;
	}

	.contentRItem_REF blockquote::before {
		position: relative; float: left;
		content: "\201C";
		margin: 22px 0 0 0;
		position: relative;
		top: 0px; left: -10px;
	}
		
	
	.contentRItem_REF blockquote::after {
		position: relative; float: right;
		content: "\201D";
		margin: 0 0 0 0;
		position: relative;
		bottom: -26px; right: 0;
	}
	
	.contentRItem_REFn {
		font: 0.9em/1.4em 'AbelRegular', sans-serif; 
		margin: -20px 0 0 0; padding: 0 20px 20px 30px;
		}
		

	
	@font-face {
		font-family: 'AbelRegular';
		src: url('abel_font/abel-regular-webfont.eot');
		src: url('abel_font/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('abel_font/abel-regular-webfont.woff') format('woff'),
		url('abel_font/abel-regular-webfont.ttf') format('truetype'),
		url('abel_font/abel-regular-webfont.svg#AbelRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}


	.clear {
		clear: both; text-align: right; font: 1.2em/1.4em 'AbelRegular', sans-serif;
		margin: 10px 20px 10px 20px;
	}
	
	.content .clear {
		clear: both;
	}	
	
	.alt {
		color: #9DB39D;
	}	
	
	

	/* Content Home Page (3x column) ---------------------------------------------------------------- */
	
	.contentHP_Wrapper {
		width: 36%;
		background: #313030; 
		}
		
	.contentHP_Wrapper:last-of-type {width: 28%; border-left: 1px solid #4A4949;}	
		
	.contentHP {background: #313030;}
	.contentHP {padding: 20px 10px 20px 30px; font: 1.3em/1.4em 'AbelRegular', sans-serif;}
	.contentHP h1,p {padding: 10px 0 22px 0;}
	.contentHP h2 {margin: 50px 0 0 0; padding: 0 0 0 0;}		
	.contentHP p:last-of-type {padding: 0 0 20px 0;}		

	
	/* Testimonials ---------------------------------------------------------------- */
	
	.testimonial {
		display: flex; 
		justify-content: space-evenly; 
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0 auto;
		background: #4A4949;
		clear: both; 
	}	
		
	.tWrapper {
		display: flex; 
		justify-content: space-evenly; 
		width: 100%;
		padding: 30px;
	}

	.tLogo {
		width: 20%;	display: flex; align-content: center; justify-content: space-evenly; 
	}
	
	.tLogo img {
		width: 90%; height: auto; object-fit: contain;
	}


	.tText {
		width: 100%;
	}

	.tText p {
		color: #FFFFFF;
		font-size: 1.2em;
		line-height: 1.5em;
	}

	.tText a { padding: 0px; color: #FFFFFF; }

	.tText a:link {  text-decoration: underline; font-weight:normal;}
	.tText a:visited {  text-decoration: underline; font-weight:normal; }
	.tText a:hover {  text-decoration: underline; font-weight:normal; color: #AAACAB; }
	.tText a:active { text-decoration: underline; font-weight:normal;}	

	.tRef {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.tRef p {
		color: #919191; 
		font-size: 1.2em;
		line-height: 1.5em;
		text-align: right;
	}


	/* Message ---------------------------------------------------------------- */

	.msg {
		background-image: url('gfx/padlock.png'); 
		background-repeat: no-repeat; 
		background-position: left -20px top 0px;
		padding: 4px 20px 4px 50px; border: none;
		margin-top: 20px;		
	}
		
	.msg p {
		line-height: 1.3;
		font-weight: bold;
		font-size: 1.1em;
		color: #93dcf5;
	}	


	/* Auxilliary Media ---------------------------------------------------------------- */

	.AuxMedia {
		margin: 10px 0 0 -14px; padding: 0px;
		background: #4A4949;
	}

	.AuxMedia_item {
		float: left;
		position: relative;
		width: 20%;
		text-align: center;
	}
	
	.AuxMedia_itemwrapper {
		padding: 6px;
		
	}

	.AuxMedia_itemwrapper .AuxMedia_itemImage {
		margin: 0;
		padding: 8px;
	}

	.AuxMedia_itemwrapper .AuxMedia_itemImage img {	
		width: 100%;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}
	
	.AuxMedia_itemwrapper:hover img {	
		opacity: 1;
		filter: saturate(0%) opacity(40%);
		-webkit-filter: saturate(0%) opacity(40%);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.AuxMedia_itemwrapper .AuxMedia_itemTitle {
		overflow: hidden;
		background-color: #767575;
		color: #FFFFFF;
		position: absolute;
		bottom: 22%;
		left: 6px;
		margin: 0 0 0 0px;
		z-index: 100;
		padding: 4px 6px 3px 6px;
		font: 0.8em/1.2em 'AbelRegular', sans-serif;
		text-transform: uppercase;
		text-align: left;
		white-space: nowrap;
		opacity: 0;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		transition: all 1s ease-out;
		/* box-shadow: 2px 2px rgba(0, 0, 0, 0.6); */
	}

	.AuxMedia_itemwrapper:hover .AuxMedia_itemTitle {
		opacity: 1;
		-webkit-transition: all 0.35s ease-out;
		-moz-transition: all 0.35s ease-out;
		-o-transition: all 0.35s ease-out;
		-ms-transition: all 0.35s ease-out;
		transition: all 0.35s ease-out;
	}

	

	/* Gallery ---------------------------------------------------------------- */

	
	.galleryWrapper {
		width: 100%; 
		background: #313030;
		display: block;
		clear: both;
		}

	.galleryWrapperAux {
		width: 100%; 
		background: #3C3B3B;
		display: block;
		clear: both;
		}

	.gallery {
		margin: 0; padding: 15px;
		}
		
	.gallery h1 {
		font: 1.8em/1.4em 'AbelRegular', sans-serif;
		color: #767575;
		margin: 0px 10px 10px 10px;
		}
				
	.gallery h1 ._Super {
		font-weight: bold;
		color: #b3b3b3;
	}
	
	.gallery .galleryTitleRestricted {
		font: 2.5em/1.4em 'AbelRegular', sans-serif;
		padding-left: 60px;
		background-image: url('gfx/padlock.png'); background-repeat: no-repeat; background-size: 60px 60px; background-position-x: -12px; background-position-y: -4px; 
		}
	
	.gallery .galleryTitleRestricted ._Super {
		font-weight: bold;
		color: #FFFFFF;
	}
	
	.gallery .clear {
		clear: both;
	}
		

	.item {
		float: left;
		position: relative;
		width: 20%;
		text-align: center;
	}

	.itemWrapper {
		padding: 6px;
		
	}

	.itemWrapper .itemImage {
		margin: 0;
		padding: 8px;
	}

	.itemWrapper .itemImage img {	
		width: 100%;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}

	.itemWrapper .imagebh {
		margin: 0;
		padding: 8px;
	}

	.itemWrapper .imagebh img {	
		width: 100%;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}

	.itemWrapper:hover img {	
		opacity: 1;
		filter: saturate(20%) opacity(60%);
		-webkit-filter: saturate(20%) opacity(60%);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		box-shadow: 4px 4px 10px 4px #161616;
	}

	.itemWrapper .itemTitle {
		overflow: hidden;
		background-color: #767575;
		color: #FFFFFF;
		position: absolute;
		bottom: 15%;
		left: 6px;
		margin: 0 0 0 0px;
		z-index: 100;
		padding: 6px 6px 6px 6px;
		font: 1em/1.2em 'AbelRegular', sans-serif;
		text-transform: uppercase;
		text-align: left;
		white-space: nowrap;
		opacity: 0;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		transition: all 1s ease-out;
		/* box-shadow: 2px 2px rgba(0, 0, 0, 0.6); */
		/* transform: skew(-7deg); */
	}

	.itemWrapper:hover .itemTitle {
		opacity: 1;
		-webkit-transition: all 0.35s ease-out;
		-moz-transition: all 0.35s ease-out;
		-o-transition: all 0.35s ease-out;
		-ms-transition: all 0.35s ease-out;
		transition: all 0.35s ease-out;
	}


	.itemWrapper .imagebh:after {
		content: url('gfx/behance_60x60.png');
		position: absolute;
		top: 14px;
		right: 14px;
		width: 60px;
		height: 60px;
	}		
		

	/* Footer ---------------------------------------------------------------- */

	.footer {
		width: 100%;
		height: 80px; 
		background: #313030; 
		display: flex;
		align-items: center;
		margin: 0; padding: 0;
		border-top: 1px solid #4A4949;
		}
		
	.footer_wrapper {
		width: 100%;
		padding: 30px;
		display: flex;
		align-items: top;
		}
		
		
	/* Footer Left */	
	
	.footerL {
		width: 35%;
	}

	.footerL p {
		font: 1.2em/1.1em 'AbelRegular', sans-serif; 
		font-weight: bold;
		color: #CCCCCC;		
		margin: 0; padding: 0;
	}



	/* Footer Right */	
	
	.footerR {
		float: left;
		top: 0px; right: 0px;
		width: 65%;
		white-space: nowrap;
	}

	.footerR p {
		font: 1.1em/1.1em 'AbelRegular', sans-serif; 
		font-weight: normal;
		color: #CCCCCC;		
		margin: 0; padding: 0;
		text-align: right;
	}
	
	.footerR ul {
		float: right;
		height: auto;
	}

	.footerR li {
		list-style:none; 
		float: left;
		position: relative;
	}

	.footerR a {
		display: block;
		padding: 0 0 0 1px;
		text-align: center;
		font-size: 1em;
	}

	.footerR li:last-child a {
		border-right: 0;
	}

	.footerR a:link {  color: #767575; text-decoration: underline; font-weight:normal; display: block;}
	.footerR a:visited {  color: #767575; text-decoration: underline; font-weight:normal; display: block;}
	.footerR a:hover {  color: #767575; text-decoration: underline; font-weight:normal; display: block; color: #AAACAB; }
	.footerR a:active {  color: #767575; text-decoration: underline; font-weight:normal; display: block;}	
	
	
	
	

	/* Comparison Slider ---------------------------------------------------------------- */

	@import "lesshat";

	.ba-slider {
		position: relative;
		overflow: hidden;
	}
	 
	.ba-slider img {
		width: 100%;
		display:block;
	}
	 
	.resize {
		position: absolute;
		top:0;
		left: 0;
		height: 100%;
		width: 50%;
		overflow: hidden;
	}


	.handle { /* Thin line seperator */
	  position:absolute; 
	  left:50%;
	  top:0;
	  bottom:0;
	  width:2px;
	  margin-left:-2px;
	 
	  background: rgba(0,0,0,1);
	  cursor: ew-resize;
	}
	 
	.handle:after {  /* Big orange knob  */
		position: absolute;
		top: 50%;
		width: 64px;
		height: 64px;
		margin: -32px 0 0 -32px;
	 
		content:'\21FF';
		color:white;
		font-weight:normal;
		font-size:30px;
		text-align:center;
		line-height:60px;
	 
		background: #333333; 
		border:2px solid #000000; 
		border-radius: 50%;
		transition:all 0.2s ease;
		box-shadow: 0 2px 6px rgba(0,0,0,.3), inset 0 2px 0 rgba(255,255,255,.5), inset 0 60px 50px -30px #666666;
 
	}

	.draggable:after {
		width: 32px;
		height: 32px;
		margin: -17px 0 0 -17px;
		line-height:35px;
		font-size:30px;
		content:'-';
	}

	.sliderlabel {
		
	}
	
	
	
	
	/* Form */

	form { 
		font: 1.2em/1.4em 'AbelRegular', sans-serif; 
		padding-left: 20px;
	}
	
	form .error { 
		display: none;
		color:red;
		font-weight: bold;
		margin: 20px 0 20px 20px;
	}

	form .error p { 
		background-color: #CC0000; 
		color: #FFFFFF;
		font-size: 0.8em;
		display: inline;
		padding: 6px;
	}


	form .input { 
		margin: 10px 0 10px 0;
		font: 1.2em/1.4em 'AbelRegular', sans-serif; 
	}

	form .inputgroup { 
		background-color: #4D4D4D;
		padding: 20px;
		border: 1px solid #767575;
		margin-bottom: 12px;
		border-radius: 8px;
		-moz-border-radius: 8px; 
	}

	form .radio { 
		margin-right: 12px;
		
	}

	form .inputRadio { 
		margin: 0;
		display: inline-block; 

	}


	form label { 
		display: block;
		padding: 6px 0 6px 0;
		color: #FFFFFF;
	}

	form label.heading { 
		font: 1.2em/1.4em 'AbelRegular', sans-serif; 
		font-weight: bold;
	}

	form .field { 
		border: 2px solid #767575;
		background: #C0C0C0;
		font: 0.8em/1.4em 'AbelRegular', sans-serif;
		color: #313030;
		border-radius: 8px;
		-moz-border-radius: 8px; 
		padding: 4px 8px 4px 8px;
	 }
	 
	 form .button { 
		border: 2px solid #717171;
		color: #7F7F7F;
		background-image: linear-gradient(#494949, #1F1F1F);
		border-radius: 8px;
		-moz-border-radius: 8px; 
		margin-top: 30px; padding: 24px 48px 24px 48px;
		font: 1.2em/1.4em 'AbelRegular', sans-serif; font-weight: bold;
		cursor:pointer;
	 }
	 
	form .button:hover {border: 2px solid #93DCF5; color: #93DCF5;

	}

	form .charcount { 
		font-weight: bold;
		font-size: 0.8em;
		margin: 0; padding; 0;
	}

	form .dataPrivacy { 
		display: none;
		font-size: 0.8em;
		padding: 20px 20px 0 20px;
		border: 1px solid #767575;
		border-radius: 8px;
		-moz-border-radius: 8px; 
	}

	form .captcha { 
		padding: 12px; 
		border: 1px solid #767575; 
		width: 200px;
		border-radius: 8px;
		-moz-border-radius: 8px; 
	}
	
	

	
	/* Media handling and formatting */ 
	

	.sketchfab_embed_wrapper {
		width: 100%;
		}

	.sketchfab_iframe {
		width: 100%; aspect-ratio: 16 / 9;
		}

	.VimeoPlayer {
		padding:56.25% 0 0 0; position:relative;
		}
		
	.VimeoPlayerIFrame {
		position: absolute; top:0; left:0; width:100%; height:100%;
		}
	
	.YouTubePlayer {
		padding:56.25% 0 0 0; position:relative;
		}
	
	.YouTubePlayerIFrame {
		position:absolute;top:0;left:0;width:100%;height:100%;
		}

	.MPEG4 {
		width: 100%;
		margin: 0px;
		}

	.MPEG4 video {
		width: 100%;
		display: block;
		margin: 0px; padding: 0px;
		}	
		
	

	
