.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%
}

.ares.tparrows:before {
  font-family: revicons;
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
  z-index: 2;
  position: relative
}

.ares .tp-tab, .gyges .tp-tab {
  font-family: Roboto, sans-serif
}

.ares.tparrows.tp-leftarrow:before {
  content: "\e81f"
}

.ares.tparrows.tp-rightarrow:before {
  content: "\e81e"
}

.ares.tparrows:hover:before {
  color: #000
}

.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  top: 0;
  margin-left: 30px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  transition: transform .3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%
}

.ares .tp-arr-titleholder, .ares .tp-title-wrap {
  -webkit-transition: -webkit-transform .3s;
  line-height: 60px
}

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

.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1)
}

.ares .tp-arr-titleholder {
  position: relative;
  transition: transform .3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 10px;
  opacity: 0
}

.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 10px
}

.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-delay: .1s;
  opacity: 1
}

.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box
}

.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box
}

.ares .tp-bullet.selected, .ares .tp-bullet.selected:hover .tp-bullet-title, .ares .tp-bullet:hover {
  background: #fff
}

.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, .75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform .3s;
  -webkit-transition: transform .3s;
  line-height: 20px;
  white-space: nowrap
}

.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, .75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0
}

.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0)
}

.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff
}

.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden
}

.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible
}

.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5
}

.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left
}

.ares .tp-tab-content {
  background: 0 0;
  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
}

.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0
}

.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px
}

.custom.tparrows:before, .erinyen.tparrows:before {
  font-family: revicons;
  color: #fff;
  text-align: center
}

.ares .tp-tab.selected, .ares .tp-tab:hover {
  background: #eee
}

.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, .5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100
}

.custom.tparrows:hover {
  background: #000
}

.custom.tparrows:before {
  font-size: 15px;
  display: block;
  line-height: 40px
}

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

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

.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box
}

.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, .5);
  cursor: pointer;
  box-sizing: content-box
}

.custom .tp-bullet.selected, .custom .tp-bullet:hover {
  background: #7d7d7d
}

.dione.tparrows {
  height: 100%;
  width: 100px;
  background: 0 0;
  line-height: 100%;
  transition: all .3s;
  -webkit-transition: all .3s
}

.dione.tparrows:hover {
  background: rgba(0, 0, 0, .45)
}

.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden
}

.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0
}

.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 .3s;
  -webkit-transition: all .3s;
  opacity: 0;
  left: 0
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px)
}

.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all .3s;
  -webkit-transition: all .3s
}

.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px
}

.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px)
}

.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible
}

.dione .tp-bullet-title, .gyges .tp-thumb-title {
  white-space: nowrap;
  transform: translateZ(0) translateX(-50%) translateY(14px)
}

.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, .25);
  margin: 0;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s
}

.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center
}

.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0
}

.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0) translateX(-50%);
  -webkit-transform: rotateX(0) translateX(-50%);
  opacity: 1
}

.dione .tp-bullet.selected, .dione .tp-bullet:hover {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0)
}

.erinyen .tp-title-wrap, .erinyen.tparrows {
  border-radius: 35px;
  background: #000;
  min-height: 70px
}

.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;
  border-color: rgba(0, 0, 0, .75) transparent transparent;
  bottom: -8px
}

.erinyen .tp-arr-img-over, .erinyen .tp-arr-imgholder, .erinyen.tp-bullets:before {
  position: absolute;
  width: 100%;
  height: 100%
}

.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  min-width: 70px;
  position: absolute;
  display: block;
  z-index: 100
}

.erinyen.tparrows:before {
  font-size: 20px;
  display: block;
  line-height: 70px;
  z-index: 2;
  position: relative
}

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

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

.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, .5);
  line-height: 70px;
  top: 0;
  margin-left: 0;
  overflow: hidden;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0
}

.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

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

.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .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
}

.erinyen .tp-thumb, .gyges .tp-thumb {
  opacity: 1
}

.erinyen .tp-arr-imgholder {
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover
}

.erinyen .tp-arr-img-over {
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, .5)
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 11px
}

.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-delay: .1s;
  opacity: 1
}

.erinyen.tp-bullets:before {
  content: " ";
  background: #555;
  background: -moz-linear-gradient(top, #555 0, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(100%, #222));
  background: -webkit-linear-gradient(top, #555 0, #222 100%);
  background: -o-linear-gradient(top, #555 0, #222 100%);
  background: -ms-linear-gradient(top, #555 0, #222 100%);
  background: linear-gradient(to bottom, #555 0, #222 100%);
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222", gradienttype=0);
  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, .3)
}

.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box
}

.erinyen .tp-bullet.selected, .erinyen .tp-bullet:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0, #999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(100%, #999));
  background: -webkit-linear-gradient(top, #e5e5e5 0, #999 100%);
  background: -o-linear-gradient(top, #e5e5e5 0, #999 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0, #999 100%);
  background: linear-gradient(to bottom, #e5e5e5 0, #999 100%);
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999", gradienttype=0);
  border: 1px solid #555;
  width: 12px;
  height: 12px
}

.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}

.erinyen .tp-thumb-more:before, .erinyen .tp-thumb-title {
  text-align: left;
  font-size: 12px;
  position: absolute;
  display: block;
  z-index: 2
}

.erinyen .tp-thumb-more:before {
  font-family: revicons;
  color: #aaa;
  color: rgba(255, 255, 255, .75);
  line-height: 12px;
  top: 20px;
  right: 20px;
  content: "\e825"
}

.erinyen .tp-thumb-title {
  font-family: Raleway;
  letter-spacing: 1px;
  color: #fff;
  line-height: 15px;
  top: 0;
  left: 0;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: 500
}

.erinyen .tp-thumb.selected .tp-thumb-more:before, .erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa
}

.erinyen .tp-thumb.selected .tp-thumb-over, .erinyen .tp-thumb:hover .tp-thumb-over {
  background: #fff
}

.erinyen .tp-thumb.selected .tp-thumb-title, .erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000
}

.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab" margin-bottom:5px
}

.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab"
}

.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777;
  background: -moz-linear-gradient(top, #777 0, #666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(100%, #666));
  background: -webkit-linear-gradient(top, #777 0, #666 100%);
  background: -o-linear-gradient(top, #777 0, #666 100%);
  background: -ms-linear-gradient(top, #777 0, #666 100%);
  background: linear-gradient(to bottom, #777 0, #666 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
}

.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box
}

.gyges .tp-thumb-image, .gyges .tp-thumb-img-wrap {
  box-sizing: border-box;
  padding: 3px;
  position: relative
}

.gyges .tp-bullet.selected, .gyges .tp-bullet:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fff 0, #e1e1e1 100%);
  background: -o-linear-gradient(top, #fff 0, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #fff 0, #e1e1e1 100%);
  background: linear-gradient(to bottom, #fff 0, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e1e1e1", GradientType=0)
}

.gyges .tp-thumb-img-wrap {
  background: #000;
  background-color: rgba(0, 0, 0, .25);
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .3s;
  -webkit-transition: all .3s
}

.gyges .tp-thumb-image {
  display: block;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25)
}

.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, .8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%
}

.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0) translateX(-50%);
  -webkit-transform: rotateX(0) translateX(-50%);
  opacity: 1
}

.gyges .tp-thumb.selected .tp-thumb-img-wrap, .gyges .tp-thumb:hover .tp-thumb-img-wrap {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0)
}

.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;
  border-color: rgba(255, 255, 255, .8) transparent transparent;
  bottom: -8px
}

.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.hades.tparrows:before, .hebe.tparrows:before {
  font-family: revicons
}

.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left
}

.gyges .tp-tab-content {
  background: 0 0;
  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
}

