/*
    Theme Name: Strada
    Theme URI: 
   
*/
/* -- Basic Style -- */

.pager {
    text-align: left;
}
.page-numbers.current {
    background: #f9f9f9 !important;
    text-decoration: #008349 !important;
    color: #008349 !important;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0px 0px 0px 2px #008349;
}
.pager .page-numbers {
    color: #fff;
    background-color: #008349;
    font-size: 12px;
    padding: 9px 16px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 6px;
}
.post-box h2 a {
    color: #008349;
}
.footer_menu li {
    display: inline-block;
}
.footer_menu {
    padding: 0;
}
.for-all-section {
    margin: 0px auto !important;
}
/* menu */

.menu_button {
    padding: 30px 0 10px 54px;
}
.mobile-menu {
    display: none;
}
.menu_title {
    color: #fff;
    font-size: 20px;
}
.menu_button .nav a {
    color: #fff;
    font-size: 14px;
    padding: 1px 0;
}
.sidebar-nav > li > a:focus,
.sidebar-nav > li > a:hover {
    background-color: transparent !important;
    color: rgb(196, 22, 28) !important;
}
.toggled .hamburger {
    right: 0px;
}
.toggled .aaa {
    margin-left: -220px;
}
#sidebar-wrapper {
    z-index: 9999999;
    right: 0;
    left: inherit;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: url(./images/bgnewmanu.jpg) #2f2f2f no-repeat;
    background-size: auto 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.hamburger.is-open span {
    background: #fff !important;
}
.navbar-default .navbar-nav > li a:hover {}
.toggled .hamburger.is-open {
    /* right: -62px; */
	   right:-45px;
}
.navbar-default .navbar-nav > li li a:hover {
    color: #8b8b8b !important;
}
.navbar-default .navbar-nav > li li li a:hover {
    color: #008349 !important;
}
.navbar-default .navbar-nav > li li li a {
    font-size: 14px;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 100%;
    background-position: 0px bottom !important;
}
#page-content-wrapper {
    width: 100%;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: relative;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.carousel .item {
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
.carousel .item.active {
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
/* .sidebar-nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 3px;
	background-color: #1c1c1c;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}
.sidebar-nav li:hover:before, .sidebar-nav li.open:hover:before {
	width: 100%;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
} */

.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 0;
    background: #fff;
    border-color: #fff;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 1px;
    background: #008349;
    border-color: #008349;
}
.carousel-control.left,
.carousel-control.right {
    display: none;
}
.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: absolute;
    top: 34px;
    z-index: 99999999;
    display: block;
    width: 32px;
    height: 38px;
    background: transparent;
    border: none;
    right: 0;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
}
header.smaller .hamburger {
    top: 15px;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
}
.hem_bargar {
    padding-right: 48px !important;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {} .hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -4px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 10px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0);
    z-index: 1;
}
header {
	
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
    background-color: #fff;
}

.njt-nofi-container{
	position: fixed !important;
}
.njt-nofi-notification-bar .njt-nofi-button a{
	border-radius: 0 !important;
}
/* menu */

.sld-part {
    margin-top: 60px;
}
/*div#map.slp_map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
.for-all-section {
    margin: 0px auto !important;
}
.text_midpart a {
    cursor: pointer;
}
.set-slider-main {
    margin-bottom: 0px !important;
}
.peedtb {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/***************25-5**********/

.product_img img {
    width: 100%;
    height: auto;
    height: 200px;
    max-width: 100%;
}
.product_img {
    min-height: 200px;
    height: 200px;
}
.search-form input::-webkit-input-placeholder {
    color: #fff !important;
}
.search-form input:-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.search-form input::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.search-form input:-ms-input-placeholder {
    color: #fff !important;
}
.search-form input::-ms-input-placeholder {
    color: #fff !important;
}
.store_locator_plus {
    margin-top: 15px;
}
.sld-part .carousel-caption p {
    /* margin-top: 28px; */
	margin-top: 15px;
}
/*******19-6*******/

ul.sub-menu li a {
    font-weight: normal !important;
    font-family: "Roboto" !important;
    font-weight: 400;
    margin: 0;
}
.menu-item-has-children .mainplus::after {
    color: #008349 !important;
}
#menu-mian-menu-inner li a {
    min-height: 39px;
}


/*** 28-06-2017 ****/

.img_resposive_cus{
	width: 100%;
	height: auto;
	display: block;
}
.row_cus_set{
	margin-left: -15px;
	margin-right: -12px;
}
.row_cus_set1{
	margin-right: -15px;
	margin-left: -12px;
}

.padding_gutter_set .wpb_text_column p{
	/* text-align: justify; */
	padding-right:40px;
}
.cus_logo_size{
	width:50%;
}
.location_address a{
	color:#fff;
}
.pad_set_con{
	padding-top: 76px;
}
.set_img_logo_main img{
	width: 80%;
}
.set_img_logo_main_2 img{
	width: 70%;
}
/*.arrow_set_left_right .slick-prev{
	left: -120px;
}
.arrow_set_left_right .slick-next{
	right: -120px;
}*/

.slick-prev{
	left: 15px !important;
}
.slick-next{
	right: 10px !important;
}
.cus_width_set img{
	/* max-width: 92% !important; */
	max-width: 92% !important;
}


