/* line 3, ../sass/home.scss */
#banner-wrapper {
  width: 100%;
  background: #bf2e2c;
  background-image: -webkit-radial-gradient(closest-corner, rgba(43, 8, 10, 0) 60%, rgba(43, 8, 10, 0.26)), -webkit-linear-gradient(108deg, #ff5c5c, #9a0610 90%);
  background-image: -moz-radial-gradient(closest-corner, rgba(43, 8, 10, 0) 60%, rgba(43, 8, 10, 0.26)), -moz-linear-gradient(108deg, #ff5c5c, #9a0610 90%);
  background-image: -ms-radial-gradient(closest-corner, rgba(43, 8, 10, 0) 60%, rgba(43, 8, 10, 0.26)), -ms-linear-gradient(108deg, #ff5c5c, #9a0610 90%);
  background-image: -webkit-radial-gradient(closest-corner, rgba(43, 8, 10, 0) 60%, rgba(43, 8, 10, 0.26)), -webkit-linear-gradient(108deg, #ff5c5c, #9a0610 90%);
  margin-bottom: 10px;
}

/* line 14, ../sass/home.scss */
h3 a {
  color: #32353e;
  border: none;
}
/* line 17, ../sass/home.scss */
h3 a.selected {
  color: #32353e;
  border: none;
}
/* line 21, ../sass/home.scss */
h3 a:hover {
  color: #32353e;
  border-bottom: 1px solid #32353e;
}

/* line 27, ../sass/home.scss */
#banner {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  height: 500px;
  overflow: hidden;
}

/* line 36, ../sass/home.scss */
ul.banner-nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* line 43, ../sass/home.scss */
#main-info {
  position: absolute;
  top: 50px;
  z-index: 10;
}
/* line 47, ../sass/home.scss */
#main-info #info {
  width: 350px;
}
/* line 50, ../sass/home.scss */
#main-info p {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.35em;
}

/* line 57, ../sass/home.scss */
.slogan-div {
  margin-top: 75px;
  margin-left: 50px;
}

/* line 62, ../sass/home.scss */
.slogan-div span {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 68, ../sass/home.scss */
.slogan {
  font-size: 2.15em;
  font-weight: 300;
  color: white;
  line-height: 1.3em;
  margin-bottom: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
}

/* line 78, ../sass/home.scss */
.slogan-div span.small {
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 15px;
}

/* line 84, ../sass/home.scss */
.slogan-div span.readmore {
  font-size: 1em;
  font-weight: 400;
  margin-top: 15px;
}

/* line 90, ../sass/home.scss */
.slogan-div .banner-movie-div {
  margin-top: 0px;
  margin-left: 20px;
}

/* line 95, ../sass/home.scss */
.banner-div {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

/* line 103, ../sass/home.scss */
.inner-div {
  position: relative;
  min-height: 100%;
  z-index: 40;
  width: 980px;
}

/* line 110, ../sass/home.scss */
.banner .play-btn {
  width: 175px;
  height: 100px;
  margin-left: auto;
  margin-right: 50%;
  margin-top: 175px;
  display: block;
}

/* line 119, ../sass/home.scss */
.a-play-banner:hover .play-btn {
  opacity: 1;
}

/* line 123, ../sass/home.scss */
#img-2 {
  z-index: 5;
}

/* line 127, ../sass/home.scss */
section {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 136, ../sass/home.scss */
#home-content .contact-button {
  display: inline-block;
}

/* line 140, ../sass/home.scss */
#TA180 {
  left: 0%;
}

/* line 144, ../sass/home.scss */
#TACONVEYOR {
  left: 100%;
}

/* line 148, ../sass/home.scss */
#TAESSENTIAL {
  left: 200%;
}

/* line 152, ../sass/home.scss */
#home-content #banner a, #home-content #banner a:hover, #home-content #banner .banner a, #home-content #banner.banner a:hover, #home-content #banner a:active, #home-content #banner .banner a, #home-content #banner .banner a:active {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 159, ../sass/home.scss */
section div.img {
  display: block;
  bottom: 5%;
  left: 25%;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 25% bottom;
}

/* line 170, ../sass/home.scss */
#TA180 div.img {
  background-image: url("../images/home-1-n.png");
  background-size: 70% auto;
}

/* line 175, ../sass/home.scss */
#TACONVEYOR div.img {
  background-image: url("../images/home-2-n.png");
  background-size: 60% auto;
}

/* line 180, ../sass/home.scss */
#TAESSENTIAL div.img {
  background-image: url("../images/home-3-n.png");
  background-size: 55% auto;
  background-position-x: 30%;
}

