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

	
a{
	color:#0c8743;
}
a:hover{
	color:#6c6c6c;
}
.memberivy{
	float:right;
	margin-top:12px;
	}
.memberivy:hover{
	color:#0c8743;
	text-decoration:none;
	}
.memberivy img{
	width:57px;
	height:50px;
	}
.navbar-toggle .icon-bar {
	background:
	}
.navbar-wrapper{
    font-family: "Oswald",sans-serif;
	background:#fff;
	padding-bottom: 16px;
}
.navbar-brand{
	font-family: 'Oswald', sans-serif;
	padding-left:0px;
	line-height:73px;
	height:73px;
	color:#6c6c6c;
}
.navbar-toggle {
	background:#58595b;
	}
.navbar-toggle .icon-bar{
	background:#0c8743;
	}	
.logNav{ 
	border-bottom:1px solid #e7e7e7;
}
.navbar-header{
	margin-bottom:16px;
}
nav ul{ 
/*	padding-top:35px; */
	font-family:  'Oswald', sans-serif;
}
.navbar-nav > li > a{
	margin:0 6px;
	font-size:15px;
	padding:12px 21px;
	border-radius:11px;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
	}
.pull-right{
    border-top: 5px solid #ccc;
    float: left;
	margin-top: 26px;
	padding-top: 15px;
    width: 100%;
	}
.pull-right>li.active>a, .pull-right>li.active>a:focus, .pull-right>li.active>a:hover{
	background:#0c8743;  
	color:#fff;
}
.pull-right>li>a{
	color:#252525;
	margin-left:0;
}
.pull-right>li>a:hover{
	color:#0c8743;
	background:#fff;}
.lightgraybg{
	background:#f5f5f5;
	padding:9px 15px;
	border-radius:11px;
	}

.list-group-item:first-child{
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
	background:#00558B;
	border-color:#00558B;
	}
.list-group-item:first-child:hover{

	background:#00558B;
	border-color:#00558B;
	}
.list-group-item:last-child{
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;		
	}	

.greenbg{
	background:#0c8743;
	padding:10px 25px;
	padding-top:12px;
	margin-bottom:15px;
	color:#fff;
	}
.greenbg h1{
	color:#fff;
	}
.greenbg a{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	}
.greenbg a:hover{
	text-decoration:none;
	}

.borderlinewhite{
	width:25px;
	height:2px;
	background:#fff;
	display:block;
	}
.borderline{
	width:25px;
	height:2px;
	background:#0c8743;
	display:block;
}
.topline h3{
	 border-top:5px solid #ffc600;
	 padding-top:25px;
	 margin-top:40px;
	}
.btn-primary{
	margin-top:12px;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
	border-radius:11px;
	}
.btn-primary:hover{
	background:#0c8743;
	color:#fff;	
	border-color:#0c8743;
	}
.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:#0c8743;
	}
.list-group-item-heading{
	margin-bottom:0;
	padding-top:15px;
	padding-bottom:15px;
	}
.list-group h3{
	color:#6c6c6c;
	margin-bottom:5px;
}
.list-group a{
	color:#6c6c6c;
	}
.list-group i{
	color:#0c8743;
	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::before{border-top:5px solid #ffc600;}
footer{ color:#868686; font-size:13px; padding-bottom:12px;	}
footer a{ color:#868686; margin:0 11px; text-decoration:none;}
footer a:hover{ color:#0c8743; text-decoration:none;}

.quote{ color:#0c8743}
.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:#0c8743;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 ;	
	 }
.carousel-inner>.item>img{
	border-radius:13px;
	margin-bottom:28px;
}
.media-object{ 
	margin:auto; margin-top:15%; 
	} 

article{
	border-bottom:1px solid #eaeaea;
	margin-bottom:25px;
	}

@media screen and (max-width: 768px) { 
	.media-object{ margin-top:0; } 
	}

@media (max-width: 378px) {

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