 @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css); 

@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

html,


body {
    height: 100%;
/*     background-color: #2a296b; */
    color: #fff;
    font-family: 'Raleway', sans-serif;

    font-weight: 900;
    src: local('sans-serif'), local('sans-serif'), url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
    font-display: swap;  
    -webkit-font-smoothing: antialiased;

}
.negtop {

  margin-top:-120px;
}
.page{
  margin:0 auto;

  width: 800px;
}
section {

  width: 100%;
  height: 100%;
}




.panel1 {
    position: relative;
    display: block;
    text-align: center;
    padding: 50px 15% 30px 15%;
}

canvas {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    overflow: hidden;
  }


/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
    color: white;
    
    
    }
    .panel-body {

        color: white;
        background-color: transparent !important;
        text-align: center;
        font-size: 1.25em !important;

    }
    .panel-heading {
        
        background-color: transparent !important;
        margin-top: 10px;
    }
    .panel-title {

        background-color: transparent !important;

    }
    .panel-default {

        
        background-color: transparent !important;
    }

    .fancy-collapse-panel .panel-heading a {
        padding: 10px 0;
        margin-bottom: 0;
    color: white;
    text-align: center;
    
    z-index: 10;
    text-decoration:none;
    }
    .fancy-collapse-panel2 .panel-heading a {
      padding: 10px 0;
      margin-bottom: 0;
      background-color: transparent;
    border: 0px solid rgba(0,0,0,0);
    
    text-align: center;
    
    z-index: 10;
    text-decoration:none;
    }
    .panel-heading {
    
    text-align:center;
    text-decoration: none !important;
    }
    .fancy-collapse-panel .panel-heading a:after {
                      font-family: fontawesome;
                content: "\f077";
        text-align: center;
        font-size: 16px;
        top: 41px;
    color: white;
        background-color:     #a50b02;
        border-radius: 18px;
        transition: all 0.3s ease 0s;
        padding: 6px 9px 6px 9px;

        
    margin: 3px auto 3px auto;
    
    display: block;
    width: 33px;
    }
    .fancy-collapse-panel2 .panel-heading a:after {
    
    color: white;
    background-color:     #e3000f;
    border-radius: 18px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    }
    
    .fancy-collapse-panel .panel-heading a.collapsed:after {
    content: "+";
    font-family: sans-serif;
    font-weight: 800;
    }
/*fancy end */

  
  

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}





.pulse {



  cursor: pointer;
  box-shadow: 0 0 0 rgba(100,0,0, 0);
  animation: pulse 2s infinite;
/*   animation: shake 2s infinite cubic-bezier(.36,.07,.19,.97) both; */
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,20, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0px rgba(0,0,0,  0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,20, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0px rgba(0,0,0,  0);
  }
}
.greenify {

  background-color: rgb(50, 150, 50);


}
.newbut {

  padding: 10px 20px 10px 20px;
  background-repeat: repeat-x;
  border-radius: 5px;
  width: 190px;
  text-align: center;
  margin: 0 auto;
  font-size: 19px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  -webkit-text-size-adjust: none;
  border: 2px solid black;
margin-bottom: 5px;
  display: inherit;
}
.weight800 {

    font-weight: 800;

}
#home-news{
  font-size: 18px;
	text-align:center;
	text-transform:uppercase;
	color:#464646;
	height: 45px;
	line-height: 45px;
	overflow:hidden;
	position:relative;
}.home_header {
	position:absolute;
	width:100%;
	z-index:99;
	color: #77ebf7;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-weight: bold;
}
.home_header_on {
	z-index:100;
}.home_header strong {
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}.home_header span, .home_header strong {
	position:relative;
	top:-50px;
}.home_header_on *:nth-child(1) {
	 top: 0;
	-webkit-transition: top .6s ease-in-out;
	-moz-transition: top .6s ease-in-out;
	 transition: top .6s ease-in-out;
}.home_header_on *:nth-child(2) {
	top: 0;
	-webkit-transition: top .6s ease-in-out .15s;
	-moz-transition: top .6s ease-in-out .15s;
	transition: top .6s ease-in-out .15s;
}.home_header_on *:nth-child(3) {
	top: 0;
	-webkit-transition: top .6s ease-in-out .3s;
	-moz-transition: top .6s ease-in-out .3s;
	transition: top .6s ease-in-out .3s;
}.home_header_out *:nth-child(1) {
	top: 50px;
	-webkit-transition: top .6s ease-in-out;
	-webkit-transition: top .6s ease-in-out;
	-moz-transition: top .6s ease-in-out;
}.home_header_out *:nth-child(2) {
	top: 50px;
	-webkit-transition: top .6s ease-in-out .15s;
	-moz-transition: top .6s ease-in-out .15s;
	transition: top .6s ease-in-out .15s;
}.home_header_out *:nth-child(3) {
	top: 50px;
	-webkit-transition: top .6s ease-in-out .3s;
	-moz-transition: top .6s ease-in-out .3s;
	transition: top .6s ease-in-out .3s;
}


