/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 11, app/assets/stylesheets/revolution/navigation.scss */
.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

/* line 23, app/assets/stylesheets/revolution/navigation.scss */
.ares.tparrows:before {
  font-family: "revicons";
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
}

/* line 36, app/assets/stylesheets/revolution/navigation.scss */
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}

/* line 39, app/assets/stylesheets/revolution/navigation.scss */
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}

/* line 42, app/assets/stylesheets/revolution/navigation.scss */
.ares.tparrows:hover:before {
  color: #000;
}

/* line 45, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0;
  margin-left: 30px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

/* line 63, app/assets/stylesheets/revolution/navigation.scss */
.ares.tp-rightarrow .tp-title-wrap {
  right: 0;
  margin-right: 30px;
  margin-left: 0;
  -webkit-transform-origin: 100% 50%;
  border-radius: 30px 0 0 30px;
}

/* line 69, app/assets/stylesheets/revolution/navigation.scss */
.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
}

/* line 73, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-arr-titleholder {
  position: relative;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 10px;
  opacity: 0;
}

/* line 89, app/assets/stylesheets/revolution/navigation.scss */
.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 10px;
}

/* line 94, app/assets/stylesheets/revolution/navigation.scss */
.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
/* line 104, app/assets/stylesheets/revolution/navigation.scss */
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 114, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 123, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
  background: #fff;
}

/* line 127, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}

/* line 146, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-bullet-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0;
}

/* line 158, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/* line 164, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #fff;
}

/* line 167, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff;
}

/* line 170, app/assets/stylesheets/revolution/navigation.scss */
.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden;
}

/* line 173, app/assets/stylesheets/revolution/navigation.scss */
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
}

/* TABS */
/* line 178, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 185, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 194, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 208, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 216, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 226, app/assets/stylesheets/revolution/navigation.scss */
.ares .tp-tab:hover,
.ares .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 253, app/assets/stylesheets/revolution/navigation.scss */
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 10000;
}

/* line 263, app/assets/stylesheets/revolution/navigation.scss */
.custom.tparrows:hover {
  background: #000;
}

/* line 266, app/assets/stylesheets/revolution/navigation.scss */
.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 274, app/assets/stylesheets/revolution/navigation.scss */
.custom.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 277, app/assets/stylesheets/revolution/navigation.scss */
.custom.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
/* line 286, app/assets/stylesheets/revolution/navigation.scss */
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 296, app/assets/stylesheets/revolution/navigation.scss */
.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}

/* line 305, app/assets/stylesheets/revolution/navigation.scss */
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background: #7d7d7d;
}

/* THUMBS */
/* TABS */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 332, app/assets/stylesheets/revolution/navigation.scss */
.dione.tparrows {
  height: 100%;
  width: 100px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 342, app/assets/stylesheets/revolution/navigation.scss */
.dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}

/* line 345, app/assets/stylesheets/revolution/navigation.scss */
.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
}

/* line 353, app/assets/stylesheets/revolution/navigation.scss */
.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0;
}

/* line 358, app/assets/stylesheets/revolution/navigation.scss */
.dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0;
}

/* line 373, app/assets/stylesheets/revolution/navigation.scss */
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

/* line 380, app/assets/stylesheets/revolution/navigation.scss */
.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 392, app/assets/stylesheets/revolution/navigation.scss */
.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}

/* line 396, app/assets/stylesheets/revolution/navigation.scss */
.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 402, app/assets/stylesheets/revolution/navigation.scss */
.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

/* line 407, app/assets/stylesheets/revolution/navigation.scss */
.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/* BULLETS */
/* line 417, app/assets/stylesheets/revolution/navigation.scss */
.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 431, app/assets/stylesheets/revolution/navigation.scss */
.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

/* line 443, app/assets/stylesheets/revolution/navigation.scss */
.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 465, app/assets/stylesheets/revolution/navigation.scss */
.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 471, app/assets/stylesheets/revolution/navigation.scss */
.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: 'progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 )';
}

