 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}




@font-face {
	font-family: SkyRegular;
	src: url("/fonts/sky-regular.woff") format("woff"),url("/fonts/sky-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: SkyMedium;
	src: url("/fonts/sky-medium.woff") format("woff"),url("/fonts/sky-medium.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}






:root {
	--device-width: 770px;
	--device-height: 1336px;
	--ui-width: 640px;
	font-size: 15px;
}

@media screen and (max-width:600px) {
	
	:root {
		--device-width: 300px;
		--device-height: 521px;
		--ui-width: 249px
	}
	
}

* {
	box-sizing: border-box
}

body {
	color: black;
	background-color: #fff;
	margin: 0;
	min-height: 100vh;
	font-family: SkyRegular, Helvetica;
	padding: 0
}

#site-header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 54px;
	line-height: 54px;
	/*background: rgba(30,32,34, .7);*/
	background: rgba(0,0,0, 1);
}

img {
	width: 100%
}

.hero-media {
	width: 100%;
}

.container {
	padding: 0 20px
}

@media screen and (min-width:601px) {
	.container {
		padding: 0 12%
	}
}

#site-header .header {
	display: flex;
	justify-content: space-between
}

#site-header .side {
	flex: 0 0 10%
}

#menu-toggle {
	display: inline-block;
	margin-top: 12px
}

#menu-toggle img {
	width: 32px
}

#site-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	background: #171819;
	transform: translateX(-100%);
	transition: transform .3s
}

#site-nav.active {
	transform: translateX(0);
	transition: transform .3s
}

#site-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#site-nav ul li {
	margin: 0;
	padding: 0;
	display: block
}

#site-nav ul li a {
	display: block;
	color: #eee;
	margin: 0;
	padding: 15px 18px 15px 30px;
	font-size: 1.1rem;
	border-bottom: 1px solid #555
}

#site-nav ul li a:hover {
	color: white;
	background: rgba(255,255,255, .08)
}

#site-nav ul li.multi {
	font-size: 1.1rem;
	padding: 15px 18px 0 30px;
	border-bottom: 1px solid #555
}

#site-nav ul li.multi a {
	color: yellow;
	margin-left: -30px;
	margin-right: -15px;
	border-bottom: none;
}

#site-logo {
	width: auto;
	height: 24px;
	vertical-align: middle
}

#site-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

#site-nav li {
	display: inline-block;
	margin: 0;
	padding: 0
}

#site-nav li a {
	display: block;
	font-size: 13px;
	color: rgba(255,255,255, .7);
	text-decoration: none;
	padding: 0 15px
}

#site-nav li a:hover {
	color: white;
	background: rgba(255,255,255, .07)
}

h1 {
	font-family: SkyMedium, Helvetica;
	font-size: 4.5rem;
	margin: 0 0 0 0
}

h2 {
	font-family: SkyMedium, Helvetica;
	color: #6e6e73;
	text-align: center;
	font-size: 4.5rem;
	margin: 8rem 0;
}

h2 p {
	font-family: SkyMedium, Helvetica;
	margin: 0;
	color: #000;
}

#main-heading {
	margin-top: 25vh;
	color: #4B8FE2;
}

#main-heading .sub-heading {
	color: #0e1d6d;
}

h3 {
	font-family: SkyMedium, Helvetica;
	font-size: 3.8rem;
	line-height: 1.1;
	margin: 0 0 0px 0
}

h4 {
	font-family: SkyMedium, Helvetica;
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 70px 0 25px 0
}
h5 {
	font-family: SkyMedium, Helvetica;
	font-size: 1.4rem;
	line-height: 1.2;
	margin: 0 0 8px 0
}

.bold {
	font-family: SkyMedium, Helvetica;
}

@media screen and (max-width:600px) {
	
	h1 {
		font-size: 2.4rem
	}
	
	h2 {
		font-size: 2.4rem
	}
	
	h3 {
		font-size: 2.0rem
	}
	
}

.lead {
	font-size: 1.8rem;
	margin-top: 5px;
}

#iphone {
	position: relative;
	margin: auto;
	width: var(--device-width);
	height: var(--device-height);
}

#hardware {
	width: 100%;
	height: 100%;
	background-image: url('/img/homev2/iphone12-5g_on_phone.jpg');
	background-size: var(--device-width) var(--device-height);
	
	mask-image: url('/img/homev2/iphone12-5g_on_phone_mask.png');
	-webkit-mask-image: url('/img/homev2/iphone12-5g_on_phone_mask.png');
	
	mask-size: var(--device-width) var(--device-height);
	-webkit-mask-size: var(--device-width) var(--device-height);
}

#ui {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#ui .top-ui {
	display: block;
	width: var(--ui-width);
	height: auto;
	margin: 70px auto 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #222;
}

#ui ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	--progress: 0;
}