*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.blur,
.main,
.particles{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.dark {
background-color: rgba(0,0,0,0.5);
height:100vh;
}

.main{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100;
}
.title{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 15px;
    padding: 12.5px 25px;
    text-shadow: 1px 1px 10px black;
    border: 2px solid rgba( 255, 255, 255, .5);
    border-radius: 4px;
    color: white;
}






.mobile {
    height: 100%;
}

.web {
    padding-top: -100px !important;
}

.padbottom {
    padding-bottom: 14px;
}



.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}

.oswald {
    font-family: 'Raleway', sans-serif;
    font-size: 20px !important;
}

.standardbox {
    font-family: 'Raleway', sans-serif;
    font-size: 16px !important;
}

.bgimagearea {
    background-color: #131313;
    height: 500px;
    padding-top: 0px;
}

.headarea {
    background-color: #1d1c1f;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slidersection {
    background-color: #1d1d1d;
}

.logo {
background-position: top !important;
width: 100%;
position: absolute;
top: 0;
z-index: 101;
width: 85%;
max-width: 400px;
margin: 30px 0px 10px 300px;
}

.purpleBG {
    background-color: #2c2740;
}

.carousel slide {
    padding-top: 80px;
}

.altbgcol {
    background-color: #3f636f;
    padding-top: 60px;
    padding-bottom: 60px;
}

.col-center {
    margin: 0 auto;
    float: none;
}

.sectiontitle {
    font-size: 30px;
    text-align: center;
}

.pagetitle {
    padding-left: 30px;
    padding-right: 20px;
    font-size: 30px;
    text-align: center;
    font-weight: 100;
}

.editorialtext {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: 100;
}

.gianttext {
    font-family: 'FontAwesome', sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 100px;
    text-align: center;

    src: local('sans-serif'), local('sans-serif'), url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css)');
    font-display: swap;  
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    text-align: center;
}


.newbut > span {
    color: #000000 !important;
}

.shadedarea {
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    margin: 0 auto;
}

.smallbox {
    width: 400px;
}

.biggerbox {
    width: 800px;
    margin-top: 30px;
}

.lightershade {
    background-color: rgba(0, 0, 0, 0.2);
}

.whitedarea {
  padding: 20px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  margin: 30px 0px;
  color: black;
  box-shadow: 15px 20px black;
  border: 2px solid black;
}

.center-button {
    margin: 0 auto;
    float: none;
    border-radius: 5px;
    width: 250px;
    text-align: center;
    vertical-align: bottom;
}

.redify {
    background-color: #b10303;
}

.redify:hover {
    background-color: rgba(255, 100, 100, 0.8);
}

.linkbox {
    width: 33%;
    text-align: center;
}

.md-img {
    border: 0px;
    width: 250px;
}

.sm-img {
    border: 0px;
    width: 100px;
}

.carousel-inner {
    margin: 0 auto;
    float: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.carousel-caption {
    position: absolute;
    z-index: 1;
    display: table;
    top: 22%;
    transform: translateX(-10%);
    width: 200px;
}

.flyleft {
    position: absolute;
    z-index: 1;
    display: table;
    top: 20%;
    transform: translateX(10%);
    right: 0px;
}

.flyright {
    position: absolute;
    z-index: 1;
    display: table;
    top: 20%;
    transform: translateX(-10%);
}

.spacer {
    padding-top: 20px;
}

.absolute-div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.show {

  display: inline-block;
  width: 100%;
  margin: 15px 10px 15px 10px;
}
.carousel-caption h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.item {
    text-align: center;
}

.blog-entry {
    border: 1px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
}

.blog-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}

