/**{
	-moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}*/

html {
  scroll-behavior: smooth;
}

body{
	overflow-x: hidden;
	/*font-family: 'Open Sans', sans-serif;*/
	
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1rem;
}

button:focus {
    outline: none!important;
}


.menu-wrapper {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

#prim-nav #logo-event{
	text-align: left;
	visibility: display;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 24px;
  height: 3px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(15px);
  background: #fff;
  transition: all 0ms 300ms;
  opacity: .5;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


.white-bkg{
	background-color: #ffffff!important;
}

.black-bkg{
	background-color: #212529!important;
	/*background-color: #2d2d2d!important;*/
	/*background-color: #05b3be!important;*/
}

.red-bkg{
	background-color: #E30613!important;
}

.white-txt{
	color: #ffffff!important;
}

.black-txt, p, h1, h2, h3, h4, h5, h6{
	color: #212529!important;	
}

.blue-bkg{
	background-color: #00A0E0!important;
}

.red-txt{
	color: #E30613!important;
}

.water-custom-bkg{
	background: url('../res/water-bkg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.wood-custom-bkg{
	background: url('../res/wood-bkg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.inox-custom-bkg{
	background: url('../res/inox-bkg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#countdown{
	background: #212529;
}

#countdown p, 
#countdown h1, 
#countdown h2, 
#countdown h3, 
#countdown h4, 
#countdown h5, 
#countdown h6{
	color: #fff!important;
}

#hero-title p, 
#hero-title h1, 
#hero-title h2, 
#hero-title h3, 
#hero-title h4, 
#hero-title h5, 
#hero-title h6{
	color: #fff!important;
}

#hero-title svg{
	width: 96px;
	height: 96px;
	fill: #ffffff;
}

#button-bar{
	position: absolute; 
	bottom: 1em;
	z-index:5;
}

#button-bar svg{
	width: 48px;
	height: 48px;
}

#hero-title .display-4{
	font-size: 5rem;
	font-weight: 400;
}

.ij-container{
	margin-bottom:0;
	padding: 100px 0;
	min-height: 100vh;
	overflow-x: hidden;
}

#applications .app-grid{
	width:80%;
	padding: 0 20px;
	margin: 0 auto;
}

#applications .app-grid-2{
	width: 33.33%;
	float: left;
	text-align: left;
	padding: 0 20px;
}

#applications .app-grid-item{
	position: relative;
	width: 100%;
	/*max-width: 400px;*/
}

#applications .app-grid-item > a > img{
	filter:  blur(5px);
	-webkit-filter:  blur(5px);
}

#applications .app-grid-item-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	/*transition: .3s ease;*/
	background-color: rgba(0,0,0,.65);
  	height: 100%;
}

#applications .app-grid-item-text{
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	/*transition: .3s ease;*/
	background-color: transparent;
  	height: 100%;

}

#applications .app-grid-item:hover > .app-grid-item-overlay{
	opacity: 0;
  	height: 0;
}

#applications .app-grid-item:hover > a > img{
	filter:  blur(0px);
	-webkit-filter:  blur(0px);
}

#applications .app-grid-item:hover > .app-grid-item-text{
	opacity: 0;
	height: 0;
}

#applications svg{
	height: 75px;
	width: 75px;
	fill: #fff;
}

#applications .app-grid-pros > a{
	background-image: url(../res/scroll-down-ico-90deg.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	color: #212529;
	opacity: 1;
}

img#imgCTRL{
	max-width: 600px;
	width: 100%;
	opacity: 1;
}

img.touchFeat,
img.largeDigitFeat,
img.wakeupFeat,
img.whiteFeat,
img.waterFeat,
img.woodFeat,
img.toblackFeat,
img.inoxFeat,
img.styleFeat {
	max-width: 600px;
	width: 100%;
	opacity: 0;
	position: absolute;
	z-index: 2;
	left: 50%;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#features,
#gamma,
#connectivity{
	margin-bottom:0;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px;
	/*border-top: dotted 1px red;*/
}

#touch,
#wakeup,
#backlight,
#customisations,
#connectivity,
#customisations-colors,
#customisations-icons{
	margin:0;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px;
	/*border-top: dotted 1px red;*/
}

