body {
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background-color: #fff;
}
body.waiting * {
    cursor: wait;
}
a {
    color: #333;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
li {
	list-style:none;
}
h3 {
    margin: 0 0 21px;
    line-height: 20px;
    font-size: 15px;
}
.hr {
    width: 25%;
    margin: 0;
    height: 4px;
    padding: 1px 0;
    position: absolute;
    background-color: #111111;
}
.navbar {
    margin-bottom: 0;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
}
.navbar-fixed-top {
    background-color: #fff;
    padding-bottom: 0;
	height:70px;
}

.navbar {
    padding-top:10px;
}
.navbar-brand {
    padding:0 15px;
}

.navbar .collapse ul>li>a {
	text-transform:uppercase;
}
.navbar .collapse ul ul li a {
	text-transform:none;
}
.product-tittle {
    display: block;
    margin-bottom: 3px;
}

#marserCarousel .carousel-inner .item {
    margin-top: 70px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.media-block {
    padding: 20px 0;
}
.media-block-tittle {
    margin-bottom: 12px;
    text-align: left;
    display: block;
}
.media-block-tittle h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.media-block-content {
    display: block;
}
.events-single {
    padding: 8px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
.event-date {
    font-size: 12px;
    color: #f4a108;
    line-height: 20px;
}
.event-tittle {
    min-height: 22px;
    position: relative;
    padding-left: 10px;
}
.event-tittle a {
    text-decoration: none;
    text-align: left;
    font-size: 15px;
}

.newsletinp {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.newsletinp:focus {
	border-bottom: 1px solid #faa61a;
	-webkit-box-shadow: 0 1px 0 0 #faa61a;
	-moz-box-shadow: 0 1px 0 0 #faa61a;
	box-shadow: 0 1px 0 0 #faa61a;
}

.btn-theme {
    display: inline-block;
    margin: 0;
    padding: 13px 30px;
    border: 2px solid #333;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    text-shadow: none;
    background: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn-theme:focus, .btn-theme:hover {
	color: #fff;
	background-color: #242424;
}
h3 span {
    padding: 0 10px 0 0;
    position: relative;
}
h3 span::before {
    content: "";
    position: absolute;
    left: 100%;
    background: url(../images/heading-pettren.png) repeat-x center center;
    height: 100%;
    width: 1063px;
    top: 0;
}

#preloader {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.footer {
    background: #474747;
    margin-top: 40px;
}
.footer-inner {
    padding: 15px 0;
}
.footer-inner p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}
.powered-by {
    float: right;
    font-size: 13px;
    color: #f2f2f2;
}
.powered-by a {
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
}


.morecontent {
	display: none;
}
.glyphicon-chevron-down:before {
	content: ">>";
}
.panel-body {
	padding:0px !important;
	padding-left: 10px;
}
.panel-body h3 {
	margin-top: 1px !important;
}


#html5-watermark {
	display:none !important;
}
.html5-title {
	display:none !important;
}
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
	border: 0px solid rgba(0,0,0,.15);	
	border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}


.sticky {
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
	padding: 10px;
    padding-bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height:auto!important;
}
.sticky .navbar-brand {
}
.sticky .navbar-brand img {
	height:40px;
}

/******************************Drop-down menu work on hover**********************************/
@media only screen and (min-width: 767px) {
	
	.navbar .collapse a {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		line-height: 20px;
	}
	.navbar .collapse ul li {
		position:relative;
	}
	.navbar .collapse ul li a {
		padding: 15px;
	}
	.sticky ul li a {
		padding: 12px;
	}
	.navbar .collapse ul li:hover a {
		background:transparent!important;
	}
	.navbar .collapse ul li:hover> ul {
		display:block;
	}
	.navbar .collapse ul ul {
		position:absolute;
		top:100%;
		left:0;
		display:none;
		border-top: 2px solid #e0a029;
		margin: 0;
		padding: 0;
		background: #fff;
		min-width: 270px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.navbar .collapse ul li:last-child ul {
		min-width: 140px;
	}
	.navbar .collapse ul ul:before {
		bottom: 100%;
		left: 15%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-bottom-color: #e0a029;
		border-width: 7px;
		margin-left: -7px;
	}
	
	.navbar .collapse ul ul li {
		position:relative;
		display: block;
		height: auto;
		padding: 0;
	}
	.navbar .collapse ul ul li a {
		font-size: 14px;
		color: #222;
		border-bottom: 1px solid #ededed;
		display: block;
		line-height: 20px;
		padding: 10px;
		white-space: nowrap;
	}
	.navbar .collapse ul ul li:hover > a {
		background-color:#f2f2f2;
		color:#e0a028;
		padding-left:15px;
	}
}

.breadcrumb-sec {
    display: block;
}
.breadcrumb {
    background: #fff;
    border-radius: 0 !important;
    margin-bottom: 0;
    padding: 0;
    margin-top: 70px;
}
.breadcrumb-animate-content {
    padding: 25px 0px 0px;
    display: inline-block;
}
.breadcrumb-image-block {
    float: right;
    width: 20%;
    top: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    vertical-align: baseline;
}
.breadcrumb-image-block img {
    width: 125px;
    height: auto;
    float: right;
    right: 25px;
    position: relative;
    top: 22px;
    bottom: 0;
}
.breadcrumb-tittle h2 {
    color: #222;
    font-size: 22px;
    margin-bottom: 10px;
}
#position {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0;
    font-size: 13px;
}
#position ul {
    margin: 0;
    padding: 0;
    color: #202020;
}
#position ul li {
    display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
    position: relative;
}
#position ul li i {
    font-size: 10px;
}
#position ul li a {
    color: #202020;
    opacity: 0.7;
}
#position ul li:last-child a {
    color: #f5a10a;
    font-weight: 600;
}