.hades .tp-arr-allwrapper, .hades.tparrows {
  position: absolute;
  width: 100px;
  height: 100px
}

.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, .25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0
}

.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px
}

.gyges .tp-tab.selected, .gyges .tp-tab:hover {
  background: rgba(0, 0, 0, .5)
}

.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, .15);
  display: block;
  z-index: 100
}

.hades.tparrows:before {
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background .3s, color .3s
}

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

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

.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
  background: rgba(255, 255, 255, 1)
}

.hades .tp-arr-allwrapper {
  left: 100%;
  top: 0;
  background: #888;
  -webkit-transition: all .3s;
  transition: all .3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%
}

.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg)
}

.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;
  -webkit-transform: rotatey(0);
  transform: rotatey(0)
}

.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box
}

.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, .2);
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translatez(.01px);
  transform: translatez(.01px)
}

.hades .tp-bullet.selected, .hades .tp-bullet:hover {
  background: #555
}

.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 .3s;
  -webkit-transform-style: flat;
  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, .2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%
}

.hades .tp-thumb-image, .metis .tp-bullet-image {
  -moz-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25)
}

.hades .tp-thumb-image, .hades .tp-thumb-img-wrap {
  padding: 3px;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative
}

.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0);
  -webkit-transform: rotatex(0);
  visibility: visible
}

.hades .tp-thumb {
  opacity: 1
}

.hades .tp-thumb-img-wrap {
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .3s;
  -webkit-transition: all .3s
}

.hades .tp-thumb-image {
  display: block;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25)
}

.hades .tp-thumb.selected .tp-thumb-img-wrap, .hades .tp-thumb:hover .tp-thumb-img-wrap {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0)
}

.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;
  border-color: rgba(0, 0, 0, .75) transparent transparent;
  bottom: -8px
}

.hades .tp-tab {
  opacity: 1
}

.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px
}

.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px
}

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

.hebe.tparrows, .hebe.tparrows:before {
  min-width: 70px;
  display: block;
  background: #fff;
  min-height: 70px
}

.hades .tp-tab-inner {
  text-align: center
}

.hebe.tparrows {
  cursor: pointer;
  position: absolute;
  z-index: 100
}

.hebe.tparrows:before {
  font-size: 30px;
  color: #aaa;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
  z-index: 2;
  position: relative
}

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

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

.hebe.tparrows:hover:before {
  color: #000
}

.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, .75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%
}

.hebe.tp-rightarrow .tp-title-wrap {
  right: 0;
  -webkit-transform-origin: 100% 50%
}

.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1)
}

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

.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0;
  padding: 0 90px 0 20px
}

.hebe.tp-bullets:before, .hephaistos.tp-bullets:before {
  margin-top: -10px;
  position: absolute;
  box-sizing: content-box;
  padding: 10px
}

.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-delay: .1s;
  opacity: 1
}

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

.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px
}

.hebe.tp-bullets:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: 0 0;
  margin-left: -10px
}

.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translateZ(.01px);
  transform: translateZ(.01px);
  transition: all .3s
}

.hebe .tp-bullet.selected, .hebe .tp-bullet:hover {
  background: #222;
  border-color: #fff
}

.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 .3s;
  -webkit-transform-style: flat;
  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
}

.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible
}

.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab" margin-bottom:5px
}

.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab"
}

.hephaistos.tparrows:before, .hermes.tparrows:before, .hesperiden.tparrows:before {
  font-family: revicons
}

.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, .5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%
}

.hephaistos.tparrows:hover {
  background: #000
}

.hephaistos.tparrows:before {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center
}

.hephaistos.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -2px
}

.hephaistos.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -2px
}

.hephaistos.tp-bullets:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: 0 0;
  margin-left: -10px
}

.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, .3)
}

.hephaistos .tp-bullet.selected, .hephaistos .tp-bullet:hover {
  background: #fff;
  border-color: #000
}

.hermes .tp-arr-titleholder, .hermes.tparrows {
  display: block;
  position: absolute;
  background: #000
}

.hermes.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  width: 30px;
  height: 110px;
  z-index: 100
}

.hermes.tparrows:before {
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all .3s;
  -webkit-transition: all .3s
}

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

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

.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0
}

.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0
}

.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .3s .3s;
  transition: transform .3s .3s;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0;
  left: auto
}

.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible
}

.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  transition: all .3s;
  transition-delay: .3s
}

.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px)
}

.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0)
}

.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  padding: 0 10px;
  line-height: 30px;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box
}

.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}

.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #FFF;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  position: absolute
}

.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, .2)
}

.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height .3s ease;
  transition: height .3s ease
}

.hermes .tp-bullet.selected:after {
  height: 100%
}

.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box
}

.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative
}

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

.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px
}

.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px
}

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

.hermes .tp-tab-mask {
  padding-right: 10px!important
}

@media only screen and (max-width:960px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px
  }
  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px
  }
  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px
  }
}

@media only screen and (max-width:768px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px
  }
  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px
  }
  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px
  }
}

.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, .5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%
}

.hesperiden.tparrows:hover {
  background: #000
}

.hesperiden.tparrows:before {
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center
}

.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px
}

.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px
}

.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  background: -moz-linear-gradient(top, #999 0, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #999 0, #e1e1e1 100%);
  background: -o-linear-gradient(top, #999 0, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #999 0, #e1e1e1 100%);
  background: linear-gradient(to bottom, #999 0, #e1e1e1 100%);
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#999999", endcolorstr="#e1e1e1", gradienttype=0);
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box
}

.hesperiden .tp-bullet.selected, .hesperiden .tp-bullet:hover {
  background: #666
}

.hesperiden .tp-thumb {
  opacity: 1;
  -webkit-perspective: 600px;
  perspective: 600px
}

.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 1000;
  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 .3s;
  -webkit-transition: all .3s;
  transform: rotatex(90deg) translatez(0);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0);
  -webkit-transform-origin: 50% 100%;
  opacity: 0
}

.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0);
  -webkit-transform: rotatex(0);
  opacity: 1
}

.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  border-bottom: 1px solid #e5e5e5
}

.persephone.tparrows:before, .zeus .tp-thumb-more:before, .zeus.tparrows:before {
  font-family: revicons
}

.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left
}

.hesperiden .tp-tab-content {
  background: 0 0;
  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
}

.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0
}

.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px
}

.hesperiden .tp-tab.selected, .hesperiden .tp-tab:hover {
  background: #eee
}

.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box
}

.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, .75)
}

.metis.tparrows:before {
  color: #000;
  transition: all .3s;
  -webkit-transition: all .3s
}

.metis.tparrows:hover:before {
  transform: scale(1.5)
}

.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, .25);
  margin: 0;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-radius: 50%
}

.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center
}

.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform: translateZ(0) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap
}

.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0) translateX(-50%);
  -webkit-transform: rotateX(0) translateX(-50%);
  opacity: 1
}

.metis .tp-bullet.selected, .metis .tp-bullet:hover {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(119, 119, 119, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0)
}

.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;
  border-color: rgba(0, 0, 0, .75) transparent transparent;
  bottom: -8px
}

.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, .5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5
}

.persephone.tparrows:hover {
  background: #333
}

.persephone.tparrows:before {
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center
}

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

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

.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box
}

.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box
}

.persephone .tp-bullet.selected, .persephone .tp-bullet:hover {
  background: #222
}

.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: 0 0
}

.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all .3s;
  -webkit-transition: all .3s
}

.uranus.tparrows:hover:before {
  opacity: .75
}

.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  background: 0 0
}

.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border: none;
  border-radius: 50%;
  background: 0 0
}

.uranus .tp-bullet-inner {
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, .3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute
}

.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(.4);
  -webkit-transform: scale(.4);
  background-color: #fff
}

