@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");
}

body {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	letter-spacing: 1.5px;
	overflow-x: hidden;
	background-repeat:repeat;
	background-position: 50% 50%;
	background-image:url(../images/BG1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, p, a, ul {
	padding:0;
	margin:0;
}

.clickable {
	pointer-events: none;
}

#up_btn {
	z-index: 1500;
	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: 1500;
	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;
}

.container2 {
	z-index: 10;
    width: 0;
	height: 0;
	padding: 0;
	float: left;
	position:relative;
}

.content {
	z-index: 100;
    width: 100%;
	height: auto;
	padding: 0 0 70px 0;
	float: left;
	position:relative;
}

.content2 {
	z-index: 100;
    width: 100%;
	height: auto;
	padding: 70px 0 70px 0;
	float: left;
	position:relative;
}

.content3 {
	z-index: 100;
    width: 100%;
	height: auto;
	padding: 0;
	float: left;
	position:relative;
}

.BG2 {
	width:100%;
	height:auto;
	background-repeat:repeat;
	background-position: 50% 50%;
	background-image:url(../images/BG2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flower {
	z-index: 200;
	width: 100%;
	height: auto;
	position:absolute;
}

#gallery {
	z-index: 1000;
	width: 90%;
	height: 750px;
	float: right;
	position: relative;
	overflow: hidden;
    border-bottom-left-radius: 150px 150px;
	background-color: aqua;
}

#registration {
	z-index: 3000;
	width: 800px;
	height: 600px;
	margin: auto;
	position: relative;
}

iframe {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

#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;
	}
}

/***************************************************
			        Footer
***************************************************/
#footer {
	z-index:1000;
	width: 100%;
	height: auto;
	padding: 50px 0 10px 0;
	margin:0;
    float: left;
	position:relative;
    background-color: #ffffff;
}

#matrix_logo {
	z-index:2000;
	width: 140px;
	height: 80px;
	float: right;
	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: right;
	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_content {
	width: 90%;
	height: auto;
	margin:auto;
	position:relative;
}

#footer_logo {
	width: auto;
	height: 100%;
	float: right;
	position:relative;
}

#footer_icon {
	width: 150px;
	height: 60px;
	margin: 15px 30px 0 0;
	float: right;
	position:relative;
}

#icon_text {
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
	float: left;
	position:relative;
	font-family: HelveticaNowLight;
	font-size: 12pt;
	font-weight: 600;
	line-height:20px;
	text-align: center;
	color: #1c1f20;
}

.footer_icon {
	width: 40px;
	height: 40px;
	margin: 0 5px 0 5px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#footer_text {
	width: 50%;
	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;
}

#footer_phone {
	width: 25%;
	height: 100%;
	float:right;
	position:relative;
	font-family: HelveticaNowRegular;
	font-size: 30pt;
	font-weight: 600;
	line-height:80px;
	text-align: center;
	color: #23374f;
}

#footer_phone a{
	text-decoration: none;
	color: #23374f;
}

/***************************************************
			        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-up.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);
}