
@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);

body {
	background: #23a9ea;
	font-family: bureau-grot-condensed, sans-serif;
	overflow-x: hidden;
}

/*popover*/

#formSubmit_modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  padding: 1em;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
}
#formSubmit_modal .msg-box {
  padding: 3em;
  max-width: 750px;
  background-color: #fff;
}
#formSubmit_modal .msg-box h5 {
  text-align: center;
}

/*end popover*/



/*cookies*/


.cookie-wrap {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  color: white;
  box-sizing: border-box;
  transition: opacity .3s ease-out, z-index 0s .3s, visibility 0s .3s;
  z-index: 999;
  background-color: #0f88c5;
}
.cookie-wrap.accepted {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.cookie-wrap .cookie-accept {
  appearance: none;
  line-height: 1.6;
  padding: .35rem 1.35rem;
  background: #0f88c5;
  border: 1px solid white;
  color: white;
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform-origin: center;
  transform-style: flat;
  transform: translateY(-50%);
}
.cookie-wrap .cookie-text {
  display: block;
  padding-right: 9rem;
  position: relative;
}
.cookie-wrap p {
  margin-top: 0;
  margin-bottom: 0;
}
.cookie-wrap p a {
  color: #090909;
  text-decoration: underline;
}
.cookie-wrap.static {
  position: relative;
}
.cookie-wrap.fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background: #0f88c5;
}
.cookie-wrap.fixed.bottom {
  box-shadow: 0 20px 25px 25px rgba(34, 34, 34, 0.25);
  bottom: 0;
}
.cookie-wrap.fixed.top {
  box-shadow: 0 -20px 25px 25px rgba(34, 34, 34, 0.25);
  top: 0;
}

/*end cookies*/
.topspace {

  height:250px;

}

.rightal {
  text-align: center !important;


}
.bluetext {

  
	color: #23a9ea !important;
}
.contact__container {
  display: block;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  max-width: 450px;
  background-color: rgba(0,0,0,0.0);
  border: 2px solid white;
}

.contact__title {
  display: inline-block;
}

.contact__title h2 {
  padding: 0 10px 0 0px;
  margin: 5px 0;
  color: #FBFBFB;
}

.contact__form {
  padding: 10px 0px 0 0;
}

.photoafter {
padding:  50px 15% 50px 15% !important;

}

hr {
  width: 100%;
  display: block;
  margin: 5px 0;
  height: 5px;
  border: 0;
  background-color: #FBFBFB;
}

input,
textarea {
  width: 100%;
  border: 2px solid #FFFFFF;
  resize: none;
  padding: 0 5px;
  box-sizing: border-box;

  font-size: 18px;
  color: #25606f;
}

input[type="text"] {
  padding: 0;
  height: 40px;
  width: 100%;
}

input:focus,
textarea:focus {
  outline: none;
}

.contact__form-input {
  margin: 5px 0 10px 0;
}

.contact__form-textarea {
  margin: 5px 0;
  width: 100%;
  height: 100px;
}

input[type="submit"] {
  width: 100%;
  height: 50px;
  background-color: rgba(0,0,0,0.6);;
  border: 0;
  color: #FBFBFB;
  border: 1px solid white;
  margin: 17px 0 0 0;
  font-size: 22px;
}

input[type="button"]:hover {
  background-color: #368da2;
  border: #368da2;
}


/*nav*/


@keyframes checked-anim {
    0% {
        width: 10%;
        height: 10%;
    }
	
	
	
		    12% {
        width: 500px;
        height: 500px;

    }
	    18% {
        width: 400px;
        height:  400px;

    }

    40% {
        width: 350px;
        height: 350px;
    }

    100% {
        width: 350px;
        height: 350px;

    }
}
@keyframes not-checked-anim {
    0% {
        width: 35%;
        height: 35vw;
    }
	
	
}
li, a {
  margin: 65px 0 -55px 0;
  margin-right: 0px;
color: #03A9F4;
font-weight: 700;
line-height: 1.2;
text-decoration: none;
text-transform: none;
list-style: none;
outline: 0;
display: none;
margin-right: 10px;
}
li {
    width: 350px;
    text-indent: 110px;
	text-align: center}
