HTML {
	scroll-behavior: smooth;
	text-decoration: none;
}

BODY {
	background-color: #23363c;
}

@font-face {
	font-family: 'helvetica-blackregular';
	src: url('../fonts/helvetica_black-webfont.woff2') format('woff2'), url('../fonts/helvetica_black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica-blackregular';
	src: url('../fonts/helvetica_black-webfont.woff2') format('woff2'), url('../fonts/helvetica_black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


ul {
	margin: 0;
	padding: 0 0 0 8%;
}

l1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* unvisited link */
a:link {
	color: #000;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #000;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #B1B1AF;
	text-decoration: none;
}

/* selected link */
a:active {
	color: #000;
	text-decoration: none;
}

.wrapper {
	position: relative;
	display: block;
	top: 0;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	height: auto;
	background-color: #23363c;
}

/*MENU*/
.menu-outer {
	position: fixed;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 5vw;
	z-index: 10000;
	background-color: #23363c;
	padding: 0 0 0 0;
}

.mobile-container {
	display: none;
}

.menu-mobile {
	display: none;
}

.menu-item {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1vw;
	line-height: 1vw;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.menu-item a:link {
	color: #FFF;
	text-decoration: none;
}

.menu-item a:visited {
	color: #FFF;
	text-decoration: none;
}

.menu-item a:hover {
	color: #B1B1AF;
	text-decoration: none;
}

.menu-item a:active {
	color: #FFF;
	text-decoration: none;
}

.menu-logo {
	position: absolute;
	display: block;
	top: .75vw;
	left: .5vw;
	width: 16vw;
	height: auto;
}

.menu-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.menu-link img {
	display: none;
}

.top-adj {
	margin-top: 0;
}

.section {
	width: 100%;
}

nav {
	position: sticky;
	top: 0;
}

nav .container {
	position: absolute;
	display: inline-block;
	width: 100%;
	margin: 0;
	right: 2vw;
	top: 1vw;
	text-align: right;
	padding: 1px;
}

nav .container ul li {
	display: inline-block;
}

nav .container ul li a:hover {
	display: inline-block;
	text-align: right;
	color: #B1B1AF;
	margin: 0 1vw;
	padding-bottom: .2vw;
}

nav .container ul li a {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: .8vw;
	line-height: 1vw;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B1B1AF;
	text-align: right;
	margin: 0 1vw;
}

nav .container ul li.active a {
	padding: 1vw 0 .2vw 0;
	margin: 0 1vw;
	border-bottom: 3px solid #B1B1AF;
	text-align: right;
	color: #B1B1AF;
}


/*HOME*/
.container {
	width: 100%;
}

.home-desktop {
	display: block;
	width: 100%
}

.home-mobile {
	display: none;
}


.banner-image-mobile {
	display: none;
}

.banner-image {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 100vh;
}

.banner-image img {
	display: block;
	width: 100%;
	height: auto;
}

.logotext {
	position: absolute;
	display: block;
	bottom: 20vw;
	z-index: 5000;
	height: 10vw;
	width: 100%;
}

.home-logo {
	position: absolute;
	display: block;
	animation: fadeIn 3s;
	left: 46%;
	width: 8vw;
	top: 15vw;
	height: auto;
	z-index: 500;
	
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.home-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-text,
h1 {
	position: absolute;
	display: block;
	top: 15vw;
	left: 4%;
	text-align: center;
	width: 90%;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.9vw;
	line-height: 2vw;
	color: white;
	padding: 0;
	z-index: 5000;
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	animation-delay: 10s;
}


/*BANNER 1*/
.banner-1 {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10vw 0 10vw;
	margin: 10vw 0;
	text-align: left;
	background-color: #000;
}

#banner-1 img {
	display: block;
	width: 100%;
	height: auto;
}

#banner-1 video {
	min-width: 100%;
	position: fixed;
	top: 0;
	z-index: -999;
}

#banner-01 {
	display: block;
	box-sizing: border-box;
	width: 90%;
	padding: 22vw 0;
	margin: 5%;
}

#banner-01 img {
	display: block;
	width: 100%;
	height: auto;
}

#banner-02 {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 12vw 0;
}

#banner-02 img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-21 {
	display: block;
	box-sizing: border-box;
	width: 90%;
	padding: 13vw 0;
	margin: 5vw;
}

.banner-21 img {
	display: block;
	width: 100%;
	height: auto;
}

#banner-22 {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 14vw 0;
	margin: 0;
}

#banner-22 img {
	display: block;
	width: 100%;
	height: auto;
}
	@supports (-webkit-touch-callout : none) {
		#banner-22 {
			background-attachment: scroll
		}
	}

	@supports not (-webkit-touch-callout : none) {
		#banner-22 {
			background-attachment: fixed;
		}
	}
