/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/raleway-v28-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v28-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v28-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v28-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v28-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v28-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/raleway-v28-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v28-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v28-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v28-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v28-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v28-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}


HTML{
height:100%;  
background:#000000;
}

.header .image-embed-item {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.wrap {
  background-color: #000000;
  font-family: 'Raleway',sans-serif;
  overflow:hidden;
}
.logo {
  height: 95px;
  position: fixed;
  left: 50px;
  top: 25px;
  width: 200px;
  background-image: url("elements/vm_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 300;
}
.logo a {
  width: 100%;
  height: 100%;
  position: absolute;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
.header .frame {
  margin-bottom: 100px;
}
.header figure {
  margin: 0;
}
.content {
    color: #fff;
}
.ce-headline-center{
  text-align: center;
}

.content H2 {
    color: #FFD600;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
.maintext.col1 {
  padding: 0 15% 100px;
  font-size: 32px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.overview .left {
  padding: 0 20px 0 40px !important;
}
.overview .right {
  padding: 0 40px 0 20px !important;
}

.overview .image-embed-item {
    width: 100%;
    height: auto;
}
.overview .ce-column {
  position: relative;
}
.overview .image a {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.overview .image-caption {
  position: absolute;
  display: table;
  background: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-duration: 400ms;
  transition-property: opacity;
}
.overview .image-caption:hover, .overview .image-caption:active {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: opacity;
  -webkit-user-select: none; 
  -webkit-touch-callout: none;
}
.overview .video .image-caption {
  opacity: 1;
  background: transparent;
}
.overview figure {
  margin: 0 0 40px;
}
.overview .video figure {
  margin: 0;
}
.overview .twrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  color: #FFD600;
}
.twrap::after {
  content: '';
  background: url('elements/resize.svg');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 15;
  right: 30px;
  bottom: 30px;
}
.video .twrap::after{
display:none; 
}

.overview h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  padding: 0 15%;
  margin: 0;
  line-height: 1;
}
.overview h4 {
  font-size: 24px;
  font-weight: 300;
  padding: 0 15%;
  line-height: 1;
  margin: 0;
}
.overview .video h4 {
  font-size: 82px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.overview .video h4::after {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  content: 'SEE MORE';
  display: block;
  background: transparent;
  width: 190px;
  margin: 0 auto;
  padding: 15px;
  border: 3px solid #fff;
  margin-top: 15px;
}
.frame-gallery {
  margin: 0 -15px;
}
.frame-gallery .ce-inner {
    overflow-y: visible;
    overflow-x: auto;
    white-space: nowrap;
    vertical-align: text-top;
    margin: 0;
    padding: 0;
    clear: both;
    border-spacing: 0;
   
}

.frame-gallery .ce-row {
  display: table-cell;
  border-radius: 0;
  margin: 0;
  padding: 0 30px 0 0;
  white-space: normal;
  line-height: 1.6;
  vertical-align: top;
  text-align: center;
}
.frame-gallery figure {
    margin: 0;
}
.frame-gallery img.image-embed-item {
    height: 98vh;
    width: auto;
}
.vimeoVideo {
  padding: 0 25px;
}
.videoWrapper {
  padding-bottom: 52.75%;
}
.videoWrapper iframe {
  border: 0;
}
.vimeoVideo figure {
  margin: 0 0 30px;
}
.video-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.75%;
}
.video-embed .video-embed-item {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.footer {
  color: #fff;
  font-weight: 800;
}
.footer .footergrid{
  margin: 70px 0 100px;
}
.footer h3 {
    color: #FFD600;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.5;
}

.footer p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 32px;
}

@media (max-width:767px) {
.logo {
  height: 60px;
  top: 13px;
  width: 130px;
  left: 15px;
}
.maintext.col1 {
  padding: 50px 5%;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.overview .left, .overview .right {
    padding: 0 5px 0 5px !important;
}
.overview a {
  display: flex;
  flex-direction: column;
}
.overview .image a {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.overview .video .image a {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.overview .image a.mlink {
  position: absolute !important;
}
.mlink::after {
  content: '';
  background: url('elements/resize.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 15;
  right: 15px;
  top: 15px;
}
.overview .video .mlink::after {
  display:none;
}
.twrap::after {
  display: none;
}
.overview a:hover {
  text-decoration:none;
}
.overview .image-caption {
  position: relative;
  display: flex;
  background: top;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition-duration: 400ms;
  transition-property: opacity;
  order: 2;
}
.overview .video .image-caption {
  position: relative;
  display: table;
  background: top;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition-duration: 400ms;
  transition-property: opacity;
  order: 2;
}
.overview .image-embed-item {
  width: 100%;
  height: auto;
  order: 1;
}
.overview h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  padding: 0 5%;
  margin-top: 20px;
  line-height: 1;
}
.overview h4 {
  font-size: 14px;
  font-weight: 300;
  padding: 0 5%;
  line-height: 1;
  margin: 0;
}
.overview .video h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.overview .video h4::after {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  content: 'SEE MORE';
  display: block;
  background: transparent;
  width: 120px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #fff;
  margin-top: 15px;
}
.frame-gallery .ce-row {
  display: block;
  border-radius: 0;
  padding: 0;
  margin: 0 0 30px 0px;
  white-space: normal;
  line-height: 1.6;
  vertical-align: top;
  text-align: center;
}
.frame-gallery img.image-embed-item {
  height: auto;
  width: 100%;
}
.footer .footergrid {
    text-align: center !important;
    margin: 20px 0px 50px;
}
.footer .text-right {
  text-align: center !important;
}
.footer p {
  font-size: 24px;
}
.footer h3 {
  font-size: 24px;
}
}
@media (min-width:768px) and (max-width:991px) {
.overview .image-caption {
  display: flex;
  height: 100%;
  width: 100%;
}
.overview .twrap {
  display: flex;
  height: auto;
  background: transparent;
  justify-content: center;

  flex-direction: column;
}
.twrap::after {
  content: '';
  background: url('elements/resize.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 15;
  right: 15px;
  bottom: 15px;
}
.overview h3 {
  padding: 0 5%;
   font-size: 24px;
}
.overview h4 {
  padding: 0 5%;
   font-size: 18px;
}
.overview .video h4 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.overview .video h4::after {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  content: 'SEE MORE';
  display: block;
  background: transparent;
  width: 170px;
  margin: 0 auto;
  padding: 10px;
  border: 3px solid #fff;
  margin-top: 15px;
}
.frame-gallery .ce-row {
  display: block;
  border-radius: 0;
  padding: 0;
  margin: 0 0 30px 0px;
  white-space: normal;
  line-height: 1.6;
  vertical-align: top;
  text-align: center;
}
.frame-gallery img.image-embed-item {
  height: auto;
  width: 100%;
}
.footer h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer p {
  line-height: 1.5;
  font-size: 24px;
}
}
@media (min-width:992px) and (max-width:1199px) {

.overview .image-caption {
  display: flex;
  height: 100%;
  width: 100%;
}
.overview .twrap {
  display: flex;
  height: auto;
  background: transparent;
  justify-content: center;

  flex-direction: column;
}
.overview h3 {
  padding: 0 5%;
}
.overview h4 {
  padding: 0 5%;
}
.frame-gallery .ce-inner {
   display:flex;
   flex-wrap:nowrap;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.frame-gallery .ce-row{
  display: flex;
  flex:0 0 auto;
}
.frame-gallery figure {
    margin: 0;
}
.frame-gallery img.image-embed-item {
    height: 98vh;
    width: auto;
}
}