/*new-02/13/2023 */

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* colors:
 * #3b8938 dark green
 * #ff9c00 orange
 * #46a941 light green
 *  
 *  
 *  */

body {
	
background-color: black;
  font-family: 'open_sansregular';
	color: white;
}


/* styles for "collapsed" panels */
	
.panel-default>.panel-heading {
    color: white;
    background-color: #2196f3;
    border-color: #ddd;
}
.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e113";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: white;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}
.accordion-toggle:hover {
	text-decoration: none;
}

#accordian a {
	color: green !important;
}

#accordion .highlight {
	background:green;
	transition:background 2s ease;
	color: white;
}

#accordion-2 .highlight {
	background:green;
	transition:background 2s ease;
	color: white;
}

#accordion .panel-body {
	color: #000;
}

#accordion-2 .panel-body {
	color: #000;
}


#accordion a.accordion-toggle:hover  {
	color: white;
}


#accordion-2 a.accordion-toggle:hover  {
	color: white;
}


#welcometothecleanvibesstaffdashboard #svFolder dl.hasImage {
	
	padding-left: 0 !important;
	
}


#welcometothecleanvibesstaffdashboard #svFolder dd.image {
	
	padding-top: 20px;
	
}

#dashboard #svFolder dt {
	border-bottom: 1px solid #3b8938;
	padding: 5px;
}







/*a {
    color: #3b8938;
    text-decoration: none;
}*/
a {
    color: #6DDC68;
    text-decoration: none;
}

a:hover {
	color: #1e9fb2;
}

.volunteer-mobile {
	padding: 10px; background-color: #333;
}




.waste-one {
	margin-right: 50px; margin-left: 30px;

}

.waste-two {
	margin-right: 50px;
}

.waste-three {
	 margin-right: 20px;
}
/*COUNTER FONT SIZE CONTROLS OVERALL SIZE */
.odometer {
  font-size: 25px;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
    

}

.pounds-diverted {
color:black; line-height: 1.4em; 
font-size: 18px; 
padding-top: 5px; 
font-weight: 700;	
}

#header {
	background-image: url(../images/header-background.jpg);
	
	display: inline-block;
    width: 100%;
    font-size: 0;
/*    line-height: 0;*/
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	
}

 .header-logo {
	margin-top: 25px; 
	margin-left: 30px; 
 }
 .gauge-holder {
	width: 80%; 
	height: 180px; 
	margin-left: 75px; 
	margin-top: 20px;

	text-align: right;
	padding-right: 15px;
 }

tspan  {
	text-shadow: 2px 2px #000000;
	font-size:13px;
}

.volunteerlink a{
	color:#fff;
}


 a.phoneLink {
	    border: none;
    color: inherit;
    text-decoration: none !important;
	cursor: default;
}

 a.phoneLink:hover {
	  color: #000 !important;
	 
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #3b8938;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
	font-size: 16px;
}

.header-bar {
	margin: 10px 0px 0 20px; font-size: 16px;
}

 .fa-3x {
  vertical-align: middle;
  margin-right: 10px;
}

.navbar-form {
    padding: 0px;
    max-width: 170px;
}

.well {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    margin-left:50px;
   max-width: 230px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.locationpad {
	padding-top:10px;
	
}
p.left-header {
	
	margin-top: 25px;
}


p.right-header {
	margin-right: 100px;
}

#banner {
	margin-left: -15px;
	
	}
	
.banner-wrapper img  {
border: 1px solid #fff;
display: block;
    max-width: 100%;
    height: auto;
}

blockquote  {
	font-size:1.3em;
	color: #5bce3d;
	/*border-color: #55acee;*/
	border-left: 2px solid #55acee;
	margin-right:8%;
	margin-left:5%;
	
}

#news {
	margin-left: -15px;
}

#news ul {
	list-style-type: none;
	line-height: 1.5em;
}

#news li {
	line-height: 2em;
	margin-bottom: 10px;
}

.newsdate {
    color:#19c8e2;
	font-size: 1.2em;
	font-weight:bold;
    padding-bottom: 5px;
    
}



#home-pods {
	margin-bottom: 30px;
	
}

/*gallery pagination color*/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff9c00;
    border-color: #ff9c00;
}

/*anchor link color*/

/*a {
    color: #85D282;
    text-decoration: none;
}*/

/*active drop link color*/

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3B8938;
    outline: 0;
}

.darkgreen {
	color: #3b8938;
}

/*.lightgreen {
	color: #3b8938;
}*/

.lightgreen {
	color: #69DC68;
}


.orange {
	color:  #ff9c00;
}

h1 {
	color: #ff9c00;
}

/*.h2, */
h2 {
    color: #ff9c00;
	font-size: 1.2em;
}

h3  {
	color:#07dbfa;	
}

h4 {
font-size:16px;	
}
p.home {
	font-size: 18px;
	margin: 0 60px 0 60px;
}

hr {
	border-color: #3b8938;
	margin: 20px 0;
}

.banner-testimonial {
	margin-right: 20px; 
	font-style: italic; 
	font-size: 15px;
	margin-top: 10px;
}