a:focus {
    display: block;
    color: #333;
    transition: all .5s;
	text-decoration: none;
}
aside {
    position: absolute;
    color: white;
    top: 35%;
    right: 10%;
    text-align: right;
}


.wtext {

  color: #fff;
}

#trigger, #burger, #burger:before, #burger:after {
    position: absolute;
    top: 31px;
    right: 25px;
    background: #03A9F4;
    width: 30px;
    height: 5px;
    transition: .2s ease;
    cursor: pointer;
    z-index: 3;
}
#trigger {
    height: 25px;
    background: none;
}
#burger:before {
    content: " ";
    top: 10px;
    right: 0;
}
#burger:after {
    content: " ";
    top: 20px;
    right: 0;
}
#menu-toggle:checked + #trigger + #burger {
    top: 35px;
    transform: rotate(180deg);
    transition: transform .2s ease;

}

#menu-toggle:checked + #trigger + #burger:before {
    width: 20px;
    top: -2px;
    right:19px;
    transform: rotate(135deg) translateX(-5px) ;
    transition: transform .2s ease;
}
#menu-toggle:checked + #trigger + #burger:after {
    width: 20px;
    top: 2px;
    right: 19px;
    transform: rotate(-135deg) translateX(-5px) ;
    transition: transform .2s ease;
}
#menu {
    position: absolute;
    margin: 0; padding: 0;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-bottom-left-radius: 100%;
    animation: not-checked-anim .2s both;
    transition: .2s;
	right: 0;
	z-index: 2;
}
#menu-toggle:checked + #trigger + #burger + #menu {
    animation: checked-anim 1s ease both;
}
#menu-toggle:checked + #trigger ~ #menu > li, a {
    display: block;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}
/*end nav */


.container1{
/* display: flex; */
justify-content: center;
align-items: center;
/* position: absolute; */
z-index: 0;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
height: 670px
}
.uppercase {
	
text-transform: uppercase;
font-weight: 700;
} 

a {
  text-decoration:none;
}

