/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'HelveticaNeue';
font-style: normal;
font-weight: normal;
src: local('HelveticaNeue'), 

url('fonts/HelveticaNeue1.otf') format('truetype')

/*url('fonts/HelveticaNeue.ttf') format('truetype')*/

;
}



body {
    font-family: 'HelveticaNeue', Arial;
    font-weight: 300;
	text-align:justify
}



h1, h2, h3 { font-family: 'HelveticaNeue', Arial; }

/*
@font-face {
font-family: 'GOTHIC';
font-style: normal;
font-weight: normal;
src: local('GOTHIC'), 
url('fonts/GOTHIC.TTF') format('truetype')
;
}

body, h4 { font-family: 'GOTHIC', Arial;; }*/


/*@font-face {
font-family: 'Fiolex Girls';
font-style: normal;
font-weight: normal;
src: local('Fiolex Girls'), url('fonts/Filxgirl.woff') format('woff');
}

body { font-family: 'Fiolex Girls', Arial; }*/

/*@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins' sans-serif;
}

.banner
{
	position:relative;
	width: 100%;
	min-height: 100vh;
	background:: #000;
	display:flex;
	justify-content: center;
	align-items: center;
}

.banner .content
{
	max-width: 550px;
}

.banner a
{
	position: relative;
	text-transform: uppercase;
	background: #fff;
	color: #111;
	font-weight: 500;
	letter-spacing: 2px;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px;	
}

.trailer
{
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
	z-index: 10000;
	background: rgba(0,0,0,0.95);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.trailer .active
{
	visibility:visible;
	opacity: 1;
}

.trailer video
{
	position:relative;
	max-width: 900px;
	outline: none;
}



@media ( max-width: 991px)
{
	.trailer video
	{
	max-width: 90%;
	}	
}


.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

*/













