/* 
label88
*/

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;
}

/* Animate Text */
/*.animate-chars
{*/
/*  text-transform: uppercase;*/
/*  background-image: linear-gradient(
    -225deg,
    #f4f0ec 0%,
    #997a8d 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
*/

/* add a line */
.line {
  width: 100%;
  height: 2;
  border: 1px solid #C4C4C4;
  margin: 3px;
  display:inline-block;
}

/* add a line frontpage */
.linefront {
  width: 33%;
  height: 2;
  border: 1px solid #C4C4C4;
  margin: 3px;
  display:inline-block;
}

/* Bold Text class */
.bold1 {
  font-size: 80px;
  font-weight: 700;
  text-shadow: 2px 2px 3px black;
  line-height: 1.3;
  position: center;
  
}

.bold2 {
  font-size: 36px;
  font-weight: 600;
  text-shadow: 1px 1px 2px black;
}

p.indextext { 
	color: #778899;
	font-weight: 400;
	font-family: Calibri;
	font-size: 22px;
	line-height: 1.0;
	position: center;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.9;
	font-weight:300;
	font-family:Oswald;
}
h2 {line-height:1.7;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body.frontpage {overflow:hidden;}
body{
	
	overflow-x: hidden;
    overflow-y: scroll;
}
a {text-decoration:none;}
	p {margin-bottom:20px;}
	p:last-child {margin-bottom:0;}
	
	.pull-left {float:left;}
	.pull-right {float:right;}
	.clearfix {clear:both;float:none;content:'';display:table;}
	
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
  -moz-transform: translateY(30vh);
  -ms-transform: translateY(30vh);
  -o-transform: translateY(30vh);
  transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  -moz-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.background:first-child {
  background-image: url(../img/bg1.webp);
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
  -moz-transform: translateY(15vh);
  -ms-transform: translateY(15vh);
  -o-transform: translateY(15vh);
       transform: translateY(15vh);
}


.content-wrapper {
	height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	color: #fff;
	-webkit-transform: translateY(40vh);
	-moz-transform: translateY(40vh);
	-ms-transform: translateY(40vh);
	-o-transform: translateY(40vh);
	transform: translateY(40vh);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
	-moz-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
	-o-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
	transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}


.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
  -moz-transform: translate3d(0, -15vh, 0);
  -ms-transform: translate3d(0, -15vh, 0);
  -o-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
  -moz-transform: translateY(15vh);
  -ms-transform: translateY(15vh);
  -o-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
  -moz-transform: translate3d(0, 30vh, 0);
  -ms-transform: translate3d(0, 30vh, 0);
  -o-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
  -moz-transform: translateY(30vh);
  -ms-transform: translateY(30vh);
  -o-transform: translateY(30vh);
          transform: translateY(30vh);
}

.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
  -moz-transform: translate3d(0, -130vh, 0);
  -ms-transform: translate3d(0, -130vh, 0);
  -o-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
  -moz-transform: translateY(40vh);
  -ms-transform: translateY(40vh);
  -o-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
  -moz-transform: translate3d(0, -15vh, 0);
  -ms-transform: translate3d(0, -15vh, 0);
  -o-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
  -moz-transform: translateY(15vh);
  -ms-transform: translateY(15vh);
  -o-transform: translateY(15vh);
          transform: translateY(15vh);
}