a:active {
    text-decoration: none;
    /* color: #ffffff; */
}

a:visited {
    text-decoration: none;
    /* color: #ffffff; */
}

a:link {
    text-decoration: none;
    /* color: #ffffff; */
    z-index: 10;
position: relative;
}

a:hover {
    text-decoration: none;
    color: #98e8fc;
}

.carousel-content {
    color: #fff;
    display: flex;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    height: 500px;
}

@media only screen and (max-width:959px) {
    h2 {
        font-size: 20px;
    }
    .flyleft,
    .flyright {
        margin-left: 5%;
        margin-right: 5%;
    }
    .carousel,
    .item,
    .active {
        height: 600px
    }
    .fill2 {
        height: 959px;
    }
    .fill {
        height: 959px;
    }
    .biggerbox {
        width: 600px;
    }
}

@media only screen and (min-width:959px) {
    .flyleft,
    .flyright {
        margin-left: 20%;
        margin-right: 20%;
    }
    .carousel,
    .item,
    .active {
        height: 959px;
    }
    .fill {
        width: 100%;
        height: 959px !important;
        background-position: top left;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-image: url('/fu/ff/images/ns/slide1bg4.jpg');
    }
    .fill2 {
        width: 100%;
        height: 959px !important;
        background-position: top right;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-image: url('/fu/ff/images/ns/slide2bgbw.jpg');
    }
}

@media only screen and (max-width:768px) {
    .spacerphone {
        padding-top: 53px !important;
    }

    .negtop {

      margin-top:-184px;
    }
    .sp-content {

      margin-top: 10vh;
    }
    .sp-container h2 {
font-size: 9vw !important;
    }

    .editorialtext {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gianttext {
        font-size: 70px;
    }
    .shrinkingimage {
        width: 60%;
    }
    .fill2 {
        background-size: 100%;
    }
    .fullwidthsection {
        width: 100%;
    }
    .web {
        visibility: hidden;
        height: 0px;
        display: none;
    }
    .blog-text {
        margin-top: 5px;
    }
    .blog-cell {
        text-align: center;
    }
	.logo {
background-position: top !important;
width: 100%;
position: absolute;
top: 0;
z-index: 101;
width: 85%;
max-width: 400px;
margin: 30px 0px 10px 10px;
}
	#home-news {
	font-size: 21px !important;
	}
	.newbut {

    padding: 15px 15px 15px 15px;
   
    width: 175px;

    font-size: 18px;
 

}
}

@media only screen and (min-width:768px) {
    .shrinkingimage {
        width: 384px;
    }
    .fill2 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }


	}

