/*

My Custom CSS
=============

Author:  Ciuski

*/


/* --------------------------------------
   Colors
   --------------------------------------


/* --------------------------------------
   Global / Debug
   -------------------------------------- */

/* show MD columns 
div { border: solid 1px #000;} */

/*.container { max-width: 974px; }*/


.nopadding { padding: 0; }

.noleft { padding-left: 0;}
.noright { padding-left: 0;}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widthauto {
	width: 100%;
	height: auto;
}

.img-responsive { display: inline; }

.row {
	margin: 0;
}

#envirabox-title { display: none!important; }

/* --------------------------------------
   Mobile Header
   -------------------------------------- */

 
#mobile-menu {
	display: none;

	 background: #0d6f39; /* For browsers that do not support gradients */
	 background: -webkit-linear-gradient(left, #0d6f39 , #70a63d); /* For Safari 5.1 to 6.0 */
	 background: -o-linear-gradient(right, #0d6f39 , #70a63d); /* For Opera 11.1 to 12.0 */
	 background: -moz-linear-gradient(right, #0d6f39 , #70a63d); /* For Firefox 3.6 to 15 */
	 background: linear-gradient(to right, #0d6f39 , #70a63d); /* Standard syntax */


}
#mobile-menu a, #mobile-footer a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	display: block;
	padding: 10px;	
}


#mobile-menu .glyphicon, #mobile-footer .glyphicon {
	background-color: rgba(0, 0, 0, 0.50);
	padding: 7px;
	border-radius: 2px;
	text-shadow: none;
	margin-right: 5px;
}


#mobile-footer {
	text-align: center;
	color: #fff;
}



/* --------------------------------------
   header
   -------------------------------------- */

body {

}


header #topbar {
	background-color: #ebf2e6;
	padding: 20px 0 10px 0;
}

header #mini-search {
	text-align: right;
}

header #mini-search #phonenumber {
	font-size: 22px;
	padding-bottom: 14px;
}

#banner {
	margin: 30px 0;
}

header #logo {
	text-align: center;
}


/* --------------------------------------
   CONTENT
   -------------------------------------- */	   


#content {
	line-height: 1.5em;
}

#content a {
	text-decoration: underline;
	color: #6aa234;
}

#content a:hover {
	text-decoration: none;
}

/* --------------------------------------
   Main
   -------------------------------------- */

#main {
	margin-left: -15px;
	min-height: 250px;
}   
#main ul {
	margin-bottom: 15px;
}
#main li {
	list-style-type: disc;
	margin-left: 17px;
}


.small-text {
	font-size: 12px;
	font-style: italic;
 }
 


/* --------------------------------------
   Sidebar Search
   -------------------------------------- */


#sidebar {
	background-color: #eeeeee;
	border-radius: 5px;
	padding: 15px;
	width: 265px;
	margin-left: 35px;
	margin-bottom: 15px;
}
#contact #sidebar { 
	background-color: transparent;
}

#sidebar h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 0;
	color: #6da438;
	border-bottom: 3px solid #6da438;;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: 700;	
} 

#sidebar blockquote {
	font-size: 140%;
	font-style: italic;
	line-height: 1.4em;
	padding: 0;
	margin:0;
	border-left: none;
	padding: 15px;
	background-color: #f3f4e7; 
}

   
#sidebar .bootstrap-select {
	margin-bottom: 15px;
	width: 100%; 

}

#sidebar .submit-btn {
	width: 100%;
}

/* --------------------------------------
   FOOTER
   -------------------------------------- */
   
.green {
	color: #6aa234;
}
.backgreen {
	background-color: #70a63d;
	border: none;
		-o-transition:color .2s ease-out, background 2s ease-in;
		-ms-transition:color .2s ease-out, background 2s ease-in;
		-moz-transition:color .2s ease-out, background 2s ease-in;
		-webkit-transition:color .2s ease-out, background 2s ease-in;
		/* ...and now for the proper property */
		transition:color .2s ease-out, background .2s ease-in;
	color: #fff;
} 
.backgreen:hover {
	background-color: #0f7039;
	color: #fff;	
}

