﻿/*.logo {
  position: absolute;
  width: 350px;
  margin-left: -335px;
  top: 100px;
}

*/


/*slide common style*/


/*hide when js not load properly*/


/*.slides-fade6 {
	display:none;
}
*/


/*play button*/


/*.slides-fade6 a.slidesjs-navigation, .slides-fade6 ul.slidesjs-pagination {
	position:absolute;
	visibility:hidden;
}

.red {
	color: #e31721 !important;
}*/

.videoContent {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.videoContent .popUp-video {
    width: 100%;
    max-width: 600px;
}

/* The Close Button */
.videoContent .close {
    color: #ffffff;
    float: right;
    font-size: 38px;
    font-weight: bold;
}

.videoContent .close:hover,
.videoContent .close:focus {
    color: #aaaaaa;
    text-decoration: none;
    cursor: pointer;
}
#myBtn.button:hover {
  opacity: 0.6 !important;
}
#myBtn.button:focus {
  outline: none;
}
.section-application {
    background: url('/inline/products/22791/minecraft-bg.jpg?v=0.1') no-repeat;
    background-size: cover;
    height: calc(100vw * 1369 / 2560);
    max-height: 1369px;
  }
  @media(max-width:991px) {
    .section-application {
      background: none !important;
      background-color: #000 !important;
      height: auto;
    }
    .section-application-text {
      padding: 30px 40px 30px 40px !important;
    }
}
@media(max-width:767px) {
  .section-application-header h3 {
    color: #000 !important;
  }
}

@media(min-width:768px) {
  .section-application-header {
    margin-bottom: -145px;
    margin-top: -71px;
    position: relative;
    z-index: 1;
  }
}

@media(min-width: 992px) {
  .section-application {
    display: flex;
  }
  .section-application > div:first-of-type {
    display: flex;
    align-items: center;
  }
  .section-application img {
    padding-top: 100px;
  }
}

@media(min-width: 1440px) {
  .section-application .section-application-text {
    padding: 0 12% !important;
  }
}
@media(min-width:769px) and (max-width:1199px) {
  .section-application-header {
    margin-bottom: 0;
  }
  .section-application-header h3 {
    color: #000 !important;
  }
}

@media screen and (max-width: 991px) {
  .section-application .button,
  .section-getmore .button {
    padding: 10px 20px !important;
  line-height: 18px !important;
  height: auto !important;
  width: 100% !important;
  max-width: 420px !important;
}
}