.fixedcallicon {
	background: #228b22;
    color: #f0f8ff;
	text-color: #f0f8ff;
	position: fixed;
    top: 65%;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    display: inline-block;
    z-index: 99;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 5px;
    transition: all 1s ease;
}
.fixedcallicon i {width:60px;height:40px;text-align:center;text-color:#f0f8ff;}
.fixedcallicon:hover {width:260px;background:#ffdab9;}


.intro h1 {font-family:Great Vibes;font-size:150px;font-weight:400;line-height:1.1;}
.intro h1 span.big {
border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 0px;
    padding: 36px 0 0px;
    display: inline-block;
}
.intro h1 span.small {
	font-size:90px; font-family:Oswald; font-weight:700;
}
.intro h1 span.smaller {
	font-size:20px;
	font-family:Oswald;
	display:block;
	margin-bottom:30px;
	font-weight:300;
}

@-moz-keyframes fadein {
  0% {
    opacity: .1;
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: .1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: .1;
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.pagearea {
	float:right;
    width: 40%;
    max-width: 100%;
	min-height:100vh;
    margin: 0px auto;
    margin-right: 0;
	background-color: #1d2951;
	color: #f7e7ce;
	line-height: 1.4;
	font-size: 15px;
	text-align:left;
	padding:40px 60px;
	font-family:Roboto Condensed;
}
.pagearea h1.entry-title, .pagearea h1.page-headline {
	font-family: Oswald;
    font-size: 21px;
    color: rgba(255,255,255,0.7);
	letter-spacing: 2px;
}
.pagearea h1.page-headline {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
	font-size:25px;
}

.pagearea h1.page-headline:after {
    
    width: 81%;
    color: #f5f5f5;
    margin-top: 10px;
    border-bottom: double medium;
    display: block;
    margin-bottom: 30px;
    position: relative;
    margin-left: 26px;
	}



a.readmore  {
	color: #f0f8ff;
	}
	
.readmore {
	font-style: italic;
    background-color: #228b22;
    display: inline-block;
    color: #fdf5e6;
    padding: 5px 10px;
    border-radius: 5px 20px;
    margin-top: 10px;
	margin-bottom:10px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    /*border: 3px solid transparent;*/
    border-top-color: #fff;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+
    */
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ab4964;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        -moz-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #25E2F7;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        -moz-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222;
        z-index: 1000;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }
    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -moz-transform: translateX(100%);
		-o-transform: translateX(100%);
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;
        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        -moz-transition: all 0.3s 1s ease-out;
		-ms-transition: all 0.3s 1s ease-out;
        -o-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
	
	
.menu-outer:hover ~ .menu-close {
  margin-right:-100px;
}
.menu-outer:hover .bar {background: #009698; }
.menu-inner ul {
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
}
html, body {
  background: #1d2951;
}
.menu-outer {
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 998;  
  width: 100%;
  left: 100%;
  margin-left: -100px;
  height: 200%;
  background: rgb(145, 255, 255, 0.65);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; 
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Menu extracted view */
.menu-outer:hover {
  background: rgb(95,158,160,0.9);
  left: 0;
  margin-left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-icon {
  z-index: 999;
  position: absolute;
  top: 58px;
  left: 15px;
  width: 30px;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
.menu-icon .bar {
  background: #fafafa;
  width: 100%;
  height: 5px;
  margin: 0 0 5px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
.menu-outer:hover > .menu-icon {
  opacity: 20;
}
nav ul {
  position:absolute;
  width:100%;
  padding: 0;
  left: 10%;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
.menu-outer:hover > nav ul {
  left: 0;
}
nav li {
  list-style:none;
  text-align: center;
  text-transform: uppercase;
}
nav li a {
  font-size: 1.5em;
  color: #1d2951;
  text-decoration: none;
  margin: 0 auto;
  padding: 5px;
  display:block;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
nav li a:hover {
  color: #9bddff;
}
@media screen and (max-width: 600px), screen and (max-height: 600px) {
  nav ul {font-size:.75em;}
  nav ul a {padding: 5px;}
}
.menu-close {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 100%;
  width: 200px;
  height: 200px;
  background: #be2d5a;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-close .menu-icon {
  right: 15px; left: auto;top: 68px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-close .bar {
  background: rgb(250,250,250,1);
  width: 100%;
  height: 5px;
  position:absolute;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.menu-close .bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-close .bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}	
	
@media screen and (max-width:1280px) {

	body {
    overflow-x: hidden;
    overflow-y: scroll !Important;
		}
		
			.background {
			 background-size: cover;
			 background-repeat:no-repeat;
			 background-position:center center;
			 
			 -webkit-backface-visibility:none;
			 backface-visibility:hidden;
			 position:fixed;
			 -webkit-transform:none;
			 -moz-transform:none;
			 -ms-transform:none;
			 -o-transform:none;
			 transform:none;
			 -webkit-transition:0;
			 -moz-transition:0;
			 -o-transition:0;
			 transition:0;
			 
		}
	
		.content-wrapper {
			 height:100%;
			 display:block;
			 -webkit-box-pack:initial;
			 -moz-box-pack:initial;
			 -ms-box-pack:initial;
			 -webkit-justify-content:center;
			 -ms-flex-pack:center;
			 justify-content:center;
			 text-align:center;
			 -webkit-flex-flow:initial;
			 -ms-flex-flow:initial;
			 flex-flow:initial;
			 color:#fff;
			 -webkit-transform:none;
			 transform:none;
			 will-change:none;
			 -webkit-backface-visibility:hidden;
			 backface-visibility:hidden;
			 -webkit-transition:initial;
			 transition:0;
					color:#fff;
			 position:relative;
		}
		
}
		
@media screen and (max-width:900px) {

	body {
    overflow-x: hidden;
    overflow-y: scroll !Important;
		}
		

			.background {
			 background-size:cover;
			 background-repeat:no-repeat;
			 background-position:center center;
			 
			 -webkit-backface-visibility:none;
			 backface-visibility:hidden;
			 
			 position:fixed;
			 
			 -webkit-transform:none;
			 -moz-transform:none;
			 -ms-transform:none;
			 -o-transform:none;
			 transform:none;
			 -webkit-transition:0;
			 -moz-transition:0;
			 -o-transition:0;
			 transition:0;
			 
		}
	
		.content-wrapper {
			 height:100%;
			 display:block;
			 -webkit-box-pack:center;
			 -moz-box-pack:center;
			 -ms-box-pack:center;
			 -webkit-justify-content:center;
			 -ms-flex-pack:center;
			 justify-content:center;
			 text-align:center;
			 -webkit-flex-flow:initial;
			 -ms-flex-flow:initial;
			 flex-flow:initial;
			 color:#fff;
			 -webkit-transform:none;
			 transform:none;
			 will-change:none;
			 -webkit-backface-visibility:hidden;
			 backface-visibility:hidden;
			 -webkit-transition:initial;
			 transition:0;
					color:#fff;
			 position:relative;
		}
		
}
/* Responsive */
@media screen and (max-width:767px) {
	
	body {
    overflow-x: hidden;
    overflow-y: scroll !Important;
		}
		

			.background {
			 background-size:cover;
			 background-repeat:no-repeat;
			 background-position:center center;
			 
			 -webkit-backface-visibility:none;
			 backface-visibility:hidden;
			 
			 position:fixed;
			 
			 -webkit-transform:none;
			 -moz-transform:none;
			 -ms-transform:none;
			 -o-transform:none;
			 transform:none;
			 -webkit-transition:0;
			 -moz-transition:0;
			 -o-transition:0;
			 transition:0;
			 
		}
	
		.content-wrapper {
			 height:100%;
			 display:block;
			 -webkit-box-pack:center;
			 -moz-box-pack:center;
			 -ms-box-pack:center;
			 -webkit-justify-content:center;
			 -ms-flex-pack:center;
			 justify-content:center;
			 text-align:center;
			 -webkit-flex-flow:initial;
			 -ms-flex-flow:initial;
			 flex-flow:initial;
			 color:#fff;
			 -webkit-transform:none;
			 transform:none;
			 will-change:none;
			 -webkit-backface-visibility:hidden;
			 backface-visibility:hidden;
			 -webkit-transition:initial;
			 transition:0;
					color:#fff;
			 position:relative;
		}
		
}
@media screen and (max-width:430px) {
	
body {
    overflow-x: hidden;
    overflow-y: scroll !Important;
		}
		

			.background {
			 background-size:cover;
			 background-repeat:no-repeat;
			 background-position:center center;
			 
			 -webkit-backface-visibility:none;
			 backface-visibility:hidden;
			 
			 position:fixed;
			 
			 -webkit-transform:none;
			 -moz-transform:none;
			 -ms-transform:none;
			 -o-transform:none;
			 transform:none;
			 -webkit-transition:0;
			 -moz-transition:0;
			 -o-transition:0;
			 transition:0;
			 
		}
	
		.content-wrapper {
			 height:100%;
			 display:block;
			 -webkit-box-pack:center;
			 -moz-box-pack:center;
			 -ms-box-pack:center;
			 -webkit-justify-content:center;
			 -ms-flex-pack:center;
			 justify-content:center;
			 text-align:center;
			 -webkit-flex-flow:initial;
			 -ms-flex-flow:initial;
			 flex-flow:initial;
			 color:#fff;
			 -webkit-transform:none;
			 transform:none;
			 will-change:none;
			 -webkit-backface-visibility:hidden;
			 backface-visibility:hidden;
			 -webkit-transition:initial;
			 transition:0;
					color:#fff;
			 position:relative;
		}
		
}
	