.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, .1)
}

.zeus.tparrows:before {
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative
}

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

.post-tabs .tp-thumb-more:before, .zeus .tp-thumb-more:before, .zeus.tparrows.tp-rightarrow:before {
  content: "\e825"
}

.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  border-radius: 50%
}

.zeus .tp-arr-imgholder, .zeus .tp-title-wrap {
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s
}

.zeus .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s
}

.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%)
}

.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1
}

.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1
}

.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff
}

.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease
}

.zeus .tp-bullet.selected:after, .zeus .tp-bullet:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.zeus .tp-bullet-image, .zeus .tp-bullet-imageoverlay {
  height: 60px;
  background: #000;
  background: rgba(0, 0, 0, .5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 4px
}

.zeus .tp-bullet-image, .zeus .tp-bullet-imageoverlay, .zeus .tp-bullet-title {
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 135px
}

.zeus .tp-bullet-imageoverlay, .zeus .tp-bullet-title {
  z-index: 2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  bottom: 45px;
  vertical-align: middle;
  left: -57px
}

.post-tabs .tp-thumb, .zeus .tp-tab, .zeus .tp-thumb {
  opacity: 1
}

.zeus .tp-bullet:hover .tp-bullet-image, .zeus .tp-bullet:hover .tp-bullet-imageoverlay, .zeus .tp-bullet:hover .tp-bullet-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}

.zeus .tp-thumb-more:before, .zeus .tp-thumb-title {
  display: block;
  font-size: 12px;
  text-align: left;
  position: absolute;
  z-index: 2
}

.zeus .tp-thumb-more:before {
  color: #aaa;
  color: rgba(255, 255, 255, .75);
  line-height: 12px;
  top: 20px;
  right: 20px
}

.zeus .tp-thumb-title {
  font-family: Raleway;
  letter-spacing: 1px;
  color: #fff;
  line-height: 15px;
  top: 0;
  left: 0;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: 500
}

.zeus .tp-thumb.selected .tp-thumb-more:before, .zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa
}

.zeus .tp-thumb.selected .tp-thumb-over, .zeus .tp-thumb:hover .tp-thumb-over {
  background: #000
}

.zeus .tp-thumb.selected .tp-thumb-title, .zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff
}

.zeus .tp-tab {
  box-sizing: border-box
}

.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, .25);
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px
}

.zeus .tp-tab.selected .tp-tab-title, .zeus .tp-tab:hover .tp-tab-title {
  color: #000;
  background: rgba(255, 255, 255, 1)
}

.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}

.post-tabs .tp-thumb-more:before, .post-tabs .tp-thumb-title {
  font-size: 12px;
  display: block;
  text-align: left;
  position: absolute;
  z-index: 2
}

.post-tabs .tp-thumb-more:before {
  font-family: revicons;
  color: #aaa;
  color: rgba(255, 255, 255, .75);
  line-height: 12px;
  top: 15px;
  right: 15px
}

.post-tabs .tp-thumb-title {
  font-family: raleway;
  letter-spacing: 1px;
  color: #fff;
  line-height: 15px;
  top: 0;
  left: 0;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: 500
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before, .post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa
}

.post-tabs .tp-thumb.selected .tp-thumb-over, .post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff
}

.post-tabs .tp-thumb.selected .tp-thumb-title, .post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000
}

/* Layers Styles
-------------------------------------------------------*/

.large_text, .medium_grey, .medium_text, .small_text, .tp-caption.large_text, .tp-caption.medium_grey, .tp-caption.medium_text, .tp-caption.small_text {
  font-weight: 700;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  white-space: nowrap;
  border-style: none;
  border-width: 0;
  font-family: Arial;
  margin: 0;
  position: absolute
}

.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
  color: #0084B4!important
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4!important;
  text-decoration: underline!important
}

.medium_grey, .tp-caption.medium_grey {
  background-color: #888;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 2px 4px
}

.small_text, .tp-caption.small_text {
  color: #fff;
  font-size: 14px;
  line-height: 20px
}

.medium_text, .tp-caption.medium_text {
  color: #fff;
  font-size: 20px;
  line-height: 20px
}

.large_text, .tp-caption.large_text {
  color: #fff;
  font-size: 40px;
  line-height: 40px
}

.tp-caption.very_large_text, .very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  white-space: nowrap
}

.tp-caption.very_big_black, .tp-caption.very_big_white, .very_big_black, .very_big_white {
  border-style: none;
  border-width: 0;
  font-family: Arial;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap
}

.tp-caption.very_big_white, .very_big_white {
  background-color: #000;
  color: #fff;
  font-weight: 800
}

.tp-caption.very_big_black, .very_big_black {
  background-color: #fff;
  color: #000;
  font-weight: 700
}

.modern_medium_fat, .modern_medium_fat_white, .modern_medium_light, .tp-caption.modern_medium_fat, .tp-caption.modern_medium_fat_white, .tp-caption.modern_medium_light {
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none
}

.modern_medium_fat, .tp-caption.modern_medium_fat {
  border-style: none;
  border-width: 0;
  color: #000;
  font-weight: 800
}

.modern_medium_fat_white, .tp-caption.modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-weight: 800
}

.modern_medium_light, .tp-caption.modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-weight: 300
}

.modern_big_bluebg, .modern_big_redbg, .tp-caption.modern_big_bluebg, .tp-caption.modern_big_redbg {
  margin: 0;
  border-style: none;
  border-width: 0;
  text-shadow: none;
  position: absolute;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px
}

.modern_big_bluebg, .tp-caption.modern_big_bluebg {
  background-color: #4e5b6c;
  font-weight: 800;
  padding: 3px 10px
}

.modern_big_redbg, .tp-caption.modern_big_redbg {
  background-color: #de543e;
  font-weight: 300;
  padding: 1px 10px 3px
}

.modern_small_text_dark, .tp-caption.modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap
}

.boxshadow, .tp-caption.boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.black, .tp-caption.black {
  color: #000;
  text-shadow: none
}

.thinheadline_dark, .thintext_dark, .tp-caption.thinheadline_dark, .tp-caption.thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, .85);
  font-family: "Open Sans";
  font-weight: 300;
  position: absolute;
  text-shadow: none
}

.noshadow, .tp-caption.noshadow {
  text-shadow: none
}

.thinheadline_dark, .tp-caption.thinheadline_dark {
  font-size: 30px;
  line-height: 30px
}

.thintext_dark, .tp-caption.thintext_dark {
  font-size: 16px;
  line-height: 26px
}

.largeblackbg, .largepinkbg, .tp-caption.largeblackbg, .tp-caption.largepinkbg {
  text-shadow: none;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  color: #fff
}

.largeblackbg, .tp-caption.largeblackbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #000;
  border-radius: 0
}

.largepinkbg, .tp-caption.largepinkbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #db4360;
  border-radius: 0
}

.largewhitebg, .tp-caption.largewhitebg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none
}

.largegreenbg, .tp-caption.largegreenbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #67ae73;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none
}

.excerpt, .tp-caption.excerpt {
  background-color: rgba(0, 0, 0, 1);
  border-color: #fff;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal!important;
  width: 150px
}

.large_bold_grey, .tp-caption.large_bold_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none
}

.medium_thin_grey, .small_thin_grey, .tp-caption.medium_thin_grey, .tp-caption.small_thin_grey {
  text-shadow: none;
  border-style: none;
  border-width: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: #ffd658;
  font-family: "Open Sans";
  font-weight: 300;
  margin: 0;
  padding: 1px 4px 0
}

.medium_thin_grey, .tp-caption.medium_thin_grey {
  color: #666;
  font-size: 34px;
  line-height: 30px
}