.banner-22 {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 14vw 0;
	margin: 0;
}

.banner-22 img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-1-content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: left;
}

.about-text {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	height: auto;
	margin: 0 25%;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 2% 2% 1%;
	vertical-align: top;
	text-align: left;
}
.about-text2 {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 90%;
	height: auto;
	margin: 0 5%;
	color: #FFF;
	padding: 2% 2% 1%;
	vertical-align: top;
	text-align: center;
}
.banner-1-text12,
h3 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 2.8vw;
	line-height: 4vw;
	text-align: center;
	color: #FFF;
}

.book {
	display: block;
	margin: 0 auto;
}

@keyframes bookanim {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.book.in-view {
	animation: bookanim 20s ease;
}

.fade-in {
	opacity: 0;
	position: relative;
	display: inline-block;
}

@keyframes fade-inanim {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in.in-view {
	animation: bookanim 1s .1s forwards;
}

.fade-in2 {
	opacity: 0;
	position: relative;
	display: inline-block;
}

.fade-in2.in-view {
	animation: bookanim 1s 1s forwards;
}

.fade-in3 {
	opacity: 0;
	position: relative;
	display: inline-block;
	animation-fill-mode: forwards;
}

.fade-in3.in-view {
	animation: bookanim 1s 2s forwards;
}

.fade-in4 {
	opacity: 0;
	position: relative;
	display: inline-block;
	animation-fill-mode: forwards;
}

.fade-in4.in-view {
	animation: bookanim 1s .5s forwards;
}

.fade-in5 {
	opacity: 0;
	position: relative;
	display: inline-block;
	animation-fill-mode: forwards;
}

.fade-in5.in-view {
	animation: bookanim 1s .5s forwards;
}

.fade-in6 {
	opacity: 0;
	position: relative;
	display: inline-block;
	animation-fill-mode: forwards;
}

.fade-in6.in-view {
	animation: bookanim 1s .5s forwards;
}

.active {
	opacity: 4;
}

h1 {
	font-weight: 600;
	font-size: 2.8vw;
	line-height: 4vw;
	margin: 0;
}

span {
	border-right: .05em solid;
	animation: caret 1s steps(1) infinite;
}

@keyframes caret {
	50% {
		border-color: transparent;
	}
}

.banner-1-text2 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: .1vw 0 -.5vw 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.2vw;
	line-height: 1.7vw;
	text-align: left;
	color: #FFF;
}

.banner-1-text2 a:link {
	color: #FFF;
	text-decoration: underline;
	line-height: 4vw;
}

.banner-1-text2 a:visited {
	color: #FFF;
	text-decoration: underline;
	;
}

.banner-1-text2 a:hover {
	color: #B1B1AF;
	text-decoration: underline;
}

.banner-1-text2 a:active {
	color: #FFF;
	text-decoration: underline;
	;
}

.larger-text {
	position: relative;
	display: inline-block;
	font-weight: 900;
	font-size: 1.7vw;
	line-height: 1.4vw;
}

/*BANNER 2*/
#banner-2 {
	width: 100%;
	padding: 2vw 0 15vw;
	margin-top: -1vw;
}

#banner-2 img {
	display: block;
	width: 100%;
	height: auto;
}


.banner-2-content {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 25%;
	text-align: left;
	vertical-align: top;
}

.banner-3-content {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 27.5%;
	text-align: left;
	vertical-align: top;
}


.banner-2-text1,
h3 {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 2.1vw;
	line-height: 2.5vw;
	color: #FFF;
	text-align: left;
	padding: 0 0 1.4vw 0;
}

.banner-2-text2 {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0;
	height: auto;
	margin-top: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.2vw;
	line-height: 1.7vw;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 2vw 2vw 1.6vw 2vw;
	vertical-align: top;
	text-align: left;
}
.about-me-image {
	position: relative;
	display:block;
	box-sizing: border-box;
	width: 50%;
	height: auto;
	padding:  0;
	vertical-align: top;
	text-align: left;
}
.about-me-image img{
	display:block;
    	width: 100%;
}
	.banner-2-text3 {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 2.1vw;
	line-height: 2.5vw;
	color: #FFF;
	text-align: left;
	margin-bottom: 1.1vw;
	}
/*BOTTOM BANNER*/
.bottom-banner {
	display: block;
	background: #000 url("../images/image-6.jpg") no-repeat center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	width: 100%;
	height: 45vw;
	margin: 0;
	background-color: #000;
	box-sizing: border-box;
	
}

