a {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
/*================== Theme Banner ==================*/
.hesperiden .tp-thumb .tp-thumb-title {
  opacity: 1;
  background: transparent;
  margin: 0 0;
  padding: 0 0 0 38px;
  font-size: 35px;
  color:#212020;
  line-height: 36px;
  vertical-align: middle;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.hesperiden .tp-thumb {
  min-width: 126px;
}
.tp-thumb-mask {
  overflow: visible !important;
}
.hesperiden .tp-thumb .tp-thumb-title:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top:0;
  left:29px;
  background: #212020;
}
.hesperiden .tp-thumb.selected .tp-thumb-title,
.hesperiden .tp-thumb .tp-thumb-title:hover {
  padding-left: 81px;
}
.hesperiden .tp-thumb .tp-thumb-title:hover:before,
.hesperiden .tp-thumb.selected .tp-thumb-title:before {
  left:49px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.uranus .tp-bullet {
  width: 50px;
  height: 1px;
  border-radius: 0;
  border:none;
}
.uranus .tp-bullet-inner {
  width: 50px;
  height: 8px;
  background: #fff;
  position: absolute;
  bottom:-16px;
  left:0;
  border-radius: 0;
  opacity: 0;
}
.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner {
  bottom:3px;
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
  border-radius: 0;
  box-shadow: none;
}
#banner .tp-caption h1,#banner .tp-caption h4 {
  text-transform: uppercase;
  color:#fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
#banner .tp-caption h4 {
  border-top: 1px solid #d7aa78;
  border-bottom: 1px solid #d7aa78;
  padding: 14px 0;
  font-size: 25px;
}
#banner .tp-caption p {
  font-size: 15px;
  color:#fff;
  text-align: center;
}
#banner {
  /*margin-bottom: 179px;*/
}
#banner.banner-two h1 span {
  text-transform: none;
}
#banner.banner-two h1 span:last-child {
  display: inline-block;
  width: 126px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin: -15px 0 0 -15px;
}
#banner.banner-two .tp-caption h4 {
  border:none;
}
#banner.banner-two .tp-caption h4 span.line {
  display: inline-block;
  width: 83px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
}
#banner.banner-two .tp-caption h4 span.line:first-child {
  margin-right: 20px;
}
#banner.banner-two .tp-caption h4 span.line:last-child {
  margin-left: 10px;
}
.hesperiden .tp-thumb.selected .tp-thumb-title, .hesperiden .tp-thumb .tp-thumb-title:hover,.p-color,.theme-button{
	color:#d7aa78
}
.uranus .tp-bullet{
	background:#d7aa78
}
#banner h1 {
    font-size: 105px;
	line-height:normal
}
#banner .slider-1 h1{
	font-size: 60px;
}
.theme-button {
    width: 160px;
    line-height: 40px;
    border: 1px solid #d7aa78;
    padding: 3px 2px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.theme-button:before, .theme-button:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
}
.theme-button:before {
    border-top: 1px solid #d7aa78;
    border-right: 1px solid #d7aa78;
    bottom: -16px;
    left: -16px;
}
.theme-button:after {
    border-bottom: 1px solid #d7aa78;
    border-left: 1px solid #d7aa78;
    top: -16px;
    right: -16px;
}
.theme-button span {
    display: block;
}
.theme-button span{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.theme-button span {
    background: rgba(215, 170, 120, 0.5);
}
.theme-button {
    color: #000;
}
@media (max-width: 991px) {
	.hesperiden .tp-thumb .tp-thumb-title {font-size: 34px; line-height: 30px;padding-left: 10px;}
	.hesperiden .tp-thumb.selected .tp-thumb-title, .hesperiden .tp-thumb .tp-thumb-title:hover {padding-left: 50px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	#banner .tp-caption h1 {font-size: 65px;}
	#banner .slider-1 h1{
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	#banner .tp-caption h1 {font-size: 32px;}
	#banner .slider-1 h1{
		text-align:center
	}
	#banner .slider-1 h1 span{
		display: block;
	}
	#banner .tp-caption h4 {font-size: 20px;}
	.hesperiden .tp-thumb .tp-thumb-title {display: none !important;}
	#banner.banner-two h1 span:last-child {width: 45px;}
	#banner.banner-two .tp-caption h4 span.line {width: 40px;}
}
@media (max-width: 600px) {
  #banner .tp-caption p {font-size: 12px;}
}
@media (max-width: 480px) {
	#banner .tp-caption p {font-size: 10px;}
}

@media (max-width: 400px) {
  #banner .tp-caption {display: none !important;}
}
