/*
Theme Name: myTheme Responsive
Theme URI: http://pixcelpro.com/
Description: SEO friendly, simple and clean theme comes with custom menu, custom header background, custom body background, wordpress thumbnail, adsense spot ready, breadcrumbs ready and custom logo & favicon uploader. It has 7 different color schemes and also included stylesheet for print document. Compatible with WordPress 3.2 and above, valid XHTML5 & CSS3, sticky posts, widget-ready, fullwidth page ready, and threaded comments ready.
Version: 2.16
Author: Sonvh
Author URI: http://pixcelpro.com
Tags: blue, black, red, green, gray, purple, brown, two-columns, fixed-width, custom-header, custom-background, threaded-comments, custom-menu, theme-options, full-width-template, sticky-post

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

body {
font-family: "Open Sans",sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
font-weight: 400;

}
h1,h2,h3,h4,h5,h6 {
font-weight:600;
}
h1 {
	font-size:300%;
}
h2 {
	font-size:300%;
}
h4 {
	font-size:160%;
}
a {
color:#066c14;
}

/*Layout
============================================*/
#wrapper {
    overflow: hidden;
	position:relative;
}
#main_header {
	position:sticky;
	background:#fff;
	z-index:999;
}
.full_width {
    clear: both;
    float: left;
    width: 100%;
}
.clearfix {
    clear: both;
}
hr {
    background-color: #E6E6E6;
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 0 0 15px;
}
pre, .attachment img, .commentlist li, .navigation .wp-pagenavi .extend, .navigation .wp-pagenavi span.pages {
    border: 1px solid #E0E0E0;
}
pre,  .attachment img, .post-pages a span, .post-pages span, .commentlist code {
    padding: 5px;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    
}
a:hover {
    
}
/*Header
========================================*/
#header {

}
#logo {
    line-height: 0;
    margin: 0;
}
.top_header {
	background:#f1f1f1;
	padding:10px 0;
	border-bottom:1px solid #e8e8e8;
}
.top_header a {
	color:#5c5c5c;
}
/*Main menu */
.navbar-default {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	min-height:0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 0;
}
.navbar-nav {
	float: right;
	margin: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #2c332e;
	font-size: 115%;
	padding: 48px 15px 53px;
	font-weight:600;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #0e711c;
	background-color: #fff;
}
.navbar-default .navbar-nav  > li > a::before {
	content: "";
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
border-bottom: 2px solid #0e711c;
opacity: 0;
transition: width 0.2s cubic-bezier(0.53,0.4,0.4,1.72),opacity 0.1s linear;
}
.navbar-default .navbar-nav > li:hover > a::before, .navbar-default .navbar-nav > li.current_page_item > a::before {
	width: 100%;
	opacity: 1;
}
.navbar-nav > li > .dropdown-menu {
	background:rgb(255,255,255,0.8);
}
.dropdown-menu > li > a {
	padding:12px;
    color: #545454;
	border-bottom:1px solid #e5e4e1;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover  {
background:none;
color:#0e711c;
}
/*mobile menu  */
.navbar-toggle {
	margin-top: 15px;
	margin-right: 0;
	border: 1px solid #066c14;
}
.navbar-toggle .icon-bar {
	background: #066c14;
}
.navbar-inverse {
    background: none;
    border: 0;
}
.navbar-inverse .navbar-toggle {
    border: 0 none;
    padding-right: 0;
    margin-right: 0;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background: none;
}
.menu_btn {
    color: #3d8cae;
    margin-top: 15px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #3d8cae;
}
.hiddens{
    opacity:0;
}
.visible{
    opacity:1;
}

#mobile-menu-wrap {
    display:none;
}