#customisations-white,
#customisations-water,
#customisations-wood,
#customisations-inox{
	margin:0;
	height: 50vh;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px;
	/*border-top: dotted 1px red;*/
}

#wide-visibility{
	position: relative;
	z-index: 10;
}
#flat-design{
	position: relative;
	z-index: 10;
}

#wide-visibility > img,
#flat-design > img {
	max-width: 750px;
}




.bg-header-075{
	background-color: rgba(255,255,255,1)!important;
}

.nav-item{
	margin-right: 1em;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff!important;
	background-color: #333333;
	border-radius: 0px;
	
}

#hb-menu{
	fill: #fff;
	width: 30px;
	height: 30px;
}

.nav-link > svg{
	width: 24px;
	height: 24px;
	fill: #fff!important;
	opacity: 0.5;
}


.nav-link.active{
	border-bottom: 1px solid rgba(255,255,255,1)!important;
}

.nav-link.active > svg {
	opacity: 1;
}

.navbar-dark .navbar-toggler{
	border: none;
}

.color-pick{
	width:48px;
	height:48px;
	border-radius: 50%;
	opacity: .5;
}

.color-pick:hover{
	width:48px;
	height:48px;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;
}

.picked{
	opacity: 1;
	border:solid 3px white;
}

nav#prim-nav,
footer{
	-webkit-box-shadow: 0px 1px 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 16px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 16px rgba(0,0,0,0.1);
}

footer small{
	color: #fff;
	opacity: 0.5;
}

footer h5{
	color: #fff;
	opacity: 0.5;
}

footer img{
	opacity: 1;
}

footer a{
	text-decoration: none;
	color: #fff;
	opacity: 0.5
}

footer a:hover{
	text-decoration: none;
	color: #fff;
	opacity: 1;
}

footer .border-bottom{
	border-bottom: 1px solid rgba(255,255,255,0.25)!important;
}





.carousel-control-next, .carousel-control-prev{
	z-index: 5;
	/*filter: invert(100%);*/
}

.invert{
	filter: invert(100%);
}

#ij-launch-counter .border-right{
	border-right: 1px solid rgba(255,255,255,0.5)!important;
}

#hero-title{
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -50%;
	width:100%;

	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	background: transparent;
	border-radius: 0px;
	opacity: 0;
}

.display-4{
	font-weight: 300;
}
/*#ij-launch-counter-title, #ij-launch-counter{
	opacity: 0;
	margin-left: 0px;
}*/

#logo-ij-black{
	fill: #212529;
}

/*.btn-light{
	color: #fff;
	background: transparent;
	border: none;
}

.btn:hover, .btn:active{
	animation: none;
	color: #fff;
	background: transparent;
	border: none;
}*/
.filter-blur{
	-webkit-filter: blur(5px);
	filter: blur(5px);
	opacity: 0.15;
}

#pause-button{
	text-align: start;
	cursor: pointer;
}


#sound-button{
	text-align: end;	
	cursor: pointer;
}

#play-icon{
	cursor: pointer;
}

#sound-icon, #pause-icon, #youtube-icon{
	margin-top: 3em;
	opacity: 0.25;
	cursor: pointer;
}

#sound-icon:hover, #pause-icon:hover, #youtube-icon:hover{
	opacity: 1;
}

#scroll-down-ico{
	animation: blinker 2s ease infinite;
}

#scroll-button:hover, #scroll-button:active{
	animation: none;
	color: #fff;
	background: transparent;
	border: none;
}

#scroll-button:hover #scroll-down-ico, #scroll-button:active #scroll-down-ico{
	animation: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.card{
	border-radius: 20px;
}

.social-card{
	width: 400px;
	min-width: 400px;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  /*height: 250px;*/
  width: 100%;
  height: auto;

  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 400px;
  height: 400px;
  text-align: center;
  
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;

  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
 
}

/*.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}*/

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 400px;
  height: 400px;

  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card-front {
  background-color: #fff;
  color: #212529;
}


.flip-card-back {
  /*background-color: #2980b9;*/
  background-color: #fff;
  color: #212529;

  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);

  text-align: left;
  overflow-y: auto;
  border: solid 1px #fff;
  white-space: normal;
}

