@font-face
{
	font-family: 'sky_font';
	src: url('Dosmilcatorce.ttf');  
}

* {
	box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
	font-family: 'sky_font';
}

.content {
    margin: 0 auto;
    width: 100%;
    max-width: 1050px;
    padding: 0 15px;
}

h1 {
    margin: 60px 0;
    padding: 0;
    font-size: 50px;
    text-align: center;
}

p {
    margin: 0 0 30px 0;
    font-size: 26px;
    line-height: 1.2;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('sn_still.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}



.fade.in {
  opacity: 1;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop .fade .in {
  opacity: 0.5 !important;
}


.modal-backdrop.fade {
    opacity: 0.5 !important;
}


.container .nav-tabs
{
	margin-bottom: 30px;
	border-bottom:none;
}

.container .nav-tabs li
{
	padding: 15px;
	margin-right: 10px;
	font-size: 22px;
	background: #212529;
}

.container .nav-tabs li:hover
{
	background:#934e2c;
	text-decoration: none !important;
	color: white;
}