/* Menu Style
========================================================*/
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
color:#3c917f;
	
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
	text-shadow:none;
	color:#3c917f;
	
}

/* Slider Style
==============================================*/
.slider_container {
	background:#24605b url(images/sliderbg-olivegreen.png) repeat-x;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	border:solid 1px #15645d;
	
}
/*Content Style
=================================================*/
.contentbtn {
	background:#347d74 url(images/contentbtnbg-olivegreen.png) repeat-x;
	border:solid 1px #15645d;
}

/*Feature box
=================================================*/
.feature_inner_box .circle:hover {
border: solid 6px #3c917f;
}

.feature_box .feature_title:hover{
color:#3c917f
}

.feature_inner_box a:hover {
color:#3c917f;
}
.readmore:hover {
color:#ffffff;
	background:#5ca5a0 url(images/readmorebtnhover-olivegreen.png) repeat-x;
	border: solid 1px #125651;
}
.readmore-btn a:hover {
color:#ffffff;
}
/*main content
=================================================*/
.main_content .title a:hover {
	color:#3c917f;
}

/*Linkpanel
==================================================*/
ul.link li a:hover {
	color:#3c917f;
}
/*page heading
==============================*/
.heading_container {
	background:#225b55 url(images/page-headingbg-olivegreen.png) repeat-x;
}
/*Gallery page
================================================*/

.page-content .gallery h1.page-title a:hover {
	color:#3c917f;
}

/*contact page
=======================================================*/
#contactForm input[type="submit"] {
	
	background:#3c917f url(images/commentsubmitbtnbg.png) repeat-x;
	border:solid 1px #15645d;
}


#contactForm input[type="text"]:focus, textarea#commentsText:focus {
	border:1px solid #3c917f;
	
}

/*Blog Page
===================================================*/
.content-bar .post .post_title a:hover {
	color:#3c917f;
}
.content-bar .post .post_content .read_more {
color:#3c917f;
}
.content-bar .post .post_content .read_more:hover {
	opacity:0.5;
}

.content-bar .post .date li.day {
	color:#3c917f;
	
}

.content-bar .post .post_meta a:hover {
	color:#3c917f;
}
.content-bar .post .post_meta .post_comment a:hover {
	color:#3c917f;
}
/* Commentlist Style
========================================================*/

ol.commentlist li.comment a.comment-reply-link {
	color:#3c917f;
	
}

#commentform input#submit {
	
	background:#3c917f url(images/commentsubmitbtnbg.png) repeat-x;
	border:solid 1px #15645d;
}

/* Commentform Style
===================================================================*/
#commentform input[type="text"]:focus, textarea#comment:focus {
	border:1px solid #3c917f;
	
}
input#commentSubmit {
	background:#3c917f;
	}
	
.nav-previous a {
color:#3c917f;
	
}
.nav-next a{
color:#3c917f;	
}	
	
/*Sidebar 
====================================================*/
.sidebar ul li a:hover {
	color:#3c917f;
}
.sidebar .popular_post li span.date {
	color:#3c917f;
}

/*footer style
=====================================================*/

.footer_wrapper_top .footer a:hover {
	color:#3c917f;
}
.footer_wrapper_top .footer ul li {
	color:#3c917f;
}

.copyrightinfo a:hover {
	color:#3c917f;
}
/* Media Screen
====================================*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
 .slider_container {
 background:#235a56 url(images/sliderbg-olivegreen-iphone.png) repeat-x;
}
.contentbtn {
background:#347d74 url(images/contentbtnbg-olivegreen.png) repeat-x;
}

}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .slider_container {
  background:#235a56 url(images/sliderbg-olivegreen-iphone.png) repeat-x;
}
.contentbtn {
 background:#347d74 url(images/contentbtnbg-olivegreen.png) repeat-x;
}

}
 @media only screen and (max-width: 480px) {
.slider_container {
  background:#235a56 url(images/sliderbg-olivegreen-iphone.png) repeat-x;
}

}