.w-5{
	width: 5%;
}

.flip-card-date{
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	color: #666666;
	font-weight: 100;
}

.flip-card-header{
	background-color: #fff;
	border-radius: 6px 6px 0 0;
	color: #666666;
	font-weight: 100;
}

.carousel-caption{
	/*bottom: auto;
	position: initial;
    right: auto;
    left: auto;
    z-index: auto;*/
    padding: 0px;
    bottom: 0px;
}

.carousel-indicators li{
	opacity: 0.25;
	text-indent: -1999px;
	margin-right: 12px;
	margin-left: 12px;
	color: white;
}

.carousel-indicators .active {
    text-indent: -5px;
}


blockquote {
    /* Negate theme styles */
   
    /*font-size: 1.5em;*/
    font-style: italic;
    position: relative;
    z-index: 600;
}

blockquote p:first-child:before {
    content: '\201C';
    font-family: Georgia, serif;
    color: #81bedb;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    /*left: 2.2em;    */
    left: auto;
    text-shadow: none;
    z-index: -300;
}

.blog-slider img{
	border-radius: 20px;
	width: 300px;
	height: auto;

	-moz-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);

	float: left;
	/*margin-bottom: 1em;*/
}

.cookiealert {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;

    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  	-webkit-transform: translateY(0%);
    transform: translateY(0%);

    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;

    color: #ecf0f1;
    background: rgba(39,39,39,0.75);
}

.cookiealert p{
	color: #fff;
	opacity: 0.5;
}

.cookiealert.show {
    opacity: 1;
    -moz-transform: translateY(59px);
    -o-transform: translateY(59px);
    -ms-transform: translateY(59px);
  	-webkit-transform: translateY(59px);
    transform: translateY(59px);

    -moz-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
    color: #fff;
}

.cookiealert  {
    margin-left: 10px;
    vertical-align: baseline;
}


/*.form-control, .input-group-lg>.form-control{
	border-top:none;
	border-right:none;
	border-left:none;
	border-radius: 0px;
}*/

input {
 background: #fff!important;
}

.label-for-input{
	top: 20px;
    position: relative;
    left: 10px;
    background: white;
    padding: 0 7px;
    border-radius: 6px;
}

footer svg{
	width: 48px;
	height: 48px;
	fill: #fff;
	opacity: 1;
}

