/*----------------------------------*/
/*BODY AND HEADINGS*/
/*----------------------------------*/

:root {
	--body: #000000;
	--primary: #000000;
	--secondary: #3FFFBD;
	--white: #ffffff;
}


body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 24px;
	font-family: "Plus Jakarta Sans", sans-serif;
	 color: var(--body);
	font-weight: normal;
	background-color: #F5F5F5;
	
}

p strong
{
	font-family: 'Graphik';
	font-weight: 500;
}

a
{
	text-decoration:none;
	color:var(--secondary);
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

h1, h2, h3, p, ul, table, .smallunderline
{
	margin-bottom:30px;
}

h1
{
	color:var(--primary);
	font-size:153px;
	line-height:140px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.h2big
{
	font-size:82px;
	line-height:90px;
}

.h2big span
{
	color:var(--primary) !important;
}

h2
{
	color:var(--primary);
	font-size:84px;
	line-height:90px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}

h3
{
	color:var(--primary);
	font-size:28px;
	line-height:36px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}

h4
{
	color:var(--primary);
	font-size:12px;
	line-height:40px;
	font-weight: 400;
	letter-spacing: 2px;
}

h4 i
{
	color:var(--secondary);
	padding-right: 10px;
}

.smallunderline
{
	width:40px;
	border-bottom:solid 1px var(--secondary);
}

.border
{
	border-bottom:solid 10px var(--secondary);
}

.rounded
{
	border-radius: 40px;
}

.rounded2
{
	border-radius: 40px 40px 40px 300px;
}

.greybox {
  background-color: var(--white);
  color: var(--primary);
  padding: 30px;
  transition: background-color .2s ease-in-out;
}

/*----------------------------------*/
/*loader*/
/*----------------------------------*/

.loader
{
	background-color:#000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
	color: #fff;
}

.loader .icon
{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	z-index: 99999999;
}

/*----------------------------------*/
/*BLOCKS*/
/*----------------------------------*/

.block1
{
	background-color:var(--secondary);
	color:var(--white);
}

.block2
{
	background-color:#eeeeee;
}

.block3
{
	background-color:var(--primary);
	color:var(--white);
}

.block1 h1, .block1 h2, .block1 h3
.block3 h1, .block3 h2, .block3 h3,
.hero-curve h1, .hero-curve h2, .hero-curve h3
{
	color:var(--secondary);
}

.block3 h4
{
	color:var(--white);
}

.block1 a
{
	
}

.curvebg:after
{
	content: "";
	background-image:url("/bare25/images/curve1.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
}


.curvebg:before
{
	content: "";
	background-image:url("/bare25/images/curve2.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-bottom: -60px;
}


.slantbg:after
{
	content: "";
	background-image:url("/bare25/images/slant2.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
}


.slantbg:before
{
	content: "";
	background-image:url("/bare25/images/slant1.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-bottom: -60px;
}



.slantbg2:after
{
	content: "";
	background-image:url("/bare25/images/slant3.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
}


.slantbg2:before
{
	content: "";
	background-image:url("/bare25/images/slant4.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-bottom: -60px;
}


.hero-curve {
  position: relative;
  height: 600px;
  background: var(--primary);
  color: var(--white);
  z-index: 1;
	color:var(--white);
	padding-top: 100px;
}

.hero-curve::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  z-index: 1;
  background: var(--white);
  clip-path: ellipse(130vw 100vw at 50vw 100vw);
}

.hero-curve div {
  height: calc(100vh - 650px);
  color: var(--white);
}




.hero-curve-res {
  position: relative;
  height: 600px;
  background: var(--secondary);
  color: var(--white);
  z-index: 1;
	padding-top: 120px;
}

.hero-curve-res::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    z-index: 1;
    background: var(--white);
    clip-path: ellipse(300vw 100vw at 50vw 101vw);
}

.hero-curve-res div {
  height: calc(100vh - 650px);
  color: var(--white);
}

/*----------------------------------*/
/*PARALLAX ITEMS HERO*/
/*----------------------------------*/

#parallaxitems {
  position: absolute;
  width: 100%;
  height: 900px;
  background-image: url(../images/d1.png), url(../images/d2.png), url(../images/d3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

/*----------------------------------*/
/*ZOOM WRAP*/
/*----------------------------------*/

.heroslideshow {
width: 100vw;
height: 33vw;
background-size: cover;
background-repeat: no-repeat;
animation: heroslideshow 15s ease-in-out infinite;
}

@keyframes heroslideshow {
0% { background-image: url("../images/heroes/home.jpg"); }
33% { background-image: url("../images/heroes/home2.jpg"); }
66% { background-image: url("../images/heroes/home3.jpg"); }
100% { background-image: url("../images/heroes/home.jpg"); }
}


/*----------------------------------*/
/*ZOOM WRAP*/
/*----------------------------------*/

.zoomwrap {
  overflow: hidden;
  position: relative;
	-webkit-transition: .4s all;
}
.zoomwrap img {
  transition: transform .4s;
  width: 100%;
}
.zoomwrap:hover img {
  transform: scale(1.2);
}

.zoomtext
{
	position: absolute;
	background-color: rgba(0,0,0,0.80);
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	display: none;
	color: #fff;
}

.zoomcontent
{
	position: absolute;
	bottom:5%;
	left: 5%;
}

.zoomoverlay
{
	
}

.zoomtext h3
{
	color:#fff;
	margin-bottom: 5px;
}

.zoomwrap:hover .zoomtext
{
	display: block;
}

.zoomwrap:hover
{
	
}

/*----------------------------------*/
/*HOVER SLIDE UNDER*/
/*----------------------------------*/

.slideout
{
  position: relative;
	z-index: 2;
}

.slideouttext
{
	position: absolute;
	background-color:var(--secondary);
	text-align: center;
	padding: 20px;
	border-radius: 0px 0px 20px 20px;
	width: 100%;
	margin: auto;
	-webkit-transition: .4s all;
	opacity: 0;
	z-index: 0;
	bottom:-10px;
	color: var(--white);
}

.slideout:hover .slideouttext
{
	bottom:-20px;
	opacity: 1;
}

/*----------------------------------*/
/*HOVER BUTTON*/
/*----------------------------------*/

.hovercenter
{
    position: relative;
	z-index: 2;
}

.hovercentertext
{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	color:#fff;
	-webkit-transition: .4s all;
	background-color:var(--secondary);
	padding: 20px;
	font-size: 32px;
	opacity: 0;
}

.hovercenter:hover .hovercentertext
{
	opacity: 1;
}


/*----------------------------------*/
/*HOVER COLOUR*/
/*----------------------------------*/

.hovercolor
{
  background-color:var(--secondary);
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.hovercolor::before,
.hovercolor::after {
  background-color:var(--secondary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hovercolor img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.hovercolortext h3
{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 24px;
}

.hovercolor:hover::before,
.hovercolor:hover::after {
  transform: scale(1);
  opacity: 1;
}

.hovercolor:hover > img {
  opacity: 0.7;
}

.hovercolor:hover h3 {
  opacity: 1;
	color: #fff !important;
}


/*----------------------------------*/
/*FANCYBOX*/
/*----------------------------------*/

#myCarousel {
        --f-carousel-slide-width: 50%;
        --f-carousel-spacing: 10px;
		height: 600px;
	
		--f-button-prev-pos: 5rem;
		--f-button-next-pos: 5rem;

		--f-button-bg: #fff;
		--f-button-color: #333;

		--f-button-width: 48px;
		--f-button-height: 48px;
		--f-button-border-radius: 50%;

		--f-button-svg-width: 27px;
		--f-button-svg-height: 27px;
		--f-button-svg-stroke-width: 1.5;

		--f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
		rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      }

      #myCarousel .f-carousel__slide {
        padding: 50px;
        background: #eee;
      }

		#myCarousel .f-carousel__dots
		{
			display: none;
		}





#myCarousel2 {
        --f-carousel-slide-width: 33%;
        --f-carousel-spacing: 10px;
		height: 500px;
	
		--f-button-prev-pos: 2rem;
		--f-button-next-pos: 2rem;

		--f-button-bg: #fff;
		--f-button-color: #333;

		--f-button-width: 48px;
		--f-button-height: 48px;
		--f-button-border-radius: 50%;

		--f-button-svg-width: 27px;
		--f-button-svg-height: 27px;
		--f-button-svg-stroke-width: 1.5;

		--f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
		rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      }

      #myCarousel2 .f-carousel__slide {
      }

		#myCarousel2 .f-carousel__dots
		{
			display: none;
		}




#myCarousel3 {
  --f-carousel-slide-width: calc((100% - 60px) / 4);
  --f-carousel-spacing: 20px;

  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;

  --f-button-width: 44px;
  --f-button-height: 44px;
  --f-button-border-radius: 50%;

  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-active-color: #fff;

  --f-button-bg: rgba(0, 0, 0, 0.5);
  --f-button-hover-bg: rgba(0, 0, 0, 0.8);
  --f-button-active-bg: rgba(0, 0, 0, 0.8);

  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  --f-button-svg-stroke-width: 3;
}

#myCarousel3 .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-parallax {
  overflow: hidden;
  aspect-ratio: 2/3;
}

.f-parallax img {
  max-width: none;
  width: 200%;
  height: 100%;
  object-fit: cover;
  margin-left: calc(var(--f-progress2, 0%) - 35%);
  transform: translateX(calc(var(--f-progress1, 0%)));
}

/*----------------------------------*/
/*OFFER*/
/*----------------------------------*/

.offer
{
	background-color:var(--secondary);
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
}

.offer span
{
	background-color:#000;
	padding: 4px 12px;
	font-size: 13px;
	border-radius: 10px;
	margin-right: 20px;
}

.offer:hover
{
	background-color:#333;
}

.offer:hover span
{
	background-color:var(--secondary);
}

/*----------------------------------*/
/*PREHEADER*/
/*----------------------------------*/

.preheader
{
	background-color:var(--primary);
	z-index:999;
	font-size:16px;
	color: var(--white);
	padding: 10px 0px;
}

.preheader p
{
	margin-bottom: 0px;
}

.preheader a
{
	color: var(--white);
	
}

.preheader a:hover
{
	color: var(--secondary);
}

.preheader a:hover i
{
	color: var(--white);
}

.preheader .right a
{
	padding-left: 10px;
}

.preheader i
{
	padding-right: 10px;
	color: var(--secondary);
}


/*----------------------------------*/
/*HEADER*/
/*----------------------------------*/

.header
{
	background-color:#ffffff;
	padding-top:20px;
	padding-bottom: 20px;
	z-index:999;	
}


.header .right h2
{
	margin-bottom: 0px;
	font-weight: 300;
}

.header .right p
{
	margin-bottom: 0px;
}

.header .center 
{
	padding-top: 20px;
}

/*----------------------------------*/
/*HEADER ON TOP*/
/*----------------------------------*/

.headerontop
{
	padding-top:10px;
	padding-bottom: 10px;
	z-index:999;
	margin-top:20px;
	position:absolute;
}

.headerontop a
{
	color: #fff !important;
}

/*----------------------------------*/
/*LAYERED IMAGES*/
/*----------------------------------*/

.layered
{
	position: relative;
}

.layer
{
	position: absolute;
	width: 300px;
	bottom:100px;
	right:-100px;
}

/*----------------------------------*/
/*PARALLAX IMAGE HOVER EFFECT*/
/*----------------------------------*/

.parallaximg {
  --f: .1; /* the parallax factor (the smaller the better) */
  --r: 30px; /* radius */
  
  --_f: calc(100%*var(--f)/(1 + var(--f)));
  --_a: calc(30deg*var(--f));
  width: 100%; /* the image size */
  aspect-ratio: calc(1 + var(--f));
  object-fit: cover;
  clip-path: inset(0 var(--_f) 0 0 round var(--r));
  transform: perspective(800px) var(--_t,rotateY(var(--_a)));
  transition: .5s;
  cursor: pointer;
}
.parallaximg:hover {
  clip-path: inset(0 0 0 var(--_f) round var(--r));
  --_t: translateX(calc(-1*var(--_f))) rotateY(calc(-1*var(--_a)))
}

/*----------------------------------*/
/*LOGO*/
/*----------------------------------*/

.logo img
{
	
}

/*----------------------------------*/
/*HERO*/
/*----------------------------------*/

.herovideo video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;

}

.showreel video { 
    /*position: absolute;
    top: 0;
    left: 0;*/
	position: relative;
    width: 100%;
    height: 900px;
    object-fit: cover;
    object-position: center;

}


.video-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.video-wrapper-1000
{
  height: 1000px;
}

.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

.block3
{
	position: relative;
}

.block3 .animation-rotate-infinite
{
	position: absolute;
	top:110px;
	left:50%;
	 transform: translate(-50%, -50%);
}

.hero
{
	height:100vh;
	position:relative;
	background-size: cover;
	background-position: center center;
	color: var(--white);
	text-align: center;
	/*background-image: url("/bare25/images/bg.svg");*/
	background-size: cover;
	background-attachment: fixed;
}

.hero-novid
{
	
	background-image: url("/bare25/images/bg.svg");
	background-size: cover;
	background-attachment: fixed;
    background-color:#000;
}

.hero100
{
	height:100vh;
}

.hero h1
{
	color:var(--white);
	letter-spacing:0px;
	display: block;
  
}

.hero h4
{
	color:var(--white);
}



.hero .fadein2
{
	display: inline-block;
}



@keyframes border {
     from {width: 0px;}
     to {width:100%}
}

.hero .fadein2:after {
  content: '';
  display: block;
  margin: auto;
  height: 10px;
  width: 0px;
	margin-top: 15px;
  background: var(--secondary);
  animation-name: border;
  animation-duration: 0.9s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

.hero h2, .hero h3
{
	color:var(--white);
	margin:auto;
	margin-bottom:30px;
}


.hero a
{
	margin-right: 10px;
}

.herosml
{
	height: 630px;
}

.herosml h1, .herosml h2, .herosml h3, .herosml
{
	color:var(--white);
}

.herosml h1 {
    font-size: 93px;
    line-height: 80px;
}

/*----------------------------------*/
/*ALIGNMIDDLE*/
/*----------------------------------*/

.alignmiddle
{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	width:100%;
}

/*----------------------------------*/
/*LINKS*/
/*----------------------------------*/

.linkprimary
{
	display:inline-block;
	border:solid 1px var(--secondary);
	padding:9px 24px;
	font-size:18px;
	color:var(--secondary);
	transition: all .2s ease-in-out;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	font-weight: 500;
		
}

.linkprimary:hover
{
	color:var(--white);
	transform:translateX(5px);
	border:solid 1px var(--secondary);
}

.linkprimary i
{
	padding-right: 10px;
}



.linksecondary
{
	display:inline-block;
	padding:9px 24px;
	font-size:18px;
	color:var(--white);
	transition: all .2s ease-in-out;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	border:solid 1px var(--white);
}

.linksecondary:hover
{
	background-color:var(--primary);
	color:var(--white);
	transform:translateX(5px);
	border:solid 1px var(--primary);
}

.linksecondary i
{
	padding-right: 10px;
}



.linkblue
{
	display:inline-block;
	border:solid 1px var(--primary);
  background-color: var(--primary);
	padding:9px 24px;
	font-size:18px;
	color:var(--white);
	transition: all .2s ease-in-out;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	font-weight: 500;
		
}

.linkblue:hover
{
	color:var(--white);
	transform:translateX(5px);
	border:solid 1px var(--secondary);
  background-color: var(--secondary);
}

form div
{
 margin-bottom: 20px;
}

/*----------------------------------*/
/*FORMS*/
/*----------------------------------*/

input[type="text"], input[type="password"]
{
	padding:20px;
	width:100%;
	background-color: #fff;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:20px;
	color:#666;
	font-family: "Plus Jakarta Sans", sans-serif;
}

select
{
	padding:20px;
	width:100%;
	background-color: #fff;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:20px;
	color:#666;
	font-family: "Plus Jakarta Sans", sans-serif;
}

textarea
{
	padding:20px;
	width:100%;
	background-color: #fff;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:20px;
	color:#666;
	font-family: "Plus Jakarta Sans", sans-serif;
}


input[type="submit"], input[type="button"]
{
	display: inline-block;
    border: solid 1px #000;
    background-color:#000;
    padding: 9px 24px;
    font-size: 18px;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-weight: 500;
	font-family: "Plus Jakarta Sans", sans-serif;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	border: solid 1px #3FFFBD;
    background-color:#3FFFBD;
    color:#fff;
}

/*----------------------------------*/
/*IMAGE HOVER HOVER LINKS*/
/*----------------------------------*/

a img { transition: all .2s ease-in-out; }
a img:hover { transform:translateY(-5px) }






/*----------------------------------*/
/*BREAKS*/
/*----------------------------------*/

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

/*----------------------------------*/
/*FOOTER*/
/*----------------------------------*/

.footer
{
	background-color: var(--primary);
	margin-top:-1px;
	font-size: 13px;
	background-position: right top;
	background-repeat: no-repeat;
	color: #666;
		background-image: url("/bare25/images/footerbg.svg");
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom right;
}

.footer h2
{
	color: var(--white);
	font-size: 64px;
	line-height: 80px;
}

.footer a
{
	
}

.footer h3
{
	color:var(--secondary);
}


.footer a:hover, .footer2 a:hover
{
	
}
  
  .footer i
  {
    font-size:32px;
    margin-right:5px;
    margin-bottom:15px;
  }


.footer2
{
	margin-top:-1px;
	font-size: 14px;
}

.footer .socials i
{
	font-size: 24px;
	margin-right: 10px;
}

.footer .socials a:hover
{
	color:var(--secondary);
}

.footer .contact
{
	font-size:20px;
}

.footer .contact i
{
	color:var(--secondary);
	margin-right: 10px;
}

.footer2
{
	border-top:solid 1px #444;
	padding-top: 30px;
}



/*----------------------------------*/
/*IMG FLOATS*/
/*----------------------------------*/

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

/*----------------------------------*/
/*NAVIGATION*/
/*----------------------------------*/

.menu_slideout
{
	background-color:var(--primary);
	position: absolute;
	z-index: 99999;
	height: 100%;
	top:0px;
	right:0px;
	width:50%;
	padding:5%;
	color: #fff;
}


.menu_slideout .menu_close
{
	position: absolute;
	top:30px;
	right:30px;
	width: 30px;
}

.menu_slideout ul
{
	list-style: none;
	margin: 0;
}

.menu_slideout li
{
	padding-bottom: 20px;
}

.menu_slideout a
{
	color:#fff;
	font-size: 18px;
}

.menu_button a
{
	margin-top: 30px;
	display: block;
}

.menu_slideout li a:hover
{
	text-decoration: underline;
}

.menu_details
{
	font-size: 16px;
	margin-top: 50px;
}

.menu_details a
{
	font-size: 22px;
}

.menu_details i
{
	color:var(--secondary);
	margin-right: 10px;
}

.menu_socials i
{
	font-size: 28px;
}

.menu_socials i:hover
{
	color:var(--white);
}





.nav
{
	font-size:14px;
	letter-spacing: 2px;
}

.trig img
{
	width:30px;
	margin-left:20px;
}

.trig-right
{
	display: none;
}

.trig-right img
{
	width:30px;
	margin-left:20px;
	position: absolute;
	right: 10%;
	top:40px;
}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	position:absolute;
	top:35px;
	right:20px;
	z-index: 9997;
}

#nav-trigger span img
{
	max-width:40px;
}

#nav-trigger span
{
	color:var(--white);
	cursor:pointer;
	display:inline-block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}

/*#nav-trigger span:hover
{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
nav#nav-main
{
	padding:0px 0;
}

nav#nav-main i
{
	display: none;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

.navalignright
{
	text-align:right !important;
}

nav#nav-main li
{
	border-right:solid 0px var(--secondary);
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	color:var(--primary);
	display:block;
	padding:10px 20px;
	transition: all .2s ease-in-out;
}


nav#nav-main a:hover
{
}

nav#nav-main a:after {
  display:block;
  content: '';
  border-bottom:solid 2px var(--secondary); 
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav#nav-main a:hover:after { transform: scaleX(1); }

nav#nav-main .selected
{
 
	color: var(--secondary);
}



nav#nav-main ul li ul
{
  position:absolute;
  top:60px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 15px;
  background-color:var(--primary);
  color:var(--white);
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
}


nav#nav-main ul li:last-child a {
	border: solid 2px var(--secondary);
    color: var(--secondary) !important;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
    border-radius: 23px;
	margin-left: 20px;
}

nav#nav-main ul li ul li:last-child
{
  text-align:left;
	 padding-left: 0px;
    padding-right: 0px;
  background-color:var(--secondary);
  color:var(--white);
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
	border-radius: 0px !important;
}

nav#nav-mobile
{
	display:none;
	position:absolute;
	z-index:9999;
	font-size:20px;
	width:100%;
	background-color:var(--secondary);
	
	
}

nav#nav-mobile .closemobilenav
{
	text-align:right;
	margin:auto;
	padding:20px 0px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
	padding-right: 30px;
}


nav#nav-mobile .closemobilenav:hover
{
	
}


nav#nav-mobile ul
{
	
	display:block;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left: 30px;
	padding-right: 30px;
	
}

nav#nav-mobile ul li ul
{
	margin-bottom:0px;
}

nav#nav-mobile ul li ul li a
{
	color:var(--primary);
}

nav#nav-mobile li ul
{
	
}

nav#nav-mobile li ul li
{
	
}


nav#nav-mobile li
{
	padding:5px;
	border-bottom:solid 1px #CBB681;
}

nav#nav-mobile li i
{
	float:right;
	font-size:24px;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:var(--white);
	display:block;
	padding:5px 0px;
}

nav#nav-mobile a:hover
{
	color:var(--primary);
}

/*fixed nav bar*/

.navbar
{
	background-color:var(--primary);
	text-transform:uppercase;
}

.navbar nav#nav-main ul
{
	text-align:left;
}

.navbar nav#nav-main a
{
	margin-top:0px;
}

/*----------------------------------*/
/*PARALLAX SCROLLING SCENE*/
/*----------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------*/
/*ANIMATED BACKGROUND*/
/*------------------------------------------------------------------------------------------------------------------------*/

 .animatedBackground {
	 position: absolute;
	 width: 100%;
	 height: 500px;
	 overflow: hidden;
	 background: url("http://www.testomic.com/public/codepen-assets/img/paralax/background.jpg");
	 background-size: cover;
	 background-position: center;
}


 .animatedBackground .foreground {
	 position: absolute;
	 width: 100%;
	 height: 50%;
	 bottom: 0;
	 background-image: url("http://www.testomic.com/public/codepen-assets/img/paralax/foreground.png");
	 background-repeat: repeat-x;
	 background-size:contain;
	 animation: animatedBackground 90s linear infinite;
}

 .animatedBackground .rocks {
	 position: absolute;
	 width: 100%;
	 height: 50%;
	 bottom: 0;
	 background-image: url("http://www.testomic.com/public/codepen-assets/img/paralax/hills.png");
	 background-repeat: repeat-x;
	 background-size:contain;
	 animation: animatedBackground 360s linear infinite;
}



@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
/*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}



/*----------------------------------*/
/*MEDIA QUERIES*/
/*----------------------------------*/

@media only screen and (max-width: 1120px) 
{
	
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
	.header
	{
		position: relative;
	}
	
	.trig
	{
		position: absolute;
		top:50px;
		right:10%;
	}
	
	.trig-right
	{
		display: block;
	}
	
	
	
}


@media only screen and (max-width: 1280px) 
{

h1 {
    color: var(--primary);
    font-size: 103px;
    line-height: 91px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}
  
  h2 {
    color: var(--primary);
    font-size: 54px;
    line-height: 60px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}
}


@media only screen and (max-width: 920px) 
{
  
  .border
{
	border-bottom:solid 6px var(--secondary);
}
	
	.showreel video { 

    height: 300px;
}
  
  
.video-wrapper {
     height: 300px;
  margin-bottom:60px;
}
  
  .logo img
  {
    width:75px;
  }
	
	#myCarousel, #myCarousel2, #myCarousel3 {
        --f-carousel-slide-width: 100%;
      }
	
	.menu_slideout
	{
		width:100%;
		padding: 10%;
	}
	
	.herosml
	{
		height: 300px;
	}
	
	
	
	/*HEADINGS*/
	
	h1, .herosml h1 {
        line-height: 65px;
        font-size: 60px;
        margin-bottom: 0px;
    }
	
	.h2big
	{
		line-height: 50px;
		font-size: 44px;
	}
	
	h2 {
        font-size: 45px;
        line-height: 53px;
    }
	
	h3
	{
		font-size: 24px;
	}
	
	h4
	{
		font-size: 11px;
	}
	
	.preheader a
	{
		padding:0px !important;
		display: block;
		text-align: center;
	}
	
	/*GALLERY*/
	
	.galleryThumb
	{
		width:100%;
		float:none;
		margin-right:0%;
		margin-bottom:2%;
		overflow:hidden;
	  max-height:100%;
	}

	.galleryThumb img
	{
		width:100%;
		min-height:auto;
	}

	.galleryThumb:nth-child(3n+1)
	{
	  float:none;
	  margin-right:0px;
	}
	
	/*SIMPLE GALLERY*/
	
	.simple-gallery .gallery-cell
	{
	  width: 100%;
	  margin:0%;
	}
	
	/*FOOTER*/
	
	.footer, .footer2
	{
		text-align: center;
	}
	
	.footer h2
{
	color: var(--white);
	font-size: 44px;
	line-height: 60px;
}
	
	/*HERO*/
	
	.hero
	{

		height: 630px;
		background-size: cover;
		background-position: right;
	}

.herovideo video { 
    height: 630px;
}
	
	.hero h1
	{
		
	}
	
	
	.hero .linkprimary
	{
		margin-bottom:20px;
	}
	
	.hero-gallery .alignmiddle
	{
	  padding-left:10%;
	  padding-right:10%;
	}
	
	/*RIGHT AND LEFT*/
	
	.right, .left
	{
		text-align:center;
	}
	
	.linkprimary, .linksecondary
	{
		display: block;
	}
	
	/*TESTIMONIALS*/
	
	.testimonials-gallery h2
	{
	  line-height:30px;
	  font-size: 18px;
	  font-weight: 400;
	}
	
	/*FIXED HEIGHT*/
	
	.fixedheight
	{
		height: 100%;
		background-size: cover;
		background-position: center center;
	}
	
	.fixedheightimg
	{
		height: 400px;
	}
	
	
	.fixedheightcontent
	{
		position: relative;
	  top: 0%;
	  left: 0%;
	  transform: translate(0%, 0%);
	}
	
	/*REORDER COLUMNS*/
	
	.box-2 { display: flex; flex-flow: column; }
    .boxt { order: 2; }
    .boxi { order: 1;  }

.col-2 { display: flex; flex-flow: column; }
	.col-2-1 { display: flex; flex-flow: column; }
	.col-1-2 { display: flex; flex-flow: column; }
    .colt { order: 2; }
    .coli { order: 1;  }
	
	
	.footer img
	{
		margin-top: 50px;
	}


.block3 .animation-rotate-infinite {
  
    top: 50px;
    
}
	
		
}

@media only screen and (max-width: 600px) 
{
	
	
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	.preheader .left
	{
		text-align: center;
	}
	
	
}