ul#mobile-menu {
    list-style:none;
    padding:0 15px;
    margin:0;
    background:#3d8cae;
}
ul#mobile-menu li ul {
    padding:0;
    margin:0;
}
ul#mobile-menu li  {
    display:block;
}
ul#mobile-menu li a  {
    color:#fff;
    padding:5px 0;
    text-align:center;
    display:block;
    border-bottom:1px solid #4794b6;
}
.map-icons {
    display: inline-block;
    margin-right: 20px;
}
.wrap_nav {
    display: inline-block;
}

/*Main content
=========================================*/

#content .alignleft, #content img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
#content .alignright, #content img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
    margin-bottom: 12px;
}
#content .alignnone {

}
#content .wp-caption {
background: none;
border: 0;
padding: 4px 0 5px;
text-align: left;
margin-bottom: 15px;

}
#content .wp-caption img {
    border: 0 none;
  margin: 0 0 10px;
    padding: 0;
}
#content .wp-caption p.wp-caption-text {
    font-size: 90%;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
/*Sidebar */
#sidebar {
    
}
#sidebar .widget {
    margin-bottom: 30px;
}
h3.widgettitle {
    
}
/*Comment */
#respond {
    clear: both;
    margin: 15px 0;
}
#respond p {
    color: #777777;
    margin: 0 0 10px;
}
h3.responds {
    font-size: 1.5em;
}
#commentform {
    margin: 10px 0 0;
}
#commentform label {
    font-size: 12px;
}
#commentform input.txt, #commentform textarea {
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    line-height: 14px;
}
#commentform input.txt {
    background: none repeat scroll 0 0 #FCFCFC;
    clear: both;
    float: left;
    margin: 0 5px 10px 0;
    padding: 5px 7px;
    width: 170px;
}
#commentform textarea {
    background: none repeat scroll 0 0 #FCFCFC;
    line-height: 130%;
    padding: 7px;
    width: 97% !important;
}
#commentform #submit {
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-style: double;
    border-width: 3px;
    cursor: pointer;
    font-size: 1.2em;
    margin-top: 10px;
    outline-color: #DDDDDD;
    padding: 5px;
    width: 170px;
}
input[type="submit"],
.button, .button:visited, .reply a, a#cancel-comment-reply-link {
 background-color: #066c14;
border: 1px solid #066c14;
color: #fff !important;
cursor: pointer;
display: inline-block;
font-weight: 700;
padding: 5px 10px 6px;
position: relative;
text-decoration: none;
border-radius: 0;

}
.comments-box {
    padding: 10px 0 0;
}
#content .comments-box h3 {
    border: medium none;
    display: block;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
#content p.comment-notes {
    font-size: 12px;
}
a#cancel-comment-reply-link {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    padding: 0 5px;
    width: 68px;
}
cite.fn {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding-top: 0;
}
.text {
    border: 1px solid #E6E6E6;
    color: #777777;
    padding: 2px;
    width: 200px;
}
.nopassword {
    color: #AAAAAA;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}
ul.children {
    margin-left: 0;
}
ol.commentlist {
    margin: 0;
    padding: 0;
}
.commentlist li {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 15px;
}
.commentlist li.depth-2, .commentlist li.depth-4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    margin-left: 15px;
}
.commentlist li.depth-3, .commentlist li.depth-5 {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #E0E0E0;
    margin-left: 15px;
}
.commentlist li blockquote {
    background: url("images/quote-comment.png") no-repeat scroll 0 8px transparent;
    margin: 0 0 11px;
    padding: 0 0 0 25px;
}
.commentlist code {
    background: none repeat scroll 0 0 #E6E6E6;
}
.commentlist p {
    clear: both;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 0;
}
.commentlist .moderation {
    color: #660000;
    margin-top: 10px;
}
.commentlist .thread-even {
    background: none repeat scroll 0 0 #FAFAFA;
}
.commentlist .children {
    margin-top: 15px;
}
.commentlist .comment-author {
    margin-bottom: 5px;
}
#content .commentlist .avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    float: left;
    margin-right: 10px;
    padding: 3px;
}
.commentlist .reply {
    margin: 5px 0 0;
    text-align: right;
}
#content .commentlist .reply a, #content .commentlist .reply a:visited, #content .cancel-comment-reply a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0 6px 1px !important;
    text-align: center;
    text-decoration: none !important;
}
.commentlist .comment-meta {
    float: left;
    margin-bottom: 15px;
}
.commentlist .comment-date a, .commentlist .comment-date a:visited {
    color: #888888;
    font-size: 1.1em;
}
.commentlist .comment-meta a {
    color: #666666 !important;
    text-decoration: none;
}
.metadata a:hover, cite.fn a, cite.fn a:hover {
    text-decoration: none;
	
}
h4.post-title {
	margin-bottom:0;
}
.postmeta {
	padding-bottom:15px;
}
.blog_item {
	margin-bottom:30px;
}
/*Footer
=============================================*/
#footer {
	background:url(images/bg_footer.jpg) no-repeat center top ;
	color:#fff;
	padding:30px 0;
	margin-top:30px;
	overflow:hidden;
	background-size: cover;
}
#footer .widget {
	margin-bottom:30px;
}