#staytuned{
	/*background: -moz-radial-gradient(circle at 50% 50%,#474b4f 0%,#2d2d2d 100%);
	background: -o-radial-gradient(circle at 50% 50%,#474b4f 0%,#2d2d2d 100%);
	background: -ms-radial-gradient(circle at 50% 50%,#474b4f 0%,#2d2d2d 100%);
	background: -webkit-radial-gradient(circle at 50% 50%,#474b4f 0%,#2d2d2d 100%);
	background: radial-gradient(circle at 50% 50%,#474b4f 0%,#2d2d2d 100%);*/
	background: -moz-radial-gradient(circle at 50% 50%,#0ff1ff 0%,#05b3be 100%);
	background: -o-radial-gradient(circle at 50% 50%,#0ff1ff 0%,#05b3be 100%);
	background: -ms-radial-gradient(circle at 50% 50%,#0ff1ff 0%,#05b3be 100%);
	background: -webkit-radial-gradient(circle at 50% 50%,#0ff1ff 0%,#05b3be 100%);
	background: radial-gradient(circle at 50% 50%,#0ff1ff 0%,#05b3be 100%);
}

.pan-x {
  touch-action: pan-x;
}

.pan-y {
  touch-action: pan-y;
}

.pan-right {
  touch-action: pan-right;
}

.pan-left {
  touch-action: pan-left;
}

.pan-up {
  touch-action: pan-up;
}

.pan-down {
  touch-action: pan-down;
}

.btn-light {
    color: #fff;
    background-color: #ED1C24;
    border-color: #ED1C24;
}

/*#food-container:hover .overlay, #merch-container:hover .overlay {
  opacity: 0;
}*/

.countdown-animation {
	opacity: 0;
	-webkit-transform: translateX(-60px);
		 -moz-transform: translateX(-60px);
			-ms-transform: translateX(-60px);
			 -o-transform: translateX(-60px);
					transform: translateX(-60px);
	-webkit-transition: all 1s ease-in-out;
		 -moz-transition: all 1s ease-in-out;
			-ms-transition: all 1s ease-in-out;
			 -o-transition: all 1s ease-in-out;
					transition: all 1s ease-in-out;
}
.countdown-animation.visible {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
					transform: none;
}

.countdown-animation-inverse {
	opacity: 0;
	-webkit-transform: translateX(60px);
		 -moz-transform: translateX(60px);
			-ms-transform: translateX(60px);
			 -o-transform: translateX(60px);
					transform: translateX(60px);
	-webkit-transition: all 1s ease-in-out;
		 -moz-transition: all 1s ease-in-out;
			-ms-transition: all 1s ease-in-out;
			 -o-transition: all 1s ease-in-out;
					transition: all 1s ease-in-out;
}
.countdown-animation-inverse.visible {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
					transform: none;
}

.reveal {
	opacity: 0;
	-webkit-transform: translateX(-60px);
		 -moz-transform: translateX(-60px);
			-ms-transform: translateX(-60px);
			 -o-transform: translateX(-60px);
					transform: translateX(-60px);
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
					transition: all 0.6s ease-out;
}
.reveal.visible {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
					transform: none;
}

.reveal-inverse {
	opacity: 0;
	-webkit-transform: translateX(60px);
		 -moz-transform: translateX(60px);
			-ms-transform: translateX(60px);
			 -o-transform: translateX(60px);
					transform: translateX(60px);
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
					transition: all 0.6s ease-out;
}
.reveal-inverse.visible {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
					transform: none;
}

.reveal-up{
	opacity: 0;
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.reveal-up.visible{
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.reveal-down{
	opacity: 0.5;
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.reveal-down.visible{
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.app-box.appear {
	opacity: 0;
	-webkit-transform: translateX(-100px);
		 -moz-transform: translateX(-100px);
			-ms-transform: translateX(-100px);
			 -o-transform: translateX(-100px);
					transform: translateX(-100px);
	-webkit-transition: all 1s ease-out;
		 -moz-transition: all 1s ease-out;
			-ms-transition: all 1s ease-out;
			 -o-transition: all 1s ease-out;
					transition: all 1s ease-out;
}
.app-box.appear.visible {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
					transform: none;
}

.app-box.appear-inverse {
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.app-box.appear-inverse.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}


#slogan figure.scale-anim{
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

#slogan figure.scale-anim.start{
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}


#connectivity-plus img{
	max-width: 150px;
}

figcaption{
	opacity: 0.5;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}

#slogan figure:hover{
	cursor: pointer;
}

figure:hover > figcaption{
	opacity: 1;

}

/*#countdown  #loopVideoTeaser{
	position: absolute;
	height: 100vh;
	object-fit: cover;
	opacity: .9;
	z-index: -1;
	background: #000;
    
}*/


.ij-comp-table th{
	vertical-align: middle;
}

.ij-comp-table thead, .ij-comp-table td{
	text-align: center;
}

.ij-row-collapse{
	font-size: 1.2rem;
	text-align: center;
	padding: 1.3rem!important;
	cursor: pointer!important;
	background: #343a40;
	margin-bottom: 1px;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}







@media (max-width: 1200px) {


	#applications svg{
		width: 64px;
		height: 64px;
	}
	#applications h2{
		margin-bottom: 0px;
	}

}

@media (max-width: 992px) {
	#prim-nav #logo-event{
		text-align: left;
		visibility: hidden;
		display: none;
	}
	.container-slogan{
		width: 100%;
		max-width: none;
	}

	#applications .app-grid-2{
		width: 70%;
		float: none;
		text-align: left;
		padding: 20px 0px;
		margin: 0 auto;
	}

	#applications svg{
		width: 120px;
		height: 120px;
	}
	#applications h2{
		font-size: 1.85rem;
		margin-bottom: 0px;
	}

	.blog-slider img{
		width: 100%;
		max-width: 250px;
		height: auto;
	}
}
@media (max-width: 768px) {

	
	.carousel-item{
		padding: 150px 0;
	}

	#applications .app-grid-2{
		width: 100%;
		float: none;
		text-align: left;
		padding: 20px 0px;
	}

	#applications svg{
		width: 110px;
		height: 110px;
	}

	#applications h2{
		font-size: 1.75rem;
		margin-bottom: 0px;
	}

	#looking-back p, #looking-back blockquote, #looking-ahead p, #looking-ahead blockquote{
		font-size: .875rem;
	}
	/*.black-txt, p, h1, h2, h3, h4, h5, h6{
		font-size: .875rem;
	}*/
	.blog-slider img{
		width: 100%;
		max-width: 200px;
		height: auto;

		-moz-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
  		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	/*blockquote p:first-child:before {
		left: 0em;
	}*/

	/*footer .list-group{*/
	#social-link{
		-moz-flex-direction: row;
		-o-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	    flex-direction: row;

	    -ms-flex-pack: center!important;
    	justify-content: center!important;
	}

	#social-link span{
		display: none;
	}

	.display-4{
		font-size: 2.5em;
	}

	.nav-link.active{
		border-bottom: none!important;
	}

	#food-container svg, #merch-container svg{
		width: 64px;
		height: 64px;
		fill: #fff;
	}

	#social-footer{
		text-align: center;
	}

	.countdown-animation-inverse {
		opacity: 0;
		-webkit-transform: scale(0.3);
			 -moz-transform: scale(0.3);
				-ms-transform: scale(0.3);
				 -o-transform: scale(0.3);
						transform: scale(0.3);
		-webkit-transition: all 1s ease-in-out;
			 -moz-transition: all 1s ease-in-out;
				-ms-transition: all 1s ease-in-out;
				 -o-transition: all 1s ease-in-out;
						transition: all 1s ease-in-out;
	}

}

