@font-face {
	font-family: 'nlicons';
	src:url('fonts/nlicons/nlicons.eot');
  url('fonts/nlicons/nlicons.svg#nlicons') format('svg');
	src:url('fonts/nlicons/nlicons.eot?#iefix') format('embedded-opentype'),
		url('fonts/nlicons/nlicons.woff') format('woff'),
		url('fonts/nlicons/nlicons.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
  margin: 0;
  background: #000;
}
img{

  height:100%;
  width:100%;
  z-index:-5;
}
.overlayvideo {
  z-index:-5;
}
.overlayvideo2 {
  z-index:-2;
	filter:brightness(var(--mouse-y));

}
.capavideo{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -1000;
}
.bgvideo{
  position: fixed;
  z-index: 1;
}
.logo{
	position: absolute;
    width: 200px;
    z-index: 1;
    top: 0px;
    height: 200px;
}
 video{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 130%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);

  transition: 1s opacity;
}


.info{
  /**font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;**/

  color: #ffffff;
  background: rgba(0, 0, 0, .2 );
  padding:50px;
  display: none;
  width: 500px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

}

.menu {
  background: rgba(0, 0, 0, .2 );
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, .2 ) , rgba(0, 0, 0, .2 );
  transition: box-shadow 1.1s cubic-bezier(.19,1,.22,1);
  z-index: 1100;
}

.menu:hover {
  box-shadow: 0 0 0 8px #000, 0 0 0 8px #000;
}

.hamburguer {
  background: #fff;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
  top: 30px;
  left: 15px;
  transition: .5s ease-in-out;
  z-index: 1;
}

.hamburguer:before,
.hamburguer:after {
  background: #fff;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: .5s ease-in-out;
}

.hamburguer:before {
  top: -10px;
}

.hamburguer:after {
  bottom: -10px;
}

input {
  display: none;
}

input:checked ~ ul {
  display: inline;
}

input:checked ~ label .menu {
  box-shadow: 0 0 0 130vw rgba(0, 0, 0, .2 ), 0 0 0 130vh rgba(0, 0, 0, .2 );
  color: #fff;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  /**font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;**/
}

input:checked ~ label .hamburguer {
  transform: rotate(45deg);
}

input:checked ~ label .hamburguer:before {
  transform: rotate(90deg);
  top: 0;
}

input:checked ~ label .hamburguer:after {
  transform: rotate(90deg);
  bottom: 0;
}

ul.listamenu  {
  list-style: none;
  position: absolute;
  top: 80px;
  right: 32px;
  display: none;
  transition: .25s .1s cubic-bezier(0, 1.07, 0, 1.02);
  z-index: 1200;
}

.listamenu a  {
  color: #fff;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  /**font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;**/
  display: block;
  font-size: 27px;
  margin-bottom: 0px;
  text-decoration: none;
  text-align: right;
}
.capanegra{
  position: fixed;
	width: 100%;
	height: 100%;
	visibility: visible;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 1;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 65px;
	right: 10px;
}
footer li{
	display: inline-block;
	float: right;
}
 .img-social{
	 width: 40px;
 }
.social{
	display: block;
	position: relative;
	float: left;
	width: 50px;
}
.widget-user .card-footer {
    padding-top: 0px !important;
}
