/* LESS CLASSES */
.background {
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* START LESS */
html,
body {
  font: normal 14px/20px 'Open Sans', sans-serif;
  color: #000;
}
html *,
body * {
  outline: none !important;
}
.xilinx-bs3 a {
  color: #000;
}
/* BACKGROUND */
.top-promo::before {
  background: url(../images/bg/homepage-promo-bg.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wireless::before {
  background: url(../images/bg/5g-wireless-bg.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sdn::before {
  background: url(../images/bg/sdn-nfv-bg.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video::before {
  background: url(../images/bg/video-vision-bg.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.adas::before {
  background: url(../images/bg/adas-bg.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.industrial::before {
  background: url(../images/bg/industrial-bg.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cloud::before {
  background: url(../images/bg/cloud-computing-bg.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@-moz-keyframes backgroundZoom {
  0% {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes backgroundZoom {
  0% {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes backgroundZoom {
  0% {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .carousel-bg .slick-list .slick-slide.slick-active:before {
    -moz-animation: backgroundZoom 8s forwards;
    -webkit-animation: backgroundZoom 8s forwards;
    animation-name: backgroundZoom;
    animation-duration: 10s;
    animation-fill-mode: forwards;
  }
}
@-moz-document url-prefix() {
  .carousel-bg .slick-list .slick-slide.slick-active:before {
    -moz-animation: backgroundZoom 8s forwards;
    -webkit-animation: backgroundZoom 8s forwards;
    animation-name: backgroundZoom;
    animation-duration: 10s;
    animation-fill-mode: forwards;
  }
}
.carousel-bg {
  top: -57px;
  height: 543px;
  margin-bottom: 0;
}
.carousel-bg .slick-list {
  width: 100%;
}
.carousel-bg .slick-list .slick-slide {
  height: 600px;
  position: relative;
}
.carousel-bg .slick-list .slick-slide:before {
  opacity: .8;
}
.carousel-bg .slick-list .slick-slide.slick-active:before {
  opacity: 1;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.carousel-bg .banner-text {
  text-align: center;
  position: relative;
  top: 180px;
}
.carousel-bg .banner-text h1 {
  margin: 15px 0 0;
  color: #fff;
  text-shadow: 2px 3px 0px #000000;
  line-height: 50px;
}
.carousel-bg .banner-text p {
  margin: 10px 0 30px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.carousel-bg .banner-text img {
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
}
.carousel-bg .banner-text .learn-more-button {
  font: 600 16px 'Open Sans Condensed', sans-serif;
  letter-spacing: 1px;
}
.carousel-bg .banner-text .learn-more-button a {
  background-color: #ed1c24;
  padding: 5px 12px;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.carousel-bg .banner-text .learn-more-button a:hover {
  background-color: #d41118;
  color: #fff;
}
.mega-nav {
  background-color: #f2f2f2;
}
.mega-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mega-nav ul li {
  float: left;
  width: 13%;
  padding: 10px 0;
}
.mega-nav ul li:first-child {
  width: 19%;
  border-right: 1px solid #cacaca;
}
.mega-nav ul li:last-child {
  width: 16%;
}
.mega-nav ul li a {
  position: relative;
}
.mega-nav ul li a p {
  color: #000;
  margin-bottom: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mega-nav ul li a img {
  height: auto;
  width: 35px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mega-nav ul li a .hover-on {
  opacity: 0;
  position: absolute;
  left: 0;
  min-width: 35px;
}
.mega-nav ul li a:hover p {
  color: #ed1c24;
}
.mega-nav ul li a:hover .hover-off {
  opacity: 0;
}
.mega-nav ul li a:hover .hover-on {
  opacity: 1;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li button {
  background-color: #fff;
  border-radius: 10px;
  height: 10px;
  width: 10px;
}
.slick-dots li button:hover {
  background-color: #ed1c24;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  background-color: #ed1c24;
}
/* BIG X */
#x-bg {
  background: url('../images/x/x-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 292px;
  margin: 60px 0;
}
#x-bg .x-icon {
  display: none;
  margin: 10px auto 0;
}
#x-bg .title {
  color: #ed1c24;
  font-size: 30px;
  text-align: center;
  margin: 0;
  letter-spacing: 1px;
}
#x-bg h1 {
  margin: 0 0 5px;
  letter-spacing: 1px;
  font-size: 36px;
}
#x-bg p {
  font-size: 24px;
  line-height: 30px;
}
#x-bg .button {
  background-color: #f2f2f2;
  padding: 0 5px 0 15px;
  display: inline-block;
  cursor: pointer;
  height: 30px;
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#x-bg .button:hover {
  background-color: #e2e2e2;
}
#x-bg .button img {
  position: absolute;
  left: -25px;
}
#x-bg .button p {
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 16px;
}
#x-bg .button .glyphicon {
  font-size: 11px;
  top: 0;
  margin-left: 5px;
}
#x-bg #software {
  text-align: right;
  padding: 50px 230px 0 0;
}
#x-bg #software .zone-icon {
  float: right;
}
#x-bg #software .fa-ul {
  direction: rtl;
  float: right;
  margin: 0 32px 0 0;
  padding: 0;
}
#x-bg #software .fa-ul li i {
  color: #ed1c24;
  right: -30px;
  left: auto;
}
#x-bg #hardware {
  padding: 50px 0 0 230px;
}
#x-bg #hardware .button {
  left: 25px;
}
#x-bg #hardware .zone-icon {
  float: left;
}
#x-bg #hardware .fa-ul {
  float: left;
  margin-left: 32px;
}
#x-bg #hardware .fa-ul li i {
  color: #002157;
}
#x-bg .back {
  display: none;
}
#x-bg .back .zone-icon {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#x-bg .back .zone-icon:hover {
  opacity: .6;
}
#x-bg .back .fa-ul {
  font-size: 13px;
}
#x-bg .back .fa-ul li {
  margin-bottom: 3px;
}
#x-bg .back h1 {
  display: none;
}
#x-bg .back .button {
  display: none;
}
/* PROMO */
#promos {
  background-color: #f2f2f2;
  padding: 25px 0;
}
#promos .promo {
  padding: 15px;
  background-color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#promos .promo:hover {
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
}
#promos .promo p {
  margin: 10px 0 0;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
#promos .promo .red {
  color: #ed1c24;
}
/* PRODUCTS */
div#products {
  padding: 25px 0;
}
div#products h2 {
  font: 400 24px 'Aldrich', sans-serif;
  letter-spacing: 1px;
  margin: 20px 0 15px;
}
div#products .nav-tabs {
  border-bottom: 1px solid #e2e2e2;
}
div#products .nav-tabs li {
  margin-left: -3px;
}
div#products .nav-tabs li a {
  border-radius: 0;
  border: 1px solid #e2e2e2;
  font: 400 16px 'Open Sans', sans-serif;
  letter-spacing: 1px;
  padding: 8px 15px;
  background-color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div#products .nav-tabs li:hover a {
  background-color: #f2f2f2;
  color: #000;
}
div#products .nav-tabs li.active a {
  background-color: #f2f2f2;
}
div#products .no-border {
  border-bottom: none;
}
div#products .tab-content p {
  margin: 20px 0;
}
div#products .tab-content p a {
  font-weight: 600;
}
/* FOOTER */
#footer footer {
  padding: 20px 0 30px;
  margin: 0;
}
#footer footer .line {
  border-bottom: 1px solid #fff;
}
#footer footer p {
  line-height: 22px;
}
#footer footer h2 {
  color: #fff;
}
#footer footer h4 {
  font-size: 18px;
  margin-top: 30px;
}
#footer footer .block {
  float: left;
  height: 128px;
  width: 128px;
  background-color: #ed1c24;
  text-align: center;
  margin: 8px 12px 40px 0;
}
#footer footer .block:last-child {
  margin-right: 0;
}
#footer footer .block p {
  margin: 28px 0;
  font-size: 16px;
}
#footer footer .block .semi {
  font: 400 24px/28px 'Aldrich', sans-serif;
}
#footer footer ul {
  margin: 0 0 30px;
  font-size: 14px;
}
#footer footer .copyright-menu {
  margin: 10px 0 0;
}
#footer footer .copyright-menu li {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
#footer footer .copyright-menu li:first-child {
  padding-left: 0;
}
#footer footer .copyright-menu li:last-child {
  padding-right: 0;
  border-right: none;
}
#footer footer #social {
  text-align: right;
}
#footer footer #social ul {
  margin: 10px 0 0;
}
#footer footer #social ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}
#footer footer #social ul li:first-child {
  margin-left: 0;
}
#footer footer #social a .hover-off {
  display: block;
}
#footer footer #social a .hover-on {
  display: none;
}
#footer footer #social a:hover .hover-off {
  display: none;
}
#footer footer #social a:hover .hover-on {
  display: block;
}
div#components {
  padding: 0 0 30px;
  /* BLOG FIX TO BE ADDED TO GLOBAL STYLE SHEET */
}
div#components .component {
  background-color: #f2f2f2;
  padding: 10px 15px;
  position: relative;
}
div#components .component .fa {
  position: absolute;
  font-size: 18px;
  top: 14px;
}
div#components .component h3 {
  margin-left: 30px;
}
div#components .component p.view-more {
  margin: 10px 0 10px 30px;
}
div#components .component p.view-more a {
  font-weight: 600;
}
div#components .component ul {
  padding-left: 30px;
}
div#components .component ul li {
  margin-bottom: 10px;
}
div#components .xilinxBlog h3 {
  padding-left: 0;
}
div#components .xilinxBlog ul li {
  letter-spacing: 0;
}
div#components .xilinxBlog ul li.blog-title {
  font-weight: 400;
}
div#components .xilinxBlog ul li ul {
  margin-bottom: 10px;
}
div#components .xilinxBlog .xilinx-well .flag {
  position: absolute;
  background-color: #ed1c24;
  width: 0;
  height: 0;
  border: 10px solid #ed1c24;
  border-bottom: 9px solid #f2f2f2;
  border-top-width: 20px;
  right: 30px;
  top: -6px;
  left: auto;
}
div#components .xilinxBlog .xilinx-well .flag::before {
  content: "";
  border: 3px solid transparent;
  border-right: 3px solid #9e0b0f;
  border-bottom: 3px solid #9e0b0f;
  position: absolute;
  left: -16px;
  top: -20px;
}
div#components .xilinxBlog .xilinx-well .flag .glyphicon {
  left: -4px;
  top: -20px;
}
