@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
	padding: 0px;
	width: 100%;
	margin: 0px;
	font-family: 'PT Sans', sans-serif;
}
img {
  max-width: 100%;
  width: auto;
}
.est-clear {
	clear: both;
}
.est-wrap {
	width: 100%;
}
/******************** Start header css *********************/
.est-background {
  background: #911838 url("../images/main-bg.jpg") no-repeat scroll center top / 100% auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.est-wrapcen {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#est-header {
  background: rgba(0, 0, 0, 0) url("../images/header-bg.png") repeat-x scroll center top;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.est-header {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#est-logo {
  color: #fff;
  font-family: "Lobster",cursive;
  font-size: 70px;
  letter-spacing: 13px;
  padding: 16px 0;
  text-align: center;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  width: 100%;
}
/******************** End header css *********************/
/******************** Start content css *********************/
.est-content {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}
#listingarea {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 20px auto 30px;
  position: relative;
  width: 100%;
}
.est-listingarea-box {
  margin-bottom: 20px;
  width: 100%;
}
.est-listinghead {
  background: rgba(0, 0, 0, 0) url("../images/title-bg.png") no-repeat scroll center top / 100% 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: "Maven Pro",sans-serif;
  font-size: 30px;
  margin: 0;
  padding: 15px 6%;
  text-align: center;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  width: 100%;
}
.desc-rd {
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  width: 100%;
}
.desc-text {
  color: #000;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}
.desc-text ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.desc-text ul h1 {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
}
.desc-text ul h2 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 16px;
}
.desc-text ul li {
  background: rgba(0, 0, 0, 0) url("../images/bullet.png") no-repeat scroll left 8px;
  box-sizing: border-box;
  list-style: outside none none;
  margin: 2px 0;
  text-align: left;
  text-indent: 20px;
  width: 100%;
}
/******************** End content css *********************/
/******************** Start footer css *********************/
.est-wrapcens {
  background: rgba(0, 0, 0, 0) url("../images/footer_bg.png") repeat scroll center top;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#est-footer {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  position: relative;
  width: 100%;
}
#est-footer #est-copy {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 49px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
  width: 100%;
}
#est-footer #est-copy span {
  color: #bc2864;
}
/******************** End footer css *********************/
/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/
#gallery {
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  padding: 25px 25px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
#gallery #slides {
  display: inline-block;
  height: auto;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  z-index: 500;
}
#gallery #slides div ul {
  display: table;
  height: auto;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#gallery #slides div ul li {
  background: rgba(0, 0, 0, 0) url("../images/thumb-bg.png") no-repeat scroll center bottom;
  display: inline-block;
  padding-bottom: 9px;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#gallery .big-img-wpr {
  box-sizing: border-box;
  display: inline-block;
  height: 535px;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr {
  background-color: #fff;
  border: 5px solid #500c27;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-height: 535px;
  max-width: 945px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 100%;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
}
#gallery .thumb {
  background-color: transparent;
  border: 2px solid #ea4f8d;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 104px;
  left: 0;
  margin: 28px 5px 5px;
  position: relative;
  right: 0;
  width: 104px;
  z-index: 3;
}
#gallery .thumb-bg {
  background-color: #fff;
  bottom: 0;
  height: 104px;
  left: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 104px;
  z-index: 1;
}
#gallery .thumb-img[src=""], #gallery .thumb-img[src=""] + .thumb, #gallery .thumb-img[src=""] ~ .thumb-bg {
  display: none;
}
.thumb-wpr {
	position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0px;
  margin: auto;
  max-height: 100px;
  max-width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 2;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
	z-index: 1;
}
#gallery #slides input {
	display: none;
}
#gallery #slides input:checked ~ .img-wpr {
	z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
	display: none;
}
#gallery #slides div ul li:only-#gallery {
	left: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#est-logo {
  font-size: 30px;
}
.est-listinghead {
  background: rgba(0, 0, 0, 0) url("../images/title-bg.png") no-repeat scroll center top / auto 100%;
	font-size: 25px;
}
#gallery {
  padding: 10px;
}
#gallery .thumb {
  height: 50px;
  margin: 5px;
  width: 50px;
}
#gallery .thumb-bg {
  height: 50px;
  width: 50px;
}
#gallery .thumb-img {
  max-height: 50px;
  max-width: 50px;
}
#gallery #slides div ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
}
/*------------------------------------------------------------------end hover img-----------------------------------------------------------------*/