/*Other 
=============================================*/
.center {
	text-align:center!important;
}
h2.vc_custom_heading {
	font-weight:600;
}
.font_21 {
	font-size:160%;
}
button.vc_btn3.vc_btn3-color-success, button.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
	color: #fff;
background-color: #066c14;
font-size: 115%;
font-weight: 600;

}
.date-meta{
	color:#999ea5;
}

.date-meta::before {
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
	content: "\f017";
	margin-right:5px;
}
.vc_grid .vc_gitem-link {
	color:#066c14;
}
h3.vc_custom_heading  {
	font-size:250%;
}
.widget_title_h2 {
	margin:0 0 15px;
}
#sidebar h3.widgettitle {
	margin-top:0;
}
#sidebar ul {
	padding-left:0;
}
#sidebar ul li {
	padding-bottom:5px;
}
h3.vc_custom_heading::after  {
	border-bottom:4px solid #00660a;
	content:" ";
	width:154px;
	display: block;
	margin: 20px 0 35px;
}
 .entry strong  {
	 color:#00660a;
 }
#banner {
	background:url(images/bg_home2.jpg) repeat;
	margin-bottom:40px;
}
#banner img {
	width:100%;
}
#banner h1 {
	margin:0;
	padding:20px 0;
	color:#fff;
}
.post_meta {
	color:#0e711c;
	padding-bottom:10px;
}
ul.recent_widget {
	padding:0;
	margin:0;
}
ul.recent_widget li {
	padding-bottom:35px;
	margin-bottom:35px;
	border-bottom:2px solid #0e711c;
}
.wpcf7-form-control-wrap {
	display:block;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
	width:100%;
}
#toTop {
	position: fixed;
	left: -100px;
	bottom: 20px;
	z-index: 999;
	width: 50px;
	height: 50px;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
}
#toTop {
	color: #ffffff;
	background: #066c14;
	bottom: 80px;
	left: auto;
	right: 20px;

}
#toTop span {
	color: #242424;
	display: none;
}
#toTop::before {
	content: "\f062";
	display: block;
	font-family: "FontAwesome";
	font-size: 24px;
}
/* CSS for tablet
--------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
.navbar-default .navbar-nav > li > a {
	font-size: 100%;
	padding: 30px 15px 35px;
}
}

/* CSS for phablet
--------------------------------------------------------*/
@media (max-width: 767px) {
.navbar-nav {
    float: none;
}
.navbar-default .navbar-nav > li > a {
	font-size: 115%;
	padding: 15px 0;
}
.navbar-nav > li > .dropdown-menu {
	/* background: rgb(255,255,255,0.8); */
	position: static;
	background: none;
	border: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: 0 0 0;
	width: 100%;
	display: block !important;
	padding-bottom: 15px;
	opacity: 1 !important;
}
}

/* CSS for phone
--------------------------------------------------------*/
@media (max-width: 480px) {
}