#ui ul li img {
	display: block;
	width: var(--ui-width);
	height: auto;
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
	transform: scale(calc(1.8 - (0.8 * var(--progress))))
	translateY(calc(-60px * (1 - var(--progress))));
	opacity: var(--progress);
}

.padded {
	padding: 180px 0 200px 0
}

.padded-sides {
	padding: 0 20%;
}

main {
	position: relative;
	width: 100%
}

p {
	color: #aaa;
	letter-spacing: .5px;
}

.hero p {
	color: black;
}

.info-text {
	font-size: 1.2em;
	color: #aaa;
	letter-spacing: .5px;
	line-height: 1.4;
	padding: 0 20px;
	text-align: left;
	margin-left: 10%;
		margin-right: 10%
}

@media screen and (max-width:600px) {
	.info-text {
		margin-bottom: 40px;
		margin-left: 0;
		margin-right: 0
	}
}

.info-text span {
	color: white;
}

.learn-more {
	font-size: 1.3em;
	color: #4575ef;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
	text-align: center
}

.learn-more:hover {
	text-decoration: underline
}

#scroller {
	padding: 100px 0 150px 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	text-align: left
}

.scroll {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
	animation-name: scroll-anim;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	/* animation-direction: alternate */
}

.scroll li {
	display: inline-block;
	width: 280px;
	margin: 10px 10px
}

.scroll li img {
	width: 100%;
	border-radius: 12px
}

@media screen and (max-width:600px) {
	.scroll li {
		width: 180px
	}
}

.scroll.speed-1 {
	animation-duration: 100s
}

.scroll.speed-2 {
	animation-duration: 80s
}

@keyframes scroll-anim {
	from { transform: translateX(0) }
	to { transform: translateX(-300%) }
}

.features {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 0
}

.features .feature {
	flex: 0 0 100%
}

@media screen and (min-width:601px) {
	.features {
		flex-direction: row
	}
	
	.features .feature {
		flex: 0 1 28%
	}
}

.features .feature img {
	width: 100%
}

#faq {
	background: white;
	color: black;
	min-height: 100vh;
	padding: 60px 0;
	margin-top: 54px
}

.expander-list {
	margin: 2rem 0 0 0;
	padding: 0;
	list-style: none
}

.expander-list .expander-item {
	margin: 0;
	padding: 0;
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0,0,0, .1)
}

.expander-list .expander-item .expander-title {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
	display: block;
	cursor: pointer;
	padding: 10px 0
}

.expander-list .expander-item .icon {
   float: right;
   width: auto;
   height: .9em;
   margin-left: 10px;
   vertical-align: middle
}

.expander-list .expander-item .expander-title:hover {
	color: #4b75e8
}

.expander-list .expander-item .expander-body {
	font-size: 1.2rem;
	line-height: 1.4;
	display: none
}

.expander-list .expander-item .expander-body p {
	margin-top: 0
}

#online-events {
	padding: 180px 0 40px 0
}

.relative {
	position: relative
}

#tech {
	padding: 100px 0;
}

#tech.not-xs {
	height: 1890px
}

#tech-height {
	position: -webkit-sticky;
	position: sticky;
	top: 100px
}

#tech-under {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 60px 0 0 0;
	text-align: center;
	opacity: 0
}

#tech-under .flex-col {
	padding: 0 20px;
	font-size: 1.1rem;
	line-height: 1.35;
	color: #bbb
}

#tech-under .flex-col strong {
	color: white
}

.slick {
	margin-top: 90px;
	margin-bottom: 100px;
}

.slick div {
	text-align: center;
}

.slick div p {
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 600;
	color: #aaa;
	padding: 0 15px
}

@media screen and (max-width:600px) {
	.slick div p {
		font-size: 1.1rem;
		line-height: 1.3;
		font-weight: normal
	}
}

.slick div p span {
	display: block;
	margin-top: 20px;
	color: #4B8FE2;
}

.yellow {
	color: #4B8FE2;
}

.text-navy {
	color: #0e1d6d !important;
}

.slick-arrow {
	position: absolute;
	z-index: 8;
	top: 20%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(255,255,255, .25);
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: black;
	font-size: 35px
}

.slick-prev {
	left: 30px
}

.slick-next {
	right: 30px
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;
	bottom: -50px
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px
}

.slick-dots button {
	color: transparent;
	background: rgba(255,255,255, .35);
	border: none;
	width: 15px;
	height: 15px;
	border-radius: 50%
}

.slick-dots .slick-active  button {
	background: rgba(255,255,255, .7)
}

@media screen and (min-width:601px) {
	.slick div p {
		margin: 0 18%
	}
}

.video-container {
	height: 30vw;
	background: #ccc;
	position: relative
}

.video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.video-container .video-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: black;
	z-index: 5;
	padding: 11vw 0 0 0
}