.small_thin_grey, .tp-caption.small_thin_grey {
  color: #757575;
  font-size: 18px;
  line-height: 26px
}

.lightgrey_divider, .tp-caption.lightgrey_divider {
  background-color: rgba(235, 235, 235, 1);
  background-position: initial initial;
  background-repeat: initial initial;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 3px;
  text-decoration: none;
  width: 370px
}

.large_bold_darkblue, .medium_bg_darkblue, .medium_bold_red, .tp-caption.large_bold_darkblue, .tp-caption.medium_bg_darkblue, .tp-caption.medium_bold_red {
  border-color: #ffd658;
  font-family: "Open Sans";
  font-weight: 800
}

.large_bold_darkblue, .tp-caption.large_bold_darkblue {
  background-color: transparent;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-size: 58px;
  line-height: 60px;
  text-decoration: none
}

.medium_bg_darkblue, .tp-caption.medium_bg_darkblue {
  background-color: #34495e;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  text-decoration: none
}

.medium_bold_red, .medium_light_red, .tp-caption.medium_bold_red, .tp-caption.medium_light_red {
  padding: 0;
  border-style: none;
  border-width: 0;
  background-color: transparent;
  color: #e33a0c;
  text-decoration: none
}

.medium_bold_red, .tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px
}

.medium_light_red, .tp-caption.medium_light_red {
  border-color: #ffd658;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
  line-height: 26px
}

.medium_bg_red, .medium_bold_orange, .tp-caption.medium_bg_red, .tp-caption.medium_bold_orange {
  border-color: #ffd658;
  font-family: "Open Sans";
  font-weight: 800;
  text-decoration: none
}

.medium_bg_red, .tp-caption.medium_bg_red {
  background-color: #e33a0c;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 10px
}

.medium_bold_orange, .tp-caption.medium_bold_orange {
  background-color: transparent;
  border-style: none;
  border-width: 0;
  color: #f39c12;
  font-size: 24px;
  line-height: 30px
}

.large_bold_white, .medium_bg_orange, .tp-caption.large_bold_white, .tp-caption.medium_bg_orange {
  text-decoration: none;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 800
}

.medium_bg_orange, .tp-caption.medium_bg_orange {
  background-color: #f39c12;
  border-color: #ffd658;
  font-size: 20px;
  line-height: 20px;
  padding: 10px
}

.grassfloor, .tp-caption.grassfloor {
  background-color: rgba(160, 179, 151, 1);
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 150px;
  text-decoration: none;
  width: 4000px
}

.large_bold_white, .tp-caption.large_bold_white {
  background-color: transparent;
  border-color: #ffd658;
  font-size: 58px;
  line-height: 60px
}

.medium_light_white, .tp-caption.medium_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none
}

.mediumlarge_light_white, .mediumlarge_light_white_center, .tp-caption.mediumlarge_light_white, .tp-caption.mediumlarge_light_white_center {
  color: #fff;
  font-family: "Open Sans";
  text-decoration: none;
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0
}

.mediumlarge_light_white_center, .tp-caption.mediumlarge_light_white_center {
  text-align: center
}

.medium_bg_asbestos, .tp-caption.medium_bg_asbestos {
  background-color: #7f8c8d;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none
}

.large_bold_black, .medium_light_black, .tp-caption.large_bold_black, .tp-caption.medium_light_black {
  border-color: #ffd658;
  font-family: "Open Sans";
  text-decoration: none;
  border-style: none;
  border-width: 0;
  color: #000
}

.medium_light_black, .tp-caption.medium_light_black {
  background-color: transparent;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0
}

.large_bold_black, .tp-caption.large_bold_black {
  background-color: transparent;
  font-size: 58px;
  font-weight: 800;
  line-height: 60px
}

.mediumlarge_light_darkblue, .tp-caption.mediumlarge_light_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none
}

.large_bg_black, .small_light_white, .tp-caption.large_bg_black, .tp-caption.small_light_white {
  text-decoration: none;
  border-style: none;
  border-width: 0;
  font-family: "Open Sans";
  color: #fff
}

.small_light_white, .tp-caption.small_light_white {
  background-color: transparent;
  border-color: #ffd658;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  padding: 0
}

.roundedimage, .tp-caption.roundedimage {
  border-color: #222;
  border-style: none;
  border-width: 0
}

.large_bg_black, .tp-caption.large_bg_black {
  background-color: #000;
  border-color: #ffd658;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px
}

.mediumwhitebg, .tp-caption.mediumwhitebg {
  background-color: #fff;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none
}

.maincaption, .tp-caption.maincaption {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #212a40;
  font-family: roboto;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none
}

.miami_subtitle, .miami_title_60px, .tp-caption.miami_subtitle, .tp-caption.miami_title_60px {
  text-decoration: none;
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  font-family: "Source Sans Pro";
  text-shadow: none
}

.miami_title_60px, .tp-caption.miami_title_60px {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px
}

.miami_subtitle, .tp-caption.miami_subtitle {
  color: rgba(255, 255, 255, .65);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px
}

.Miami_nostyle, .divideline30px, .tp-caption.Miami_nostyle, .tp-caption.divideline30px {
  border-color: #222;
  border-style: none;
  border-width: 0
}

.divideline30px, .tp-caption.divideline30px {
  background: #fff;
  height: 2px;
  min-width: 30px;
  text-decoration: none
}

.miami_content_dark, .miami_content_light, .miami_title_60px_dark, .tp-caption.miami_content_dark, .tp-caption.miami_content_light, .tp-caption.miami_title_60px_dark {
  border-style: none;
  border-width: 0;
  text-decoration: none;
  text-shadow: none;
  background-color: transparent;
  border-color: #000;
  font-family: "Source Sans Pro"
}

.miami_content_light, .tp-caption.miami_content_light {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px
}

.miami_title_60px_dark, .tp-caption.miami_title_60px_dark {
  color: #333;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px
}

.miami_content_dark, .tp-caption.miami_content_dark {
  color: #666;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px
}

.divideline30px_dark, .tp-caption.divideline30px_dark {
  background-color: #333;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none
}

.ellipse70px, .tp-caption.ellipse70px {
  background-color: rgba(0, 0, 0, .14902);
  border-color: #222;
  border-radius: 50px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none
}

.arrowicon, .tp-caption.arrowicon {
  border-color: #222;
  border-style: none;
  border-width: 0;
  line-height: 1px
}

.MarkerDisplay, .tp-caption.MarkerDisplay {
  background-color: transparent;
  border-color: #000;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-family: Permanent Marker;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none
}

.Restaurant-Cursive, .Restaurant-Display, .tp-caption.Restaurant-Cursive, .tp-caption.Restaurant-Display {
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-style: normal
}

.Restaurant-Display, .tp-caption.Restaurant-Display {
  font-family: Roboto;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px
}

.Restaurant-Cursive, .tp-caption.Restaurant-Cursive {
  font-family: Nothing you could do;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px
}

.Restaurant-ScrollDownText, .tp-caption.Restaurant-ScrollDownText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0;
  text-decoration: none
}

.Restaurant-Description, .Restaurant-Price, .tp-caption.Restaurant-Description, .tp-caption.Restaurant-Price {
  border-radius: 0;
  font-family: Roboto;
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0
}

.Restaurant-Description, .tp-caption.Restaurant-Description {
  font-size: 20px
}

.Restaurant-Price, .tp-caption.Restaurant-Price {
  font-size: 30px
}

.Restaurant-Menuitem, .tp-caption.Restaurant-Menuitem {
  background-color: rgba(0, 0, 0, 1);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none
}