#home-news{
  font-size: 48px;

}

    .fill {
        width: 100%;
        height: 600px;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    .fill2 {
        width: 100%;
        height: 600px;
        background-position: top;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
	.boxedarea {
	max-width: 600px;
	}


.boxedarea {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 28px;
    padding: 35px 14px 15px 14px;
    margin: 30px 20px 0px 20px;
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: 500;
}


.members {
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}


.div-table {
    display: table;
    width: 100%;
    background-color: #124c90 !important;
    border-spacing: 0px;
}

.div-table-row {
    display: table-row;
    width: 100%;
    clear: both;
}

.div-table-col {
    float: left;
    display: table-column;
    width: 25%;
    background-color: #124c90;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.activeCell {
    background-color: #486f9d;
}

.couple {
    background-image: url('/fu/ff/images/ns/coupletrans.png');

}

.couplered {
    background-image: url('/fu/ff/images/ns/couplered.png');

}
.couplealt {
    background-image: url('/fu/ff/images/ns/coupletrans.png');

}
.gaycouple {
    background-image: url('/fu/ff/images/ns/gaycouple.png');

	}
	#slideshow { position:relative; max-width:100%; padding-bottom:48.828%; height:100vh;} /* (img px height / img px width x 100) = padding-bottom % */
#slideshow div { position:absolute; width:100%; height:100vh; background-size:cover; -webkit-transition:opacity 10s; transition:opacity 10s }
.js #slideshow div { opacity:0 } /* only hide images if js enabled */
.js #slideshow .show, #slideshow .show { opacity:0.7 }



	#slideshow :nth-child(1) { background-image:url('/fu/ff/images/ns/bg5.jpg'); 		background-position: top; }
	#slideshow :nth-child(2) { background-image:url('/fu/ff/images/ns/bg6.jpg'); 		background-position: top; }
	#slideshow :nth-child(3) { background-image:url('/fu/ff/images/ns/bg7.jpg'); 		background-position: top; }
	#slideshow :nth-child(4) { background-image:url('/fu/ff/images/ns/bg8.jpg'); 		background-position: top; }

    @media only screen and (max-width:640px) {

        #slideshow :nth-child(1) { background-image:url('/fu/ff/images/ns/bg5s.jpg'); 		background-position: top; }
        #slideshow :nth-child(2) { background-image:url('/fu/ff/images/ns/bg6s.jpg'); 		background-position: top; }
        #slideshow :nth-child(3) { background-image:url('/fu/ff/images/ns/bg7s.jpg'); 		background-position: top; }
        #slideshow :nth-child(4) { background-image:url('/fu/ff/images/ns/bg8s.jpg'); 		background-position: top; }
    
    
    }

    /* start slide*/

    #slideshow2 {
      overflow:hidden;
      width:100%;
      margin:0 auto
     }
     .slide-wrapper2 {
      width:600%;
      -webkit-animation:slide2 40s ease infinite
     }
     .slide2 {
      float:left;
      padding:0 30px 0 30px;
      width:16.6666666%
     }
     .slideimage2 {
      width:40%
     }
     .slide2:nth-child(1) {
      background:transparent
     }
     .slide2:nth-child(2) {
      background:transparent
     }
     .slide2:nth-child(3) {
      background:transparent
     }
     .slide2:nth-child(4) {
      background:transparent
     }
     .slide2:nth-child(5) {
      background:transparent
     }
     .slide2:nth-child(6) {
      background:transparent
     }
     .slide-number2 {
      color:#000;
      text-align:center;
      font-size:10em
     }
     @-webkit-keyframes slide2 {
      0% {
       margin-left:0
      }
      14% {
       margin-left:0
      }
      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 slide*/


#particle-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  
  .particle {
    position: absolute;
    border-radius: 50%;
    
    z-index: -1;
  }
  
  @keyframes particle-animation-1 {
    100% {
      transform: translate3d(87vw, 5vh, 75px);
    }
  }
  .particle:nth-child(1) {
    animation: particle-animation-1 60s infinite;
    opacity: 0.32;
    height: 10px;
    width: 10px;
    animation-delay: -0.2s;
    transform: translate3d(30vw, 78vh, 55px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-2 {
    100% {
      transform: translate3d(72vw, 72vh, 70px);
    }
  }
  .particle:nth-child(2) {
    animation: particle-animation-2 60s infinite;
    opacity: 0.23;
    height: 7px;
    width: 7px;
    animation-delay: -0.4s;
    transform: translate3d(76vw, 42vh, 89px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-3 {
    100% {
      transform: translate3d(50vw, 37vh, 85px);
    }
  }
  .particle:nth-child(3) {
    animation: particle-animation-3 60s infinite;
    opacity: 0.84;
    height: 7px;
    width: 7px;
    animation-delay: -0.6s;
    transform: translate3d(58vw, 62vh, 23px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-4 {
    100% {
      transform: translate3d(32vw, 70vh, 3px);
    }
  }
  .particle:nth-child(4) {
    animation: particle-animation-4 60s infinite;
    opacity: 0.26;
    height: 6px;
    width: 6px;
    animation-delay: -0.8s;
    transform: translate3d(69vw, 33vh, 13px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-5 {
    100% {
      transform: translate3d(39vw, 55vh, 42px);
    }
  }
  .particle:nth-child(5) {
    animation: particle-animation-5 60s infinite;
    opacity: 0.6;
    height: 8px;
    width: 8px;
    animation-delay: -1s;
    transform: translate3d(70vw, 9vh, 100px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-6 {
    100% {
      transform: translate3d(1vw, 80vh, 32px);
    }
  }
  .particle:nth-child(6) {
    animation: particle-animation-6 60s infinite;
    opacity: 0.86;
    height: 6px;
    width: 6px;
    animation-delay: -1.2s;
    transform: translate3d(64vw, 83vh, 2px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-7 {
    100% {
      transform: translate3d(45vw, 13vh, 47px);
    }
  }
  .particle:nth-child(7) {
    animation: particle-animation-7 60s infinite;
    opacity: 0.25;
    height: 8px;
    width: 8px;
    animation-delay: -1.4s;
    transform: translate3d(10vw, 46vh, 43px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-8 {
    100% {
      transform: translate3d(65vw, 73vh, 49px);
    }
  }
  .particle:nth-child(8) {
    animation: particle-animation-8 60s infinite;
    opacity: 0.72;
    height: 9px;
    width: 9px;
    animation-delay: -1.6s;
    transform: translate3d(66vw, 8vh, 57px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-9 {
    100% {
      transform: translate3d(15vw, 30vh, 48px);
    }
  }
  .particle:nth-child(9) {
    animation: particle-animation-9 60s infinite;
    opacity: 0.85;
    height: 10px;
    width: 10px;
    animation-delay: -1.8s;
    transform: translate3d(57vw, 72vh, 6px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-10 {
    100% {
      transform: translate3d(27vw, 27vh, 48px);
    }
  }
  .particle:nth-child(10) {
    animation: particle-animation-10 60s infinite;
    opacity: 0.14;
    height: 10px;
    width: 10px;
    animation-delay: -2s;
    transform: translate3d(67vw, 9vh, 8px);
      background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-11 {
    100% {
      transform: translate3d(68vw, 22vh, 61px);
    }
  }
  .particle:nth-child(11) {
    animation: particle-animation-11 60s infinite;
    opacity: 0.8;
    height: 9px;
    width: 9px;
    animation-delay: -2.2s;
    transform: translate3d(17vw, 13vh, 74px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-12 {
    100% {
      transform: translate3d(49vw, 2vh, 38px);
    }
  }
  .particle:nth-child(12) {
    animation: particle-animation-12 60s infinite;
    opacity: 0.4;
    height: 8px;
    width: 8px;
    animation-delay: -2.4s;
    transform: translate3d(74vw, 43vh, 95px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-13 {
    100% {
      transform: translate3d(36vw, 5vh, 88px);
    }
  }
  .particle:nth-child(13) {
    animation: particle-animation-13 60s infinite;
    opacity: 0.61;
    height: 7px;
    width: 7px;
    animation-delay: -2.6s;
    transform: translate3d(60vw, 72vh, 46px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-14 {
    100% {
      transform: translate3d(27vw, 4vh, 45px);
    }
  }
  .particle:nth-child(14) {
    animation: particle-animation-14 60s infinite;
    opacity: 0.96;
    height: 6px;
    width: 6px;
    animation-delay: -2.8s;
    transform: translate3d(44vw, 58vh, 96px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-15 {
    100% {
      transform: translate3d(60vw, 23vh, 39px);
    }
  }
  .particle:nth-child(15) {
    animation: particle-animation-15 60s infinite;
    opacity: 0.2;
    height: 10px;
    width: 10px;
    animation-delay: -3s;
    transform: translate3d(87vw, 16vh, 16px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-16 {
    100% {
      transform: translate3d(81vw, 4vh, 10px);
    }
  }
  .particle:nth-child(16) {
    animation: particle-animation-16 60s infinite;
    opacity: 0.53;
    height: 10px;
    width: 10px;
    animation-delay: -3.2s;
    transform: translate3d(90vw, 22vh, 56px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-17 {
    100% {
      transform: translate3d(1vw, 72vh, 76px);
    }
  }
  .particle:nth-child(17) {
    animation: particle-animation-17 60s infinite;
    opacity: 0.9;
    height: 7px;
    width: 7px;
    animation-delay: -3.4s;
    transform: translate3d(24vw, 30vh, 28px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-18 {
    100% {
      transform: translate3d(89vw, 19vh, 82px);
    }
  }
  .particle:nth-child(18) {
    animation: particle-animation-18 60s infinite;
    opacity: 0.15;
    height: 10px;
    width: 10px;
    animation-delay: -3.6s;
    transform: translate3d(35vw, 58vh, 49px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-19 {
    100% {
      transform: translate3d(75vw, 13vh, 84px);
    }
  }
  .particle:nth-child(19) {
    animation: particle-animation-19 60s infinite;
    opacity: 0.84;
    height: 9px;
    width: 9px;
    animation-delay: -3.8s;
    transform: translate3d(46vw, 1vh, 45px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-20 {
    100% {
      transform: translate3d(64vw, 39vh, 26px);
    }
  }
  .particle:nth-child(20) {
    animation: particle-animation-20 60s infinite;
    opacity: 0.78;
    height: 9px;
    width: 9px;
    animation-delay: -4s;
    transform: translate3d(84vw, 74vh, 83px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-21 {
    100% {
      transform: translate3d(47vw, 23vh, 20px);
    }
  }
  .particle:nth-child(21) {
    animation: particle-animation-21 60s infinite;
    opacity: 0.61;
    height: 9px;
    width: 9px;
    animation-delay: -4.2s;
    transform: translate3d(23vw, 58vh, 98px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-22 {
    100% {
      transform: translate3d(84vw, 47vh, 94px);
    }
  }
  .particle:nth-child(22) {
    animation: particle-animation-22 60s infinite;
    opacity: 0.96;
    height: 6px;
    width: 6px;
    animation-delay: -4.4s;
    transform: translate3d(72vw, 5vh, 32px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-23 {
    100% {
      transform: translate3d(82vw, 83vh, 51px);
    }
  }
  .particle:nth-child(23) {
    animation: particle-animation-23 60s infinite;
    opacity: 1;
    height: 6px;
    width: 6px;
    animation-delay: -4.6s;
    transform: translate3d(29vw, 27vh, 88px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-24 {
    100% {
      transform: translate3d(4vw, 72vh, 75px);
    }
  }
  .particle:nth-child(24) {
    animation: particle-animation-24 60s infinite;
    opacity: 0.6;
    height: 7px;
    width: 7px;
    animation-delay: -4.8s;
    transform: translate3d(7vw, 34vh, 47px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-25 {
    100% {
      transform: translate3d(86vw, 75vh, 68px);
    }
  }
  .particle:nth-child(25) {
    animation: particle-animation-25 60s infinite;
    opacity: 0.53;
    height: 10px;
    width: 10px;
    animation-delay: -5s;
    transform: translate3d(65vw, 37vh, 60px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-26 {
    100% {
      transform: translate3d(68vw, 68vh, 18px);
    }
  }
  .particle:nth-child(26) {
    animation: particle-animation-26 60s infinite;
    opacity: 0.19;
    height: 7px;
    width: 7px;
    animation-delay: -5.2s;
    transform: translate3d(34vw, 21vh, 46px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-27 {
    100% {
      transform: translate3d(88vw, 84vh, 52px);
    }
  }
  .particle:nth-child(27) {
    animation: particle-animation-27 60s infinite;
    opacity: 0.61;
    height: 9px;
    width: 9px;
    animation-delay: -5.4s;
    transform: translate3d(44vw, 14vh, 62px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-28 {
    100% {
      transform: translate3d(44vw, 42vh, 81px);
    }
  }
  .particle:nth-child(28) {
    animation: particle-animation-28 60s infinite;
    opacity: 0.55;
    height: 8px;
    width: 8px;
    animation-delay: -5.6s;
    transform: translate3d(35vw, 35vh, 26px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-29 {
    100% {
      transform: translate3d(72vw, 63vh, 100px);
    }
  }
  .particle:nth-child(29) {
    animation: particle-animation-29 60s infinite;
    opacity: 0.51;
    height: 9px;
    width: 9px;
    animation-delay: -5.8s;
    transform: translate3d(26vw, 84vh, 24px);
    background: radial-gradient(#ffffff, transparent);
  }
  
  @keyframes particle-animation-30 {
    100% {
      transform: translate3d(48vw, 29vh, 95px);
    }
  }
  .particle:nth-child(30) {
    animation: particle-animation-30 60s infinite;
    opacity: 0.25;
    height: 6px;
    width: 6px;
    animation-delay: -6s;
    transform: translate3d(37vw, 44vh, 48px);
    background: radial-gradient(#ffffff, transparent);
    
  }
  
    /*end particle*/

    /*start new*/

    .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;
        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;
        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('/fu/ff/images/ns/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: 80vh;
    min-height: 400px;
    z-index: 0;
    padding-top: 14vh;
    /* 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));
    overflow: hidden;
}
      .sp-content {
        width: 100%;
        height: 100%;
        left: 0px;
      
        z-index: 2;
      }
.buttonarea {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

}
      .logo {
          background-position: top !important;
          width: 100%;
          position: absolute;
          top: 0;
          z-index: 0;
          width: 75%;
          max-width: 500px;
          margin: 0px 0 10px 5%;
        
      }
      .sp-container h2 {
        position: absolute;
      
      line-height: 1.6;
      
        font-size: 7vw;
        width: 100%;
        text-align: left;
        padding-left: 5%;
        color: white;
        opacity: 0;
        margin-top: 0px;
      /* 	-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;
      }
      
      

@-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%;
}

      /* h3 anim end*/
    /*end new */

    
/*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 {
    margin: 65px 0 -55px 0;
    margin-right: 0px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    outline: 0;
    display: none;
    margin-right: 10px;
    padding-right: 30px;
    width: 350px;
    text-align: right
}
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: #000;
  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;
top: 0;
color:#000;
font-size: 16px;
}
#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 */
/*slide*/
.background-image-crossfade-3, .background-image-crossfade-2, .background-image-crossfade-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
}

.background-image-crossfade-1 {

  background: url("/fu/ff/images/ns/b1.png") no-repeat bottom/auto 80vh;
  z-index: -1;
}

.background-image-crossfade-2 {
 
  background: url("/fu/ff/images/ns/b3.png") no-repeat top right/auto 80vh;
  z-index: -1;
}

.background-image-crossfade-3 {

  background: url("/fu/ff/images/ns/bg7.png") no-repeat bottom right/auto 80vh;
  z-index: -1;
}

@keyframes background-image-crossfade-animation {
  0% {
    opacity: 1;

  }
  22.2222222222% {
    opacity: 1;


  }
  33.3333333333% {
    opacity: 0;
 
  }
  88.8888888889% {
    opacity: 0;

  }
  100% {
    opacity: 1;

  }
}
.container-images-crossfade div:nth-of-type(1) {
  animation-delay: -12s;
}

.container-images-crossfade div:nth-of-type(2) {
  animation-delay: -6s;
}

.container-images-crossfade div:nth-of-type(3) {
  animation-delay: 0s;
}

.imageanim {
  animation-name: background-image-crossfade-animation;
  animation-iteration-count: infinite;
  animation-duration: 18s;
}
/*end slide*/

/*new blog*/
.result {
    display: grid;
    grid-template-columns: .5fr 1fr;
    padding: 15px 15px 10px;
    border: 1px solid black;
    margin: 10px 0px 10px 0px;
height: 250px;

  overflow: hidden;
}

.previmg{ 

  max-height: 200px;
  overflow-y: hidden;

}

.previmgin {
  width: 100%;

  max-width: 300px;
  
}


.textarea {
	display: flex !important;

flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
margin-left: 30px;
max-height: 250px;
-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 90%);
mask-image: linear-gradient(to bottom, black 80%, transparent 90%);

}
.prevheadline {
  font-size: 1.25em;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  height: 30%;
}
.prevtext {
  font-size: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50%;
  -webkit-mask-image: linear-gradient(to bottom,black 80%,transparent 90%);
  mask-image: linear-gradient(to bottom,black 80%,transparent 90%);

}
.prevdate{
			font-weight: 200;
					font-size: 0.8em;
          height:20%;
			
}
/*end blog*/