/* line 484, app/assets/stylesheets/revolution/navigation.scss */
.dione .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 509, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 35px;
}

/* line 521, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 531, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 534, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 538, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0;
  margin-left: 0;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

/* line 560, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* line 568, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0;
  margin-right: 0;
  margin-left: 0;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

/* line 578, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

/* line 583, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 11px;
  opacity: 0;
}

/* line 600, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}

/* line 609, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

/* line 618, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 11px;
}

/* line 623, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
/* line 633, app/assets/stylesheets/revolution/navigation.scss */
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555555;
  /* old browsers */
  /* ff3.6+ */
  /* chrome,safari4+ */
  /* chrome10+,safari5.1+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
  /* w3c */
  -webkit-filter: 'progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 )';
          filter: 'progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 )';
  /* ie6-9 */
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
  box-shadow: 0 0 2px 1px rgba(33, 33, 33, 0.3);
}

/* line 652, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 661, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
  background: #e5e5e5;
  /* old browsers */
  /* ff3.6+ */
  /* chrome,safari4+ */
  /* chrome10+,safari5.1+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #999999 100%);
  /* w3c */
  -webkit-filter: 'progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 )';
          filter: 'progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 )';
  /* ie6-9 */
  border: 1px solid #555;
  width: 12px;
  height: 12px;
}

/* THUMBS */
/* line 681, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-thumb {
  opacity: 1;
}

/* line 685, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

/* line 698, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

/* line 712, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

/* line 716, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 738, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 744, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 748, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* TABS */
/* line 756, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

/* line 765, app/assets/stylesheets/revolution/navigation.scss */
.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* BULLETS */
/* line 790, app/assets/stylesheets/revolution/navigation.scss */
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777777;
  /* Old browsers */
  background: linear-gradient(to bottom, #777777 0%, #666666 100%);
  filter: 'progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", endColorstr="#666666",GradientType=0 )';
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
}

/* line 809, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 819, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C */
  filter: 'progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e1e1e1",GradientType=0 )';
  /* IE6-9 */
}

/* THUMBS */
/* line 839, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-thumb {
  opacity: 1;
}

/* line 842, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 856, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

/* line 865, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  white-space: nowrap;
}

/* line 884, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 890, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: 'progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 )';
}

/* line 902, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
/* line 917, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 924, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 933, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 947, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 955, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 965, app/assets/stylesheets/revolution/navigation.scss */
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background: rgba(0, 0, 0, 0.5);
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 992, app/assets/stylesheets/revolution/navigation.scss */
.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1003, app/assets/stylesheets/revolution/navigation.scss */
.hades.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

/* line 1012, app/assets/stylesheets/revolution/navigation.scss */
.hades.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1015, app/assets/stylesheets/revolution/navigation.scss */
.hades.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1019, app/assets/stylesheets/revolution/navigation.scss */
.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
  background: white;
}

/* line 1024, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0;
  background: #888;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  transform: rotatey(-90deg);
  transform-origin: 0 50%;
}

/* line 1042, app/assets/stylesheets/revolution/navigation.scss */
.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  transform-origin: 100% 50%;
  transform: rotatey(90deg);
}

/* line 1051, app/assets/stylesheets/revolution/navigation.scss */
.hades:hover .tp-arr-allwrapper {
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotatey(0deg);
}

/* line 1064, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* BULLETS */
/* line 1079, app/assets/stylesheets/revolution/navigation.scss */
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1089, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  perspective: 400;
  transform: translatez(0.01px);
}

/* line 1103, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
  background: #555;
}

/* line 1109, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

/* line 1128, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility: visible;
}

/* THUMBS */
/* line 1140, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-thumb {
  opacity: 1;
}

/* line 1143, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1157, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

/* line 1169, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: 'progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 )';
}

/* line 1182, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
/* line 1197, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-tab {
  opacity: 1;
}

/* line 1201, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

/* line 1210, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

/* line 1220, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400;
}

/* line 1231, app/assets/stylesheets/revolution/navigation.scss */
.hades .tp-tab-inner {
  text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1248, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1259, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #aaa;
  display: block;
  line-height: 70px;
  text-align: center;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
}

