html, body { height: 100%;    -webkit-font-smoothing: antialiased; }
.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}
#menu img { border:0px !important; }
.fp-tableCell { overflow:hidden !important; }
.pt-page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#menu li:hover a { color: #00ABFF; transition: 0.5s; text-shadow:1px 1px white; }
#menu { -webkit-transition: background-color 1s ease; -o-transition: background-color 1s ease; -moz-transition: background-color 1s ease; transition: background-color 1s ease; }
.fp-viewing-hello-questions #menu { background-color: rgba(255,255,255, 0.6); }
.fp-viewing-hello-quantify-0 #menu { background-color:  rgba(255,255,255, 0.6); }
.fp-viewing-become #menu { background-color: rgba(255,255,255, 0.6); }
.fp-viewing-done #menu { background-color: rgba(186, 246, 255, 0.6); }
.fp-viewing-passion #menu { background-color: rgba(255,255,255, 0.6); }
.fp-viewing-believe-us #menu { background-color: rgba(141,198,63,0.6); }
.fp-viewing-identity #menu { background-color: rgba(255,255,255,0.6); }
.fp-viewing-possible #menu { background-color: rgba(141,198,63,0.6); }

#menu ul, #menu .burger-icon { opacity: 0; -webkit-transition: opacity 1s ease; -o-transition: opacity 1s ease;
-moz-transition: opacity 1s ease; transition: opacity 1s ease; }
#menu:hover ul, #menu:hover .burger-icon { opacity: 1; }
.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}
/* Triggers (menu and button) */

