/* - - - - - - - - - - - - - - - - - - - - - - - - -
 *  Homepage Slider Styles and presets
 * - - - - - - - - - - - - - - - - - - - - - - - - */
/* FlexSlider */
.slideshow .flexslider ul,
.slideshow .fs-carousel ul {
  margin: 0;
}
.slideshow .flexslider ul li,
.slideshow .fs-carousel ul li {
  list-style-type: none;
  margin: 0;
}
.slideshow .flexslider ol,
.slideshow .fs-carousel ol {
  list-style-type: none;
  margin: 0;
}
.slideshow .flexslider img,
.slideshow .fs-carousel img {
  border: 0;
}
.slideshow .flexslider {
  border: none;
}
.slideshow .flexslider .slide {
  margin-bottom: 10px;
}
.slideshow .flexslider a:hover {
  border-bottom: 0;
}
.slideshow .fs-carousel {
  position: relative;
}
.slideshow .fs-carousel ul.slides li img {
  cursor: pointer;
  width: 100%;
  height: auto;
  opacity: 0.9;
}
.slideshow .fs-carousel ul.slides li img:hover {
  opacity: 1;
}
.slideshow .fs-carousel:hover .flex-direction-nav .flex-prev,
.slideshow .fs-carousel:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}
.slideshow .fs-carousel:hover .flex-direction-nav .flex-prev:hover,
.slideshow .fs-carousel:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.slideshow .fs-carousel:hover .flex-direction-nav .flex-prev {
  left: 10px;
}
.slideshow .fs-carousel:hover .flex-direction-nav .flex-next {
  right: 10px;
}
.slideshow .flex-direction-nav a {
  overflow: visible;
}
.slideshow a.flex-next:hover {
  border-bottom: none !important;
}

/* Captions */
.caption.playbtn:hover img {
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  filter: alpha(opacity=90);
}
.caption.playbtn img {
  max-width: 160px;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
}
.caption.playbtn button.play {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
}
.caption.playbtn button.play.fadeplayout {
  opacity: 0;
  cursor: default;
}
.caption a.sliderlink {
  color: white;
  text-transform: uppercase;
  font-family: "roboto", san-serif;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  -ms-transition: color 150ms ease-in-out;
}
.caption a.sliderlink .icon-readmore {
  font-size: 16px;
}
.caption a.sliderlink .icon-readmore:before {
  font-family: "icomoon";
  content: "\e61c";
  color: #f1304e;
  display: inline-block;
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
  -moz-transition: color 0.2s ease-out 0s;
  -o-transition: color 0.2s ease-out 0s;
  -ms-transition: color 0.2s ease-out 0s;
}
.caption a.sliderlink:hover {
  color: #f1304e;
}
.caption.right {
  left: 56% !important;
}
.caption.h1 {
  font-size: 85px;
  line-height: 100%;
  font-family: "kelson_sansbold";
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.caption.h1 span.blue {
  color: #00a5ff;
}
.caption.h1.pink {
  color: #f1304e;
  text-indent: -0.3%;
}
.caption.h1.blue {
  color: #00a5ff;
  text-indent: -0.4%;
}
.caption.h1.green {
  color: #85d30b;
  text-indent: -0.4%;
}
.caption.h5 {
  font-size: 25px;
  line-height: 100%;
  font-family: "roboto", san-serif;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* Video Styles and Settings */
/* Fullscreen Video */
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullscreenvideo .vjs-loading-spinner {
  visibility: none;
  display: none !important;
  width: 0px;
  height: 0px;
}

.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.fullcoveredvideo.video-js,
.fullcoveredvideo video {
  background: transparent !important;
}

.fullcoveredvideo .vjs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/* HTML5 Video Settings */
.vjs-tech {
  margin-top: 1px;
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 30px;
  vertical-align: top;
  padding: 0px;
}
.tp-caption .vjs-default-skin .vjs-big-play-button:before {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 40px;
  text-shadow: none !important;
  color: #fff;
  font-size: 18px;
}
.tp-caption .vjs-default-skin .vjs-big-play-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Custom Overlay for videos */
.slider .blackoverlay {
  background: url("../images/slider/assets/black50.png") rgba(0, 0, 0, 0.5);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

/* This is to help with Validation */
.videoslide {
  width: 100%;
  height: 100%;
}

/* Overlays */
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.tp-dottedoverlay.twoxtwo {
  background: url("../images/slider/assets/black50.png") rgba(0, 0, 0, 0.8);
}
.tp-dottedoverlay.twoxtwowhite {
  background: url(../images/slider/assets/gridtile_white.png);
}
.tp-dottedoverlay.threexthree {
  background: url(../images/slider/assets/gridtile_3x3.png);
}
.tp-dottedoverlay.threexthreewhite {
  background: url(../images/slider/assets/gridtile_3x3_white.png);
}

/* Navigation */
.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 1000;
  position: absolute;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 5px);
  transform: translate3d(0, 0, 5px);
}
.tp-bullets.hidebullets {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}
.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../images/slider/assets/boxed_bgtile.png);
  height: 35px;
  padding: 0px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../images/slider/assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

/* Arrows */
.tparrows {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 5000px);
  transform: translate3d(0, 0, 5000px);
  -webkit-transform-style: flat;
  -moz-transform-origin: flat;
  transform-origin: flat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 600;
  position: relative;
}
.tparrows.hidearrows {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}
.tparrows .tp-rightarrow:hover,
.tparrows .tp-leftarrow:hover {
  background-position: bottom left;
}
.tparrows:hover {
  background: rgb(0, 0, 0) !important;
  color: #fff;
}
.tparrows:before {
  font-family: "revicons";
  color: #fff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  margin-top: 9px;
  text-align: center;
  width: 40px;
  font-size: 20px;
}

/* Loader */
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../images/slider/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
.tp-transparentimg {
  content: "url(../assets/transparent.png)";
}

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -moz-transform-origin: preserve-3d;
  transform-origin: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1;
}

@font-face {
  font-family: "revicons";
  src: url("../fonts/revicons.eot");
  src: url("../fonts/revicons.eot?#iefix") format("embedded-opentype"), url("../fonts/revicons.woff") format("woff"), url("../fonts/revicons.ttf") format("truetype"), url("../fonts/revicons.svg#revicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^=revicon-]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.sliderheading {
  z-index: 1;
  white-space: nowrap;
  position: absolute;
  visibility: hidden;
}

.sliderwrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.slider {
  width: 100%;
  position: relative;
}

.tp-hide-revslider.tp-hidden-caption,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

.tp-caption {
  z-index: 1;
  white-space: nowrap;
}

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}

.tp_inner_padding {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: none !important;
}

/* Containers */
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}

/* Caption Mods */
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}

.tp-simpleresponsive img {
  max-width: none;
}

/* IE Hack */
.noFilterClass {
  filter: none !important;
}

/* Timer */
.tp-bannertimer {
  width: 100%;
  height: 5px;
  background: #777;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 200;
  top: 0px;
}
.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto;
}

/* Responsive Settings */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}
/* Basic Settings */
.tp-simpleresponsive img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}

/* Bullet and arrow addons */
.tp-bullets.simplebullets .bullet {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  padding: 4px;
  margin-right: 2px !important;
  margin-bottom: 14px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
}
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgb(255, 255, 255) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgb(0, 0, 0) !important;
}

.tparrows.tp-rightarrow:before {
  margin-left: 1px;
}

.tp-leftarrow:before {
  content: "\e824";
}

.tp-rightarrow:before {
  content: "\e825";
}

/*# sourceMappingURL=plugins.css.map */