.product-sec {
    margin-top: 30px;
    min-height: 330px;
}
.product-cat-sidebar {
}
.product-cat-links {
    position: relative;
}
.product-cat-links ul {
    margin: 0;
    padding: 0;
}
.product-cat-links ul li {
    list-style: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 22px;
    margin-bottom: 8px;
    display: block;
}
.product-cat-links ul li i {
    display:inline;
}
.product-cat-links ul li a:hover {
    color: #f4a108;
}
.product-cat-links ul>li.active {
	color:#f4a108 !important;
	font-weight:600;
}
.product-cat-links ul>li.active>a {
	color:#f4a108 !important;
	font-weight:600;
}
ul.sublisting {
    margin: 10px 10px 0px 20px;
    position: relative;
}
ul.sublisting li {
    font-weight: 400;
}
.product-cat-links ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 10px;
}
ul.sublistingsub {
    margin: 10px 10px 0px 20px;
    position: relative;
}
ul.sublistingsub li {
    list-style: none;
    border: none;
    line-height: 20px;
    padding: 0;
    font-size: 12px;
}
ul.sublistingsub li a {
    color: #202020 !important;
    font-weight: normal !important;
}
ul.sublistingsub>li.active>a {
    color: #f4a108 !important;
    font-weight: 400;
}

.product-show-detail {
    position: relative;
}
.product-show-single {
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}
.product-show-single-image {
    width: 25%;
    display: inline-block;
    float: left;
}
.product-show-single-image img {
    width: 100%;
    height: auto;
}
.product-show-single-image img {
    width: 100%;
    height: auto;
    text-align: center;
}
.product-show-single-desc {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.product-show-single-head {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.product-show-single-head h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.product-show-details {
    min-height: 54px;
}
.overviews p {
    text-align: justify;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}
.overview ul {
    margin: 0;
    padding: 0;
}
.overview ul li {
	list-style:disc;
}

.product-show-more {
    display: inline-block;
    width: auto;
}
.product-show-more a {
    display: block;
    background: #e8e8e8;
    color: #222;
    text-decoration: none;
    padding: 8px 12px;
}

.product-show-more a:hover {
	background:#f4a108;
	color:#fff;
}

.product-category-detail {
    position: relative;
}
.product-category-single {
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}
.product-category-single-desc {
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    min-height: 90px;
}
.product-category-single-head {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    min-height: 48px;
}
.product-category-single-head h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    /* text-transform: uppercase; */
}
.view-details {
    display: block;
    width: 100%;
}
.view-details a {
    display: block;
    background: #e8e8e8;
    color: #222;
    text-decoration: none;
    padding: 8px;
}

.view-details a:hover {
	background:#f4a108;
	color:#fff;
}

.main-tittle {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
.main-tittle h1 {
    font-size: 22px;
    margin-bottom: 0;
    text-transform: none;
    padding: 0 10px 0 0;
    position: relative;
    display: inline-block;
}
.main-tittle h1::before {
    content: "";
    position: absolute;
    left: 100%;
    background: url(../images/heading-pettren.png) repeat-x center center;
    height: 100%;
    width: 1063px;
    top: 0;
}
.main-tittle h1 img {
    height: 28px;
    width: auto;
    display: inline-block;
}
.sub-tittle {
    margin-bottom: 30px;
}
.sub-tittle h2 {
    font-size: 16px;
    margin: 0;
    text-transform: none;
}
.product-sec-image-block {
    box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 10px;
    text-align: center;
}
.product-sec-image-block img {
    text-align: center;
    width: 100%;
    height: auto;
}
.product-sec-content-block {
    padding-bottom: 5px;
    float: left;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}
.product-sec-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.product-sec-detail ul {
    margin: 0;
    padding: 0;
}
.product-sec-detail ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: 400;
    padding-bottom: 5px;
}
.product-sec-detail ul li:before {
    position: absolute;
    top: 5px;
    left: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.product-sec-detail ul li a {
    text-decoration: none;
    font-size: 14px;
}
.related-products {
    margin-top: 20px;
}
.related-product-items {
    margin-top: 20px;
}
.single-block {
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border: 1px solid #f3f3f3;
}
.single-imgage-block {
    margin-bottom: 15px;
    max-height: 100px;
}
.single-imgage-block img {
    text-align: left;
    height: 90px;
    width: auto;
}
.single-content-block {
    display: block;
    position: relative;
}
.single-content-view {
    float: right;
}
.single-content-block a {
    text-decoration: none;
    font-size: 14px;
}
.single-content-block a img {
    height: 22px;
    width: auto;
    max-width: 154px;
}
.single-content-view a {
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #222;
    border: 1px solid #f3f3f3;
    padding: 6px 10px;
}

.contact_info_block {
    min-height: 490px;
    padding: 14px 18px;
}

.contact_form {
    min-height: 550px;
    padding: 14px 18px 19px;
    border: 1px solid #f3f3f3;
}
.contact_form .btn {
    margin-top: 25px !important;
}
