body {
	color: #000;
    font-family: 'Arial' !important;
    font-size: 14px !important;
    background: #fff;
	line-height: 18px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial' !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}
h1, h2, h3 {
	margin-top: 0px;
    margin-bottom: 0px;
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
.menu-responsive {
    background: rgba(0, 0, 0, 0.9);
    left: -250px;
    height: 100%;
    position: fixed;
    width: 250px;
    z-index: 9999;
}
.menu-responsive ul {
    list-style: none;
    padding: 0;
}
.menu-responsive ul li {
    padding: 10px;
    border-bottom: 1px solid;
}
.menu-responsive ul li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.menu-close {
    cursor: pointer;
    padding: 10px;
    background: #EAA903;
    text-align: left;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    overflow: hidden;
}
.menu-close i {
    color: #fff;
    font-size: 25px;
    float: left;
}
.menu-close i.fa-times {
    float: right;
}
.menu-close span {
    margin: 5px;
    float: left;
}
.menu-icon {
    float: right;
    margin-top: 5px;
}
.menu-open {
    color: #EAA903;
    font-family: Arial;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
}
.menu-open i {
    font-size: 35px;
}
#topbar {
	padding: 0;
    position: relative;
    background-color: #f4f4f4;
}
#topbar .contacts {
    margin: 7px 0;
}
#topbar .contacts i {
    font-size: 20px;
    margin-right: 5px;
    color: #EAA903;
}
#topbar span.hotline {
    color: #EAA903;
}
.search-form {
    margin: 35px 0;
}
.search-form .form-group {
    margin: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.search-form .form-control {
    border: 1px solid #6EB387;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #555;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 17px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-form .btn-success {
    color: #fff;
    background-color: #6EB387;
    border-color: #6EB387;
	padding: 7px 13px;
    border-radius: 0;
}
nav.nav {
    background: #009742;
}
nav.nav .sf-menu {
    margin: 0;
    padding: 0;
}
nav.nav .sf-menu li {
	float: none;
    display: inline-block;
    position: relative;
    z-index: 100;
}
nav.nav .sf-menu li:first-child {
    margin-left: 0;
}
nav.nav .sf-menu li a:hover, .sf-menu li:hover>a, .sf-menu li.current-menu-item a, .sf-menu li.current_page_parent a {
    color: #FFFFFF;
    background: #F15A23;
}
nav.nav .sf-menu li a {
    text-decoration: none;
    padding: 14px 20px 13px;
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-weight: bold;
}
.contentclass {
	padding-top: 0px;
}
.owl-carousel-item-imgoverlay {
	background-color: rgba(0, 151, 66, 0.8)!important;
	background-repeat: repeat;
	text-align: left !important;
	padding: 10px;
	opacity: 1 !important;
}
.owl-carousel-item-imgtitle {
	font-weight: bold;
    text-transform: uppercase;
    color: #FF600A;
    font-size: 13px !important;
}

.owl-theme .owl-controls {
	position: absolute;
    bottom: 5px;
    right: 0;
}
.owl-theme .owl-controls .owl-page span {
	background: #fff !important;
    opacity: 1;
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #E3231A !important;
}
.sliderclass {
	padding: 0 0 10px;
}
nav.menu-cat {
    display: block;
    position: relative;
    z-index: 99;
}
nav.menu-cat ul {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 1px 0;
    background: #f5f5f5;
}
nav.menu-cat ul li {
}
nav.menu-cat ul li a {
    float: none;
    font: 700 12px Arial, Helvetica, sans-serif;
    padding: 11.6px 10px 14px;
    display: block;
    text-decoration: none;
    background: #009742;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
nav.menu-cat ul li a:hover {
    background: #4E5256;
    color: #fff;
}
nav.menu-cat ul li a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 5px;
}
nav.menu-cat ul li ul li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    text-transform: none;
    color: #444;
    background: none;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}