.center-divider {
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	
}

footer {
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ebf2e6;
	text-align: center;
	padding: 40px;
}
footer address {
	font-size: 18px;
	color: #525252;
	margin-bottom: 10px;
}
footer #socialicons {
	padding: 10px;
}
footer a {
	color: #6aa234;
	text-decoration: underline;	
}

footer a:hover {
	color: #6aa234;
	text-decoration: none;
}

footer .credits, footer .credits a 
{
	color: #999;
	font-size: 12px;
	text-transform: capitalize;
 }

 

/* --------------------------------------
   TYPOGRAPHY
   -------------------------------------- */
   
h1, h2, h3, h4, nav a, #phonenumber, #custom-search-input, footer {
	font-family: 'Raleway', sans-serif;
}




h1 {
	margin-bottom: 10px;
	line-height: normal;
	font-size: 30px;
	margin-top: 0;
	color: #6da438;
}

h2 {
	margin-bottom: 10px;
	line-height: normal;
	font-size: 24px;
	color: #6da438;
}


h3 {
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 20px;
}

h4 {
	font-size: 18px;
	padding-bottom: 10px;
}

h5 {
	font-size: 14px;	
}





/* --------------------------------------
   Navbar Horizontal with Dropmenu
   -------------------------------------- */


#navigation-bg {
	 background: #0d6f39; /* For browsers that do not support gradients */
	 background: -webkit-linear-gradient(left, #0d6f39 , #70a63d); /* For Safari 5.1 to 6.0 */
	 background: -o-linear-gradient(right, #0d6f39 , #70a63d); /* For Opera 11.1 to 12.0 */
	 background: -moz-linear-gradient(right, #0d6f39 , #70a63d); /* For Firefox 3.6 to 15 */
	 background: linear-gradient(to right, #0d6f39 , #70a63d); /* Standard syntax */
}
nav {
	padding: 0;
	list-style: none;
	list-style-type: none;
 }

nav li {
	float: left;
	position: relative;
	list-style: none;
}

nav li a {
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin: 15px 0px;	
	padding: 0 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;
	
	
}


nav .last a {
	border-right: none;
}	


nav li a:hover, nav li li a:hover, ul li:hover > a  { 
	color: #8fc900;
	text-decoration: none; 
}


nav li li a {
	margin: 0;	
	padding: 0;
	color: #0d6f39;	
}

nav li li a:hover {
	text-decoration: underline;
}



nav li ul li {float: none; position: relative;  }

nav li ul {
	position: absolute; top:30px; left:0; width:200px;
	z-index: 600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8fc900;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;

	opacity: 0;
	transition: opacity 0s, opacity 0.5s linear;
	}
	
	
nav li:hover > ul {
  opacity: 1;
}

nav li ul li a {
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;

	float: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c2c2c2;
	background-color: #fff;
}

nav li ul > li a {
	border: none;
}
.current_page_item > a, .current_page_item a:hover {
	color: #66bd2b;
} 


nav li ul li ul {
position: absolute; top:0px; left:200px; display: none; width:300px;
}



/* --------------------------------------
   Mini Search
   -------------------------------------- */
   
#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    width: 300px;
    float: right;
    margin-bottom: 10px;
    margin-top: -20px;

}

#custom-search-input form {
	margin: 0;
}
#custom-search-input input{
    border: 0;
    box-shadow: none;
    font-size: 15px;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 15px;
    color: #70a63d;
}


#sidebar .bootstrap-select {  margin-bottom: 15px; width: 100%; }

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

#main { margin-left: -15px; }  
#sidebar { 	width: 220px; 	margin-left: 20px; }


}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
#sidebar { 	width: 100%; margin-left: 0px; }
#main { margin-left: 15px; } 
nav li a { padding-left: 15px;  padding-right: 15px; }

}

/* Small Devices, Tablets  - */
@media only screen and (max-width : 768px) {

#logo img {	margin: 0 auto; width: 300px;}
header #mini-search { text-align: center; }
header #mini-search #phonenumber { padding-top: 15px;}
#custom-search-input { width: 100%; float: none; }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
   
 