@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    }

img, video {
    width: 100%;
    height: auto;
    }

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
.fadeIn-bg {-moz-animation: fadeIn-bg 2s ease;/* Firefox */-webkit-animation: fadeIn-bg 2s ease;/* Safari and Chrome */-o-animation: fadeIn-bg 2s ease;/* Opera */}
.delay {-moz-animation: fadeIn-bg 3s ease;/* Firefox */-webkit-animation: fadeIn-bg 3s ease;/* Safari and Chrome */-o-animation: fadeIn-bg 3s ease;/* Opera */}
@keyframes fadeIn-bg {from {opacity: 0;}to {opacity: 1;}}
@-moz-keyframes fadeIn-bg {/* Firefox */from {opacity: 0;}to {opacity: 1;}}
@-webkit-keyframes fadeIn-bg {/* Safari and Chrome */from {opacity: 0;}to {opacity: 1;}}
@-o-keyframes fadeIn-bg {/* Opera */from {opacity: 0;}to {opacity: 1;}}

.bg-srcset {
	/*Nomal
    background-position: 50% 50%!important;
    background-size: cover;*/
	/* iPhone___*/
	background-position: center center!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}

.bg-srcset:after {
	content: "";
	position: fixed;
	/* stretch a fixed position to the whole screen */
	top: 0;
	height: 100vh;
	/* fix for mobile browser address bar appearing disappearing */
	left: 0;
	right: 0;
	z-index: -1;
	/* needed to keep in the background */
	background-position: center center!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}





/*body {transition: 1.5s ease;}*/


/** {
  scroll-behavior: smooth;
    }*/


/* No Copy */

* {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;      /*Firefox all */
	-ms-user-select: none;       /*IE 10+ */
	user-select: none; 
	
}

.logo-bg {
}