@media (min-width: 1380px) and (max-width: 2500px) {
    #sidebar-wrapper {
        z-index: 9999999;
        right: 0;
        left: inherit;
        width: 0;
        height: 100%;
        margin-left: -220px;
        background: url(./images/bgnewmanu.jpg) #2f2f2f no-repeat;
        background-size: 725px 698px;
        background-position: 0px bottom !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    /* Styles */
    /*.tp-caption h1 {
		font-size: 30px !important;
		margin-left: 65px !important;
	}
	.tp-caption p {
		margin-left: 73px !important;
		margin-top: 20px !important;
		font-size: 12px !important;
	}
	.tp-caption a {
		font-size: 14px !important;
		margin-left: 17% !important;
		padding: 6px 15px !important;
	}
	.tp-caption {
		top: 25px !important;
	}*/
    
    .hedpart-full a.img-partinlogo img {
        width: 220px;
        margin-top: 22px;
    }
    .tp-caption.black-newfinal h1 {
        font-size: 25px !important;
        margin-left: 0px !important;
    }
    .tp-caption.black-newfinal p {
        font-size: 11px !important;
        margin-left: 0px !important;
        margin-top: 30px !important;
    }
    .testimo_textpart {
        padding: 28px 20px 38px 20px !important;
    }
    .set h1 {
        font-size: 24px !important;
    }
    .set-p-ba p {
        font-size: 15px !important;
        margin-top: 2% !important;
        width: 276px !important;
        display: inline-block;
        word-wrap: break-word !important;
        line-height: 17px !important;
    }
    .set-ban-a {
        clear: both;
        margin-top: 30% !important;
        display: table-caption;
        border: 1px solid #ffff !important;
    }
    .set-p-ba p br {
        display: block !important;
    }
}
/* #back-to-top { */
    /* position: fixed; */
    /* bottom: 68px; */
    /* right: 15px; */
    /* bottom: 60px; */
    /* right: 65px; */
    /* bottom: 60px; */
    /* bottom: 35px; */
    /* right: 50px; */
    /* z-index: 9999; */
    /* width: 32px; */
    /* height: 32px; */
    /* text-align: center; */
    /* line-height: 30px; */
    /* background: #008349; */
    /* color: #444; */
    /* cursor: pointer; */
    /* border: 0; */
    /* border-radius: 0px; */
    /* text-decoration: none; */
    /* transition: opacity 0.2s ease-out; */
    /* opacity: 1; */
/* } */
/* #back-to-top { */
   
	/* background: #008349 !important; */
   
/* } */
a#back-to-top::after {
	position: fixed;
    width: 38px;
    height: 40px;
	/*background: #008349;*/
	background:url(../../uploads/2017/06/aroimg.jpg) no-repeat;
    content: "";
    font-family: FontAwesome;
    bottom: 133px;
   /*  right: 65px; */
    color: #fff;
    /* font-size: 27px; */
	font-size:30px;
    padding-left: 0px;
    z-index: 9;
    opacity: 1;
	transition: opacity 0.2s ease-out; 
	text-decoration: none;
    border-radius: 0px;
    border: 0;
	cursor: pointer;
	z-index: 9999;
	line-height: 41px;
	text-align: center;
	/* transform: rotate(180deg); */
	background-size: 100% 100%;
}

img.upangl-part {
    width: 16px;
    width: 32px;
    height: 32px;
}
.set h1 {
    font-family: "Roboto" !important;
    font-weight: 300;
}
.set-p-ba p {
    font-family: "Roboto" !important;
    font-weight: 400;
    font-size: 20px;
}
.set-ban-a a {
    font-family: "Roboto" !important;
    font-weight: 700;
    font-size: 14px !important;
}

.all_pageimg  .img_banner_slid .on::after {
    content: '';
    position: absolute;
    width: 335px;
    background: url(../images/prd-logo.png) #2f2f2f no-repeat;
    background-size: 100% 231px;
    background-position: 0px -35px;
    height: 125px;
    top: -10px;
    left: -212px;
    z-index: -9;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/*#map_canvas{
	    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}*/
/* .container.material_left { */
    /* margin-left: 5%; */
/* } */
.col-sm-3.material_left {
    /* margin: 0; */
    padding: 0;
}
.container.material_search {
    margin-left: 28px;
}
.container.simple_page {
    /* margin-top: 4%; */
	/* margin-top:57px; */
	margin-top:0px;
	margin-bottom: 60px;
}
.page_img img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.page_img {
    width: 30%;
    margin-bottom: 24px;
}
.col-sm-3.location_menu {
    width: 100%;
}
.pager {
    padding-left: 0;
    margin: 5% 0;
}
.location_menu a{
	color:#fff;
}
.set_bread_menu .breadcrumb{
	background: none;
	padding: 8px 15px 0px;
    margin-bottom: 60px;
}
.set_bread_menu .breadcrumb li a{
 color: #008349;
}
.mapping{
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
}

.home_page_logo_w img{
	width: 100%;
}
.cus_width_set_home_page img {
    /* max-width:87% !important; */
	max-width:85% !important;
}
.cus_width_set_home_page_inner img{
	/* max-width: 76% !important; */
	 /*   max-width: 74% !important; */	
	 max-width: 76% !important;
}


@media (max-width: 1265px) {
	.navbar-default .navbar-nav > li li li a {
		font-size: 12px;
	}
	.toggled .hamburger.is-open {
		right: 0;
	}
}