/*~~~~~~~~~~~~ FOUNDATION START HERE ~~~~~~~~~~~~*/
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('../fonts/OpenSansRegular.woff2') format('woff2'),
         url('../fonts/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSansRegular.ttf') format('truetype'),
         url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
.anim {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
body {
	margin:0px;
	padding:0px;
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#383838;
}
a, img {
	border:none;
	outline:none;
}
*:focus {
	outline:none;
}
.themeColor {
	color:#2f9000 !important;
}
.themeBg {
	background-color:#2f9000;
}
.themeBtn, .themeBtn:hover, .themeBtn:focus {
	background-color:#2f9000;
	color:#FFF;
	border:none;
	outline:none;
	border-radius:5px;
}
a {
	color:#2f9000;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-transform:uppercase;
}
/*~~~~~~~~~~~~ FOUNDATION END HERE ~~~~~~~~~~~~*/









/*~~~~~~~~~~~~ HEADER STYLE START HERE ~~~~~~~~~~~~*/
.intro_page {
	float:left;
	width:100%;
	text-align:center;
	padding:50px 0px;
}
.homelogo {
	display:inline-block;
	width:100%;
	margin-top:7%;
	cursor:pointer;
}
.sublogo {
	display:inline-block;
	width:100%;
	max-width:250px;
	cursor:pointer;
	margin:0px;
	position:relative;
	z-index:10;
}
.tglBtn {
	display:inline-block;
	width:20px;
	height:20px;
	cursor:pointer;
	border:solid 1px #339933;
	border-radius:50%;
	background:#f4f4f4;
	margin-bottom:20px;
}
.tglBtn img {
display:none;
	margin-left:-1px;
	margin-top:-1px;
}
.capt {
	display:inline-block;
	max-width:570px;
	position:relative;
	z-index:50;
}
.mainMenu {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.mainMenu ul {
	display:inline-block;
	width:auto;
	text-align:center;
	margin:0px;
	padding:0px;
	list-style:none;
}
.mainMenu li {
	display:inline-block;
	font-size:17px;
	position:relative;
	height:35px;
}
.mainMenu li a {
	display:inline-block;
	width:100%;
	font-size:17px;
	color:#383838;
	padding:8px 15px;
	white-space:nowrap;
	border:none;
	outline:none;
	text-decoration:none;
}
.mainMenu li ul {
	position:absolute;
	top:-150%;
	left:0px;
	opacity:0;
	background:#fff;
	padding:10px 0px;
}
.mainMenu li:hover ul {
	opacity:1;
	top:100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index:50px;
}
.mainMenu li a:hover {
	color:#387719;
	border:none;
	outline:none;
}
.bottomToggle {
	width:100%;
	display:none;
}
.subheader {
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}
.banner {
	float:left;
	width:100%;
	height:460px;
	background-repeat:no-repeat;
	background-position:50% top;
	overflow:hidden;
	background-size:cover;
	position:relative;
}
.sub_capt {
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	margin-top:-30px;
}
.sub_capt h1 {
	font-size:46px;
	color:#FFF;
	font-weight:bold;
	text-shadow:3px 3px 5px rgba(0, 0, 0, .8);
}
.menuMobBtn, .menuMobBtn:hover, .menuMobBtn:focus {
	display:none;
}
/*~~~~~~~~~~~~ HEADER STYLE END HERE ~~~~~~~~~~~~*/









/*~~~~~~~~~~~~ CENTER STYLE START HERE ~~~~~~~~~~~~*/
.center_area {
	float:left;
	width:100%;
	padding:30px 0px;
}
.cont_row {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.articlesRow .titleArticle {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	text-transform:none;
}
/*~~~~~~~~~~~~ CENTER STYLE END HERE ~~~~~~~~~~~~*/









/*~~~~~~~~~~~~ FOOTER STYLE START HERE ~~~~~~~~~~~~*/
footer {
	float:left;
	width:100%;
	background:#eeeeee;
	padding:20px 0px;
}
.foot_logo {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.foot_logo img {
	width:100%;
	max-width:115px;
	height:auto;
}
.foot_link {
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}
.foot_link li {
	display:inline-block;
}
.foot_link li a {
	font-size:17px;
	color:#2d2c2c;
	display:block;
	padding:0px 10px;
}
.copyrightTxt {
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
	color:#666;
}
.social {
	float:left;
	width:100%;
	text-align:center;
}
.social .socialIco {
	display:inline-block;
	width:33px;
	height:33px;
	background-image:url(../images/social_media.png);
	background-repeat:no-repeat;
	margin:10px 5px 0px;
}
.social .socialIco.facebook {
	background-position:0px 0px;
}
.social .socialIco.linkdin {
	background-position:-41px 0px;
}
.social .socialIco.twitter {
	background-position:-81px 0px;
}
.social .socialIco.insta {
	background-position:-122px 0px;
}
/*~~~~~~~~~~~~ FOOTER STYLE END HERE ~~~~~~~~~~~~*/








/*~~~~~~~~~~~~ SUBPAGE STYLE START HERE ~~~~~~~~~~~~*/
.cont_list {
	float:left;
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
}
.cont_list li {
	width:100%;
	margin-bottom:10px;
	padding-left:30px;
	background:url(../images/list_bullet.png) no-repeat 15px 7px;
}
.imageGallery {
	float:left;
	width:100%;
}
.imageGallery .gallery_thumb {
	float:left;
	width:25%;
	padding:0px 15px;
	margin-bottom:30px;
}
.imageGallery .thumb_inner {
	float:left;
	width:100%;
	height:220px;
	position:relative;
}
.imageGallery .gallery_thumb .mask {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/gallerThumbMask.png) repeat-x left bottom;
	left:0px;
	bottom:0px;
	z-index:2;
}
.imageGallery .gallery_thumb .galName {
	position:absolute;
	width:100%;
	bottom:0px;
	padding:15px;
	color:#FFF;
	font-weight:bold;
	text-shadow:2px 2px 2px rgba(0, 0, 0, .7);
	text-align:center;
	z-index:3;
}
.imageGallery .gallery_thumb .thumbImg {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:1;
}
.likescounts {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.contact_form {
	float:left;
	width:100%;
}
.contact_form label {
	font-weight:normal;
	font-size:14px;
}
.contact_form .cont_field {
	height:48px;
	border:solid 1px #CCC;
	border-radius:0px;
}
.contact_form .cont_comments {
	width:100%;
	border:solid 1px #CCC;
	border-radius:0px;
}
.cont_but, .cont_but:hover, .cont_but:focus {
	border:none;
	border-radius:0px;
	padding:10px 25px;
	color:#FFF;
}
/*~~~~~~~~~~~~ SUBPAGE STYLE END HERE ~~~~~~~~~~~~*/







/*~~~~~~~~~~~~ RESPONSIVE STYLE START HERE ~~~~~~~~~~~~*/
@media only screen and (max-width:1199px) {
	
}


@media only screen and (max-width:991px) {
.imageGallery .thumb_inner {
	height:150px;
}
.banner {
    height:300px;
}	
}


@media only screen and (max-width:767px) {
.mainMenu {
	display:none;
	width:100%;
	float:left;
}
.mainMenu li {
	float:left;
	width:100%;
	height:auto;
}
.mainMenu li a {
	float:left;
	width:100%;
	border-top:solid 1px #ccc;
	text-align:right;
}
.mainMenu li ul {
	float:left;
	width:100%;
	position:relative;
	opacity:1;
	top:0px;
}
.mainMenu li ul a {
	font-size:14px;
	padding-right:30px;
}
.menuMobBtn, .menuMobBtn:hover, .menuMobBtn:focus {
	width:40px;
	height:40px;
	position:absolute;
	right:15px;
	top:15px;
	color:#FFF !important;
	border-radius:5px;
	cursor:pointer;
	padding:8px 0px;
	text-decoration:none;
	border:none;
	outline:none;
	display:block;
	text-align:center;
	background-image:url(../images/mobBtnImg.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.menuMobBtn img {
	display:none;
}
.imageGallery .gallery_thumb {
	width:33.3333%;
}
.banner {
    height:250px;
}
.sub_capt h1 {
    font-size: 40px;
}
}


@media only screen and (max-width:600px) {
	
}


@media only screen and (max-width:500px) {
.imageGallery .gallery_thumb {
	width:50%;
}
.banner {
    height:200px;
}
.sub_capt h1 {
    font-size:30px;
}	
}


@media only screen and (max-width:360px) {
.sublogo {
	padding:0px 20px;
}
.imageGallery .thumb_inner {
	height:120px;
}
.banner {
    height:150px;
}
.sub_capt h1 {
    font-size:26px;
}
.sublogo img{
width: 200px;
}

.sublogo { 
    max-width: 210px;  
}


}


@media only screen and (max-width:320px) {
	
}
/*~~~~~~~~~~~~ RESPONSIVE STYLE END HERE ~~~~~~~~~~~~*/
/*CINTO P B */
.navbar-nav{
float:none!important;
}
.icon.icon-angle-down{
  width: 20px;
    height: 17px;
    position: absolute;
    top: 10px;
}
.nav>li>a:focus, .nav>li>a:hover {
background-color: inherit;
}
.icon.icon-mail-reply{display:none;}
.comment-meta{
background: rgba(242, 242, 242, 0.15);	
}
ol{list-style:none;}
.comment-respond #submit{
	background-color: #2f9000;
	color:#fff;
	border:none;
	border-radius: 0px;
    padding: 10px 25px;
}
.form-group .wpcf7-textarea {height: 80px;}
.foot_link li a:hover{
color: #387719;
    border: none;
    outline: none;
    text-decoration:none;  
}
.comment-form-url{display:none;}
.foot_link li{text-decoration:none;}
@media (max-width: 990px) {
    .blog-h2 {
        display:none;
    }
}