.eventsheading h2 {
    font-family: Arial Black, sans-serif;
    font-size: 16px;
    color: #ff9c00;
    text-transform: uppercase;
}

.rounded-corners  {
	border-radius:4px;
	border:1px solid #ffffff;
}


.gallery-link .btn-primary {
    color: #000;
    background-color: #ff9c00;
    border-color: #ff9c00;
    margin-bottom:30px;
}

.gallery-link .btn-primary a{
    color: #000;
    
}


footer {
	background-color: #2d2d2d;
	min-height: 120px;
	margin-top: 20px;
	
}

footer p {
	color: #1e9fb2;
	padding: 0px;
}

#footer-nav {
	color: white;
	font-size: 12px;
	padding: 10px;
	letter-spacing: 1px;
}

#footer-nav a {
	color: white;
}




#carousel-testimonials  .item {
   
  color: white;
   text-align: center;
   margin: 10px 200px 0 200px;
   font-style: italic;
   font-size: 18px;
  
}

#carousel-testimonials {
	color: white;
    margin: 40px 0 40px 0;
   clear: both;
	
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 900;
    color: orange;
}

.social-icons {
 
 width: 250px; 

	margin: 15px auto 20px auto; 
	/*text-align: center;*/

}

.social-icons .btn-social-icon.focus, .btn-social-icon:focus, .btn-social-icon:hover {
    opacity: .8;
    text-decoration: none;
	color: #fff;
 }


  a.btn-social-icon  {
	color: #ffffff;
}

footer .btn-primary  {
    color: #000;
    background-color: #ff9c00;
    border-color: #ff9c00;
	margin-top: 30px;
}

footer p.tradingpost {
	margin: 0px 0 0 15px; padding: 0;
}

footer .btn-primary:hover  {
    color: #000;
	background-color: #ff9c00;
	border-color: #ff9c00;
/*
    opacity: .8;
*/
	
}

  .volunteer-hotline {
 margin-top:-15px;
 text-align: right;
 }
 
 #navStandard a {
	color:#3b8938; 
 }
 #navStandard a:hover {
	color:#1e9fb2; 
 }
 
  #navPeer a {
	color:#3b8938; 
 }
 #navPeer a:hover {
	color:#1e9fb2; 
 }

/*.volunteer-hotline {
margin-top: 15px;
}*/

.calif-office {
	text-align: right;
}
.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
	color: white;
    background-color: transparent;
    border-radius: 4px;
}




.photo-gallery #svFolder dl {
	display: inline-block;
	padding-right: 20px;
	font-size: 24px;

}


/*.mura-gallery ul li {
    font-size: 1.1em;
    margin: 0 2% 2% 0;
    padding: 0 0 1.5em;
    text-align: left;
}
.mura-gallery ul li {
    display: inline-block;
    list-style: none;
    overflow: hidden;
    height: 375px;
}*/


.mura-gallery ul li {
    display: inline-block;
    list-style: none;
    overflow: hidden;
    height: 275px;
    font-size: 1.1em;
    margin: 0 20px 10px 0;
    padding: 0 0 1.5em;
    text-align: left;
    float: left;
	
}

/*.mura-gallery ul li a {
 	display: inline-block
	}*/
	
	
.thumbnail {
   background-color: transparent;
   border: none; 
   border-radius: none;
}

.mura-gallery ul li img {
   border:2px solid white;
   border-radius: 4px;
}

/* Showcase services
-------------------------------------------------- */
#showcase {
 }
  #showcase .container {
    /*width: 980px;*/ }
  #showcase .image img {
    box-shadow: 3px 3px 5px 0px #B7B6B7; }
  #showcase .info {
    margin-top: 30px; }
    #showcase .info h4 {
      font-size: 17px; }
    #showcase .info p {
      color: #333333;
      line-height: 21px;
      font-size: 13px; }
  #showcase .features_op1_row .last {
    margin-right: 0; }
  #showcase .features_op1_row .feature .text {
    margin: 15px auto 0;
    width: 87%; 
	text-align: center;
	color: black;}
    #showcase .features_op1_row .feature .text h6 {
      margin: 0 0 14px 0;
      font-size: 20px; }
    #showcase .features_op1_row .feature .text p {
      margin: 0 0 20px 0;
      font-size: 22px;
      line-height: 23px;
	  font-style: italic;
	  color: #006ab7; }
	  
	 #showcase .features_op1_row .feature .text p a {
    text-decoration: none;
	font-weight: bold;} 
	
	#showcase .features_op1_row .feature .text p a:hover {
    opacity: .7;} 
	
	
  #showcase .features_op1_row .feature .img_box {
    position: relative;
    border-radius: 5px;
	text-align: center;
	
	 }
	 
	 .img_box img {
	 	border: 1px solid white;
	 }
    #showcase .features_op1_row .feature .img_box img {
      border-radius: 5px;
      max-width: 98%;
      margin: 0 auto;
      display: block; 
	  text-align: center;
	  }
	  
	  .img_wrapper {
	  vertical-align:middle; 
	  text-align:center; 
      margin: 0 auto;
	  height:221px; 
	  display: table-cell;
	  width:322px;
	  }
	  
	
	
  
    #showcase .features_op1_row .feature .img_box span.circle {
      background: rgba(17, 137, 217, 0.8);
      width: 48px;
      height: 48px;
      display: none;
      text-align: center;
      position: absolute;
      top: 41%;
      left: 44%;
      border-radius: 100%; }
      #showcase .features_op1_row .feature .img_box span.circle span.plus {
        display: inline-block;
        font-weight: bold;
        color: white;
        font-size: 32px;
        margin-top: 0px; }
    #showcase .features_op1_row .feature .img_box:hover span.circle {
      display: block; }
    #showcase .features_op1_row .feature .img_box:hover .img_box {
      box-shadow: 0px 0px 1px 100px black inset; }
    #showcase .features_op1_row .feature .img_box:hover img {
     opacity: 0.7;
      filter: alpha(opacity=70); }
	  
