/* Browser Resets
*********************************/
/* line 10, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 15, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider {
  clear: both;
  margin: 0 0 24px;
  overflow: hidden;
  position: relative;
}
/* line 20, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* line 25, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .slides {
  margin: 0;
  padding: 0;
}
/* line 28, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}
/* line 34, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 44, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .flex-direction-nav {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 59%;
  width: 100%;
}
@media (max-width: 1219px) {
  /* line 44, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
  .flexslider .flex-direction-nav {
    top: 44%;
  }
}
/* line 52, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .flex-direction-nav a {
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 46px;
  position: absolute;
  width: 46px;
  z-index: 9;
}
/* line 60, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .flex-direction-nav a.flex-prev {
  background: url("../../../../img/megnor/buttan.png") no-repeat scroll 0 top transparent;
  left: 20px;
}
/* line 63, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .flex-direction-nav a.flex-prev:hover {
  background-position: 0 -48px;
}
/* line 65, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .flex-direction-nav a.flex-next {
  background: url("../../../../img/megnor/buttan.png") no-repeat scroll -48px 0 transparent;
  right: 20px;
}
/* line 68, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider .flex-direction-nav a.flex-next:hover {
  background-position: -48px -48px;
}
/* line 74, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flexslider:hover .flex-direction-nav {
  display: block;
}
@media (max-width: 767px) {
  /* line 76, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
  .flexslider:hover .flex-direction-nav {
    display: none;
  }
}

/* Clearfix for the .slides element */
/* line 81, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 86, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 90, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 91, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 92, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 96, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Pause/Play */
/* line 102, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}
/* line 103, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
/* line 116, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 122, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-control-nav {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 8;
}
/* line 130, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-control-nav li {
  display: inline-block;
  margin: 0 1px;
}
/* line 133, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-control-nav li a {
  background: url("../../../../img/megnor/banner-bullate1.png") no-repeat scroll 0 top transparent;
  cursor: pointer;
  float: left;
  height: 15px;
  width: 15px;
  display: block;
  margin-right: 5px;
  margin-top: 0;
  position: relative;
  text-indent: -9999px;
}
/* line 144, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-control-nav li a.flex-active {
  background-position: 0 -24px;
}

/* line 149, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
/* line 153, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* line 157, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
/* line 162, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
/* line 167, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 171, ../../../../sass/modules/tmhomeslider/css/flexslider.scss */
.spinner {
  min-height: 782px;
  background: url("../../../../img/megnor/loading.gif") no-repeat center center black;
  width: 100%;
}