.title {
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 5px 0;
    font-weight: bold !important;
}
.title.default:before {
    border-top: 1px solid #4E5256;
}
.title:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 100%;
}
.title.orange:before {
    border-top: 1px solid #EAA903;
}
.orange span {
    background: #009742;
}
.default span {
    background: #009742;
}
.title span {
    padding: 9px 9px 7px;
    display: inline-block;
    color: #fff;
    position: relative;
}
.title span:before {
    width: 0px;
    height: 0px;
    border-bottom: 17.999px solid transparent;
    border-top: 16px solid transparent;
    content: "";
    position: absolute;
    right: -15px;
    top: 0px;
}
.title.orange span:before {
    border-left: 15px solid #009742;
}
.title.default span:before {
    border-left: 15px solid #009742;
}
.title a.title-category {
    color: #fff;
}
.title ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: none;
    background: #fff;
    position: relative;
}
.title ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}
.title ul li a {
    color: #666;
    padding: 5px 10px 5px;
    display: block;
    border-right: 1px solid #ddd;
}
.title ul li:last-child a {
    border: none;
}
.sidebar-list-post {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.sidebar-list-post a.post-title {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 5px;
}
.sidebar-list-post p {
    color: #FF600A;
    font-size: 13px;
}
.row.no-gutters {
    margin-right: -5px;
    margin-left: -5px;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.aside-about {
    margin: 10px 0;
}
.aside-about-call {
    background: #555555;
    color: #fff;
    padding: 20px 0 25px 80px;
    position: relative;
}
.aside-about-call span.fa {
    display: block;
    height: 100%;
    font-size: 34px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 32px 15px 0 15px;
}
.aside-about-call span.fa {
    background: #808080;
}
.aside-about-call > div {
    font: 700 26px 'Open Sans', sans-serif;
}
.aside-about-call p {
    color: #ddd;
	font: 400 11px 'Open Sans', sans-serif;
    margin: 0;
}
.aside-about-seller {
    background: #009742;
    color: #fff;
	padding: 10px 0 15px 0;
    text-align: center;
}
.aside-about-seller p {
    margin: 0;
}
.breadcrumbs {
    background: #f5f5f5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4E5256;
    padding: 20px 0;
}
.breadcrumbs a {
    position: relative;
    color: #EAA903;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 15px 0 9px;
    display: inline-block;
}
h1.title-post {
    text-transform: uppercase;
    padding: 0px 0 5px 0;
    font-size: 30px;
    text-rendering: optimizelegibility;
    width: 100%;
    line-height: 1.2 !important;
    margin: 5px 0 10px 0;
    font-family: 'Swiss CondensedBold' !important;
    color: #555;
}
.news-col {
    margin-bottom: 20px;
    font-size: 12.5px;
}
.news-col p {
    line-height: 1.7;
}
.news-col span.post-title {
    line-height: 1.4;
    margin: 10px 0;
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #666;
}
.blog-meta {
    color: #a8a8a8;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
}
.maps {
	margin-bottom: 20px;
}
.info-contact {
    color: #7e858b;
    font-size: 14px;
}
.info-contact strong {
    font-size: 13px;
}
.info-contact h3, .contact-us h3 {
    font-weight: bold !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #7e858b;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.contact-form .input-group {
    margin-bottom: 10px;
    float: left;
}
.contact-form .input-group .input-group-addon {
    border-radius: 0px;
    background-color: #4E5256;
    border: none;
    position: relative;
}
.contact-form .input-group .input-group-addon i {
    color: #EAA903;
    font-size: 26px;
    width: 24px;
    height: 24px;
}
.contact-form .input-group .form-control {
    background-color: rgb(241, 241, 241);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 15px 15px;
    color: #444;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
   max-width: initial;
}
.contact-form .btn-success {
	width: 100% !important;
	color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}


.single-article aside, .single-article article {
	margin-top: 0px;
}
.single-footer {
	margin-bottom: 0px;
}
h3.title-comment {
    background: #009742;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
#containerfooter {
    font-size: 14px;
    color: #ffffff !important;
    background: #009742 !important;
	padding-top: 0px;
}
.widget-first {
	margin-top: 0px;
}
.widget {
	margin-top: 0px;
}
.abouts {
    background: #009742;
    padding: 0 10px 10px;
}
.footerclass h3 {
    margin: 0 0 10px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 13px;
    border-bottom: 1px solid #696969;
    padding: 20px 0 10px;
}
article.post-content p {
    margin: 0 0 25px;
    line-height: 1.8;
}
.footerclass .footer-end {
    border-top: 1px solid #696969;
    padding: 20px 0;
}
.developed a {
    color: #EAA903;
}
ul.post-list {
    list-style-type: square;
    padding: 0 0 0 20px;
    margin: 0;
}
ul.post-list li {
    padding: 0 0 5px 0;
}
ul.post-list li a {
    color: #ffffff;
}
ul.post-list li a:hover {
    color: #ffffff;
}
ul.contacts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.contacts-list li {
    padding: 5px 0 10px;
}
ul.contacts-list li i {
    font-size: 20px;
    margin-right: 5px;
}
ul.contacts-list li a {
    color: #EAA903;
}
ul.contacts-list li a:hover {
    color: #FFFFFF;
}
.products div.product {
	background: #eee;
}
.product  .summary h1 {
	color:#785555;
	font-weight:bold !important;
	text-transform: capitalize;
}
.product  .summary .pricebox {
	border: none;
}
.product  .summary .pricebox p {
	font-size: 30px;
    margin-bottom: 15px;
    color: #FF0000;
    font-family: 'Swiss CondensedBold';
}
.product_item .product_price{
	font-size: 13px;
    color: #FF600A;
    display: block;
    font-weight: bold;
    margin: 0 10px;
    font-family: Arial;
    padding: 0 0 10px 0;
}
.wp-pagenavi, ul.page-numbers {
  margin: 10px 0;
  float: left;
  font: bold 12px Arial;
  color: #fff;
  clear: both;
}
.wp-pagenavi a, .wp-pagenavi span, ul.page-numbers li a  {
  background-color: #F1F1F1;
  border: 1px solid #F1F1F1;
  border-radius: 0;
  color: #E3231A;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  margin: 0 2px;
  padding: 0.6em 1em;
  position: relative;
  text-decoration: none;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover, ul.page-numbers li span.current, ul.page-numbers li a:hover  {
  background-color: #E3231A !important; 
  border: 1px solid #E3231A !important; 
  color: #FFFFFF;
}
.list-item-product {
    background: #f5f5f5;
    margin-bottom: 10px;
}
.list-item-product .blog-thumb {
    position: relative;
    overflow: hidden;
    z-index: 25;
    display: block;
}
.list-item-product span.blog-thumb img {
    -lh-property: 0;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    height: auto;
    max-width: none;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -o-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}
.item-product span.post-title, .item-product h2.post-title {
    font-size: 16px;
    color: #000;
    display: block;
    margin: 10px;
}
.item-product p.price {
    font-size: 13px;
    color: #FF600A;
    display: block;
    font-weight: bold;
    margin: 0 10px;
    font-family: Arial;
    padding: 0 0 10px 0;
}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style], .fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {
       width: 100% !important;
}
.re-post {
	margin-left: -15px;
	margin-right: -15px;
}
/*****************************************************/
@media only screen and (max-width: 1200px){
	.headerclass  {
		background:none !important;
	}
}
@media only screen and (max-width: 768px){
	nav.nav  {
		display:none !important;
	}
}
