@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@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: 'Open Sans', sans-serif;
}
img {
	max-width: 100%;
	width: auto;
}
.est-clear {
	clear: both;
}
.est-wrap {
	width: 100%;
}


#est-logo, #est-footer #est-copy, #est-footer #est-copy span {
	color: #fff !important;
}

/******************** Start header css *********************/
.est-background {
	background: #fff url("../images/main-bg.jpg") repeat scroll center top;
	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: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: normal;
	letter-spacing: 10px;
	padding: 15px 0;
	text-align: center;
	text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.4);
	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: #fff;
	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: 'Roboto', sans-serif;
	font-size: 30px;
	margin: 0;
	padding: 15px 6%;
	text-align: center;
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width: 100%;
}
.est-listingarea-box .est-listinghead > font {
	font-size: 30px;
}
.desc-rd {
	background: #fff none repeat scroll 0 0;
	border-radius: 0 0 8px 8px;
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	width: 100%;
}
.desc-text {
	color: #000;
	font-family: "Lora", serif;
	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 2px;
	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/header-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-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 46px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 3px 4px 5px rgba(116, 5, 5, 0.75);
	width: 100%;
}
#est-footer #est-copy span {
	color: #37b6df;
}
/******************** End footer css *********************/
/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/
#gallery {
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	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;
	font-size: 0px;
}
#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: 4px;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: inline-block;
	height: 500px;
	margin: 0 auto;
	vertical-align: middle;
	width: 100%;
}
#gallery div.img-wpr {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	margin: 0 auto;
	max-height: 500px;
	max-width: 800px;
	position: absolute;
	right: 0;
	top: 15px;
	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 #f18925;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 104px;
	left: 0;
	margin: 5px;
	position: relative;
	right: 0;
	width: 104px;
	z-index: 3;
}
#gallery .thumb-bg {
	background-color: #fff;
	bottom: 0;
	height: 104px;
	left: 0;
	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;
	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-----------------------------------------------------------------*/