.spacer {
	text-align: center;
	min-height: 100px;
	/*background-image: url("../img/example_bg_spacer_v.gif");*/
}
.spacer.s0 {
	min-height: 1px;
}
.spacer.s1 {
	min-height: 100px;
}
.spacer.s2 {
	min-height: 200px;
}
.spacer.s3 {
	min-height: 300px;
}
.spacer.s4 {
	min-height: 400px;
}
.spacer.s5 {
	min-height: 500px;
}
.spacer.s6 {
	min-height: 600px;
}
.spacer.s7 {
	min-height: 700px;
}
.spacer.s8 {
	min-height: 800px;
}
.spacer.s9 {
	min-height: 900px;
}
.spacer.s10 {
	min-height: 1000px;
}
.spacer.s_viewport {
	min-height: 100%;
}

@media (max-width: 576px) {

	.hide-mobile{
		display: none;
	}

	#button-bar svg{
		width: 24px;
		height: 24px;
	}

	
	.carousel-item{
		padding: 150px 0;
	}

	#applications .app-grid-2{
		width: 100%;
		float: none;
		text-align: left;
		padding: 20px 0px;
	}

	#applications svg{
		width: 75px;
		height: 75px;
	}

	#applications h2{
		font-size: 1.25rem;
		margin-bottom: 0px;
	}

	/*.black-txt, p, h1, h2, h3, h4, h5, h6{
		font-size: .675rem;
	}*/
	#hero-title svg{
		width: 64px;
		height: 64px;
		fill: #ffffff;
	}

	#hero-title .display-4 {
    	font-size: 3rem;
	}


	/*#looking-back blockquote p:first-child:before {
		left: 1.8em;
	}

	#looking-ahead blockquote p:first-child:before {
		left: 0em;
	}*/

	#looking-back p, #looking-back blockquote, #looking-ahead p, #looking-ahead blockquote, #slider-back p{
		font-size: .875rem;
	}

	.social-card{
		width: 250px;
		min-width: 250px;
	}

	.flip-card-inner {
	  width: 250px;
	  height: 250px;
	}

	.flip-card-front, .flip-card-back {
		width: 250px;
		height: 250px;
	}

	#scroll-button, #sound-button, #pause-button{
		bottom: 2.25em;
	}
}
