html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/* end reset */

body {
	 background: url(../images/91.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	font-family: 'PT Sans', sans-serif;
	background-position:top;
}
.sfb {
	width:30px;
	height:30px;
	position:fixed;
	padding-left:11px;
	padding-top:5px;
	background-color:#3b5998;
	color:#fff;
	border-radius:5px;
	position:fixed;
	bottom:91px;
	left:0px;
	z-index:9999; 
	font-size:1em;
}

.syt {
	width:30px;
	height:30px;
	position:fixed;
	padding-left:9px;
	padding-top:5px;
	background-color:#ff0000;
	color:#fff;
	border-radius:5px;
	bottom:60px;
	left:0px;
	z-index:9999; 
	font-size:1em;
}

.sig{
	width:30px;
	height:30px;
	position:fixed;
	padding-left:9px;
	padding-top:5px;
	background-color:orange;
	color:#fff;
	border-radius:5px;
	bottom:29px;
	left:0px;
	z-index:9999; 
	font-size:1em;
}

.scl{
	width:30px;
	height:30px;
	position:fixed;
	padding-left:5px;
	padding-top:5px;
	background-color:#ff4e00;
	color:#fff;
	border-radius:5px;
	bottom:122px;
	left:0px;
	z-index:9999; 
	font-size:1em;
}

.copyx{
	position:fixed; 
	top:160px; 
	right:-130px; 
	z-index:9997;
	font-size:.9em;
	color:#fff; 
	transform: rotate(90deg);
	
}


.video-w3l {
    padding: 0;
    background: rgba(0, 0, 0, 0.28);
    min-height: 780px;
    display: grid;
}
h1 {
    font-size: 3.5em;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 600;
    margin-bottom: 3em;
}
h2 {
    font-size: 32px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wthree-info p {
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: 2em 0;
    font-weight: 100;
}
/*--//background--*/

/*-- spinner effect --*/
.clear-loading {
    text-align: center;
    margin: 3em auto 1em;
    position: relative;
    box-sizing: border-box;
}

.spinner {
    width: 100px;
    height: 100px;
}

.spinner > span,
.spinner > span:before,
.spinner > span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.spinner > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.spinner > span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.spinner > span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*-- //spinner effect --*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #eee;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #eee;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #eee;
}
::-moz-placeholder { /* Firefox 18- */
  color: #eee;
}
.container {
    width: 70%;
    text-align: right;
    margin: 0 auto;
    margin: 0 auto;
    padding: 4vw 0vw;
    flex-wrap: wrap;
}
/*--timer--*/
.examples {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack:center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div#simply-countdown-losange {
    margin: 1vw 0vw 1vw 30vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.simply-section {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    text-align: center;
    padding: 1vw;
	border: 1px solid #fff;
	border-right: 1px solid transparent;
}

.simply-section:nth-child(4){
	border-right :1px solid #fff;
}

span.simply-amount {
	font-size: 4em;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 600;
    font-size: 60px;
}

span.simply-word {	
    font-size: .8em;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-top: 0.5em;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 100;
}

/* --//timer-- */
/*--newsletter--*/
.newsletter {
    text-align: right;
    width: 100%;
    margin: 1em auto 3em;
    position: relative;
}
.newsletter h2{
    color: #fff;
    font-size: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.newsletter input[type="email"] {
    padding: 13px 15px;
    border: 1px solid #fff;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    outline: none;
    letter-spacing: 2px;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	font-family: 'PT Sans', sans-serif;
}
.newsletter input[type="submit"] {
    width: 15%;
    height: 41px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color:transparent;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0em;
    border: none;
    outline: none;
    border-left:1px solid #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-family: 'PT Sans', sans-serif;

}
.newsletter input[type="submit"]:hover {
    background: #transparent;
    color: #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--//newsletter--*/
span {
    display: block;
}
/*--copyright--*/
.copy p {
	color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 4em 0 0 0;
}
.copy p a {
    color: #0effeb;
    text-decoration: none;
}
.copy p a:hover {
    color: #fff;
}
/*--//copyright--*/



/*--responsive--*/

@media(max-width: 1024px){
div#simply-countdown-losange {
    margin: 1vw 0vw 1vw 17vw;
}
.copy p {
    font-size: 14px;
    letter-spacing: 1px;
}
}
@media(max-width: 800px){
	h1 {
		letter-spacing: 7px;
	}
	.container {
    width: 88%;
	}
}
@media(max-width: 768px){
	.wthree-info p {
		font-size: 1.3em;
	}
	span.simply-amount {
		font-size: 50px;
	}
	h2 {
		font-size: 28px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media(max-width: 736px){
	h1 {
		letter-spacing: 5px;
	}
}
@media(max-width: 667px){
	h1 {
    margin-bottom: 1.5em;
}
.wthree-info p {
    font-size: 1.1em;
}
}
@media(max-width: 600px){
    
	h1 {
		letter-spacing: 4px;
	}
}
@media(max-width: 568px){
	span.simply-amount {
		font-size: 40px;
	}
}
@media(max-width: 480px){
	h1 {
		letter-spacing: 4px;
		font-size: 1.8em;
	}
	div#simply-countdown-losange {
    margin: 1vw 0vw 1vw 0vw;
}
.wthree-info p {
    font-size: 1em;
}
.newsletter input[type="email"] {
    width: 90%;
}
.newsletter input[type="submit"] {
    width: 25%;
}
}
@media(max-width: 414px){
	.copy p {
		margin: 2em 0 0 0;
	}
	.simply-section {
		padding: 2vw 1vw;
	}
	h1 {
    text-align: center;
}
.simply-section {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
}
.copy p,.wthree-info p {
		text-align: center;
	}
.simply-section:nth-child(2){
	border-right :1px solid #fff;
}
.newsletter {
    margin: 1em auto 1em;
}
}
@media(max-width: 384px){
	span.simply-amount {
		font-size: 30px;
	}
	span.simply-word {
		letter-spacing: 2px;
	}
	.newsletter input[type="email"] {
    width: 100%;
}
}
@media(max-width: 375px){

}
@media(max-width: 320px){
.newsletter input[type="email"] {
    font-size: 14px;
    letter-spacing: 1px;
}
}

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
/*--//responsive--*/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: rgba(0,0,0,.50);
    z-index:9999;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px;
  text-decoration: none;

  
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

input[type="text"] {
    padding: 13px 15px;
    border: 1px solid #fff;
    width: 90%;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    outline: none;
    letter-spacing: 2px;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	font-family: 'PT Sans', sans-serif;
}

input[type="email"] {
    padding: 13px 15px;
    border: 1px solid #fff;
    width: 90%;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    outline: none;
    letter-spacing: 2px;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	font-family: 'PT Sans', sans-serif;
}
textarea {
    padding: 13px 15px;
    border: 1px solid #fff;
    width: 90%;
	height:175px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    outline: none;
    letter-spacing: 2px;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	font-family: 'PT Sans', sans-serif;
}

input[type="submit"] {
    width: 30%;
    height: 41px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color:transparent;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0em;
    border: none;
    outline: none;
    border:1px solid #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-family: 'PT Sans', sans-serif;

}