/* line 1275, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1278, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1281, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tparrows:hover:before {
  color: #000;
}

/* line 1284, app/assets/stylesheets/revolution/navigation.scss */
.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

/* line 1301, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tp-rightarrow .tp-title-wrap {
  right: 0;
  -webkit-transform-origin: 100% 50%;
}

/* line 1305, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

/* line 1309, app/assets/stylesheets/revolution/navigation.scss */
.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0 20px 0 90px;
}

/* line 1320, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0;
  padding: 0 90px 0 20px;
}

/* line 1325, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* line 1332, app/assets/stylesheets/revolution/navigation.scss */
.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0;
  right: -90px;
}

/* line 1342, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}

/* BULLETS */
/* line 1349, app/assets/stylesheets/revolution/navigation.scss */
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1360, app/assets/stylesheets/revolution/navigation.scss */
.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: content-box;
  perspective: 400;
  transform: translateZ(0.01px);
  transition: all 0.3s;
}

/* line 1375, app/assets/stylesheets/revolution/navigation.scss */
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background: #222;
  border-color: #fff;
}

/* line 1381, app/assets/stylesheets/revolution/navigation.scss */
.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 6px;
}

/* line 1403, app/assets/stylesheets/revolution/navigation.scss */
.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

/* TABS */
/* line 1415, app/assets/stylesheets/revolution/navigation.scss */
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

/* line 1424, app/assets/stylesheets/revolution/navigation.scss */
.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1444, app/assets/stylesheets/revolution/navigation.scss */
.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

/* line 1455, app/assets/stylesheets/revolution/navigation.scss */
.hephaistos.tparrows:hover {
  background: #000;
}

/* line 1458, app/assets/stylesheets/revolution/navigation.scss */
.hephaistos.tparrows:before {
  font-family: "revicons";
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 1466, app/assets/stylesheets/revolution/navigation.scss */
.hephaistos.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -2px;
}

/* line 1471, app/assets/stylesheets/revolution/navigation.scss */
.hephaistos.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -2px;
}

/* BULLETS */
/* line 1481, app/assets/stylesheets/revolution/navigation.scss */
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1491, app/assets/stylesheets/revolution/navigation.scss */
.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0 0 2px 1px rgba(130, 130, 130, 0.3);
}

/* line 1503, app/assets/stylesheets/revolution/navigation.scss */
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
  background: #fff;
  border-color: #000;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1525, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1536, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1548, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1551, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1554, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 1559, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

/* line 1565, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: transform 0.3s 0.3s;
  perspective: 1000px;
}

/* line 1578, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0;
  left: auto;
}

/* line 1581, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

/* line 1584, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

/* line 1592, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}

/* line 1597, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/* line 1601, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: all 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* line 1622, app/assets/stylesheets/revolution/navigation.scss */
.hermes.tparrows:hover .tp-arr-titleholder {
  transition-delay: 0.6s;
  transform: rotateX(0deg);
}

/* BULLETS */
/* line 1634, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #FFF;
  transition: background 0.3s ease;
  position: absolute;
}

/* line 1646, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1649, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  transition: height 0.3s ease;
}

/* line 1661, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-bullet.selected:after {
  height: 100%;
}

/* TABS */
/* line 1667, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

/* line 1672, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative;
}

/* line 1678, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-tab-content {
  background: #363636;
  position: absolute;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0;
  left: -10px;
}

/* line 1691, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 1699, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px;
}

/* line 1709, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-tab.selected .tp-tab-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #363636;
  content: " ";
  position: absolute;
  right: -9px;
  bottom: 50%;
  margin-bottom: -30px;
}

/* line 1721, app/assets/stylesheets/revolution/navigation.scss */
.hermes .tp-tab-mask {
  padding-right: 10px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  /* line 1727, app/assets/stylesheets/revolution/navigation.scss */
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 1728, app/assets/stylesheets/revolution/navigation.scss */
  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  /* line 1729, app/assets/stylesheets/revolution/navigation.scss */
  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1732, app/assets/stylesheets/revolution/navigation.scss */
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 1733, app/assets/stylesheets/revolution/navigation.scss */
  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  /* line 1734, app/assets/stylesheets/revolution/navigation.scss */
  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
  }
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1748, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