.home-logo-contact {
	position: absolute;
	display: block;
	left: .5vw;
	width: 18vw;
	top: 10vw;
	height: auto;
}

.bottom-menu-col {
	position: relative;
	display: block;
	float: left;
	width: 26%;
	height: 45vw;
	z-index: 1;
	text-align: left;
	padding: 16vw 1% 0 2%;
	vertical-align: bottom;
	background-color: rgba(0, 0, 0, 0.6);
}

.bottom-text-col {
	position: relative;
	display: block;
	float: right;
	width: auto;
	height: 50vw;
	padding: 65vw 1% 0 1%;
	vertical-align: bottom;
}

.banner-3-head,
h2 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 2vw;
	line-height: 4vw;
	color: #FFF;
	text-align: left;
}
.bottom-menu-message {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.2vw;
	line-height: 1.7vw;
	color: #FFF;
	vertical-align: bottom;
    padding: 1vw 0 2vw 0;
}
.bottom-menu-item {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1vw;
	line-height: 2.5vw;
	color: #FFF;
	vertical-align: bottom;
}

.bottom-menu-item a:link {
	color: #FFF;
	text-decoration: none;
}

.bottom-menu-item a:visited {
	color: #FFF;
	text-decoration: none;
}

.bottom-menu-item a:hover {
	color: #B1B1AF;
	text-decoration: none;
}

.bottom-menu-item a:active {
	color: #FFF;
	text-decoration: none;
}

.bottom-menu-info {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: .8vw;
	line-height: 2vw;
	text-align: center;
	margin: 0;
	vertical-align: top;
}
.bottom-menu-info-mobile {
		display: none;
	}
.bottom-image {
	position: relative;
	display: inline-block;
	width: 25%;
	height: auto;
	z-index: 10000;
	text-align: left;
	vertical-align: top
}

.bottom-image img {
	display: block;
	width: 100%;
	height: auto;
}

.bottom-strip {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	z-index: 10000;
	text-align: center;
	vertical-align: top;
    padding: 4vw 0;
}

.logo-small {
	position: relative;
	display: inline-block;
	width: 15vw;
	height: auto;
	text-align: center;
	padding: 0 0 1vw 0;
}
#cookiepolicy {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999999999;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background-color: #000;
    color: #fff;
    box-sizing:border-box;
}

#cookiepolicy1 {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 20px;
    max-width: 1200px;
    text-align:center;
}

#cookieptext {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 125px);
    text-align: left;
    font-size:16px;
    line-height: 24px;
    padding-bottom: 1vw;
}
#cookieptext a:link {
  color: #fff; 
}
#cookieptext a:visited {
  color: #fff; 
}
#cookieptext a:hover {
  color: #ccc;
}
#cookieptext a:active {
  color: #fff;
}

#cookiepclose {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: 0 0 0 20px;
    text-align:right;
    background-color:aqua;
}
.sub-button3 {
display: inline-block;
font-size: 25px;
padding: 18px 50px;
font-weight:600;
text-transform: uppercase;
color: #DA0E17;
text-align: center;
text-decoration: none;
transition-duration: 0.4s;
cursor: pointer;
vertical-align: top;
}
.sub-button3{
  background-color: #FFF; 
  color: #DA0E17; 
}
.sub-button3:link {
  background-color: #FFF; 
  color: #DA0E17; 
}
.sub-button3:visited {
  background-color: #FFF; 
  color: #DA0E17; 
}
.sub-button3:hover {
  background-color:#CCC;
  color: #DA0E17;
}

@media only screen and (max-width: 1500px) {

}