.Furniture-LogoText, .Furniture-Plus, .tp-caption.Furniture-LogoText, .tp-caption.Furniture-Plus {
  border-color: transparent;
  border-style: none;
  border-width: 0;
  color: rgba(230, 207, 163, 1);
  font-family: Raleway;
  font-style: normal;
  text-decoration: none;
  text-shadow: none
}

.Furniture-LogoText, .tp-caption.Furniture-LogoText {
  background-color: transparent;
  border-radius: 0;
  font-size: 160px;
  font-weight: 300;
  line-height: 150px;
  padding: 0
}

.Furniture-Plus, .tp-caption.Furniture-Plus {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 3px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 7px 4px
}

.Furniture-Subtitle, .Furniture-Title, .tp-caption.Furniture-Subtitle, .tp-caption.Furniture-Title {
  text-shadow: none;
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-style: normal;
  line-height: 20px;
  padding: 0;
  text-decoration: none
}

.Furniture-Title, .tp-caption.Furniture-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px
}

.Furniture-Subtitle, .tp-caption.Furniture-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-size: 17px;
  font-weight: 300
}

.Fashion-SmallText, .Gym-Display, .Gym-SmallText, .Gym-Subline, .tp-caption.Fashion-SmallText, .tp-caption.Gym-Display, .tp-caption.Gym-SmallText, .tp-caption.Gym-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-style: normal;
  padding: 0;
  text-decoration: none
}

.Gym-Display, .tp-caption.Gym-Display {
  font-size: 80px;
  font-weight: 900;
  line-height: 70px
}

.Gym-Subline, .tp-caption.Gym-Subline {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px
}

.Gym-SmallText, .tp-caption.Gym-SmallText {
  font-size: 17px;
  font-weight: 300;
  line-height: 22;
  text-shadow: none
}

.Fashion-SmallText, .tp-caption.Fashion-SmallText {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px
}

.Fashion-BigDisplay, .Fashion-TextBlock, .tp-caption.Fashion-BigDisplay, .tp-caption.Fashion-TextBlock {
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-style: normal;
  letter-spacing: 2px;
  padding: 0;
  text-decoration: none
}

.Fashion-BigDisplay, .tp-caption.Fashion-BigDisplay {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px
}

.Fashion-TextBlock, .tp-caption.Fashion-TextBlock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px
}

.Sports-Display, .Sports-DisplayFat, .tp-caption.Sports-Display, .tp-caption.Sports-DisplayFat {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  text-decoration: none;
  font-style: normal;
  padding: 0;
  border-style: none;
  font-family: Raleway;
  color: rgba(255, 255, 255, 1);
  font-size: 130px;
  line-height: 130px
}

.Sports-Display, .tp-caption.Sports-Display {
  font-weight: 100;
  letter-spacing: 13px
}

.Sports-DisplayFat, .tp-caption.Sports-DisplayFat {
  font-weight: 900
}

.Sports-Subline, .tp-caption.Sports-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none
}

.Instagram-Caption, .tp-caption.Instagram-Caption {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-decoration: none
}

.News-Subtitle, .News-Title, .tp-caption.News-Subtitle, .tp-caption.News-Title {
  padding: 0;
  font-style: normal;
  border-style: none;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto Slab
}

.News-Title, .tp-caption.News-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none
}

.News-Subtitle, .News-Subtitle:hover, .tp-caption.News-Subtitle, .tp-caption.News-Subtitle:hover {
  border-color: transparent;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-width: 0
}

.News-Subtitle, .tp-caption.News-Subtitle {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px
}

.News-Subtitle:hover, .tp-caption.News-Subtitle:hover {
  border-style: solid;
  color: rgba(255, 255, 255, .65)
}

.Photography-Display, .tp-caption.Photography-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
  padding: 0;
  text-decoration: none
}

.Photography-ImageHover, .Photography-Menuitem, .Photography-Subline, .tp-caption.Photography-ImageHover, .tp-caption.Photography-Menuitem, .tp-caption.Photography-Subline {
  font-style: normal;
  text-decoration: none;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-size: 20px
}

.Photography-Subline, .tp-caption.Photography-Subline {
  background-color: transparent;
  border-color: transparent;
  color: rgba(119, 119, 119, 1);
  font-family: Raleway;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0
}

.Photography-ImageHover, .tp-caption.Photography-ImageHover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  line-height: 22;
  padding: 0
}

.Photography-ImageHover:hover, .tp-caption.Photography-ImageHover:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Photography-Menuitem, .tp-caption.Photography-Menuitem {
  background-color: rgba(0, 0, 0, .65);
  border-color: transparent;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px
}

.Photography-Menuitem:hover, .tp-caption.Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, .65);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Photography-Textblock, .tp-caption.Photography-Textblock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none
}

.Photography-ImageHover2, .Photography-Subline-2, .tp-caption.Photography-ImageHover2, .tp-caption.Photography-Subline-2 {
  font-style: normal;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-size: 20px
}

.Photography-Subline-2, .tp-caption.Photography-Subline-2 {
  border-color: transparent;
  color: rgba(255, 255, 255, .35);
  font-family: Raleway;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px
}

.Photography-ImageHover2, .tp-caption.Photography-ImageHover2 {
  border-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 1);
  font-family: Arial;
  font-weight: 400;
  line-height: 22
}

.Photography-ImageHover2:hover, .tp-caption.Photography-ImageHover2:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.WebProduct-Title, .tp-caption.WebProduct-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(51, 51, 51, 1);
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-decoration: none
}

.WebProduct-Content, .WebProduct-SubTitle, .tp-caption.WebProduct-Content, .tp-caption.WebProduct-SubTitle {
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  text-decoration: none;
  font-family: Raleway;
  font-style: normal;
  background-color: transparent;
  color: rgba(153, 153, 153, 1);
  padding: 0
}

.WebProduct-SubTitle, .tp-caption.WebProduct-SubTitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px
}

.WebProduct-Content, .tp-caption.WebProduct-Content {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}

.WebProduct-Menuitem, .tp-caption.WebProduct-Menuitem {
  background-color: rgba(51, 51, 51, 1);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none
}

.WebProduct-Menuitem:hover, .tp-caption.WebProduct-Menuitem:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(153, 153, 153, 1);
  text-decoration: none
}

.WebProduct-Content-Light, .WebProduct-SubTitle-Light, .WebProduct-Title-Light, .tp-caption.WebProduct-Content-Light, .tp-caption.WebProduct-SubTitle-Light, .tp-caption.WebProduct-Title-Light {
  border-color: transparent;
  font-family: Raleway;
  font-style: normal;
  text-align: left;
  background-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  padding: 0;
  text-decoration: none
}

.WebProduct-Title-Light, .tp-caption.WebProduct-Title-Light {
  color: rgba(255, 255, 255, 1);
  font-size: 90px;
  font-weight: 100;
  line-height: 90px
}

.WebProduct-SubTitle-Light, .tp-caption.WebProduct-SubTitle-Light {
  color: rgba(255, 255, 255, .35);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px
}

.WebProduct-Content-Light, .tp-caption.WebProduct-Content-Light {
  color: rgba(255, 255, 255, .65);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}

.FatRounded, .FatRounded:hover, .tp-caption.FatRounded, .tp-caption.FatRounded:hover {
  border-style: none;
  border-width: 0;
  text-decoration: none;
  border-color: rgba(211, 211, 211, 1);
  border-radius: 50px;
  color: rgba(255, 255, 255, 1)
}

.FatRounded, .tp-caption.FatRounded {
  background-color: rgba(0, 0, 0, .5);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-shadow: none
}

.FatRounded:hover, .tp-caption.FatRounded:hover {
  background-color: rgba(0, 0, 0, 1)
}

.NotGeneric-Title, .tp-caption.NotGeneric-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none
}