/* line 186, ../sass/home.scss */
.inner-col {
  width: 100%;
  height: 100%;
  z-index: 20;
  display: block;
  position: relative;
}

/* line 194, ../sass/home.scss */
.arrow {
  width: 19px;
  height: 58px;
  opacity: .50;
  -ms-filter: "alpha(opacity=50)";
  -webkit-filter: alpha(opacity=50);
  -moz-filter: alpha(opacity=50);
  -o-filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}

/* line 206, ../sass/home.scss */
.arrow:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -webkit-filter: alpha(opacity=70);
  -moz-filter: alpha(opacity=70);
  -o-filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 216, ../sass/home.scss */
.arrow:active {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -webkit-filter: alpha(opacity=100);
  -moz-filter: alpha(opacity=100);
  -o-filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

/* line 226, ../sass/home.scss */
#home-content #banner a {
  background: none;
}

/* line 230, ../sass/home.scss */
#home-content #banner a.arrow.left, #home-content #banner a.arrow.right {
  z-index: 10;
  width: 100px;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: 221px;
  position: absolute;
  top: 0;
}

/* line 240, ../sass/home.scss */
#home-content #banner a.arrow.left {
  background-image: url("../images/arrow-left.png");
  background-position-x: 0%;
  background-position-y: 221px;
  background-position: 0 221px;
  left: 25px;
}

/* line 248, ../sass/home.scss */
#home-content #banner a.arrow.right {
  background-image: url("../images/arrow-right.png");
  background-position-x: 100%;
  background-position-y: 221px;
  background-position: 100% 221px;
  right: 25px;
}

/* line 256, ../sass/home.scss */
.banner-nav-div {
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  z-index: 15;
}

/* line 264, ../sass/home.scss */
.banner-nav {
  padding: 0;
  margin-top: 0;
  text-align: center;
  font-size: 0;
}

/* line 271, ../sass/home.scss */
#home-content #banner .banner-nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../images/dot.png");
  background-repeat: no-repeat;
  padding: 5px;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=20)";
  -webkit-filter: alpha(opacity=50);
  -moz-filter: alpha(opacity=50);
  -o-filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}

/* line 287, ../sass/home.scss */
#home-content #banner .banner-nav a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -webkit-filter: alpha(opacity=70);
  -moz-filter: alpha(opacity=70);
  -o-filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 297, ../sass/home.scss */
#home-content #banner .banner-nav a:active {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -webkit-filter: alpha(opacity=100);
  -moz-filter: alpha(opacity=100);
  -o-filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

/* line 306, ../sass/home.scss */
#home-content #banner .banner-nav a.current {
  background-image: url("../images/selected.png");
}

/* line 310, ../sass/home.scss */
.movie-img-div {
  position: relative;
  float: left;
  width: 175px;
  height: 100px;
  margin-top: 5px;
  margin-right: 7px;
}

/* line 319, ../sass/home.scss */
.movie-img-div a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -webkit-filter: alpha(opacity=100);
  -moz-filter: alpha(opacity=100);
  -o-filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

/* line 329, ../sass/home.scss */
.movie-img {
  position: absolute;
  opacity: 0.97;
  -ms-filter: "alpha(opacity=97)";
  -webkit-filter: alpha(opacity=97);
  -moz-filter: alpha(opacity=97);
  -o-filter: alpha(opacity=97);
  -ms-filter: alpha(opacity=97);
  filter: alpha(opacity=97);
}

/* line 340, ../sass/home.scss */
.play-btn {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -webkit-filter: alpha(opacity=70);
  -moz-filter: alpha(opacity=70);
  -o-filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 350, ../sass/home.scss */
.video-section {
  z-index: 20;
  background-color: black;
}

/* line 355, ../sass/home.scss */
.video-div {
  width: 888px;
  margin-left: auto;
  margin-right: auto;
}

/* line 361, ../sass/home.scss */
#video-1, #video-2, #video-3, #video-4, #video-5 {
  display: none;
}

/* line 365, ../sass/home.scss */
.closeIcon {
  width: 30px;
  height: 30px;
  z-index: 25;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -webkit-filter: alpha(opacity=70);
  -moz-filter: alpha(opacity=70);
  -o-filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 381, ../sass/home.scss */
.closeIcon:hover {
  opacity: 0.95;
  -ms-filter: "alpha(opacity=95)";
  -webkit-filter: alpha(opacity=95);
  -moz-filter: alpha(opacity=95);
  -o-filter: alpha(opacity=95);
  -ms-filter: alpha(opacity=95);
  filter: alpha(opacity=95);
}

/* line 391, ../sass/home.scss */
#technishow-banner {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
  width: 294px;
  height: 177px;
}
