/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,800);*/

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

.tp-caption {
  z-index: 1;
  font-family: "Open Sans", Verdana, sans-serif;
}

.tp-caption a {
  color: #404040;
  text-shadow: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}

.tp-caption a:hover {
  color: #056db1;
}

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

.button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(images/assets/gradient/g40.png) repeat-x top;
}

.purchase:hover, .button:hover, .button.big:hover {
  background-position: bottom, 15px 11px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal;
  }

  a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }

}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }

  a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }

}

.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.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;
}

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

.noFilterClass {
  filter: none !important;
}

.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
}

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(images/assets/boxed_bgtile.png);
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(images/assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0;
  float: left;
  margin-top: -10px;
  margin-left: 3px;
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: #ccc;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  float: left;
  bottom: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.square .bullet:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(images/assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 10px;
}

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0 !important;
}

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0 !important;
}

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}

.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
}

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: -7px;
}

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: -7px;
}

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: -9px;
}

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: -9px;
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/slide_arrow_left_trans.png) no-Repeat 0 0;
  width: 36px;
  height: 60px;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -khtml-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -khtml-border-radius-bottomright: 3px;
}

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/slide_arrow_right_trans.png) no-Repeat 0 0;
  width: 36px;
  height: 60px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -khtml-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -khtml-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-radius-bottomright: 0px;
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
  background-position: bottom left;
}

.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background: transparent url(images/bg_thumbs_black_40.png);
  width: 500px;
  height: 70px;
  margin-top: -30px;
}

.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 46px;
  overflow: hidden;
  position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
  width: 94px;
  height: 46px;
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-thumbs img {
  width: 100%;
}

.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(images/assets/timer.png);
  position: absolute;
  z-index: 200;
}

.tp-bannertimer.tp-bottom {
  bottom: 0 !important;
  height: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive .tp-bullets.tp-thumbs {
    width: 300px !important;
    height: 30px !important;
  }

  .responsive .tp-bullets.tp-thumbs .tp-mask {
    width: 300px !important;
    height: 30px !important;
  }

  .responsive .tp-bullets.tp-thumbs .bullet {
    width: 60px !important;
    height: 30px !important;
  }

}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none
  }

  .responsive .tparrows {
    display: none;
  }

}

.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive a {
  text-decoration: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.caption.slidelink a div, .tp-caption.slidelink a div {
  width: 10000px;
  height: 10000px;
  background: url(images/assets/coloredbg.png) repeat;
}

.tp-loader {
  background-color: transparent;
  margin: -11px -60px;
  top: 40%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 128px;
  height: 22px;
}

.tp-transparentimg {
  content: "url(images/assets/transparent.png)"
}

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

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  overflow-x: hidden;
}

.bannercontainer {
  padding: 0;
  background: transparent url(img/bg-slider.png) repeat;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  width: 100%;
  height: 331px;
  position: relative;
  overflow: hidden;
}

.overlay {
  display: block;
  white-space: normal;
  margin: 0;
}

.overlay h2 {
  font-size: 30px;
  color: #58585a;
  line-height: 1.3em;
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 0 0 0 0;
  letter-spacing: -0.02em;
  white-space: normal;
  margin: 0;
  min-height: 1.5em;
}

.overlay h2 span {
  background: url(img/bg-white-box-85.png) repeat;
  padding: 0 8px 0 8px;
  margin: 0;
  line-height: 1.3em;
  -webkit-box-shadow: 0 0 25px 7px rgba(255, 255, 255, .7);
  -moz-box-shadow: 0 0 25px 7px rgba(255, 255, 255, .7);
  box-shadow: 0 0 25px 7px rgba(255, 255, 255, .7);
}

.overlay p {
  font-size: 15px;
  color: #404040;
  line-height: 1.5em;
  font-family: "Open Sans", Verdana, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  white-space: normal;
}

.box_1 {
  padding: 0 !important;
  min-height: 86px;
  width: 760px;
  margin: 21px 0 0 25px;
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1120px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 800px) {

  .banner, .bannercontainer {
    width: 100%;
    height: auto;
  }

  .overlay h2 {
    font-size: 24px;
    min-height: 1.5em;
  }

  .overlay h3 {
    font-size: 24px;
    min-height: 1.5em;
  }

  .box_1 {
    width: 720px;
    margin: 15px 0 0 20px;
  }

}

@media only screen and (max-width: 720px) {

  .box_1 {
    width: 640px;
    margin: 15px 0 0 20px;
  }

}

@media only screen and (max-width: 640px) {

  .banner, .bannercontainer {
    width: 100%;
    height: auto;
  }

  .overlay h2 {
    font-size: 21px;
    min-height: 1.5em;
  }

  .overlay h3 {
    font-size: 21px;
    min-height: 1.5em;
  }

  .box_1 {
    min-height: 86px;
    width: 565px;
    margin: 10px 0 0 15px;
  }

}

@media only screen and (max-width: 520px) {
  .box_1 {
    min-height: 86px;
    width: 445px;
    margin: 0 0 0 15px;
  }

}

@media only screen and (max-width: 480px) {

  .banner, .bannercontainer {
    width: 100%;
    height: auto;
  }

  .overlay h2 {
    font-size: 18px;
    min-height: 1.5em;
  }

  .overlay h3 {
    font-size: 18px;
    min-height: 1.5em;
  }

  .box_1 {
    min-height: 76px;
    width: 410px;
    margin: 0 0 0 10px;
  }

}

@media only screen and (max-width: 320px) {

  .banner, .bannercontainer {
    width: 100%;
    height: auto;
  }

  .overlay h2 {
    font-size: 13px;
    min-height: 1.5em;
  }

  .overlay h3 {
    font-size: 13px;
    min-height: 1.5em;
  }

  .box_1 {
    min-height: 76px;
    width: 270px;
    margin: 0 0 0 0;
  }
}

@media only screen and (max-width: 319px) {

  .box_1 {
    display: none;
  }

}

/* THE DIMENSIONS OF THE THUMB CONTAINER */
.tp-bullets.tp-thumbs .tp-mask {
  overflow: hidden;
  position: relative;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}

.tp-thumbs img {
  height: 100%;
  width: 100%;
}

.tp-bullets.tp-thumbs .bullet {
  margin: 0 10px 0 0 !important;
  border: 1px solid #e1e1e1;
}

/* THE DIMENSIONS OF THE THUMB CONTAINER */
.tp-bullets.tp-thumbs {
  width: 100% !important;
  margin-left: 0 !important;
  left: 0 !important;
  height: 48px !important;
  max-width: 100%;
  z-index: 1000;
  position: absolute;
  padding: 11px 0 10px 0;
  background: url(images/bg_thumbs.png) 0 0 repeat;
  margin-top: -50px;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) and (max-width: 2600px) {
  .tp-bullets.tp-thumbs .bullet {
    width: 94px !important;
    height: 46px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tp-bullets.tp-thumbs .bullet {
    width: 94px !important;
    height: 46px !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .tp-bullets.tp-thumbs {
    display: none !important;
  }
}

@media only screen and (min-width: 160px) and (max-width: 320px) {
  .tp-bullets.tp-thumbs {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(images/slide_arrow_left_small_trans.png) no-repeat 0 0;
    width: 24px;
    height: 40px;
  }

  .tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(images/slide_arrow_right_small_trans.png) no-repeat 0 0;
    width: 24px;
    height: 40px;
  }

  .tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: bottom left;
  }

}