.pt-triggers {
	position: absolute;
	width: 300px;
	z-index: 999999;
	top: 12%;
	left: 50%;
	margin-top: 130px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.no-js .pt-triggers {
	display: none;
}

.pt-triggers .dl-menuwrapper button,
.pt-touch-button {
	border: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0 20px;
	padding: 0px 20px;
	line-height: 50px;
	height: 50px;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	display: block;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pt-touch-button {
	background: #fff;
	color: #aaa;
}

.pt-triggers .dl-menuwrapper button {
	margin-bottom: 0;
}

.pt-touch-button:active {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.touch .pt-triggers .dl-menuwrapper {
	display: none;
}

.pt-message {
	display: none;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #da475c;
	color: #fff;
	text-align: center;
}

.pt-message p {
	margin: 0;
	line-height: 60px;
	font-size: 26px;
}
.modal-wrapper{
  background: rgba(255,255,255, 0.5);
  width:100%;
  height:100%;
  position:fixed;
  top:0; left:0;
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.modal .head {background: #2B9AB9; height: 50px; padding: 10px; }
.modal{
  width:100%;
  display:block;
  margin:0;
  position:absolute;
  bottom:0; left:0;
  background:#fff;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal-wrapper.open{
  opacity:1;
  visibility:visible;
}
.fp-slide, .fp-slidesContainer { overflow:hidden; }
.modal-wrapper.open .modal{
  margin-top:0px;
  opacity:1;
}

ul.bottommenu {padding:0 20px;}
.bottommenu li {display: inline-block;width: 12%;border-right: 1px solid #eaeaea!important;padding: 10px 0;text-align: center;border:1px solid #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.bottommenu li:hover{border:1px solid #eaeaea!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.bottommenu li a{color: #2B9AB9;font-size: 12px;text-transform: uppercase;font-family:'Open Sans', sans-serif;}

.btn-close{
  width:32px;
  height:32px;
  display:block;
  float:right;
	margin: 20px;
}

.btn-close::before, .btn-close::after{
  content:'';
  width:32px;
  height:6px;
  display:block;
  background:#2B9AB9;
}

.btn-close::before{
  margin-top:12px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.btn-close::after{
  margin-top:-6px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.no-cssanimations .pt-message {
	display: block;
}
.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.burger-icon {
  cursor:pointer;
  bottom: 15px;
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}

.burger-container {
  position: relative;
  height: 28px;
  width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #fff;
}
.burger-bun-bot {
bottom: 0; }
.burger-filling {
  top: 12px;
}
.fa.fa-sort-desc { font-size: 34px; margin-top: -50px; display: inline-block; }
.white { color:white !important; }
.black { color:black !important; }
.blue { color:#27aae1 !important; }
.red { color:#d23b00 !important; }
.green { color:#85b65b !important; }
.float-right { float:right; }
.float-left { float:left; }
.nextSection.bottom i { margin-top:-9px; display: block; text-align:center; font-size:34px; z-index: 10; }
.nextSection.bottom { width: 45px; height: 45px; position: absolute;  bottom: 0px; margin-left: -22.5px; z-index: 20;
padding: 10px;  background:#00ABFF; left: calc(50% + 75px); }
.nextSection.center i { margin-top:-9px; display: block; text-align:center; font-size:34px; z-index: 10; }
.nextSection.center {
width: 45px;
height: 45px;
position: absolute;
top: 50%;
margin-top: -22.5px;
margin-left: -22.5px;
z-index: 20;
padding: 10px;
background: #00ABFF;
left: calc(50% + 75px);
}
.nextSection.left i { margin-top:-9px; display: block; text-align:center; font-size:34px; z-index: 10; }
.nextSection.left {
width: 45px;
height: 45px;
position: absolute;
top: 46.5%;
margin-left: -19.5px;
z-index: 20;
padding: 10px;
background: #00ABFF;
left: calc(10% + 75px);
}


.pt-page  { opacity: 0 !important; }
.pt-page.pt-page-current  { opacity: 1 !important; }

.pt-page-1 .inner-section h1 { font-size:2em; margin:0;font-weight: 800;}
.pt-page-1 .inner-section h3 { color:black; }
.pt-page-1 .inner-section .nextSection { color:#00ABFF; font-size:3em; transition:0.5s;}
.pt-page-1 .inner-section .nextSection:hover { color:rgb(141, 198, 63); }

.pt-page-2 .inner4section { width:calc(50% - 75px); height:51%; border-bottom:5px white solid; position: relative; float:left; overflow:hidden;}
.pt-page-2 .inner4section.odd { width: calc(50% + 75px); border-right:5px white solid; }
.pt-page-2 .inner4section.even { border-left:5px white solid; }
.pt-page-2 .inner4section.bottom { border-bottom:none; border-top:5px white solid;}
.pt-page-2 .overlay1 { height: 100%; width: 100%; transition:1s; position: absolute;
  background: url('/wp-content/themes/Avada-Child-Theme/img/1.jpg') no-repeat;
  background-size: cover; z-index: 10;
}
.pt-page-2 .overlay2 { height: 100%; width: 100%; transition:1s; position: absolute;
  background: url('/wp-content/themes/Avada-Child-Theme/img/2.jpg') no-repeat;
  background-size: cover; z-index: 10;
}
.pt-page-2 .overlay3 { height: 100%; width: 100%; transition:1s; position: absolute;
  background: url('/wp-content/themes/Avada-Child-Theme/img/3.jpg') no-repeat;
  background-size: cover; z-index: 10;
}
.pt-page-2 .overlay4 { height: 100%; width: 100%; transition:1s; position: absolute;
  background: url('/wp-content/themes/Avada-Child-Theme/img/4.jpg') no-repeat;
  background-size: cover; z-index: 10;
}
.thevideo { position: absolute; z-index: 0;
    background-size: 100% 100%; top: 0px; left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%; min-height: 100%; width: auto; height: auto; }
.pt-page-2 .inner4section:hover .overlay1,
.pt-page-2 .inner4section:hover .overlay2,
.pt-page-2 .inner4section:hover .overlay3,
.pt-page-2 .inner4section:hover .overlay4 { opacity:0.3; }
.pt-page-2 h2 { position: absolute; bottom: 40%; left: 0; width: 100%;
    text-align: center; margin: 0; font-size: 2.5em;font-weight: 800; }
.pt-page-2 .odd h2 { padding-left:150px;font-weight: 800; }
.pt-page-3 .inner-section { padding-left:150px; margin:0px; width:100%;}
.pt-page-3 .inner-section .container{ position: relative; }
.fp-controlArrow { display:none; }
.circletext { background: #00ABFF; width: 60vh; height: 60vh; border-radius: 100vh;
position: absolute; top: 50%; margin-top: -30vh; margin-left: -30vh; left: 50%; padding: 10vh; text-align: center;}
.circletext h1 { text-align: center; color: white; text-transform:uppercase; font-size: 3.2vh; line-height: 1.6; font-weight:800; }
.circletext h1 .black { color:black;font-weight: 800; }
.circletext-small { position: absolute; width: 14vh; background-color: #00ABFF;  padding: 3vh 1vh;
    border-radius: 100vh; height: 14vh; margin-top: -7vh; right: 5%;font-size: 15px;padding-left: 12px;font-weight: 600;}
.circletext-small i { -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); font-size: 4vh;
    position: absolute; top: 10.2vh;
}
.position-right { position:absolute; right: 1vh; }
.pt-page-3 {  background: url('/wp-content/themes/Avada-Child-Theme/img/webbg-3.jpg') no-repeat;
  background-size: cover;
	  background-position: center;
}

.pt-page-3 .slide.bg{  background: url('/wp-content/themes/Avada-Child-Theme/img/webbg-4.jpg') no-repeat; position:relative;
  background-size: cover; }
.pt-page-3 .content { width: 100%; font-size:2.5vh; color:#8DC63F; padding: 10vw; text-transform:uppercase;font-weight: 400;}
.pt-page-3 .content img { display:block; margin: 0 auto 2em; }

.pt-page-4 h1 { color:white; margin-top:20vh;font-weight: 800;}
.pt-page-4 h3 { color:white; margin-top:30vh;font-weight: 800; }
.pt-page-4 h1 sup { font-size: 28px;font-weight: 400; }
.pt-page-4 .inner-section { padding-left:150px; text-align:center; }

.pt-page-5 {  background: url('/wp-content/themes/Avada-Child-Theme/img/webbg-5.jpg') no-repeat;
  background-size: cover;
}
.phrase1, .phrase2 , .phrase3 { color:black; display:block; padding:1vh 0; font-size: 2vh; font-weight:800; margin: 2vh 0; }
.phrase1 p{ background-color: #a1f3ff; padding: 1vh; margin:0; width:85%; padding-right:10%; margin-left:15%; font-weight: 800;}
.phrase2 p{ background-color: #2fe4ff; padding: 1vh; margin:0; width: 90%; padding-left: 220px;font-weight: 800; }
.phrase3 p{ background-color: #1a78b3; padding: 1vh; padding-left: 220px; margin:0; color:white;font-weight: 800; }

.pt-page-6  { background: url('/wp-content/themes/Avada-Child-Theme/img/webbg-6.jpg') no-repeat;
  background-size: cover; color:black;}
.pt-page-6 .inner-section { width:50%; }
.pt-page-6 .content { padding: 2vw; text-transform:uppercase; }
.pt-page-6 h3 { font-size: 4vh; margin:0;font-weight: 800; }
.pt-page-6 h4 { font-size: 2.5vh; line-height:1.8;font-weight: 800; }

.inner-section1 { width: calc(25% + 100px); float:left; background:#27aae1; height:100vh; border-right:2px solid white; padding-left: 150px; display: table;z-index:3;position:relative;}
.inner-section2 { width: calc(50% - 50px); float:left; height:100vh; border-left: 2px solid white;  border-right: 2px solid white; display: table;
background: #27aae1; /* Old browsers */
background: -moz-linear-gradient(left,  #27aae1 0%, #8dc63f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #27aae1 0%,#8dc63f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #27aae1 0%,#8dc63f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27aae1', endColorstr='#8dc63f',GradientType=1 ); /* IE6-9 */
z-index:2;position:relative;
}
.inner-section3 { width: calc(25% - 50px); float:left; background:#8dc63f; height:100vh; border-left: 2px solid white; display: table;z-index:1;position:relative; }
.pt-page-7 .content { vertical-align: middle; display: table-cell; padding:2vw; font-size: 2vh;font-weight: 400;}

.pt-page-8 p { color: #686868; font-size: 2vh; line-height: 2; }
.pt-page-8 .button { display: inline-block; margin-top: 3em; padding: 1.4em 3em; background-color: #27AAE1;
    font-size: 1.5vh; font-weight: 600; color: white;
}


.pt-page-9 .inner-section { position: relative; padding-left: calc(150px + 5vw); padding-right: 5vw; }
.pt-page-9 h2 { color: #00ABFF;text-shadow: 1px 1px black; font-size: 5.5vw; margin-top:0;font-weight: 800;line-height: 1}
.pt-page-9 p { color:#00ABFF; background-color:white; padding:0.5em; font-size:0.8em; display:inline; font-weight:800; }

.pt-page-10 .inner-section { padding-left:  calc(150px + 10vw); padding-right: 10vw; }
.pt-page-10 .slide1 .inner-section p { color: #686868; font-size: 1.3vw; font-weight: 800;  line-height: 3; }
.pt-page-10 .slide2 .inner-section p { color: #333; font-size: 1.3vw; font-weight: 800;  line-height: 1.5; }
.pt-page-10 .slide2 .inner-section h3 { color: #000; font-size: 2.3vw; font-weight: 800;  line-height: 1.2;margin-bottom: 0;}
.pt-page-10 .slide2 .inner-section h4 { color: #000; font-size: 1.8vw; font-weight: 800;  line-height: 1.2;margin-bottom: 0;}
.pt-page-10 .slide3 .inner-section p { color: #333; font-size: 1.3vw; font-weight: 800;  line-height: 1.6; }
.pt-page-10 .slide3 .inner-section h3 { color: #000; font-size: 1.7vw; font-weight: 800;  line-height: 1.2;margin-bottom: 0;}

.pt-page-10 .inner-section h1 { font-size: 3.8vw; text-transform:uppercase;font-weight: 800; }
.pt-page-10 .fp-tableCell { position: relative; }
.pt-page-10 .slide2 .inner-section { padding-left:  calc(150px + 10vw); padding-right: 10vw; color:#313131; font-weight:800; }
.pt-page-10 .slide3 .inner-section { padding-left:  calc(150px + 10vw); padding-right: 10vw; color:#313131; font-weight:800; }
.circle, .circle2 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99900;
}

path {
  transform-origin: center bottom;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
.invisible2 {
  opacity: 0.9;
}
.invisible {
  opacity: 0.85;
}

.pt-page-11 h3 { color:white; font-size: 2.5vw; margin: 0px;font-weight: 800;}
.pt-page-11 h4 { color:black; font-size: 1.5vw;margin: 0px;font-weight: 800;}
.pt-page-11 .inner-section { padding-left: calc(150px + 10vw); padding-right: 10vw; }
.pt-page-11  { background: url('/wp-content/themes/Avada-Child-Theme/img/webbg-11.jpg') no-repeat;
  background-size: cover; color:black;
}
.pt-page-11 .section1 { background-color:black; padding:1.5vw; color:black; display: block;width: 60%}
.pt-page-11 .section2 { background-color:white; padding:1.5vw; color:black; display: inline-block;margin-left: 5vh; }


.rightslide.fa-sort-desc:before, .leftslide.fa-sort-desc:before { text-align: center; display: block; }
.rightslide { position: absolute; z-index: 100; right: 0; top: 50%;
    height: 45px; width: 45px; background-color: #00ABFF; transform: rotate(-90deg); }
.leftslide { position: absolute; z-index: 100; left: 150px; top: 50%;
    height: 45px; width: 45px; background-color: #00ABFF; transform: rotate(90deg); }

.pt-page-12 .inner-section {  padding-left: calc(150px + 10vw); padding-right: 10vw; }
.pt-page-12 h3 { font-size: 4vw; margin: 0; font-weight: 800}
.pt-page-12 p.white { text-transform: uppercase; }
.pt-page-12 p { line-height: 2;font-weight: 400;}

.pt-page-13  { background: url('/wp-content/themes/Avada-Child-Theme/img/webbg-7.jpg') no-repeat;
  background-size: cover; color:black;
}

.pt-page-13 .phrase1 p{ background-color: #1f67a6; color:white; }
.pt-page-13 .phrase2 p{ background-color: #285074; color:white; }
.pt-page-13 .phrase3 p{ background-color: #607f9b; }

.pt-page-14 .section1 { background-color:black; background-color:rgba(0,0,0,0.8); padding:1.5vw; color:white; }
.pt-page-14 .section2 { background-color:white; padding:1.5vw; color:black; display: inline-block;margin-left: 5vh; }
.pt-page-14 .section2 h6 { font-size: 1.2vw; font-weight: 800; text-transform: uppercase; margin: 0; }
.pt-page-14 .inner-section { padding-left:  calc(150px + 10vw); padding-right: 10vw;position: relative;}
.pt-page-14 .section1 h4 { font-weight: 800; text-transform: uppercase; font-size: 2.2vw; margin: 0; }
.pt-page-14 .section1 p { font-weight: 400; font-size: 1.2vw; margin: 0.5em 0 0 0;line-height: 1.5;}
.pt-page-14 .section2 p.green { margin: 0; font-size: 2vw;font-weight: 600;}
.pt-page-14 .thevideo { background: url('/wp-content/themes/Avada-Child-Theme/img/2015-12-01-wire.jpg') no-repeat; background-size: cover; }


.pt-page-15 h2 { font-size:3.4vw; color: white; text-transform: uppercase; line-height: 1;font-weight: 800;}
.pt-page-15 .inner-section {  padding-left:  calc(150px + 15vw); padding-right: 15vw; }

.pt-page-16 .inner-section { padding-left:  calc(150px + 15vw); padding-right: 15vw; }
.pt-page-16 h2 { font-size: 2.2vw; margin: 0; }
.pt-page-16 .margin-top { margin-top: 2em; font-size:3vw; }
.pt-page-16 input { -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; appearance: none; outline: none; box-shadow: none !important;
border:0px; border-bottom: 1px white solid; background: transparent; color:#27AAE1; font-size: 2.2vw; font-family: 'Pacifico', cursive; }
:-webkit-autofill { color: #fff !important; background:white;}
.pt-page-16 button { border: 0px; background-color: transparent; font-size: 3vw; font-weight: 800; cursor:pointer;
color: #27aae1; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; appearance: none; outline: none; }


@media screen and (max-width: 47.4375em) {
	.pt-page h1 {
		font-size: 3em;
	}

	.pt-triggers .dl-menuwrapper {
		display: none;
	}
}

@media screen and (max-height: 45.9em) {
	.pt-triggers .dl-menuwrapper li a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.pt-triggers .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
		line-height: 24px;
	}
}

@media screen and (max-height: 38em) {
	.pt-triggers .dl-menuwrapper {
		display: none;
	}
}

.wait5-2s {
		-webkit-animation-duration: 2s;
		-webkit-animation-delay: 5s;
		-webkit-animation-iteration-count: infinite;
		animation-duration: 2s;
		animation-delay: 5s;
		animation-iteration-count: infinite;
}
.wait1-5s {
		-webkit-animation-duration: 5s;
		-webkit-animation-delay: 1s;
		-webkit-animation-iteration-count: 1;
		animation-duration: 5s;
		animation-delay: 1s;
		animation-iteration-count: 1;
}
.wait1-1s {
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 1s;
		-webkit-animation-iteration-count: 1;
		animation-duration: 1s;
		animation-delay: 1s;
		animation-iteration-count: 1;
}
.wait2-1s {
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 2s;
		-webkit-animation-iteration-count: 1;
		animation-duration: 1s;
		animation-delay: 2s;
		animation-iteration-count: 1;
}
.wait3-1s {
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 3s;
		-webkit-animation-iteration-count: 1;
		animation-duration: 1s;
		animation-delay: 3s;
		animation-iteration-count: 1;
}
.wait3-5s {
		-webkit-animation-duration: 5s;
		-webkit-animation-delay: 3s;
		-webkit-animation-iteration-count: 1;
		animation-duration: 5s;
		animation-delay: 3s;
		animation-iteration-count: 1;
}
.wait5-3s {
		-webkit-animation-duration: 3s;
		-webkit-animation-delay: 5s;
		-webkit-animation-iteration-count: 1;
		animation-duration: 3s;
		animation-delay: 5s;
		animation-iteration-count: 1;
}
.wait4-1s {
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 4s;
		-webkit-animation-iteration-count: 1;
		animation-duration: 1s;
		animation-delay: 4s;
		animation-iteration-count: 1;
}
.wait5-1s {
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 5s;
		-webkit-animation-iteration-count: 1;
		animation-duration: 1s;
		animation-delay: 5s;
		animation-iteration-count: 1;
}
.arrowme {
		-webkit-animation-duration: 5s;
		-webkit-animation-delay: 8s;
		-webkit-animation-iteration-count: infinite;
		animation-duration: 5s;
		animation-delay: 8s;
		animation-iteration-count: infinite;
}

.foodarrow {margin-top: -53px!imporatnt;}