/*video container css*/

.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px; 
	height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vid-list-container {
	width: 92%;
	overflow: hidden;
	margin-top: 20px;
	margin-left:4%;
	padding-bottom: 20px;
}

.vid-list {
	width: 1344px;
	position: relative;
	top:0;
	left: 0;
}

.vid-item {
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	margin: 0;
	padding: 10px;
	cursor: pointer;
}

.thumb {
	overflow:hidden;
	height: 84px;
}

.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
}

.vid-item .desc {
	color: #21A1D2;
	font-size: 15px;
	margin-top:5px;
}
.arrows {
	position:relative;
	width: 100%;
}

/*
.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	left: -25px;
	top: -130px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	right: -25px;
	top: -130px;
	z-index:100;
	cursor: pointer;
}

*/

.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	left: -1px;
	top: -130px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	right: -11px;
	top: -130px;
	z-index:100;
	cursor: pointer;
}
	 
	  /*media queries */
	 
	 
@media (max-width: 1195px) {
	
	
	.waste-one {
	margin-right: 0px; margin-left: 0px;
}

.waste-two {
	margin-right: 0px;
}

.waste-three {
	 margin-right: 0px;
}

#showcase .features_op1_row .feature .img_box span.circle {
      top: 41%;
      left: 47%;
     }
#showcase .features_op1_row .feature .img_box span.circle span.plus {
      margin-top: 0px;
	 }
	 
.well {
    padding: 5px;
    margin-bottom: 20px;
    margin-left:0px;
   max-width: 230px;	 
	
}
}
	 
	@media (max-width: 1100px) {
p.left-header {
	margin-top: -20px;
}

p.right-header {
	display: block;
	
} 

#showcase .features_op1_row .feature .img_box span.circle {
      top: 41%;
      left: 43%;
     }
#showcase .features_op1_row .feature .img_box span.circle span.plus {
      margin-top: 0px;
	 }

		}
	
	
	
@media (max-width: 1200px) {
	.img_box {
	 vertical-align:middle; 
	  text-align:center; 
      margin: 0 auto;
	 height: 200px; 
	 display: block;
}	
}

@media (max-width: 905px) {
	#header {
	background-image: url(../images/small-header.jpg);
	
	display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: auto;
    background-size: auto;
    background-position: top left;
    background-repeat: no-repeat;
	height: 220px;

	
}



.img_box {
	 
   
	 height: auto; 
	 display: block;
}

#cvnav .pull-right {
	float: none !important;
}



 .img_wrapper {
	  vertical-align:middle; 
	  text-align:center; 
      margin: 0 auto;
	  height: auto; 
	   display: block;
	  }
	 .img_box {
	 vertical-align:middle; 
	  text-align:center; 
      margin: 0 auto;
	 height: auto; 
	 display: block;
}	 	


p.left-header {
	margin-top: 0px;
} 

	p.tradingpost {
	text-align: center;
	}
	
.social-icons {
width: auto;
text-align: center;
padding-top:20px;
margin-left:0px;

}

p.right-header {
	margin-top: -75;
	margin-right: 20px;
} 


.volunteer-hotline {
text-align: center;
padding-bottom:15px;
}




#carousel-testimonials .item {
    color: white;
    text-align: center;
    margin: 10px 100px 0 100px;
    font-style: italic;
    font-size: 18px;
}

.calif-office {
	text-align: left;
}

#showcase .features_op1_row .feature .img_box span.circle {
      top: 41%;
      left: 45%;
     }
#showcase .features_op1_row .feature .img_box span.circle span.plus {
      margin-top: 0px;
	 }
	 
#news {
    margin-left: 0px;
}
#news h2 {
	margin-top:0px;
}
#banner {
    margin-left: 0px;
}

 .header-logo {
	margin-top: 10px; 
	margin-left: 30px; 
 }

}	

@media(max-width: 768px) {
	
	.navbar-form {
   
    max-width: 90%;
}
	
	
}	


@media (max-width: 1100px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
  
 
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
  .gauge-holder {
	display: none;

	
 }
}

 