@font-face {
    font-family: HelveticaNowRegular; 
    src:url("../fonts/HelveticaNowRegular.eot"), /*IE*/
        url("../fonts/HelveticaNowRegular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/HelveticaNowRegular.woff") format("woff"),
        url("../fonts/HelveticaNowRegular.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/HelveticaNowRegular.svg#HelveticaNowRegular") format("svg");
}

@font-face {
    font-family: HelveticaNowLight; 
    src:url("../fonts/HelveticaNowLight.eot"), /*IE*/
        url("../fonts/HelveticaNowLight.eot?#iefix") format("embedded-opentype"),
        url("../fonts/HelveticaNowLight.woff") format("woff"),
        url("../fonts/HelveticaNowLight.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/HelveticaNowLight.svg#HelveticaNowLight") format("svg");
}

@font-face {
    font-family: BaskervilleNormal; 
    src:url("../fonts/BaskervilleNormal.eot"), /*IE*/
        url("../fonts/BaskervilleNormal.eot?#iefix") format("embedded-opentype"),
        url("../fonts/BaskervilleNormal.woff") format("woff"),
        url("../fonts/BaskervilleNormal.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/BaskervilleNormal.svg#BaskervilleNormal") format("svg");
}

body {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	letter-spacing: 1.5px;
	background-color: #efebe5;
	overflow-x: hidden;
}

h1, h2, p, a, ul {
	padding:0;
	margin:0;
}

.clickable {
	pointer-events: none;
}

#up_btn {
	z-index: 2000;
	width: 50px;
	height: 50px;
	bottom:15px;
	right:15px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/up_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	display: none;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#up_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#down_btn {
	z-index: 2000;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right:15px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/down_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#down_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

img {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    object-fit: contain;
}

.container {
	z-index: 10;
    width: 100%;
	height: auto;
	padding: 0;
	float:left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 0%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	overflow: hidden;
}

.container2 {
	z-index: 10;
    width: 0;
	height: 0;
	padding: 0;
	float:left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 0%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	overflow: hidden;
}

.content {
	z-index: 100;
    width: 100%;
	height: auto;
	margin: auto;
	position:relative;
}

.content2 {
	z-index: 100;
    width: 90%;
	height: auto;
	margin: auto;
	position:relative;
}

.content3 {
	z-index: 100;
    width: 100%;
	height: auto;
	margin: -50px 0 -100px 0;
	float: left;
	position:relative;
	background-position: 50% 50%;
	background-image:url(../images/register2.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#register_btn {
	z-index: 3000;
	width: 200px;
	height: 200px;
	top: 10%;
	right: 30px;
	position:fixed;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image:url(../images/register_btn.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	-webkit-animation: blink1 2s ease-in-out 0s infinite;
	-moz-animation: blink1 2s ease-in-out 0s infinite;
	-ms-animation: blink1 2s ease-in-out 0s infinite;
	-o-animation: blink1 2s ease-in-out 0s infinite;
	animation: blink1 2s ease-in-out 0s infinite;
}


 @keyframes blink1 {
 0% {
 margin-top: -20px;
}
 50% {
 margin-top: 20px;
}
 100% {
 margin-top: -20px;
}
}

#register {
	width: 100%;
	height: auto;
	float:left;
	position:relative;
}

#registration {
	z-index: 3000;
	width: 800px;
	height: 600px;
	margin: auto;
	position: relative;
}

iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

#perspective {
	z-index: 1000;
    width: 100%;
	height: 700px;
	padding:0 0 70px 0;
	left: 0;
	float:left;
	position:relative;
	background-color: #39728d;
}

.picture {
	z-index: 100;
    width: 95%;
	height: auto;
	left: 2.5%;
	margin: 40px auto 40px;
	float: left;
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pic {
    width: calc(20% - 2px);
	height: auto;
	float:left;
	position:relative;
	border-right: 2px solid #967443;
}

.pic:last-child {
	border-right: 2px solid #efebe5;
}

/***************************************************
			        Footer
***************************************************/
#footer {
	z-index:1000;
	width: 100%;
	height: auto;
	padding: 50px 0 10px 0;
	margin:0;
    float: left;
	position:relative;
    background-color: #ffffff;
}

#footer_content {
	width: 95%;
	height: auto;
	margin:auto;
	position:relative;
}


#matrix_logo {
	z-index:2000;
	width: 140px;
	height: 80px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/matrix_logo.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#BSS_logo {
	z-index:2000;
	width: 100px;
	height: 120px;
	top: -25px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/BSS_logo.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#footer_logo {
	width: auto;
	height: 100%;
	float: right;
	position:relative;
}

#footer_phone {
	width: auto;
	height: 100%;
	margin: 0 0 0 40px;
	float:left;
	position:relative;
	font-family: HelveticaNowRegular;
	font-size: 30pt;
	font-weight: 600;
	line-height:80px;
	text-align: center;
	color: #1c1f20;
}

