@font-face{
	font-family: 'Uni Neue Regular';
	src: url('/fonts//UniNeueRegular.otf');
}

@font-face{
	font-family: 'Uni Neue Thin';
	src: url('/fonts//UniNeueThin.otf');
}

@font-face{
	font-family: 'Uni Neue Bold';
	src: url('/fonts//UniNeueBold.otf');
	font-weight: bold;
}

body{
    overflow:hidden;
    font-family: 'Uni Neue Regular';
    min-height: 100vh;
}


#background-video{
    min-width: 100%;
    min-height: 100%;
    z-index:-1;
    position:absolute;
}

.overlay{
    height:100%;
    width:100%;
    position:fixed;
}

.overlay:after{
    background:url('../../images/misc/overlay.png');
    width:100%;
    height:100%;
}


.background{
    position:fixed;
    background:url('../../images/banners/index/internet.jpg');
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: cover;
}


#form{
    padding-top: 150px;
    color: #FFF;
}


#form .welcome{
    font-size: 30px;
}

#form .location{
    margin-bottom:0px;
}

#form select{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #ef7917;
    color: #ef7917;
    padding: 5px;
    transition: 0.2s;
}

#form select:focus{
    border-bottom-width: 3px;
    outline: 0px;
}

.btn{
	border-radius: 14px !important;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 60px;
	transition: 0.5s;
	cursor: pointer;
	border: 0px;
	width: 100%;
}

.btn.orange{
	background-color: #EF7917;
	color: #FFF;
}


#ad h1, #ad h2, #ad h3{
    font-family: 'Uni Neue Regular';
    color: #EF7917;
    text-align: right
}

#ad h1{
    font-size: 35px;
}

#ad h2{
    font-size: 40px;
}

#ad .row{
    margin-bottom: 50px;
}