
html {
  ffont-family: 'Roboto', sans-serif;; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #000000;
	overflow-x: hidden;
}

* {
  box-sizing: border-box;
}





			* {
      box-sizing: border-box;
    }

    .slider {
        width: 90%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
		
    }

    .slick-slide img {
      width: 100%;
		
    }

  .slick-prev:before {
    color: #333333;
    }


    .slick-next:before {
      color: #333333;
    }













a:active,
a:hover {
  outline-width: 0;
}

a {
  color: #222222;
  text-decoration: none; /* no underline */
}

h1 {
	font: 'Roboto', sans-serif ;
  font-size: 1.6em;
	font-weight: 100;
 letter-spacing: 0.1em;
	 line-height: 1.4em;
	color:#333333;

}

h2 {
font: 'Roboto', sans-serif ;
  font-size: 0.9em;
	font-weight: bold;
 letter-spacing: 0.2em;
	 line-height: 0.9em;
	color:#333333;
	text-transform: uppercase;
	
}

h3 {
	font-size: 11px;
	letter-spacing: 5px;
	 line-height: 25px;
	color:black;
	
}

h4 {
font-family: 'Nuosu SIL', serif;
	font-weight: 100;
 font-size: 1.2em;
 letter-spacing: -0.00em;
	 line-height: 1.3em;
	color:#333333;
	
}


h6 {
	font-weight: 100;
  font-size: 28px;
 letter-spacing: 10px;
	 line-height: 33px;
	color:#333333;

	
}

h7 {
font-style: normal;
	font-size: 10px;
	letter-spacing: 1px;
	 line-height: 10px;
	color:#666;
	
}



h8 {
	font: 'Roboto', sans-serif ;
  font-size: 1em;
	font-weight: 100;
 letter-spacing: 0.0em;
	 line-height: 1.0em;
	color:#666666;

	
}

h9 {
	font: 'Roboto', sans-serif ;
  font-size: 1em;
	font-weight: 400;
 letter-spacing: 0.0em;
	 line-height: 1.0em;
	color:#333333;

	
}


main {
  position: relative;
  background: #eeeeee;
  height: auto;
	
}

.video-wrap {
  width: 100%;
}

.video-wrap::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}

.video-wrap video {
  width: 100%;
  height: 100%;
}

.content-overlay {
  position: relative;
  height: 0px;
  width: 200px;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  padding: 0px 0;
}

.content-overlay h1,
.content-overlay p {
/*  text-align: center;
  color: #fff;*/
	    margin: 0;
    padding: 0;
}









.content-overlay {
 display: block;
  margin-left: 0%;
  margin-right: auto;
  width: 0%;
}

.trailer {

  padding: 0px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
	background-color:#eeeeee ;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1300px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1200px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
		
		
		* {
  box-sizing: border-box;
}

.rowgallery {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 14px;
}

/* Create four equal columns that sits next to each other */
.columngallery {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 14px;
}

.columngallery img {
  margin-top: 28px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1100px) {
  .columngallery {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .columngallery {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
		

/* Create four equal columns that sits next to each other */
.column3 {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 14px;
}

.columng3 img {
  margin-top: 28px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1100px) {
  .column3 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .column3 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
	


.columnsolo {
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
}

.columnsolo img {
  margin-top: 8px;
  vertical-align: middle;
}



/* Create four equal columns that sits next to each other */
.quicklink {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 6px;
}

.quicklink img {
  margin-top: 12px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1200px) {
  .quicklink {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1200px) {
  .quicklink {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
		
		
		
		
		


 /* Create four equal columns that sits next to each other */
.columngalleryloghi {
  -ms-flex: 12%; /* IE10 */
  flex: 12%;
  max-width: 12%;
  padding: 0 14px;
}

.columngalleryloghi img {
  margin-top: 28px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1100px) {
  .columngalleryloghi {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .columngalleryloghi {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
	
		
		
		
			
		
		
		
			



		
		