#footer_phone a{
	text-decoration: none;
	color: #1c1f20;
}

#footer_text {
	width: auto;
	height: 100%;
	margin: 0;
	float: left;
	position:relative;
	font-family: HelveticaNowLight;
	font-size: 8pt;
	font-weight: 600;
	line-height:20px;
	text-align: left;
	color: #1c1f20;
}

#footer_text a{
	font-family: HelveticaNowRegular;
	font-size: 9pt;
	text-decoration: none;
	color: #1c1f20;
}

/***************************************************
			        Animation
***************************************************/

.zoom-inout {
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
	
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.zoom-in {
    opacity: 0;
    -moz-transition: all 1500ms linear;
    -webkit-transition: all 1500ms linear;
    -o-transition: all 1500ms linear;
    transition: all 1500ms linear;
	
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

.animation-element.zoom-in.in-view {
    opacity: 1;
	
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.animation-element.zoom-out {
    opacity: 0;
    -moz-transition: all 1500ms linear;
    -webkit-transition: all 1500ms linear;
    -o-transition: all 1500ms linear;
    transition: all 1500ms linear;
	
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.animation-element.zoom-out.in-view {
    opacity: 1;
	
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(-150px, 0px, 0px);
    -webkit-transform: translate3d(-150px, 0px, 0px);
    -o-transform: translate(-150px, 0px);
    -ms-transform: translate(-150px, 0px);
    transform: translate3d(-150px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
	
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(150px, 0px, 0px);
    -webkit-transform: translate3d(150px, 0px, 0px);
    -o-transform: translate(150px, 0px);
    -ms-transform: translate(150px, 0px);
    transform: translate3d(150px, 0px, 0px);
}

.animation-element.slide-right.in-view {
    opacity: 1;
	
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-up {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(0px, 150px, 0px);
    -webkit-transform: translate3d(0px, 150px, 0px);
    -o-transform: translate(0px, 150px, 0px);
    -ms-transform: translate(0px, 150px, 0px);
    transform: translate3d(0px, 150px, 0px);
}

.animation-element.slide-up1 {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, 150px, 0px);
    -webkit-transform: translate3d(0px, 150px, 0px);
    -o-transform: translate(0px, 150px, 0px);
    -ms-transform: translate(0px, 150px, 0px);
    transform: translate3d(0px, 150px, 0px);
}

.animation-element.slide-up2 {
    opacity: 0;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    transition: all 800ms linear;
    -moz-transform: translate3d(0px, 150px, 0px);
    -webkit-transform: translate3d(0px, 150px, 0px);
    -o-transform: translate(0px, 150px, 0px);
    -ms-transform: translate(0px, 150px, 0px);
    transform: translate3d(0px, 150px, 0px);
}

.animation-element.slide-up3 {
    opacity: 0;
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
    -moz-transform: translate3d(0px, 150px, 0px);
    -webkit-transform: translate3d(0px, 150px, 0px);
    -o-transform: translate(0px, 150px, 0px);
    -ms-transform: translate(0px, 150px, 0px);
    transform: translate3d(0px, 150px, 0px);
}

.animation-element.slide-up4 {
    opacity: 0;
    -moz-transition: all 1200ms linear;
    -webkit-transition: all 1200ms linear;
    -o-transition: all 1200ms linear;
    transition: all 1200ms linear;
    -moz-transform: translate3d(0px, 150px, 0px);
    -webkit-transform: translate3d(0px, 150px, 0px);
    -o-transform: translate(0px, 150px, 0px);
    -ms-transform: translate(0px, 150px, 0px);
    transform: translate3d(0px, 150px, 0px);
}

.animation-element.slide-up5 {
    opacity: 0;
    -moz-transition: all 1400ms linear;
    -webkit-transition: all 1400ms linear;
    -o-transition: all 1400ms linear;
    transition: all 1400ms linear;
    -moz-transform: translate3d(0px, 150px, 0px);
    -webkit-transform: translate3d(0px, 150px, 0px);
    -o-transform: translate(0px, 150px, 0px);
    -ms-transform: translate(0px, 150px, 0px);
    transform: translate3d(0px, 150px, 0px);
}

.animation-element.slide-up.in-view,
.animation-element.slide-up1.in-view,
.animation-element.slide-up2.in-view,
.animation-element.slide-up3.in-view,
.animation-element.slide-up4.in-view,
.animation-element.slide-up5.in-view {
    opacity: 1;
	
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-down {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(0px, -150px, 0px);
    -webkit-transform: translate3d(0px, -150px, 0px);
    -o-transform: translate(0px, -150px, 0px);
    -ms-transform: translate(0px, -150px, 0px);
    transform: translate3d(0px, -150px, 0px);
}

.animation-element.slide-down.in-view {
    opacity: 1;
	
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}