@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Raleway', sans-serif;
	}
	
h1, h2, h3, h4{
	font-family:  'Oswald', sans-serif;
	color:#82ba1d;
	}
h2{
	color:#6c6c6c;
	}

	
a{
	color:#82ba1d;
}
a:hover{
	color:#6c6c6c;
}
.memberivy{
	float:right;
	margin-top:12px;
	}
.memberivy img{
	width:57px;
	height:50px;
	}
	
.navbar-toggle .icon-bar {
	background:
	}
.navbar-wrapper{
	border-bottom:1px solid #e7e7e7;
    font-family: "Oswald",sans-serif;
}
.navbar-brand{
	font-family: 'Oswald', sans-serif;
	padding-left:0px;
	margin:8px 0 0 0;
	color:#6c6c6c;
}
.navbar-toggle {
	background:#58595b;
	}
.navbar-toggle .icon-bar{
	background:#a4cd5b;
	}	
.logNav{ 
	border-bottom:1px solid #e7e7e7;
}
nav ul{ 
/*	padding-top:35px; */
	font-family:  'Oswald', sans-serif;
}
.navbar-nav{
	width:100%;
	border-top:1px solid #e7e7e7;
	}
.navbar-wrapper{
	padding-bottom:0;
	}
.navbar-nav > li > a{
	margin:0 6px;
	font-size:15px;
	}
.pull-right>li.active>a, .pull-right>li.active>a:focus, .pull-right>li.active>a:hover{
	background:#6c6c6c;  
	color:#fff;
}
.pull-right>li>a{
	color:#6c6c6c;
}
.pull-right>li>a:hover{
	color:#82ba1d;
	background:#f5f5f5;}
.navbar-collapse{
	padding-left:0;
	}
.active .caret{
	border-bottom-color:#82ba1d !important;
	border-top-color:#82ba1d !important;
	}
.carousel-inner	img{
	border:3px solid #fff;
	margin:1% 0;
	
	}
	
.graybg{
	background:#f0f1f3;
	padding:10px 25px;
	padding-top:12px;
	margin-bottom:15px;

	}
.graybg h1{

	}
.graybg a{

	text-decoration:underline;
	font-weight:bold;
	}
.graybg a:hover{
	text-decoration:none;
	}

.borderlinewhite{
	width:25px;
	height:2px;
	background:#fff;
	display:block;
	}
.borderline{
	width:25px;
	height:2px;
	background:#82ba1d;
	display:block;
}

.btn-primary{
	margin-top:12px;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
  border-radius:0;
	}
.btn-primary:hover{
	background:#82ba1d;
	color:#fff;	
	border-color:#82ba1d;
	}
.whitebtn{
	border-color:#fff;
	color:#fff;
	
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
	}
.whitebtn:hover{
	border-color:#fff;
	background:#fff;
	color:#82ba1d;
	}
.list-group h3{
	color:#6c6c6c;
	margin-bottom:5px;
}
.list-group a{
	color:#6c6c6c;


	}
.list-group i{
	color:#82ba1d;
	font-weight:bold;
	}


.imgWrap {
  position: relative;
  margin-top:25px;
  margin-bottom:15px;
}
.imgDescription {
  position: absolute;
  text-indent:5px;
  bottom: -10px;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  height:25px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  /*remove comment if you want a gradual transition between states
  -webkit-transition: visibility opacity 0.2s;
  */
}
.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}


.testimonials{
	background:#f5f5f5;
	}

footer{ color:#868686; font-size:13px; padding-bottom:12px;}
footer a{ color:#868686; margin:0 8px; text-decoration:none;}
footer a:hover{ color:#82ba1d; text-decoration:none;}

.quote{ color:#a4cd5b}
.carousel-indicators .active{ background: #666666; } 
.carousel-indicators{
	width:62%;
	}
.content{ margin-top:20px; color:#999999 } 
.content h1{ color:#3a3a3a; margin-bottom:45px; } 
.content h2{ color:#82ba1d;font-family: 'Raleway', sans-serif; } 
.caption { 
	text-align:center;
	padding-bottom:65px;

	  
	}
.left, .right{
	  -moz-transition: all 500ms linear;
	  -webkit-transition: all 500ms linear;
	  -o-transition: all 500ms linear;
	  transition: all 500ms linear;	
	}
.adjust1{ float:left; width:100%; margin-bottom:0; } 
.adjust2{ margin:0; text-align:center; } 
.carousel-indicators li{ border :1px solid #ccc; } 
.carousel-control{ 
	color:#c4c4c4; 
    top: -69px;
    width: 33%; 
	text-shadow:none;
	font-size:50px;
	outline:0;
	border:0;
	} 
	
blockquote{
	border:0;
	}
a, a:hover, a:active, a:focus, object, embed { 
  outline: 0;
}
	
.carousel-control:hover{ color:#3a3a3a; }

.carousel-control.left, .carousel-control.right {
	 background-image: none; text-align:right; } 
 .carousel-control.right {
	text-align:left ;	
	 }
.media-object{ 
	margin:auto; margin-top:15%; 
	} 

article{
	border-bottom:1px solid #eaeaea;
	margin-bottom:25px;
	}
.nav .caret {
    border-bottom-color: #6c6c6c;
    border-top-color: #6c6c6c;
}
@media screen and (max-width: 768px) { 
	.media-object{ margin-top:0; } 
	}

@media (max-width: 378px) {
	.logo{
		width:200px;
		}
	footer p{
		padding-top:12px;
		text-align:center;
		}
	}
@media (max-width: 767px) {
	.pull-right{
		float:none !important;
		}
	.memberivy{
		float:none;
		width:232px;
		margin:15px auto 0 auto;
		position:relative;

		display:block;
		}

	}