.NotGeneric-CallToAction, .NotGeneric-SubTitle, .tp-caption.NotGeneric-CallToAction, .tp-caption.NotGeneric-SubTitle {
  font-style: normal;
  text-align: left;
  font-family: Raleway;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-radius: 0;
  font-weight: 500
}

.NotGeneric-SubTitle, .tp-caption.NotGeneric-SubTitle {
  border-color: transparent;
  border-style: none;
  border-width: 0;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 20px;
  padding: 0
}

.NotGeneric-CallToAction, .tp-caption.NotGeneric-CallToAction {
  border-color: rgba(255, 255, 255, .5);
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px
}

.NotGeneric-CallToAction:hover, .tp-caption.NotGeneric-CallToAction:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.NotGeneric-Icon, .tp-caption.NotGeneric-Icon {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none
}

.NotGeneric-Menuitem, .NotGeneric-Menuitem:hover, .tp-caption.NotGeneric-Menuitem, .tp-caption.NotGeneric-Menuitem:hover {
  background-color: transparent;
  border-radius: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-style: solid;
  border-width: 1px
}

.NotGeneric-Menuitem, .tp-caption.NotGeneric-Menuitem {
  border-color: rgba(255, 255, 255, .15);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left
}

.NotGeneric-Menuitem:hover, .tp-caption.NotGeneric-Menuitem:hover {
  border-color: rgba(255, 255, 255, 1)
}

.MarkerStyle, .tp-caption.MarkerStyle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: "Permanent Marker";
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none
}

.Gym-Menuitem, .Gym-Menuitem:hover, .tp-caption.Gym-Menuitem, .tp-caption.Gym-Menuitem:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-radius: 3px;
  border-style: solid;
  border-width: 2px
}

.Gym-Menuitem, .tp-caption.Gym-Menuitem {
  border-color: rgba(255, 255, 255, 0);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left
}

.Gym-Menuitem:hover, .tp-caption.Gym-Menuitem:hover {
  border-color: rgba(255, 255, 255, .25)
}

.Newspaper-Title-Centered, .tp-caption.Newspaper-Title-Centered {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none
}

.Hero-Button, .NotGeneric-BigButton, .NotGeneric-Button, .tp-caption.Hero-Button, .tp-caption.NotGeneric-BigButton, .tp-caption.NotGeneric-Button {
  font-style: normal;
  text-align: left;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px
}

.Hero-Button, .tp-caption.Hero-Button {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .5);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 14px;
  padding: 10px 30px;
  text-decoration: none
}

.Hero-Button:hover, .tp-caption.Hero-Button:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none
}

.NotGeneric-BigButton, .NotGeneric-BigButton:hover, .NotGeneric-Button, .NotGeneric-Button:hover, .tp-caption.NotGeneric-BigButton, .tp-caption.NotGeneric-BigButton:hover, .tp-caption.NotGeneric-Button, .tp-caption.NotGeneric-Button:hover {
  border-radius: 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border-style: solid;
  border-width: 1px
}

.NotGeneric-Button, .tp-caption.NotGeneric-Button {
  border-color: rgba(255, 255, 255, .5);
  font-family: Raleway;
  font-size: 14px;
  padding: 10px 30px
}

.NotGeneric-Button:hover, .tp-caption.NotGeneric-Button:hover {
  border-color: rgba(255, 255, 255, 1)
}

.NotGeneric-BigButton, .tp-caption.NotGeneric-BigButton {
  border-color: rgba(255, 255, 255, .15);
  font-family: Raleway;
  font-size: 14px;
  padding: 27px 30px
}

.NotGeneric-BigButton:hover, .tp-caption.NotGeneric-BigButton:hover {
  border-color: rgba(255, 255, 255, 1)
}

.WebProduct-Button, .tp-caption.WebProduct-Button {
  background-color: rgba(51, 51, 51, 1);
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: none;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none
}

.WebProduct-Button:hover, .tp-caption.WebProduct-Button:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: none;
  border-width: 2px;
  color: rgba(51, 51, 51, 1);
  text-decoration: none
}

.Restaurant-Button, .tp-caption.Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border-color: rgba(255, 255, 255, .5);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none
}

.Gym-Button, .Gym-Button-Light, .tp-caption.Gym-Button, .tp-caption.Gym-Button-Light {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  text-align: left
}

.Restaurant-Button:hover, .tp-caption.Restaurant-Button:hover {
  background-color: transparent;
  border-color: rgba(255, 224, 129, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Gym-Button, .Gym-Button:hover, .tp-caption.Gym-Button, .tp-caption.Gym-Button:hover {
  border-radius: 30px;
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-color: transparent;
  border-width: 0
}

.Gym-Button, .tp-caption.Gym-Button {
  background-color: rgba(139, 192, 39, 1);
  font-family: Raleway;
  letter-spacing: 1px;
  padding: 13px 35px
}

.Gym-Button:hover, .tp-caption.Gym-Button:hover {
  background-color: rgba(114, 168, 0, 1)
}

.Gym-Button-Light, .tp-caption.Gym-Button-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .25);
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  padding: 12px 35px;
  text-decoration: none
}

.Sports-Button-Light, .Sports-Button-Red, .tp-caption.Sports-Button-Light, .tp-caption.Sports-Button-Red {
  font-style: normal;
  text-align: left;
  font-family: Raleway;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px
}

.Gym-Button-Light:hover, .tp-caption.Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border-color: rgba(139, 192, 39, 1);
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Sports-Button-Light, .Sports-Button-Light:hover, .tp-caption.Sports-Button-Light, .tp-caption.Sports-Button-Light:hover {
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-radius: 0;
  border-width: 2px;
  background-color: transparent
}

.Sports-Button-Light, .tp-caption.Sports-Button-Light {
  border-color: rgba(255, 255, 255, .5)
}

.Sports-Button-Light:hover, .tp-caption.Sports-Button-Light:hover {
  border-color: rgba(255, 255, 255, 1)
}

