* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
#video-viewport {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
video {
	display: block;
	width: 100%;
	height: auto;
}
.fullsize-video-bg {
	height: 100%;
	overflow: hidden;
}
.fullsize-video-bg:before {
	content: "";
	background: rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.fullsize-video-bg:after {
	content: "";
	background-image: url(../images/pixel.png);
	background-size: 3px 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.fullsize-video-bg .inner {
	display: table;
	width: 100%;
	max-width: 30em;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 2;
	vertical-align: top;
	text-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.fullsize-video-bg .inner > div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 2em;
}
h1 {
	font-family: "Raleway", sans-serif;
	font-size: 3em;
	line-height: .9;
	font-weight: 900;
	letter-spacing: -.025em;
	text-transform: uppercase;
	margin-bottom: .5em;
}

@font-face {
   font-family: caviar;
   src: url(fonts/CaviarDreams_BoldItalic.ttf);
}

@font-face {
   font-family: panic;
   src: url(fonts/PanicStricken.ttf);
}

@font-face {
   font-family: via;
   src: url(fonts/Viafont.ttf);
}


.inner p {
	font-family: caviar;
	font-size: 15px;
	color: #ff0000;
	margin-top: 0em;
	font-weight: bold;
}

.inner p span {
	color: #fff;
	font-family:panic;
	font-style: italic;
}





.inner img {
	margin-bottom: 0em;
	height: 95px;
}

.inner h2 {
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 2.5em;
	line-height: .9;
	font-weight: 900;
	letter-spacing: -.025em;
	margin-bottom: 1em;
}

.inner h2 span {
	color: #ff0000;
}

.enter-btn {
	margin-top: 2em;
}

.enter-btn a {
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	font-size: 13px;
	color: #ddd;
	padding: 6px 12px;
	border:1px solid #ddd;
	border-radius: 20px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.enter-btn a:hover {
	color: #000;
	background-color: #fff;
	text-shadow: none;
	border:1px solid #fff;
	text-decoration: none;
	box-shadow: 1px 1px 2px #333;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}




.social {
  position: fixed;
  top: 30%;
  z-index:999;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 10px;
  background: rgba(0, 0, 0, 0.36);
  width: 305px;
  text-align: right;
  padding: 5px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.9);
  box-shadow:2px 2px 4px #a4a4a4;
}
.social a {
  color: #fff;
  font-size:16px;
font-weight:200;
font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
text-shadow: 2px 2px 2px #ccc;
}

.social ul li:hover a {
  color: #fff;
  text-decoration:none;
}
.social ul li:hover i {
  color: #fff;
  background: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}


.social ul li.fb:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(57, 90, 154, 0.7);
  box-shadow:1px 1px 2px #3B3B3B;
  color:#fff;
}

.social ul li.linkd:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(0, 123, 181, 0.7);
  box-shadow:1px 1px 2px #3B3B3B;
  color:#fff;
}


.social ul li.inst:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(214, 56, 105, 0.7);
  box-shadow:1px 1px 2px #3B3B3B;
  color:#fff;
}

.social ul li.twit:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(85, 172, 238, 0.7);
  box-shadow:1px 1px 2px #3B3B3B;
  color:#fff;
}

.social ul li.you:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(224, 47, 47, 0.7);
  box-shadow:1px 1px 2px #3B3B3B;
  color:#fff;
}


.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  text-align:center;
  padding-top:8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}



.top-div {
	padding: 8px;
	color: rgba(255,255,255,0.7);
	text-shadow: none;
	z-index: 999;
	width: 100%;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	position:absolute;
	background-color:rgba(0,0,0,0.5);
}

.top-div i {
	font-size: 14px;
	padding-right: 10px;
}

.tp-l {
	text-align: left;
}
.tp-r {
	text-align: right;
}

.floating-res {
	bottom: 0%;
	position: fixed;
	width: 100%;
	display: none;
	z-index: 111;
}	
	
.floating-res ul {	
	list-style: none;
	margin-left: 0px;
	width: 100%;
	padding-left: 0px;
}
	
.floating-res ul .facebook	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(59,89,152,0.3);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.floating-res ul .facebook:hover	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(74,109,184,0.9);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}


.floating-res ul .twitter	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(85,172,238,0.3);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.floating-res ul .twitter:hover	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(94,186,255,0.9);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}


.floating-res ul .linkedin	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(0,119,181,0.3);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.floating-res ul .linkedin:hover	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(3,141,213,0.9);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}


.floating-res ul .linkedin	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(0,119,181,0.3);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.floating-res ul .linkedin:hover	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(3,141,213,0.9);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}


.floating-res ul .instagram	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background: rgba(194,0,148,0.3);
	background: -moz-linear-gradient(top, rgba(194,0,148,0.3) 0%, rgba(249,40,9,0.3) 63%, rgba(253,179,28,0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(194,0,148,0.3) 0%,rgba(249,40,9,0.3) 63%,rgba(253,179,28,0.3) 100%); 
	background: linear-gradient(to bottom, rgba(194,0,148,0.3) 0%,rgba(249,40,9,0.3) 63%,rgba(253,179,28,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(194,0,148,0.3)', endColorstr='rgba(253,179,28,0.3)',GradientType=0 );
	
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.floating-res ul .instagram:hover	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background: rgba(194,0,148,0.9);
	background: -moz-linear-gradient(top, rgba(194,0,148,0.9) 0%, rgba(253,179,28,0.9) 100%); 
	background: -webkit-linear-gradient(top, rgba(194,0,148,0.9) 0%,rgba(253,179,28,0.9) 100%); 
	background: linear-gradient(to bottom, rgba(194,0,148,0.9) 0%,rgba(253,179,28,0.9) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(194,0,148,0.9)', endColorstr='rgba(253,179,28,0.9)',GradientType=0 ); 
	
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}


.floating-res ul .pinterest	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(203,32,39,0.3);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.floating-res ul .pinterest:hover	{
	width: 20%;
	height:45px;
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	background-color: rgba(227,39,47,0.9);
	margin-bottom: 0px;
	-webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.floating-res ul i {
	color: #fff;
	padding-top: 10px;
}	


/*------------------Floating Social Icon end-------------------*/