/* line 1759, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden.tparrows:hover {
  background: #000;
}

/* line 1762, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 1770, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}

/* line 1774, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}

/* BULLETS */
/* line 1782, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px;
}

/* line 1794, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  /* old browsers */
  /* ff3.6+ */
  /* chrome,safari4+ */
  /* chrome10+,safari5.1+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  /* w3c */
  -webkit-filter: 'progid:dximagetransform.microsoft.gradient( startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 )';
          filter: 'progid:dximagetransform.microsoft.gradient( startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 )';
  /* ie6-9 */
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 1812, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
  background: #666;
}

/* THUMBS */
/* line 1823, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-thumb {
  opacity: 1;
  perspective: 600px;
}

/* line 1828, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 10000;
  background-color: #000;
  padding: 5px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotatex(90deg) translatez(0.001px);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0.001px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
}

/* line 1852, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  opacity: 1;
}

/* TABS */
/* line 1859, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1866, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 1875, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 1889, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 1897, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 1907, app/assets/stylesheets/revolution/navigation.scss */
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1934, app/assets/stylesheets/revolution/navigation.scss */
.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

/* line 1944, app/assets/stylesheets/revolution/navigation.scss */
.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}

/* line 1949, app/assets/stylesheets/revolution/navigation.scss */
.metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1955, app/assets/stylesheets/revolution/navigation.scss */
.metis.tparrows:hover:before {
  transform: scale(1.5);
}

/* BULLETS */
/* line 1961, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 50%;
}

/* line 1975, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

/* line 1989, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 2011, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 2017, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: 'progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 )';
}

/* line 2030, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* line 2043, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-tab-number {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Playfair Display";
  width: 50px;
  margin-right: 17px;
  display: inline-block;
  float: left;
}

/* line 2054, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-tab-mask {
  padding-left: 20px;
  left: 0;
  max-width: 90px !important;
  transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}

/* line 2060, app/assets/stylesheets/revolution/navigation.scss */
.metis:hover .tp-tab-mask {
  padding-left: 0;
  left: 50px;
  max-width: 500px !important;
}

/* line 2065, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-tab-divider {
  border-right: 1px solid transparent;
  height: 30px;
  width: 1px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

/* line 2073, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-tab-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Playfair Display";
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  transform: translateX(-100%);
  transition: 0.4s all;
}

/* line 2086, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-tab-title-mask {
  position: absolute;
  overflow: hidden;
  left: 67px;
}

/* line 2091, app/assets/stylesheets/revolution/navigation.scss */
.metis:hover .tp-tab-title {
  transform: translateX(0);
}

/* line 2094, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-tab {
  opacity: 0.15;
  transition: 0.4s all;
}

/* line 2098, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-tab:hover,
.metis .tp-tab.selected {
  opacity: 1;
}

/* line 2102, app/assets/stylesheets/revolution/navigation.scss */
.metis .tp-tab.selected .tp-tab-divider {
  border-right: 1px solid #cdb083;
}

/* line 2105, app/assets/stylesheets/revolution/navigation.scss */
.metis.tp-tabs {
  max-width: 118px !important;
  padding-left: 50px;
}

/* line 2109, app/assets/stylesheets/revolution/navigation.scss */
.metis.tp-tabs:before {
  content: " ";
  height: 100%;
  width: 88px;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.4s all;
}