.Sports-Button-Red, .tp-caption.Sports-Button-Red {
  background-color: rgba(219, 28, 34, 1);
  border-color: rgba(219, 28, 34, 0);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Sports-Button-Red:hover, .tp-caption.Sports-Button-Red:hover {
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Photography-Button, .tp-caption.Photography-Button {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .25);
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none
}

.Photography-Button:hover, .tp-caption.Photography-Button:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Newspaper-Button-2, .Newspaper-Button-2:hover, .tp-caption.Newspaper-Button-2, .tp-caption.Newspaper-Button-2:hover {
  background-color: transparent;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Newspaper-Button-2, .tp-caption.Newspaper-Button-2 {
  border-color: rgba(255, 255, 255, .5);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left
}

.Feature-Examples, .Feature-Tour, .tp-caption.Feature-Examples, .tp-caption.Feature-Tour {
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-align: left
}

.Newspaper-Button-2:hover, .tp-caption.Newspaper-Button-2:hover {
  border-color: rgba(255, 255, 255, 1)
}

.Feature-Tour, .Feature-Tour:hover, .tp-caption.Feature-Tour, .tp-caption.Feature-Tour:hover {
  border-radius: 30px;
  border-style: solid;
  text-decoration: none;
  border-color: transparent;
  border-width: 0;
  color: rgba(255, 255, 255, 1)
}

.Feature-Tour, .tp-caption.Feature-Tour {
  background-color: rgba(139, 192, 39, 1);
  padding: 17px 35px
}

.Feature-Tour:hover, .tp-caption.Feature-Tour:hover {
  background-color: rgba(114, 168, 0, 1)
}

.Feature-Examples, .tp-caption.Feature-Examples {
  background-color: transparent;
  border-color: rgba(33, 42, 64, .15);
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(33, 42, 64, .5);
  padding: 15px 35px;
  text-decoration: none
}

.Feature-Examples:hover, .tp-caption.Feature-Examples:hover {
  background-color: transparent;
  border-color: rgba(139, 192, 39, 1);
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(139, 192, 39, 1);
  text-decoration: none
}

.menutab, .subcaption, .tp-caption.menutab, .tp-caption.subcaption {
  border-radius: 0;
  border-style: none;
  border-width: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  font-family: roboto;
  font-style: normal;
  padding: 0;
  text-align: left;
  text-shadow: none
}

.subcaption, .tp-caption.subcaption {
  color: rgba(111, 124, 130, 1);
  font-size: 19px;
  font-weight: 400;
  line-height: 24px
}

.menutab, .tp-caption.menutab {
  color: rgba(41, 46, 49, 1);
  font-size: 25px;
  font-weight: 300;
  line-height: 30px
}

.menutab:hover, .tp-caption.menutab:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(213, 0, 0, 1);
  text-decoration: none
}

.maincontent, .minitext, .tp-caption.maincontent, .tp-caption.minitext {
  text-shadow: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-family: roboto;
  font-style: normal;
  padding: 0;
  text-align: left;
  text-decoration: none
}

.maincontent, .tp-caption.maincontent {
  color: rgba(41, 46, 49, 1);
  font-size: 21px;
  font-weight: 300;
  line-height: 26px
}

.minitext, .tp-caption.minitext {
  color: rgba(185, 186, 187, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px
}

.Feature-Buy, .Feature-Examples-Light, .tp-caption.Feature-Buy, .tp-caption.Feature-Examples-Light {
  font-size: 17px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-align: left
}

.Feature-Buy, .Feature-Buy:hover, .tp-caption.Feature-Buy, .tp-caption.Feature-Buy:hover {
  border-color: transparent;
  border-radius: 30px;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Feature-Buy, .tp-caption.Feature-Buy {
  background-color: rgba(0, 154, 238, 1);
  padding: 17px 35px
}

.Feature-Buy:hover, .tp-caption.Feature-Buy:hover {
  background-color: rgba(0, 133, 214, 1)
}

.Feature-Examples-Light, .Feature-Examples-Light:hover, .tp-caption.Feature-Examples-Light, .tp-caption.Feature-Examples-Light:hover {
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  text-decoration: none
}

.Feature-Examples-Light, .tp-caption.Feature-Examples-Light {
  border-color: rgba(255, 255, 255, .15);
  padding: 15px 35px
}

.Feature-Examples-Light:hover, .tp-caption.Feature-Examples-Light:hover {
  border-color: rgba(255, 255, 255, 1)
}

.Facebook-Likes, .Twitter-Favorites, .Twitter-Link, .tp-caption.Facebook-Likes, .tp-caption.Twitter-Favorites, .tp-caption.Twitter-Link {
  font-size: 15px;
  border-style: none;
  border-width: 0;
  text-decoration: none;
  border-color: transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  text-align: left
}

.Facebook-Likes, .tp-caption.Facebook-Likes {
  background-color: rgba(59, 89, 153, 1);
  border-radius: 0;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
  padding: 5px 15px
}

.Twitter-Favorites, .tp-caption.Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  color: rgba(136, 153, 166, 1);
  line-height: 22px;
  padding: 0
}

.Twitter-Link, .tp-caption.Twitter-Link {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 30px;
  color: rgba(135, 153, 165, 1);
  line-height: 15px;
  padding: 11px 11px 9px
}

.Twitter-Link:hover, .tp-caption.Twitter-Link:hover {
  background-color: rgba(0, 132, 180, 1);
  border-color: transparent;
  border-radius: 30px;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none
}

.Twitter-Content, .Twitter-Retweet, .tp-caption.Twitter-Content, .tp-caption.Twitter-Retweet {
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-decoration: none
}

.Twitter-Retweet, .tp-caption.Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  color: rgba(136, 153, 166, 1);
  font-size: 15px;
  line-height: 22px;
  padding: 0
}

.Twitter-Content, .tp-caption.Twitter-Content {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(41, 47, 51, 1);
  font-size: 20px;
  line-height: 28px;
  padding: 30px 30px 70px
}

.revtp-form input[type=text], .revtp-form input[type=email], .revtp-searchform input[type=text], .revtp-searchform input[type=email] {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
  -ms-transition: background-color .5s;
  transition: background-color .5s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.BigBold-SubTitle, .BigBold-Title, .tp-caption.BigBold-SubTitle, .tp-caption.BigBold-Title {
  font-style: normal;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0
}

.BigBold-Title, .tp-caption.BigBold-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-family: Raleway;
  padding: 10px 0
}

.BigBold-SubTitle, .tp-caption.BigBold-SubTitle {
  color: rgba(255, 255, 255, .5);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-family: Raleway;
  padding: 0;
  letter-spacing: 1px
}

.BigBold-Button, .BigBold-Button:hover, .tp-caption.BigBold-Button, .tp-caption.BigBold-Button:hover {
  border-radius: 0;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  background-color: transparent
}

.BigBold-Button, .tp-caption.BigBold-Button {
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px;
  border-color: rgba(255, 255, 255, .5);
  text-align: left;
  letter-spacing: 1px
}

.BigBold-Button:hover, .tp-caption.BigBold-Button:hover {
  border-color: rgba(255, 255, 255, 1)
}

.FoodCarousel-Content, .tp-caption.FoodCarousel-Content {
  color: rgba(41, 46, 49, 1);
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 30px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(41, 46, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left
}

.FoodCarousel-Button, .FoodCarousel-CloseButton, .tp-caption.FoodCarousel-Button, .tp-caption.FoodCarousel-CloseButton {
  font-style: normal;
  border-style: solid;
  border-width: 1px;
  font-weight: 700;
  font-family: Raleway;
  text-decoration: none;
  text-align: left;
  letter-spacing: 1px
}

.FoodCarousel-Button, .tp-caption.FoodCarousel-Button {
  color: rgba(41, 46, 49, 1);
  font-size: 13px;
  line-height: 13px;
  padding: 15px 70px 15px 50px;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(41, 46, 49, 1);
  border-radius: 0
}

.FoodCarousel-Button:hover, .tp-caption.FoodCarousel-Button:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(41, 46, 49, 1);
  border-color: rgba(41, 46, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0
}

.FoodCarousel-CloseButton, .tp-caption.FoodCarousel-CloseButton {
  color: rgba(41, 46, 49, 1);
  font-size: 20px;
  line-height: 20px;
  padding: 14px 14px 14px 16px;
  background-color: transparent;
  border-color: rgba(41, 46, 49, 0);
  border-radius: 30px
}

.FoodCarousel-CloseButton:hover, .tp-caption.FoodCarousel-CloseButton:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(41, 46, 49, 1);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px
}

.Video-SubTitle, .Video-Title, .tp-caption.Video-SubTitle, .tp-caption.Video-Title {
  font-family: Raleway;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  padding: 5px;
  border-color: transparent;
  border-radius: 0;
  text-align: left
}

.Video-SubTitle, .tp-caption.Video-SubTitle {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-style: normal;
  background-color: rgba(0, 0, 0, .35);
  letter-spacing: 2px
}

.Video-Title, .tp-caption.Video-Title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: normal;
  background-color: rgba(0, 0, 0, 1)
}

.RotatingWords-TitleWhite, .Travel-BigCaption, .Travel-SmallCaption, .tp-caption.RotatingWords-TitleWhite, .tp-caption.Travel-BigCaption, .tp-caption.Travel-SmallCaption {
  border-color: transparent;
  font-style: normal;
  background-color: transparent;
  border-radius: 0;
  text-align: left
}

.Travel-BigCaption, .tp-caption.Travel-BigCaption {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  border-style: none;
  border-width: 0
}