@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 840px) {
    #cookieptext {
        display: block;
        width: 100%;
        text-align: center;
        font-size:13px
    }

    #cookiepclose {
        display: block;
        width: 100%;
        margin: 20px 0 10px 0;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 470px) {

	html {
		overflow: hidden;
		width: 100%;
		height: 100%;
	}

	body {
		height: 100%;
		position: fixed;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.wrapper {
		position: relative;
		display: block;
		top: 0;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		height: auto;
	}

	/*MENU*/
	.menu-outer {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		text-align: center;
		width: 100%;
		height: 18vw;
		z-index: 20000;
		background-color: #23363c;
		border-bottom: 0;
	}

	.menu-container {
		display: block;
	}

	.menu-mobile {
		position: relative;
		margin-top: 12vw;
		width: 100%;
		height: auto;
		z-index: 10000;
		text-align: left;
		padding: 5vw 0 8vw 0;
		background-color: #23363c;
	}

	.menu {
		display: none;
	}

	.main-menu {
		display: none;
	}

	.menu-item {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 4vw 0 2vw 10vw;
		background-color: #23363c;
		font-family: mundial, sans-serif;
		font-weight: 400;
		font-size: 5vw;
		line-height: 7vw;
		text-transform: uppercase;
	}

	.menu-logo {
		position: absolute;
		display: block;
		top: 2.5vw;
		left: 2vw;
		width: 60%;
		height: auto;
		z-index: 1;
	}

	.menu-link {
		position: absolute;
		display: block;
		top: 6vw;
		right: 4vw;
		width: 8%;
		height: auto;
		z-index: 1;
	}

	.menu-link img {
		display: block;
		width: 100%;
		height: auto;
	}

	nav .container {
		position: absolute;
		display: none;

	}

	nav .container ul li {
		display: inline-block;
	}

	nav .container ul li a:hover {
		display: inline-block;
		text-align: right;
		color: #B1B1AF;
		margin: 0;
		padding-bottom: .2vw;
	}

	nav .container ul li a {
		position: relative;
		display: inline-block;
		width: auto;
		height: auto;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 4vw;
		line-height: 1vw;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #B1B1AF;
		text-align: right;
		margin: 0;
	}

	nav .container ul li.active a {
		padding: 1vw 0 .2vw 0;
		margin: 0 1vw;
		border-bottom: 0;
		text-align: right;
		color: #FFF;
	}


	.home-desktop {
		display: none;
	}

	.home-mobile {
		display: block;
	}

	.banner-image {
		display: relative;
		min-height: 700px;
	}

	.banner-image-mobile {
		display: none;
	}

	.banner-image-mobile img {
		display: block;
		width: 100%;
	}

	.home-logo {
		display: none;
	}

	/*BANNER 1*/
	.banner-text,
	h1 {
		position: absolute;
		display: block;
		box-sizing: border-box;
		top: 20vw;
		left: 0;
		height: 10px;
		min-height: 20px;
		text-align: center;
		width: 100%;
		font-family: "Montserrat", sans-serif;
		font-size: 10vw;
		line-height: 12vw;
        font-weight: 600;
		vertical-align: top;
		margin: 0;
		padding: 0 4vw;
        color: white;
	}

	#banner-01 {
		box-sizing: border-box;
		width: 90%;
		padding: 10vw 0;
		margin: 5%;
	}

	.banner-1-content {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 0;
		margin: 0;
	}

.about-text2 {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 90%;
	height: auto;
	margin: 55% 5%;
	color: #FFF;
	padding: 0;
	vertical-align: top;
	text-align: center;
}
	.banner-3-content {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 0 27.5%;
		text-align: left;
		vertical-align: top;
	}
	.banner-1 {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 20vw 10%;
		text-align: left;
		background-color: #000;
	}

	.banner-1-head,
	h2 {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 8vw;
		line-height: 8vw;
	}

	.banner-1-text1,
	h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		font-family: "Montserrat", sans-serif;
		font-weight: 800;
		font-size: 11vw;
		line-height: 12vw;
		color: #FFF;
	}

	.banner-1-text2 {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		margin-top: 4vw;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 4vw;
		line-height: 4vw;
		color: #FFF;
	}

	.larger-text {
		position: relative;
		display: inline-block;
		font-weight: 800;
		font-size: 5vw;
		line-height: 5vw;
	}

	.banner-1-link {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 3.5vw;
		line-height: 5vw;
		color: #FFF;
	}

	/*BANNER 2*/
	#banner-2 {
		width: 100%;
		text-align: center;
		position: relative;
		min-height: 700px;
		margin: 0;
	}

	@supports (-webkit-touch-callout : none) {
		#banner-2 {
			background-attachment: scroll
		}
	}

	@supports not (-webkit-touch-callout : none) {
		#banner-2 {
			background-attachment: fixed;
		}
	}

	#banner-3 {
		box-sizing: border-box;
		width: 100%;
		padding: 2vw 0 15vw;
		margin: 5vw;
	}

	@supports (-webkit-touch-callout : none) {
		#banner-3 {
			background-attachment: scroll
		}
	}

	@supports not (-webkit-touch-callout : none) {
		#banner-3 {
			background-attachment: fixed;
		}
	}

	.banner-33 {
		box-sizing: border-box;
		width: 90%;
		padding: 2vw 0 15vw;
		margin: 8% 5%;
	}

	@supports (-webkit-touch-callout : none) {
		.banner-33 {
			background-attachment: scroll
		}
	}

	@supports not (-webkit-touch-callout : none) {
		.banner-33 {
			background-attachment: fixed;
		}
	}
		.banner-37 {
			display: block;
		box-sizing: border-box;
		width: 90%;
		padding: 2vw 0 15vw;
		margin: 8% 5%;
			height: 150vw;
	}

	@supports (-webkit-touch-callout : none) {
		.banner-37 {
			background-attachment: scroll
		}
	}

	@supports not (-webkit-touch-callout : none) {
		.banner-37 {
			background-attachment: fixed;
		}
	}