h1.main,p.demos {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.panel1 {
	position: relative;

	display: block;
	background-color: white;
	text-align: center;


  padding: 50px 15% 130px 15%;
}
.panel1:before {
	
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: transparent white transparent transparent;
  overflow: hidden;

}
.panel2 {
	position: relative;

	display: block;
	background-color: #23a9ea;
	text-align: center;
	padding-top: 200px;
	color: white;

  padding: 30px 15% 150px 15%;
}
.panel2:before {
	
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: transparent #23a9ea transparent transparent;
  overflow-x: hidden;
}
.panelpic {
	position: relative;
background-image: url('/images/bgd.jpg');
	display: block;

	text-align: center;
	font-size: 1.5em;

	color: white;
background-repeat: none;
background-size: cover;
  padding: 150px 15% 150px 15%;
  /* height: 600px; */

}


.panelpic:before {
	
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: white transparent transparent transparent;
  overflow-x: hidden;
}



.sp-container {

	left: 0px;
	width: 100%;
	height: 35vh;
	z-index: 0;
	/* min-height: 400px; */
/*  	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));  */
}
.sp-content {
	width: 100%;
	height: 100%;
	left: 0px;

	z-index: 2;
}
.spacer {

  height: 20vh;
max-height: 300px;
}
.logo {
    background-position: top !important;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 40%;
    max-width: 500px;
    margin: 0px 0 10px 60px;
	
}
.sp-container h2 {
	position: absolute;

line-height: 1.6;

	font-size: 7vw;
	width: 100%;
	text-align: left;
	padding-left: 5%;
	color: white;
	opacity: 0;
/* 	-webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards; */
		-webkit-animation: fly-in-right 27s infinite ;
	-moz-animation: fly-in-right 27s infinite ;
	-ms-animation: fly-in-right 27s infinite;
	animation: fly-in-right 27s infinite;

}
.sp-container h2.frame-1 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.sp-container h2.frame-11 {
	margin-top:1em;
	-webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-ms-animation-delay: 200ms;
	animation-delay: 200ms;
}
.sp-container h2.frame-12 {
	margin-top:2em;
	-webkit-animation-delay: 350ms;
	-moz-animation-delay: 350ms;
	-ms-animation-delay: 350ms;
	animation-delay: 350ms;
}
.sp-container h2.frame-2 {
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}
.sp-container h2.frame-21 {
	margin-top:1em;
	-webkit-animation-delay: 9200ms;
	-moz-animation-delay: 9200ms;
	-ms-animation-delay: 9200ms;
	animation-delay: 9200ms;
}
.sp-container h2.frame-22 {
	margin-top:2em;
	-webkit-animation-delay: 9350ms;
	-moz-animation-delay: 9350ms;
	-ms-animation-delay: 9350ms;
	animation-delay: 9350ms;
}
.sp-container h2.frame-3 {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.sp-container h2.frame-31 {
	margin-top:1em;
	-webkit-animation-delay: 18200ms;
	-moz-animation-delay: 18200ms;
	-ms-animation-delay: 18200ms;
	animation-delay: 18200ms;
}
.sp-container h2.frame-32 {
	margin-top:2em;
	-webkit-animation-delay: 18350ms;
	-moz-animation-delay: 18350ms;
	-ms-animation-delay: 18350ms;
	animation-delay: 18350ms;
}
.sp-container h2.frame-4 {
	font-size: 200px;
	-webkit-animation-delay: 27s;
	-moz-animation-delay: 27s;
	-ms-animation-delay: 27s;
	animation-delay: 27s;
}
.sp-container h2.frame-1 span:nth-child(2) {
	-webkit-animation-delay: 1s !important;
	-moz-animation-delay:  1s !important;
	-ms-animation-delay:  1s !important;
	animation-delay:  1s !important;
}
.sp-container h2.frame-1 span:nth-child(4) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}

/* h3 anim */

.sp-container h3 {
	position: absolute;

line-height: 1.6;

	font-size: 4.5vw;
	width: 100%;
	text-align: left;
	color: white;
	opacity: 0;
/* 	-webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards; */
		-webkit-animation: fly-in-right2 20s infinite ;
	-moz-animation: fly-in-right2 20s infinite ;
	-ms-animation: fly-in-right2 20s infinite;
	animation: fly-in-right2 20s infinite;

}
.sp-container h3.frame-1 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.sp-container h3.frame-11 {
	margin-top:1em;
	-webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-ms-animation-delay: 200ms;
	animation-delay: 200ms;
}
.sp-container h3.frame-12 {
	margin-top:2em;
	-webkit-animation-delay: 350ms;
	-moz-animation-delay: 350ms;
	-ms-animation-delay: 350ms;
	animation-delay: 350ms;
}
.sp-container h3.frame-2 {
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}
.sp-container h3.frame-21 {
	margin-top:1em;
	-webkit-animation-delay: 10200ms;
	-moz-animation-delay: 10200ms;
	-ms-animation-delay: 10200ms;
	animation-delay: 10200ms;
}
.sp-container h3.frame-22 {
	margin-top:2em;
	-webkit-animation-delay: 10350ms;
	-moz-animation-delay: 10350ms;
	-ms-animation-delay: 10350ms;
	animation-delay: 10350ms;
}
.sp-container h3.frame-1 span:nth-child(2) {
	-webkit-animation-delay: 1s !important;
	-moz-animation-delay:  1s !important;
	-ms-animation-delay:  1s !important;
	animation-delay:  1s !important;
}
.sp-container h3.frame-1 span:nth-child(4) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}