.equal-btn {
	min-width: 150px
}

#about {
	padding: 150px 0 50px 0
}

#about-team {
	background: white;
	color: black;
	padding: 80px 0
}

#event-options {
	padding: 0 0 100px 0
}

#event-options p {
	font-size: 1rem;
	line-height: 1.35;
	color: #bbb
}

#implementation {
	margin: 80px 0 180px 0
}

.card {
	background: #222;
	padding: 25px 18px;
	border-radius: 20px;
	text-align: center;
	min-height: 435px
}

.card .card-title {
	font-size: 1.15rem;
	margin: 0 0 30px 0
}

.card img {
	width: auto;
	height: 40px;
	filter: brightness(4);
}

.card .card-text {
	margin-top: 50px;
	text-align: center;
	font-size: .9rem
}

#contact {
	background-color: #ff004f;
	background-color: white;
	background-color: #4B8FE2;
	color: black;
	color: white;
	padding: 150px 0
}

.input-field {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
}

.input {
	flex: 1 1 100%;
	border: none;
	border-bottom: 2px solid white;
	background: transparent;
	padding: 15px 0;
	color: white;
	font-size: 16px
}

.input-field.field-2 .input {
	flex: 0 1 48%;
	min-width: 0
}

::placeholder {
	color: rgba(255,255,255, .6)
}

#contact .input {
	border-bottom-color: black;
	border-bottom-color: white;
	color: black;
	color: white;
}

#contact ::placeholder {
	color: rgba(0,0,0, .6);
	color: rgba(255,255,255, .6);
}

.form-btn {
	text-decoration: none;
	border: 1px solid white;
	color: white;
	background: transparent;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1;
	padding: 15px 50px;
	border-radius: 5px
}

#contact .form-btn {
	border-color: black;
	border-color: white;
	color: black;
	color: white;
}

#contact .social-icons img {
	filter: invert(1);
	filter: none;
}

.form-btn.green {
	background: #1baf15;
	border: none
}

.form-btn:hover {
	background: rgba(255,255,255, .15)
}

.social-icons {
	text-align: center;
	margin: 50px 0 0 0
}

.social-icons img {
	width: 40px;
	fill: white;
	margin: 0 15px;
}

.text-block {
	margin: 50px 0;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: left
}

.text-block img {
	width: 55%;
	border-radius: 12px;
	margin: 30px 0 30px 0
}

.text-block p {
	margin: 1em 0 1.5em 0
}

@media screen and (min-width:601px) {
	
	#contact-form {
		padding: 0 15%
	}
	
	.text-block {
		margin-left: 10%;
		margin-right: 10%
	}
	
}

#call-us {
	padding: 70px 0 100px 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(64,39,64,1) 100%);
}

#contact-map {
	filter: invert(90%)
}

#site-footer {
	padding: 50px 0
}

#site-footer p {
	font-size: 1rem;
	color: #999;
	line-height: 1.5
}

#site-footer p a {
	color: inherit;
	text-decoration: none
}

#site-footer p a:hover {
	color: black;
	text-decoration: underline
}

.footer-social-icon {
	width: auto;
	height: 1em;
	fill: white;
	margin-right: 1em;
	filter: invert(1);
}

.padded {
	padding: 50px 0
}





#online-auctions {
	padding: 150px 0 50px 0
}

.online-auctions-mobile {
	padding: 50px 40%
}

.online-auctions-tablet {
	padding: 50px 20%
}




.darth-fader {
	position: relative
}

.darth-fader .fader {
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	left: 0;
	width: 100%
}

.darth-fader .fader .page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0
}

.darth-fader .fader .page:first-child {
	opacity: 1
}

#mobile-intro {
	padding: 140px 0;
	text-align: center
}

#mobile-intro {
	
}

.rel {
	position: relative
}

#mobile-intro .mob {
	position: absolute;
	width: 35%;
	transition: transform 1.5s
}

#mobile-intro .mob.front-center {
	position: relative;
	z-index: 10
}

#mobile-intro .mob.back-left {
	z-index: 1;
	transform: scale(.7)
}

#mobile-intro .mob.front-left {
	z-index: 2;
	transform: scale(.88)
}

#mobile-intro .mob.back-right {
	z-index: 1;
	transform: scale(.7)
}

#mobile-intro .mob.front-right {
	z-index: 2;
	transform: scale(.88)
}

#mobile-intro.animate .mob.back-left { transform: scale(.7) translateX(-154%) }
#mobile-intro.animate .mob.front-left { transform: scale(.88) translateX(-65%) }
#mobile-intro.animate .mob.back-right { transform: scale(.7) translateX(154%) }
#mobile-intro.animate .mob.front-right { transform: scale(.88) translateX(65%) }