.Travel-SmallCaption, .tp-caption.Travel-SmallCaption {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  border-style: none;
  border-width: 0
}

.Travel-CallToAction, .Travel-CallToAction:hover, .tp-caption.Travel-CallToAction, .tp-caption.Travel-CallToAction:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 5px
}

.Travel-CallToAction, .tp-caption.Travel-CallToAction {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, .05);
  text-align: left;
  letter-spacing: 1px
}

.Travel-CallToAction:hover, .tp-caption.Travel-CallToAction:hover {
  background-color: rgba(255, 255, 255, .15)
}

.RotatingWords-TitleWhite, .tp-caption.RotatingWords-TitleWhite {
  color: rgba(255, 255, 255, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  border-style: none;
  border-width: 0
}

.RotatingWords-Button, .RotatingWords-SmallText, .tp-caption.RotatingWords-Button, .tp-caption.RotatingWords-SmallText {
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0;
  text-align: left
}

.RotatingWords-Button, .tp-caption.RotatingWords-Button {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 50px;
  border-color: rgba(255, 255, 255, .15);
  border-style: solid;
  border-width: 2px;
  letter-spacing: 3px
}

.RotatingWords-Button:hover, .tp-caption.RotatingWords-Button:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 0
}

.RotatingWords-SmallText, .tp-caption.RotatingWords-SmallText {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  text-shadow: none
}

.ContentZoom-SmallSubtitle, .ContentZoom-SmallTitle, .tp-caption.ContentZoom-SmallSubtitle, .tp-caption.ContentZoom-SmallTitle {
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  font-weight: 600;
  padding: 0
}

.ContentZoom-SmallTitle, .tp-caption.ContentZoom-SmallTitle {
  color: rgba(41, 46, 49, 1);
  font-size: 33px;
  line-height: 45px
}

.ContentZoom-SmallSubtitle, .tp-caption.ContentZoom-SmallSubtitle {
  color: rgba(111, 124, 130, 1);
  font-size: 16px;
  line-height: 24px
}

.ContentZoom-SmallIcon, .tp-caption.ContentZoom-SmallIcon {
  color: rgba(41, 46, 49, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left
}

.ContentZoom-SmallIcon:hover, .tp-caption.ContentZoom-SmallIcon:hover {
  color: rgba(111, 124, 130, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0
}

.ContentZoom-DetailTitle, .tp-caption.ContentZoom-DetailTitle {
  color: rgba(41, 46, 49, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left
}

.ContentZoom-DetailContent, .ContentZoom-DetailSubTitle, .tp-caption.ContentZoom-DetailContent, .tp-caption.ContentZoom-DetailSubTitle {
  border-radius: 0;
  background-color: transparent;
  color: rgba(111, 124, 130, 1);
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  text-align: left
}

.ContentZoom-DetailSubTitle, .tp-caption.ContentZoom-DetailSubTitle {
  font-size: 25px;
  line-height: 25px
}

.ContentZoom-DetailContent, .tp-caption.ContentZoom-DetailContent {
  font-size: 17px;
  line-height: 28px
}

.ContentZoom-Button, .ContentZoom-ButtonClose, .tp-caption.ContentZoom-Button, .tp-caption.ContentZoom-ButtonClose {
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: left;
  letter-spacing: 1px
}

.ContentZoom-Button, .tp-caption.ContentZoom-Button {
  color: rgba(41, 46, 49, 1);
  padding: 15px 50px;
  background-color: transparent;
  border-color: rgba(41, 46, 49, .5);
  border-radius: 0
}

.ContentZoom-Button:hover, .tp-caption.ContentZoom-Button:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(41, 46, 49, 1);
  border-color: rgba(41, 46, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0
}

.ContentZoom-ButtonClose, .tp-caption.ContentZoom-ButtonClose {
  color: rgba(41, 46, 49, 1);
  padding: 14px 14px 14px 16px;
  background-color: transparent;
  border-color: rgba(41, 46, 49, .5);
  border-radius: 30px
}

.ContentZoom-ButtonClose:hover, .tp-caption.ContentZoom-ButtonClose:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(41, 46, 49, 1);
  border-color: rgba(41, 46, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px
}

.Newspaper-Subtitle, .Newspaper-Title, .tp-caption.Newspaper-Subtitle, .tp-caption.Newspaper-Title {
  text-decoration: none;
  border-radius: 0;
  font-style: normal;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0
}

.Newspaper-Title, .tp-caption.Newspaper-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-family: "Roboto Slab";
  padding: 0 0 10px
}

.Newspaper-Subtitle, .tp-caption.Newspaper-Subtitle {
  color: rgba(168, 216, 238, 1);
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-family: Roboto;
  padding: 0
}

.Newspaper-Button, .tp-caption.Newspaper-Button {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, .25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  letter-spacing: 2px;
  text-align: left
}

.Newspaper-Button:hover, .tp-caption.Newspaper-Button:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0
}

.rtwhitemedium, .tp-caption.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #000;
  border-style: none;
  text-shadow: none
}

@media only screen and (max-width:767px) {
  .revtp-form input[type=text], .revtp-form input[type=email], .revtp-searchform input[type=text], .revtp-searchform input[type=email] {
    width: 200px!important
  }
}

.revtp-form input[type=submit], .revtp-searchform input[type=submit] {
  font-family: Arial, sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

iframe {
  border: 0;
}

.hermes .tp-arr-imgholder {
  background-size: cover;
}

/* Bullets
-------------------------------------------------------*/

.tp-bullet {
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 12px !important;
  height: 12px !important;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  display: inline-block;
  -webkit-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;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
}

.tp-bullet.selected, .tp-bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  width: 12px !important;
  height: 12px !important;
  border: 2px solid rgba(0, 0, 0, 0) !important;
}

/* Scroll Down icon
-------------------------------------------------------*/

.scroll-down {
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  z-index: 50 !important;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
}

.scroll-down a {
  line-height: 36px;
  position: relative;
  z-index: 50 !important;
}

@-webkit-keyframes scroll-down-icon {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}

@-moz-keyframes scroll-down-icon {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}

@-o-keyframes scroll-down-icon {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}

@keyframes scroll-down-icon {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}

.scroll-down i {
  color: #000;
  -webkit-animation: scroll-down-icon 1s infinite;
  -moz-animation: scroll-down-icon 1s infinite;
  -o-animation: scroll-down-icon 1s infinite;
  animation: scroll-down-icon 1s infinite;
  position: absolute;
  left: 9px;
}

/* Onepage Slides
-------------------------------------------------------*/

.tp-caption.hero-text {
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  line-height: 60px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  text-transform: uppercase;
}

.tp-caption.medium-text {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  margin: 0px;
  text-transform: uppercase;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-shadow: none;
}

.tp-caption.alt-font {
  font-family: "Pt Serif", serif;
}

.tp-caption.alt-font-2 {
  font-family: "Playfair Display", serif;
}

.tp-caption.size-220 {
  font-size: 220px;
}

.tp-caption.size-110 {
  font-size: 110px;
}

.tp-caption.size-95 {
  font-size: 95px;
}

.tp-caption.size-80 {
  font-size: 80px;
}

.tp-caption.size-40 {
  font-size: 40px;
}

.tp-caption.size-24 {
  font-size: 24px;
}

.tp-caption.tt-ls {
  text-transform: none;
  letter-spacing: 0;
}

.tp-caption span.dot {
  color: #f37b21;
}

.tp-caption span.color {
  color: #ffb30f;
}

.tp-caption.small-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-shadow: none;
}

.subheading-text {
  font-family: "Pt Serif", serif;
  font-size: 22px;
  color: #fff;
}

.tp-caption a {
  color: #fff;
}

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