/* line 2120, app/assets/stylesheets/revolution/navigation.scss */
.metis.tp-tabs:hover:before {
  width: 118px;
}

@media (max-width: 499px) {
  /* line 2124, app/assets/stylesheets/revolution/navigation.scss */
  .metis.tp-tabs:before {
    background: rgba(0, 0, 0, 0.75);
  }
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2140, app/assets/stylesheets/revolution/navigation.scss */
.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5;
}

/* line 2151, app/assets/stylesheets/revolution/navigation.scss */
.persephone.tparrows:hover {
  background: #333;
}

/* line 2154, app/assets/stylesheets/revolution/navigation.scss */
.persephone.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 2162, app/assets/stylesheets/revolution/navigation.scss */
.persephone.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 2165, app/assets/stylesheets/revolution/navigation.scss */
.persephone.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
/* line 2174, app/assets/stylesheets/revolution/navigation.scss */
.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 2184, app/assets/stylesheets/revolution/navigation.scss */
.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 2193, app/assets/stylesheets/revolution/navigation.scss */
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
  background: #222;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2214, app/assets/stylesheets/revolution/navigation.scss */
.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: transparent;
}

/* line 2219, app/assets/stylesheets/revolution/navigation.scss */
.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 2228, app/assets/stylesheets/revolution/navigation.scss */
.uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* BULLETS */
/* line 2233, app/assets/stylesheets/revolution/navigation.scss */
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease;
  background: transparent;
}

/* line 2240, app/assets/stylesheets/revolution/navigation.scss */
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border: none;
  border-radius: 50%;
  background: transparent;
}

/* line 2251, app/assets/stylesheets/revolution/navigation.scss */
.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

/* line 2268, app/assets/stylesheets/revolution/navigation.scss */
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2286, app/assets/stylesheets/revolution/navigation.scss */
.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

/* line 2298, app/assets/stylesheets/revolution/navigation.scss */
.zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 2308, app/assets/stylesheets/revolution/navigation.scss */
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 2311, app/assets/stylesheets/revolution/navigation.scss */
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 2315, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

/* line 2331, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

/* line 2347, app/assets/stylesheets/revolution/navigation.scss */
.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

/* line 2351, app/assets/stylesheets/revolution/navigation.scss */
.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* line 2357, app/assets/stylesheets/revolution/navigation.scss */
.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* BULLETS */
/* line 2365, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}

/* line 2373, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}

/* line 2388, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
  transform: scale(1.2);
}

/* line 2394, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  border-radius: 4px;
}

/* line 2420, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
  z-index: 2;
  transition: all 0.5s ease;
}

/* line 2426, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px;
}

/* line 2448, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* THUMBS */
/* line 2458, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-thumb {
  opacity: 1;
}

/* line 2462, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

/* line 2475, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

/* line 2489, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-thumb-more:before {
  content: "\e825";
}

/* line 2493, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 2515, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 2521, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
  background: #000;
}

/* line 2525, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff;
}

/* TABS */
/* line 2533, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-tab {
  opacity: 1;
  box-sizing: border-box;
}

/* line 2538, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px;
}

/* line 2549, app/assets/stylesheets/revolution/navigation.scss */
.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
  color: #000;
  background: white;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 2569, app/assets/stylesheets/revolution/navigation.scss */
.post-tabs .tp-thumb {
  opacity: 1;
}

/* line 2573, app/assets/stylesheets/revolution/navigation.scss */
.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

/* line 2585, app/assets/stylesheets/revolution/navigation.scss */
.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

/* line 2599, app/assets/stylesheets/revolution/navigation.scss */
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

/* line 2603, app/assets/stylesheets/revolution/navigation.scss */
.post-tabs .tp-thumb-title {
  font-family: "raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 2625, app/assets/stylesheets/revolution/navigation.scss */
.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 2631, app/assets/stylesheets/revolution/navigation.scss */
.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 2635, app/assets/stylesheets/revolution/navigation.scss */
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000;
}
