@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url(http://fonts.googleapis.com/css?family=Roboto:500);


/* About Page Start */

.content {
	width: auto;
	height: auto;
	padding: 40px 0px 40px 0px;
	float: left;
}

.about-content {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #151718;
	font-weight: 300;
	line-height: 20px;
	text-align: justify;
}

/* About Page End */



/* Products Page Start */

.pro-heading {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	color: #746868;
	font-weight: 500 !important;
}

#pro-hover li .pro-hover-name a {
	display:none;
	position: relative;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.65);
	color: #ececec;
	position:absolute;
	text-align: center;
	padding: 95px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 220px;
	height: 116px;
	text-transform: capitalize;
	margin-top:0;
}

/* Products Page End */



/* Products Details Page Start */

.products-details-box {
	width: auto;
	height: auto;
	float: left;
	padding: 5px 0px 0px 0px;
}

.pro-main-heading {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	color: #746868;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 30px;
}

.pro-heading {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #151718;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 25px;
}

.pro-heading.sub {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #9aa69f;
	font-weight: 300;
}

.pro-large-img {
	width: auto;
	height: auto;
	float: left;
	margin: 20px 0px 0px 0px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.60);
}

.details-box {
	width: auto;
	height: auto;
	float: right;
	margin: 20px 0px 25px 25px;
}

.details-box.list {
	margin: 0px 0px 0px 0px;
}

.details-box.list ul {
	padding: 0px;
	margin: 0px;
}

.details-box.list li {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #9aa69f;
	font-weight: 300;
	display: block;
}

.pro-price {
	font-family: 'Roboto', sans-serif;
	font-size: 33px;
	color: #f00b11;
	font-weight: 300;
}

.pro-description {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #c19c01;
	font-weight: 300;
}

.pro-content {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #151718;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: justify;
	width: 349px;
	height: auto;
	min-height: 144px;
}

.inquiry {
	font-family: Calibri;
	font-size: 24px;
	color: #151718;
	text-shadow: 0px 1px 0px #ffffff;
	background-color: #f4c915;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 5px 15px;
}

.inquiry:hover {
	box-shadow: 0px 3px 3px rgba(1, 2, 2, 0.30);
}

/* Products Details Page End */



/* News & Events Page Start */


.events-list {
	width: auto;
	height: auto;
	float: left;
        margin-bottom: 10px;
}

.events-list ul {
	padding: 0px;
	margin: 0px;
}

.events-list li {
	width: 1000px;
	
	display: block;
	/*border-bottom: solid 1px #666666;height: 183px;*/
	margin: 30px 0px 0px 0px;
}

.events-list li:last-child {
	border: none;
}

.news-imgs {
	width: 200px;
	height: 150px;
	float: left;
	box-shadow: 0px 0px 5px rgba(144, 144, 144, 0.75), rgba(172, 172, 172, 0.30) 0px 0px 16px inset;
	padding: 4px 0px 0px 4px;
}

.heading-news {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #151718;
	font-weight: 600;
	margin: 10px 0px 20px 0px;
}

.content-news {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #2b2e2f;
	font-weight: 300;
	text-align: justify;
}

.gallery { border-bottom:4px #f0f2f0 solid; display: flex; width:100%; padding-bottom:15px; margin-bottom:20px; -webkit-flex-wrap: wrap;
  flex-wrap: wrap;-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;justify-content: center; }
.gallery  li { float:left; margin:10px; }
.gallery  li img { width:100%; }
.gallery.sm  li { width:25%; }


/* News & Events Page End */



/* Contact Us Page Start */

.contact-left{
	width: 500px;
	height: 400px;
	float: left;
}

.contact-bg {
	width: 450px;
	height: 370px;
	background-image: -moz-linear-gradient(90deg, #f9f9f9 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(90deg, #f9f9f9 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(90deg, #f9f9f9 0%, #ffffff 100%);
	border: 1px #eee solid;
	margin: 20px 0px 20px 0px;
	float: left;
}

.contact-form {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.contact-div {
	width: 90%;
	height: auto;
	margin: 30px 0px 0px 32px;
}

.success {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #f4c915;
	font-weight: bold;
	text-transform: capitalize;
	display: none;
	margin: 20px 0px 0px 20px;
}

.active{
    display: block;
}
.map {
	width: 500px;
	height: 335px;
	float: left;
	margin: 47px 0px 20px 0px;
	border: 3px #eee solid;
}

/* Contact Us Page End */