.vid {
	position: relative;
	padding: 70px 0 50px 0;
	/*height: 200vh*/
}

.vid .video-container {
	position: relative;
	z-index: 1;
	height: 100vh;
	/*position: -webkit-sticky;
	position: sticky;
	top: 0px*/
}

.vid .fade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
}

.vid .fade-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
	transform: translateY(100%)
}

.vid .fade-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 7%, rgba(0,0,0,0) 22%)
}




.space {
	height: 100px
}





#hue {
  background: url("/img/homev2/marvel.jpg"), linear-gradient(233deg, #e56420, #c22525, #3d9c31, #37bbde);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-blend-mode: hard-light;
  -webkit-animation: hue-rotate 3s linear infinite;
          animation: hue-rotate 3s linear infinite;
  text-align: center;
  padding-top: 40vh
}

@-webkit-keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}





.movie-poster {
	background: linear-gradient(to bottom, #f6f7fc 0%, #d5e1e8 40%);
	transform-style: preserve-3d;
	transform: perspective(800px);
}

.poster {
  width: 320px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -160px;
  border-radius: 5px;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.poster .shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 100;
}
.poster div[class*=layer-] {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: 0.1s;
}
.poster .layer-1 {
  background-image: url("/img/homev2/poster.jpeg");
}
.poster .layer-2 {
  background-image: url("/img/homev2/poster.jpeg");
}
.poster .layer-3 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/img/homev2/poster.jpeg");
}
.poster .layer-4 {
  background-image: url("/img/homev2/poster.jpeg");
}
.poster .layer-5 {
  background-image: url("/img/homev2/poster.jpeg");
}






#carbon-neutral-text {
	padding: 42vh 0 20vh 0;
	text-align: center;
	position: relative;
	z-index: 20
}

#carbon-neutral-text h2 {
	margin: 0;
	color: #000000;
	transition: color 4s
}

#carbon-neutral-text h2.green {
	color: #13bc42;
	transition: color 4s
}

#carbon-neutral .container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

#canv {
  z-index:8;
  position:relative;
  top:54px;
  left:0;
  bottom:0;
  right:0;
  background: linear-gradient(#B7B0E3, #FFD3D6);  
  margin-bottom: 80px
}


@keyframes anim {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.c1, .c2 {
  width: 800px;
  height: 700px;
  position: absolute;
  background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/131045/clouds.png") 0 0 no-repeat;
  background-size: 100%;
  z-index:999;
}
.c1.one, .c2.one {
  top: -260px;
  left: 0px;
}
.c1.two, .c2.two {
  top: -200px;
  left: 100px;
}
.c1.three, .c2.three {
  top: -240px;
  right: 100px;
}
.c1.four, .c22.four {
  top: -180px;
  right: 0px;
}

.c2 .one {
  top: -209px;
}
@media (max-width: 1023px) {
  .c2.one {left: -80px;}
  .c2.two {left: -120px;}
  .c2.three {right: 220px;}
  .c2.four {right: 220px;}
}

.c1 {
  animation: anime 1000s linear infinite forwards;
}

.c2 {
  transform: translateX(200%);
  animation: anim 1000s linear infinite forwards;
}

.sky {
	overflow: hidden
}









.side-comparison {
	display: flex;
	margin-left: 10%;
	margin-right: 10%;
}

@media screen and (max-width: 600px) {
	.side-comparison {
		font-size: .8em;
		margin-left: 0;
		margin-right: 0;
	}
	.side-comparison h4 {
		font-size: 1.2em;
		white-space: nowrap;
	}
}

.side-comparison .main-col {
	flex: 2 0 50%;
	text-align: left;
}

.side-comparison .col {
	flex: 1 1 25%;
	justify-content: center;
	text-align: center;
}

.side-comparison .col li {
	color: #15c015;
}

.side-comparison .list {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}

.side-comparison .list li {
	margin: 0;
	padding: 5px 0;
	font-size: inherit;
}


.green {
	color: green;
}






.full-img {
	width: 100%
}

.flex-row {
	margin: 0 -10px
}

.flex {
	display: flex
}

.flex-col {
	flex: 1 1 auto
}

.flex-row .flex-col {
	padding-left: 10px;
	padding-right: 10px
}

.col-80 {
	flex-basis: 80%
}

.col-75 {
	flex-basis: 75%
}

.col-50 {
	flex-basis: 50%
}

.col-25 {
	flex-basis: 25%
}

.col-20 {
	flex-basis: 20%
}

@media screen and (max-width:600px) {
	.flex {
		flex-direction: column
	}
}


.text-center {
	text-align: center
}

.text-right {
	text-align: right;
}

@media screen and (max-width: 600px) {
	.not-xs {
		display: none !important;
	}
}

@media screen and (min-width: 601px) {
	.only-xs {
		display: none !important;
	}
}