.banner-22 {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 17vw 0;
	margin: 0;
}
	.background{
		margin: 0;
	}
	#banner-34 {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 2vw 0 25vw;
		margin: 0;
	}
	#banner-34 img {
		display: block;
		width: 100%;
		height: auto;
	}
	@supports (-webkit-touch-callout : none) {
		#banner-34 {
			background-attachment: scroll
		}
	}

	@supports not (-webkit-touch-callout : none) {
		#banner-34 {
			background-attachment: fixed;
		}
	}
	
	.banner-34 {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 2vw 0 25vw;
		margin: 0;
	}
	.banner-34 img {
		display: block;
		width: 100%;
		height: auto;
	}
	@supports (-webkit-touch-callout : none) {
		.banner-34 {
			background-attachment: scroll
		}
	}

	@supports not (-webkit-touch-callout : none) {
		.banner-34 {
			background-attachment: fixed;
		}
	}
	
	.banner-2-content {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 1vw 5% 1vw;
		text-align: left;
		vertical-align: top;
	}

	.banner-2-text2 {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin: 5vw 0 2vw;
		padding: 4vw 5vw 5vw 5vw;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 4vw;
		line-height: 5.5vw;
	}
    .about-me-image {
	position: relative;
	display:block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding:  6vw 0 0 0;
	vertical-align: top;
	text-align: left;
}
.about-me-image img{
	display:block;
    	width: 100%;
}

	.banner-3-content {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 1vw 5% 1vw;
		text-align: left;
		vertical-align: top;
	}



	.banner-2-content2 {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 1vw 5% 1vw;
		text-align: left;
		vertical-align: top;
	}
	.about-text {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 90%;
		height: auto;
		margin: 40vw 5% 30vw;
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 1vw 5% 1vw;
		vertical-align: top;
		text-align: left;
		z-index: 2;
	}
	.banner-2-text1,
	h2 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 -2vw 0;
		font-family: "Montserrat", sans-serif;
		font-weight: 800;
		font-size: 8vw;
		line-height: 8vw;
		padding: 0;
	}
    .banner-1-text12,
h3 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 11vw;
	line-height: 18vw;
	text-align: left;
	color: #FFF;
}

	.banner-2-content3 {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin: 0;
		text-align: left;
		vertical-align: top;
	}
	.banner-2-text3 {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 8vw;
	line-height: 9vw;
	color: #FFF;
	text-align: left;
	margin-bottom: 4vw;
	}
	/*BOTTOM BANNER*/
	.bottom-banner {
		background: #000 url("../images/image-6-mobile.jpg") no-repeat center;
		width: 100%;
		height: 130vw;
		margin: 5% 0;
		background-color: #000;
		box-sizing: border-box;
		overflow: hidden;
	}

	#banner-33 {
		box-sizing: border-box;
		width: 90%;
		padding: 2vw 0 15vw;
		margin: 5%;
	}

	#banner-33 img {
		display: block;
		width: 100%;
		height: auto;
	}



	.bottom-banner img {
		display: block;
		width: 100%;
		height: auto;
	}

	.bottom-menu-col {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		text-align: left;
		padding: 5vw 0 10vw 5vw;
		margin: 60vw 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.home-logo-contact {
		position: relative;
		display: block;
		left: 4vw;
		width: 70vw;
		top: 0vw;
		height: auto;
	}

	.bottom-menu-item,
	h2 {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 4.5vw;
		line-height: 10vw;
		color: #FFF;
		margin: 3vw 5vw 0 0;
	}

	.bottom-menu-info {
		display: none;
	}
    	.bottom-menu-info-mobile {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		color: #FFF;
		font-size: 3.5vw;
		line-height: 5vw;
		text-align: center;
		margin: 1vw 0 4vw;
        padding: 4vw 0 4vw 0 ;
	}
.bottom-menu-message {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 4.2vw;
	line-height: 6vw;
	color: #FFF;
	vertical-align: bottom;
    padding: 1vw 0 2vw 0;
}
	.bottom-strip {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		z-index: 10000;
		text-align: center;
		vertical-align: top;
        padding: 4vw 0;
	}

	.logo-small {
		position: relative;
		display: inline-block;
		width: 40%;
		height: auto;
		text-align: center;
		padding: 5vw 0 5vw 0;
        margin: 0 auto;
	}
}