/* h3 anim end*/


@-webkit-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	21%{
		opacity: 0;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
		23%{
		opacity: 1;

	}
		27%{
		opacity: 0;

	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}
.block {
  position: relative;
  border: 2px solid #000;
  height: 200px;
  width: 500px;
  margin: 3em;
  box-shadow: 1em 1em 0 rgba(0, 0, 0, 0.2);
}
.fly-right {
  animation: fly-in-right 60s ;
}

@keyframes fly-in-right {
  0% {
	  
    right: -100vw;
  }
  1% { opacity:1;
    right: -100vw;
  }
  2% {
	  opacity:1;
    right: 2%;
  }
  3% {
	  opacity:1;
    right: 0;
  }
  4%{
	  opacity:1;
    right: 0;
  }
    33%{
	  opacity:1;
    right: 0;
  }
  
  	34%{
		opacity: 0;
		right: 100vw;

	}
	100% {
		 opacity:0;
		 right: 100vw;
	}
	
}

.fly-right2 {
  animation: fly-in-right2 60s ;
}

@keyframes fly-in-right2 {
  0% {
	  
    right: -100vw;
  }
  1% { opacity:1;
    right: -100vw;
  }
  2% {
	  opacity:1;
    right: 2%;
  }
  3% {
	  opacity:1;
    right: 0;
  }
  4%{
	  opacity:1;
    right: 0;
  }
    50%{
	  opacity:1;
    right: 0;
  }
  
  	51%{
		opacity: 0;
		right: 100vw;

	}
	100% {
		 opacity:0;
		 right: 100vw;
	}
	
}
/*slideshow*/
#slideshow {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;

}

.slide-wrapper {
  width: 600%;
  -webkit-animation: slide 40s ease infinite;
  
}

.slide {
  float: left;

padding: 0px 30px 0px 30px;
  width: 16.6666666%;
}

.slideimage {

  width: 40%;
}

.slide:nth-child(1) {
  background: transparent;
}

.slide:nth-child(2) {
  background: transparent;

}

.slide:nth-child(3) {

  background: transparent;
}

.slide:nth-child(4) {

  background: transparent;
}
.slide:nth-child(5) {

  background: transparent;
}
.slide:nth-child(6) {

  background: transparent;
}

.slide-number {
  color: #000;
  text-align: center;
  font-size: 10em;
}

@-webkit-keyframes slide {
  0% {margin-left: 0px;}
  14% {margin-left: 0px;}
  16% {margin-left: -100%;}
  30% {margin-left: -100%;}
  32% {margin-left: -200%;}
  46% {margin-left: -200%;}
  48% {margin-left: -300%;}
  62% {margin-left: -300%;}
  64% {margin-left: -400%;}
  78% {margin-left: -400%;}
  80% {margin-left: -500%;}
  96% {margin-left: -500%;}
  
}
/* end slideshow*/





@media only screen and (max-width:768px) {
 
 .logo {
  background-position:top !important;

  position:absolute;
  top:0;

  width:75%;
  max-width:315px;
  margin:0px 0 10px 10px
 }
 .topspace {

  height:170px;

}
 .panel1::before {
  border-width: 50px 100vw 0 0;
  top: -50px;
	 
 }
  .panel2::before {
    border-width: 50px 100vw 0 0;
    top: -50px;
	 
 }
   .panelpic::before {
    border-width: 50px 100vw 0 0;
    top: 0px;
	 
 }
 .panelpic {
	 
	 padding: 150px 5% 150px 5%;
	 
 }
 .slideimage {

  width: 80%;
}
 
 .panel1 {
	 
  padding: 30px 5% 50px 5%;
  
}
.panel2 {
	 
  padding: 30px 5% 85px 5%;
  
}
.sp-container {

  height: 15vh;
}

.sp-container h2 {

line-height: 1.8;

	font-size: 10vw;
}
.container1{
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  z-index: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 400px;
  }
}