#preload-01 { background: url("/content/dam/xilinx/megatrends/docnav/docnav-discover.png") no-repeat -9999px -9999px; }
#preload-02 { background: url("/content/dam/xilinx/megatrends/docnav/docnav-search.png") no-repeat -9999px -9999px; }
#preload-03 { background: url("/content/dam/xilinx/megatrends/docnav/docnav-navigate.png") no-repeat -9999px -9999px; }
#preload-04 { background: url("/content/dam/xilinx/megatrends/docnav/docnav-learn.png") no-repeat -9999px -9999px; }

.footer-spacing {
	height: 0px !important;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}




button:hover {
	cursor: pointer;
}


#video-text {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 264px;
}

#video-text p {
	width: 375px;
    font-size: 20px;
    margin: 0 auto 15px;
}


.background {
	background-image: url("/content/dam/xilinx/megatrends/docnav/blue-bg-min.jpg");
	width: 100%;
	height: auto;
	min-width: 320px;
}

.tri-overlay {
	background-image: url("/content/dam/xilinx/megatrends/docnav/overlay-25-min.png");
	width: 100%;
	height: auto;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}

.laptop {
	float:right;
	position: relative;
	left:20%;
	width: 80%;
	min-width: 800px;
	height: auto;
	padding: 100px 0;
	transition: .5s ease;
}

.laptop-mobile {
	margin: 0 auto;
	width: 90%;
	max-width: 550px;
	height: auto;
	padding: 25px;
	display: none;
	transition: .5s ease;
}

.custom-container{
	padding: 0 25px;
	max-width: 1170px;
	margin: 0 auto;
	color: white;
}

.featured-div {
	transition: .5s ease;
	float: left;
	width: 320px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: .5 ease;
}

.feature {
	margin-bottom: 30px;
	transition: .5s ease;
}

.feature:hover {
	border-radius: 5px;
	background-color:rgba(255,255,255,0.23);
	padding: 20px;
	transition: .5s ease;
	cursor: pointer;
}

.feature-selected {
	border-radius: 10px;
	background-color:rgba(255,255,255,0.1) !important;
	padding: 20px;
}

.feature h2 {
	font-size: 24px;
	margin-bottom: 15px;
	color: white;
}

.feature span {
	font-size: 24px !important;
	width: 35px;
	color: white;
}

.feature p {
	font-size: 16px;
	line-height: 24px;
	width: 300px;
	margin-bottom: 0;
}

.featured-icon-desktop {
	margin-right: 20px;
}

.featured-icon-mobile {
	margin-bottom: 15px;
	display: none !important;
}

.bottom-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sixty {
	vertical-align: middle;
	display: inline-block;
	width: 60% !important;
}

.sixty h1 {
	color: white;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 30px;
}

.sixty p {
	font-size: 16px;
	line-height: 24px;
	max-width: 520px;
}

.forty {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 29% !important;
	margin-left: 10%;
}

.forty button {
	background-color: transparent;
	width: 100%;
	min-width: 250px;
	height: 70px;
	border-radius: 5px;
	border: solid 1px #ffffff;
	font-size: 20px;
	color: white;
	transition: .5s ease;
}

.thin-button:hover {
	background-color: white !important;
	color: rgb(39,89,98) !important;
}

.xilinx-bs3 .xilinxRawHtml {
	margin-bottom: 0;
}

.xilinx-bs3 footer {
	margin-top: 0;
}


@media (max-width: 1200px) {
	.laptop {
		left: 30%
	}

	#video-text {
		height: 210px;
	}

	.custom-container {
		padding: 0 100px;
	}

	.bottom-section {
		padding: 100px;
	}
}

@media (max-width: 1100px) {
	.laptop {
		left: 45%;
	}
}

@media (max-width: 1000px) {
	.laptop {
		left: 60%;
	}
}

@media (max-width: 991px) {
	#video-text {
		display: block;
		height: auto;
		margin-bottom: 30px;
	}
}

@media (max-width: 925px) {
	.laptop {
		left: 75%;
	}
}

@media (max-width: 875px) {
	.laptop {
		left: 90%;
	}
}

@media (max-width: 825px) {
	.laptop {
		left: 105%;
	}
}


@media (max-width: 768px) {

	#video-text p {
		width: 300px;
	    font-size: 16px;
	}

	.laptop {
		display: none;
	}

	.laptop-mobile {
		display: block !important;
	}

	.tri-overlay {
		min-height: 760px !important;
	}

	.featured-div {
		margin-left: 0;
		text-align: center;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		padding: 0 20px;
		width: 80%;
		min-width: 300px;
		max-width: 400px;
	}

	.feature p {
		width: 90%;
		padding-left: 5%;
	}

	.feature:hover {
		background-color:rgba(255,255,255,0.23);
		padding: 20px 0;
		transition: .5s ease;
	}

	.featured-icon-desktop {
		display: none !important;
	}

	.featured-icon-mobile {
		display: inline-block !important;
	}

	.sixty {
		width: 100% !important;
		padding: 0;
	}

	.sixty p {
		max-width: 100%;
		padding-bottom: 20px;
	}

	.forty {
		width: 100% !important;
		padding: 0;
		margin: 0;
	}

	.bottom-section {
		padding: 30px 25px;
		max-width: 520px;
	}

	.thin-button {
		height: 50px;
		font-size: 16px;
	}
}
