@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Oswald);
/*@import url(http://fonts.googleapis.com/css?family=Pacifico);*/
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,300);
@import url('../css/animate.min.css');
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #212121;
	line-height: 20px;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
body.innerPage {
	background: #f9f9f9;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #1e1d23;
	margin: 0 0 10px;
}
h1 {
	color: #1e1d23;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	text-transform: none;
	font-weight: 400;
}
h2 {
	font-size: 25px;
	color: #1e1d23;
}
h3 {
	font-size: 22px;
	color: #252525;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 10px;
	background: #FFF;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #e0e0e0;
}
h5 {
	float: left;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 1% 3%;
	width: 70%;
	line-height: 14px;
}
a {
	color: #729F45;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
	outline: none;
	text-decoration: none;
}
p {
	margin: 0;
	padding-bottom: 10px;
}
a:hover, a:focus {
	color: #003300;
}
p.links a {
	color: #212121;
	text-decoration: none;
}
p.links a:hover, p.links a:focus {
	color: #212121;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.radius5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.radius15 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
.radius10_Bg8 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0,0,0,0.8);
}
.margin_left {
	margin-left: 4%;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	outline: none;
	border: none;
}
.title_bg {
	background: url(../images/line_bg.jpg) repeat-x 0 17px;
}
p.green_text {
	color: #729f45;
}
.sticknav.stuck {
	position: fixed;
	top: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}
.sticknav {
	margin: 0 auto;
	width: 100%;
	background: rgba(61,60,62,0.5);
	z-index: 9999;
}
/*--------------
	header 
--------------*/
#header {
	width: 100%;
	background: #fff;
	margin: 0;
}
.top_bar {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.logo {
	width: 40%;
	float: left;
	padding: 12px 0;
}
.top_right {
	float: right;
	margin-top: 24px;
	width: 40%;
}
.social {
	text-align: right;
	width: 100%;
	float: left;
}
.social-share {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-share li {
	display: inline-block;
	margin-left: 5px;
}
.social-share li .fa {
	color: #747970;
	font-size: 13px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	border: 2px solid #747970;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: background-color 1s ease, border-color 0.5s ease;
	-moz-transition: background-color 1s ease, border-color 0.5s ease;
	-ms-transition: background-color 1s ease, border-color 0.5s ease;
	-o-transition: background-color 1s ease, border-color 0.5s ease;
	transition: background-color 1s ease, border-color 0.5s ease;
}
.social-share li .fa:hover {
	color: #FFF;
	background: #489edb;
	border-color: #489edb;
	-webkit-transition: background-color 1s ease, border-color 0.5s ease;
	-moz-transition: background-color 1s ease, border-color 0.5s ease;
	-ms-transition: background-color 1s ease, border-color 0.5s ease;
	-o-transition: background-color 1s ease, border-color 0.5s ease;
	transition: background-color 1s ease, border-color 0.5s ease;
}
.social-share li .fa-facebook:hover {
	background: #204385;
	border-color: #204385;
}
.social-share li .fa-twitter:hover {
	background: #2aa9e0;
	border-color: #2aa9e0;
}
.social-share li .fa-linkedin:hover {
	background: #02669a;
	border-color: #02669a;
}
.social-share li .fa-google-plus:hover {
	background: #d3492c;
	border-color: #d3492c;
}
.social-share li [data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
	text-decoration: none;
}
/* Hide the tooltip content by default */
.social-share li [data-tooltip]:before, .social-share li [data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}
/* Position tooltip above the element */
.social-share li [data-tooltip]:before {
	position: absolute;
	bottom: -40px;
	left: 40%;
	margin-bottom: 5px;
	margin-left: -40px;
	padding: 2px 4px;
	width: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 12px;
}
/* Triangle hack to make tooltip look like a speech bubble */
.social-share li [data-tooltip]:after {
	position: absolute;
	top: 24px;
	left: 40%;
	margin-left: 0;
	width: 0;
	border-bottom: 5px solid #000;
	border-bottom: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}
/* Show tooltip content on hover */
.social-share li [data-tooltip]:hover:before, .social-share li [data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.searchDiv input.search {
	background: #daddd6;
	border: 1px solid #bec3ba;
	color: #3d3c3e;
 font: 13px/17px 'Open Sans', sans-serif height: 17px;
	letter-spacing: 0.04em;
	padding: 5px 32px 5px 10px;
	text-align: left;
	outline: none;
	width: 80%;
}
.searchDiv {
	position: relative;
	float: right;
	width: 222px;
	margin: 13px 0 0;
	min-height: 45px;
}
.searchDiv input.button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: url("../images/icon-search.png") no-repeat scroll 5px 6px rgba(0, 0, 0, 0);
	zoom: 1;
	border-color: #bec3ba;
	border-image: none;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	cursor: pointer;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 1px;
	width: 22px;
	outline: none;
}
/*--------------------- menu styles --------------*/
nav {
	background: #3d3c3e;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 100%;
}
nav ul {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
nav ul li {
	list-style: none;
	float: left;
	margin: 0 1px;
}
nav .menu ul ul li {
	padding: 0px;
	margin: 0px;
}
nav .menu ul ul {
	background: #3D3C3E;
	padding: 0 0 4px 0;
	margin-left: -5px;
}
nav .menu ul ul li a {
	padding: 6px 13px;
	width: 100%;
	margin: 0;
	margin: 0 2px 0 5px;
	background: #3D3C3E;
	margin-bottom: 1px;
}
nav .menu ul ul li:first-child a {
	border-top: none!important;
}
nav .menu ul ul li a:hover, nav .menu ul ul li a:focus, .menu ul ul li.active a {
	color: #fff!important;
	background: #729f45!important;
}
nav ul li a {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 13px;
	line-height: normal;
	font-weight: 400;
	text-decoration: none;
	padding: 7px 20px;
	display: inline-block;
}
nav ul li a:focus {
	color: #fff;
}
nav ul li a:hover, nav ul li.active a {
	color: #ffffff;
	background: #729f45;
}
.mobile-nav {
	display: none;
}
/*--------- slider ---------*/
.slider-ctn {
	bottom: 10px;
	margin: 0 auto;
	width: 60%;
}
.slider-main-ctn {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0;
	position: absolute;
	top: 40%;
	width: 50%;
}
.slider-main-ctn h1 {
	color: #346801;
	font-family: 'Pacifico', cursive;
	font-size: 45px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 5px;
	text-transform: none;
}
.slider-main-ctn h2 {
	color: #333740;
	font-family: "Open Sans", sans-serif;
	font-size: 33px;
	font-weight: 600;
	line-height: 38px;
	padding-top: 0;
	margin: 0;
	text-transform: none;
}
.slider-main-ctn p {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	padding-top: 4px;
	margin: 0;
}
.slidePrev .fa, .slideNext .fa {
	font-size: 50px;
	cursor: pointer;
}
.innesideBanner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
.innesideBanner .mask {
	position: absolute;
	background: url(../images/banner_bg.png) repeat;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	height: 96%;
	display: inline-block;
}
.innesideBanner img {
	width: 100%;
	padding: 0;
	margin: 0;
}
.innesideBanner .mask .page_title {
	float: left;
	width: 50%;
	font-size: 30px;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	margin-top: 28px;
}
.innesideBanner .mask .page_title span.xsview {
	display: none;
}
.innesideBanner .mask .page_route {
	float: right;
	width: 50%;
}
.innesideBanner .mask .page_route ul {
	padding: 0;
	margin-top: 30px;
	float: right;
}
.innesideBanner .mask .page_route ul li {
	list-style: none;
	color: #fff;
	display: inline;
}
.innesideBanner .mask .page_route ul li a {
	color: #fff;
	padding: 0px 10px;
	text-decoration: none;
}
.innesideBanner .mask .page_route ul li a:hover, .innesideBanner .mask .page_route ul li a:focus {
}
.innesideBanner .mask .page_route ul li:last-child a {
	color: #729f45;
}
.innesideBanner .mask .page_route ul li:first-child a {
	padding-left: 0;
}
/*--------- container -------------*/

.container {
	width: 1000px;
	margin: 0 auto;
	float: none;
	padding-top: 20px;
}
.mainTitle {
	width: 100%;
	background: url(../images/line_bg.jpg) repeat-x 0 12px;
	text-align: center;
}
.mainTitle > h2 {
	background: none repeat scroll 0 0 #ffffff;
	display: inline-block;
	padding: 0;
}
.mainscro {
	margin: 0;
	padding: 14px 0;
	background: #3d3c3e;
	width: 100%;
}
.mainscro .container {
	padding: 0;
}
.mainscro .bx-wrapper {
	height: auto;
	margin: 0!important;
}
.mainscro .bx-wrapper .bx-pager {
	text-align: center;
}
.mainscro .bx-wrapper .bx-viewport {
	height: auto!important;
	text-align: center;
	margin: 0 auto;
	background: none;
}
.mainscro .bx-wrapper .bx-pager, .mainscro .bx-wrapper .bx-controls-auto {
	top: auto;
	width: 100%;
	display: none;
}
.mainscro ul {
	padding: 0;
	margin: 0;
	font-family: 'Oswald', cursive;
}
.mainscro ul li {
	color: #fff;
	font-size: 18px;
	padding: 5px 0;
}
.mainscro ul li span {
	color: #FF8E01;
	font-size: 14px;
	font-style: italic;
}
.col-lg-3 {
	width: 30%;
	float: left;
	margin: 7px 1% 14px;
	text-align: center;
}
.crl_left {
	background: url(../images/crl_icon.png) no-repeat 0 0;
	float: left;
	height: 5px;
	margin: 10px 25px 0 0;
	width: 5px;
}
.crl_right {
	background: url(../images/crl_icon.png) no-repeat 0 0;
	float: right;
	height: 5px;
	margin: 10px 0 0 25px;
	width: 5px;
}
.col-lg-3 h1 {
	margin-bottom: 0;
}
.col-lg-3 h1 a {
	color: #3c4200;
	text-decoration: none;
}
.col-lg-3 span {
	color: #3c4200;
}
.twitterDiv h5 span {
	color: #2ca7e0;
	position: relative;
	top: -5px;
}
.twitterDiv strong {
	font-weight: normal;
	position: relative;
	top: -5px;
}
.twitterDiv p span {
	float: left;
	width: 100%;
	padding: 0 0 10px;
}
.twitterDiv .fa {
	font-size: 27px;
	color: #2ca7e0;
	margin-right: 8px;
}
.twitterDiv h5 {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.twitterDiv > p {
	width: 100%;
	float: left;
	margin-top: 7px;
}
.green, .blue, .orange {
	background: #649500;
	height: 90px;
	padding-top: 26px;
	width: 116px;
	border-radius: 54%;
	margin: 0 auto 13px;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-o-transition: background-color 1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
	display: inline-block;
}
.blue {
	background: #336799;
}
.orange {
	background: #ff8e01;
}
.col-lg-3:hover .green, .col-lg-3:hover .blue, .col-lg-3:hover .orange {
	background: #3D3C3E;
}
.thumbcont h1 {
	margin-bottom: 10px;
}
.thumbcont h1.gre, .thumbcont h1.blu, .thumbcont h1.ora {
	color: #649500;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.thumbcont h1.blu {
	color: #336799;
}
.thumbcont h1.ora {
	color: #ff8e01;
}
.col-lg-3:hover h1.gre, .col-lg-3:hover h1.blu, .col-lg-3:hover h1.ora {
	color: #3D3C3E!important;
}
.thumbcont p {
	color: #212121;
}
#fullWidth {
	background: #efefef;
	text-align: center;
}
#fullWidth .container {
}
.logos_main {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 10px;
}
.logos_main .bx-wrapper .bx-viewport {
	background: none;
	height: 70px!important;
}
.col-lg-4 {
	float: left;
	width: 30%;
}
.newsEvent {
	width: 100%;
	float: left;
	padding-bottom: 8px;
}
.newsEvent a {
	color: #1e1d23;
	text-decoration: none;
}
.title_bg .crl_right {
	margin-top: 15px;
}
.newsEvent > a {
	float: left;
	width: 24%;
	height: auto;
}
.newsEvent > a > img {
	padding: 2px;
	border: 1px solid #e3e3e3;
}
.newsEvent > p {
	float: left;
	line-height: 15px;
	margin: 0 0 0 3%;
	width: 69%;
}
.textRight {
	text-align: right;
	width: 100%;
	padding: 10px 0 0;
}
.textRight h5 {
	width: 100%;
	margin: 0;
}
.textRight p {
	width: 100%;
}
.col-lg-2 {
	width: 30%;
	float: left;
}
#footer {
	background: #444444;
	margin: 1px 0 0;
}
#footer .container {
	padding-bottom: 18px;
}
#footer p, #footer address {
	color: #b3b3b3;
	font-style: normal;
	line-height: 22px;
}
#footer address i {
	width: 20px;
	font-size: 16px;
}
#footer p a, #footer address a {
	color: #729f45;
	text-decoration: none;
}
.recentBlog {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.recentBlog > a {
	float: left;
	margin-top: 4px;
	padding: 0;
	width: 16%;
}
.recentBlog > a > img {
	width: 100%;
	border: 2px solid transparent;
}
.recentBlog > p {
	float: left;
	line-height: 15px;
	margin: 0 0 0 3%;
	padding-bottom: 0;
	width: 78%;
	font-size: 12px;
	padding-top: 5px;
}
.recentBlog > a:hover > img {
	border-color: #000;
}
.col-lg-5 {
	float: left;
	width: 31%;
}
.col-lg-4.margin_left > ul, .col-lg-5.margin_left > ul {
	margin: 0;
	color: #b3b3b3;
	padding: 0 0 0 14px;
	width: 90%;
	float: left;
}
.col-lg-5.margin_left > ul {
	width: 90%;
}
.col-lg-5.margin_left > ul.spaceBot {
	padding-bottom: 15px;
}
.col-lg-4.margin_left li a, .col-lg-5.margin_left li a {
	color: #b3b3b3;
	text-decoration: none;
	line-height: 20px;
	-webkit-transition: padding-left .3s ease-in;
	-moz-transition: padding-left .3s ease-in;
	-o-transition: padding-left .3s ease-in;
	transition: padding-left .3s ease-in;
}
.col-lg-4.margin_left li a:hover, .col-lg-5.margin_left li a:hover {
	text-decoration: underline;
	color: #FFF;
	padding-left: 5px;
	text-decoration: none;
}
#foot_bottom {
	background: #282828;
	width: 100%;
}
#foot_bottom .container {
	padding-top: 10px;
}
#foot_bottom a {
	float: right;
}
#foot_bottom p {
	float: left;
}
#footer h4 {
	margin-bottom: 6px;
}
/*************************************************** INSIDE PAGES CSS START HERE ***************************************************/
.heading_border {
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #c7c7c7;
	position: relative;
	display: inline-block;
}
.heading_border span {
	background: url(../images/border_bullets.jpg) no-repeat center bottom;
	position: absolute;
	bottom: -3px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	width: 19px;
	height: 5px;
}
.page_contentPanel .left_panel {
	width: 66%;
	float: left;
	background: #ffffff;
	padding: 10px 2% 20px;
	min-height: 400px;
}
.page_contentPanel .left_panel h2.heading_border {
	font-size: 24px;
	display: inline-block;
	padding-bottom: 10px;
	clear: both;
}
.page_contentPanel .left_panel .green_text {
	color: #729f45;
	font-weight: bold;
}
.page_contentPanel .right_panel {
	width: 28%;
	float: left;
	background: #f1f1f1;
	padding: 10px 1%;
}
.page_contentPanel .right_panel h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	border-left: 6px solid #3d3c3e;
	padding: 0px 0px 2px 10px;
	margin: 10px 0px;
}
.page_contentPanel .right_panel h2:first-child {
	margin-top: 0px;
}
.page_contentPanel .right_panel .contentBox {
	background: #fff;
	padding: 10px;
}
.page_contentPanel .right_panel .contentBox_1 {
	background: #f1f1f1;
	padding: 10px 10px 16px 10px;
}
.page_contentPanel .right_panel .contentBox address {
	color: #444444;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
}
.page_contentPanel .right_panel .contentBox address i {
	width: 20px
}
.page_contentPanel .right_panel .contentBox address a {
	color: #729f45;
	text-decoration: none;
}
.right_panel .outside {
	top: -10px!important;
	margin-top: -32px;
}
.listItem_1 {
	padding: 0px;
	margin: 0px 0px 0px 4px;
}
.listItem_1 li {
	list-style: none;
}
.listItem_1 li a {
	color: #444444;
	font-size: 12px;
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	display: inline-block;
	background: url(../images/right_arrow.jpg) no-repeat left 10px;
}
.listItem_1 li a:hover, .listItem_1 li a:focus {
	color: #949494;
}
.listItem_2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.listItem_2 li {
	padding: 0 0 0 12px!important;
	margin: 4px 0!important;
	background: url(../images/bullet.jpg) no-repeat left 7px;
	list-style: none;
	display: block;
	width: 100%;
	border: none!important;
}
.numList {
	padding: 0;
	margin: 0 0 0 14px;
}
.numList li {
	margin: 4px 0!important;
}
.listItem_3 {
	padding: 0;
	margin: 0;
}
.listItem_3 li {
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 20px 0;
	margin: 0 0 0 0;
	border-top: 1px dashed #ccc;
}
.listItem_3 li:first-child {
	border-top: none;
}
.listItem_3 li .icon {
	width: 36%;
	float: left;
	text-align: center;
	margin: 0 2%;
}
.listItem_3 li .icon h4 {
	margin: 8px 0 0 0;
	color: #1E1D23;
	font-size: 14px;
}
.listItem_3 li .icon span {
	text-align: center;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #729f45;
	vertical-align: central;
	margin: 4px 0 0 0;
	display: inline-block;
	-webkit-transition: border-color 1s ease-in-out;
	-moz-transition: border-color 1s ease-in-out;
	-ms-transition: border-color 1s ease-in-out;
	-o-transition: border-color 1s ease-in-out;
	transition: border-color 1s ease-in-out;
}
.listItem_3 li .icon span:hover {
	border: 4px solid #fff;
}
.listItem_3 li div {
	width: 60%;
	float: left;
}
.listItem_4 {
	padding: 0px;
	margin: 0px 0px 20px 2px;
}
.listItem_4 li {
	list-style: none;
	background: #729F45;
	outline: 2px solid #729F45;
	border: 1px solid #f1f1f1;
	margin-top: 10px;
	display: block;
}
.listItem_4 li:hover {
	background: #4e7e1e;
	outline: 2px solid #4e7e1e;
}
.listItem_4 li:first-child {
	margin-top: 0;
}
.listItem_4 li a {
	color: #fff;
	font-size: 14px;
	padding: 4px 0px 4px 8px;
	text-decoration: none;
	display: inline-block;
}
.listItem_4 li a:hover, .listItem_4 li a:focus {
	color: #fff;
}
.listItem_5, .listItem_5 li ul {
	padding: 0;
	margin: 0 0 0 14px;
}
.listItem_5 li {
	list-style: lower-alpha;
	margin: 8px 0;
}
.listItem_5 li ul li {
	list-style: lower-roman;
	margin: 6px 0;
}
.page_contentPanel .left_panel .blog {
	width: 690px;
	padding: 0px 10px 0px 0px;
}
.page_contentPanel .left_panel .blogImg {
	float: left;
	width: 380px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.page_contentPanel .left_panel .blogImg .post {
	width: 62px;
	float: left;
}
.page_contentPanel .left_panel .blogImg .postPic {
	float: left;
	width: 318px;
}
.page_contentPanel .left_panel .blogImg .postDate {
	float: left;
	background: #729f45;
	width: 62px;
	text-align: center;
	color: #fff;
 font-family: font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	padding: 10px 0px;
	font-weight: bold;
	line-height: 20px;
}
.page_contentPanel .left_panel .blogImg .postDate span {
	font-size: 11px;
	font-weight: normal;
}
.page_contentPanel .left_panel .blogImg .postComment {
	float: left;
	background: #3d3c3e;
	width: 62px;
	text-align: center;
	color: #fff;
 font-family: font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	padding: 10px 0px;
	font-weight: bold;
	line-height: 20px;
}
.page_contentPanel .left_panel .blogImg .postComment span {
	font-size: 11px;
	font-weight: normal;
}
.page_contentPanel .left_panel .blogContent {
	float: left;
	width: 284px;
	margin: 0px;
}
.page_contentPanel .left_panel .blogContent h2 {
	font-family: 'Titillium Web', sans-serif;
	color: #2b2b2b;
	font-size: 17px;
	padding: 0px 0px 14px 0px;
	border-bottom: 1px solid #c7c7c7;
	position: relative;
	display: inline-block;
}
.page_contentPanel .left_panel .blogContent h2 a {
	color: #2b2b2b;
	text-decoration: none;
}
.page_contentPanel .left_panel .blogContent h2 span {
	background: url(../images/border_bullets.jpg) no-repeat center bottom;
	position: absolute;
	bottom: -3px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	width: 19px;
	height: 5px;
}
.page_contentPanel .left_panel .blogContent p {
 font-family: font-family: 'Open Sans', sans-serif;
	color: #444444;
	font-size: 13px;
}
.page_contentPanel .left_panel .blogContent ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
}
.page_contentPanel .left_panel .blogContent ul li {
	float: left;
	list-style: none;
}
.page_contentPanel .left_panel .blogContent ul li:first-child a {
	padding-left: 0px;
}
.page_contentPanel .left_panel .blogContent ul li a {
	color: #729f45;
	font-size: 12px;
	padding: 0px 10px;
	text-decoration: none;
}
.page_contentPanel .left_panel .blogContent ul li a span {
	color: #3D3C3E;
}
.page_contentPanel .left_panel .blogContent ul li a:hover, .page_contentPanel .left_panel .blogContent ul li a:focus {
}
.page_contentPanel .left_panel .blogContent >a {
	float: left;
	background: #323232;
	border: 1px solid #323232;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 12px;
	color: #fff;
	padding: 4px 6px;
	margin: 4px 0px 0px 0px;
	cursor: pointer;
	text-decoration: none;
}
.page_contentPanel .left_panel .blogContent button:hover {
}
.pagination> ul {
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
}
.pagination> ul li {
	list-style: none;
	text-align: center;
	display: inline;
}
.pagination> ul li a {
	text-align: center;
	padding: 3px 10px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #729F45;
}
.pagination> ul li a:focus {
	color: #729F45;
}
.pagination> ul li a:hover, .pagination> ul li.active a {
	background: #729F45;
	color: #fff;
}
.fieldset {
	border: none;
}
.fieldset legend {
	font-family: 'Titillium Web', sans-serif;
	color: #2b2b2b;
	font-size: 22px;
	padding: 0px 0px 14px 0px;
	border-bottom: 1px solid #c7c7c7;
	position: relative;
}
.fieldset legend span {
	background: url(../images/border_bullets.jpg) no-repeat center bottom #000;
	position: absolute;
	bottom: -3px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 19px;
	height: 5px;
}
.fieldset ul {
	padding: 0;
	margin: 0;
}
.fieldset li:first-child {
	margin-left: 0;
}
.fieldset li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	list-style: none;
}
.fieldset li .fieldcol {
	float: left;
	width: 48%;
	margin-left: 2%;
}
.fieldset li .fieldcol:first-child {
	margin-left: 0;
}
.fieldset li label {
	width: 100%;
	margin-right: 0;
	float: left;
	font-size: 13px;
}
.fieldset li label.error {
	color: #ff0000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.fieldset li label span {
	color: #F00;
}
.fieldset div input, .fieldset div textarea {
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width: 90%;
	margin-right: 10%;
	float: left;
	padding: 6px 4px;
	resize: vertical;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	outline: none;
}
.fieldset div textarea {
	min-height: 80px;
}
.fieldset div input:focus, .fieldset div textarea:focus {
	border: 1px solid #729f45;
	box-shadow: 0 0 5px rgba(114,159,69,0.5);
}
.fieldset li button {
	background: #323232;
	border: 1px solid #323232;
	padding: 10px 14px;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	cursor: pointer;
	outline: 0;
}
.fieldset li button:focus, .fieldset li button:hover {
	outline: 0;
}
.news_wraper {
	float: left;
	width: 100%;
}
.news_wraper > a {
	width: 24%;
	padding: 0px 2% 0px 0px;
	margin: 0px;
	float: left;
}
.news_wraper > a > img {
	width: 100%;
	border: 1px solid #ccc;
	outline: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.news_wraper > div {
	float: left;
	width: 74%;
}
.news_wraper h5 {
	margin-left: 0;
}
.news_wraper h5 a {
	color: #252525;
	text-decoration: none;
	font-size: 13px;
}
.news_wraper .news_text b {
	font-size: 13px;
	color: #252525;
	float: left;
}
.news_wraper p {
	font-size: 12px;
	float: left;
	line-height: 18px;
}
.more_news {
	text-align: right;
	float: right;
	text-decoration: none;
	width: 100%;
}
.more_news a {
	font-size: 12px;
	color: #729f45;
	text-decoration: none;
}
.more_news a:hover {
	color: #4e7e1e;
}
.clients_scroll {
	padding: 0;
	text-align: center;
}
.page_contentPanel .left_panel .row {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.page_contentPanel .left_panel .row .r_pic {
	float: right;
	width: 250px;
	border: 4px solid #f1f1f1;
	border-radius: 100%;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
	box-shadow: 1px 1px 3px #212121;
}
.page_contentPanel .left_panel .row .l_pic {
	float: left;
	width: 250px;
	border: 4px solid #f1f1f1;
	border-radius: 100%;
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
	box-shadow: 1px 1px 3px #212121;
}
.job_form {
	border: 1px dashed #c7c7c7;
}
.job_form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.job_form legend span {
	color: #F00;
}
.job_form li > div {
	width: 100%;
	float: left;
}
.job_form > label {
	width: 100%;
	float: left;
}
.job_form label {
	font-size: 12px;
}
.job_form label.error {
	color: #F00;
}
.job_form label span {
	color: #F00;
}
.job_form li > div input, .job_form li > div textarea {
	width: 98%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid #e6e6e6;
	padding: 6px 1%;
	margin: 0px 0px 4px 0px;
	resize: vertical;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.job_form li > div input[type=radio] {
	width: 20px;
	margin: 10px 0px;
}
.job_form li > div span {
	margin-right: 10px;
	color: #333;
}
.job_form li > div input:focus, .job_form li > div textarea:focus {
	border: 1px solid #729f45;
	box-shadow: 0 0 5px rgba(114,159,69,0.5);
}
.job_form li button {
	background: #323232;
	border: 1px solid #323232;
	padding: 10px 14px;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	cursor: pointer;
	outline: 0;
	margin: 10px 0;
}
.job_form li button:focus, .job_form li button:hover {
	outline: 0;
}
.col_l {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.col_r {
	width: 48%;
	margin-left: 2%;
	float: left;
}
sm_content_1 {
	width: 100%;
}
.sm_content_1 h4 {
	float: left;
	width: 100%;
	color: #2b2b2b;
	line-height: 16px;
	position: relative;
}
.sm_content_1 h4 img {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 1px;
	richness: 0px;
	right: 0px;
}
.sm_content_1 h4 i img {
	width: 30px;
}
.alternate_img_content {
	width: 100%;
	list-style: none;
}
.alternate_img_content ul {
	list-style: none;
}
.alternate_img_content ul, .alternate_img_content ul ul {
	padding: 0;
	margin: 0;
}
.alternate_img_content ul > li {
	display: block;
	margin: 0;
}
.alternate_img_content ul li:first-child ul > li:first-child {
	border-top: none;
	padding-top: 0;
}
.alternate_img_content ul ul > li {
	display: inline-block;
	border-bottom: none;
	border-top: 1px dashed #e1e1e1;
	padding: 20px 0px 0 0;
}
.alternate_img_content ul ul li h5 {
	width: 100%;
	padding: 0;
	margin: 0 0 4px 0;
}
.alternate_img_content ul ul li > img {
	width: 20%;
	float: left;
	border: 2px solid #fff;
	outline: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.alternate_img_content ul ul li > div {
	float: left;
	width: 77%;
	margin-left: 3%;
}
.alternate_img_content ul ul li:first-child > img {
	width: 20%;
	float: right;
	border: 2px solid #fff;
	outline: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.alternate_img_content ul ul li:first-child > div {
	float: left;
	width: 77%;
	margin-right: 3%;
	margin-left: 0;
}
.alternate_img_content ul ul > li.rpLink {
	background: #729f45;
	padding: 10px 10px;
	margin: 0;
	border: none;
	color: #fff;
}
.alternate_img_content ul ul > li.rpLink a.readMore {
	background: #fff;
	padding: 2px 4px;
	outline: 1px solid #fff;
	border: 1px solid #729f45;
	float: right;
}
.alternate_img_content ul ul > li.rpLink >div h3.heading_border {
	background: none;
	border-color: #729f45;
	line-height: 18px;
}
.alternate_img_content ul ul > li.rpLink >div h3.heading_border a {
	color: #fff;
}
.alternate_img_content ul ul > li.rpLink >div h3.heading_border span {
	background: none;
}
.content_list {
}
.content_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.content_list li {
	margin-bottom: 0;
	display: inline-block;
}
.content_list li > img {
	width: 20%;
	float: left;
	border: 2px solid #fff;
	outline: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.content_list li > div {
	float: right;
	width: 77%;
	margin-left: 3%;
}
.partner_logos, .partner_logos ul {
	padding: 0;
	margin: 0;
}
.partner_logos> li {
	border-top: 1px solid #ccc;
	list-style: none;
	width: 100%;
	display: block;
	overflow: hidden;
}
.partner_logos> li:first-child {
	border-top: none;
}
.partner_logos ul > li {
	border-left: 1px solid #ccc;
	list-style: none;
	float: left;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 0;
	bottom: 0!important;
	margin: 0 0 0 0!important;
}
.partner_logos ul> li:first-child {
	border-left: none;
}
.partner_logos ul > li>img {
	width: 80%;
}
.outside {
	text-align: right;
}
.bx-next, .bx-prev {
	color: #212121;
}
.bx-next:hover, .bx-next:focus, .bx-prev:hover, .bx-prev:focus {
	color: #729f45;
}
.toggle_block h4 {
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 2px 0 2px 0;
	color: #888;
	font-weight: normal;
}
.toggle_block h4:before {
	content: "\f01a";
	padding-right: 5px;
	font-family: 'FontAwesome';
}
.toggle_block h4.tgg_close {
	color: #a3a3a3;
}
.toggle_block h4.tgg_close:before {
	content: "\f01b";
	padding-right: 5px;
	font-family: 'FontAwesome';
}
.col_left {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.col_right {
	width: 48%;
	margin-left: 2%;
	float: left;
}
.news_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.news_list li {
	width: 100%;
	display: inline-block;
	padding: 4px 4px;
	background: #eeffdc;
	border: 1px solid #cfe5b8;
}
.news_list li:hover {
	background: #729f45;
}
.news_list li:hover a {
	color: #fff;
}
.news_list li div {
	width: 88%;
	display: inline-block;
	float: right;
	text-align: left;
	padding: 14px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_list li div:first-child {
	float: left;
	width: 10%;
	padding: 0 0;
}
.news_list li div:first-child>img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cfe5b8;
}
.news_list li > div a {
	color: #212121;
	text-decoration: none;
}
.logoslide li {
	width: 100%;
	text-align: center;
	margin: 0 30px;
	padding-bottom: 10px;
}
.tList {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tList li {
	width: 100%;
	float: left;
	border-top: 1px solid #eee;
	padding: 4px 0;
}
.tList li:first-child {
	border-top: none;
	padding-top: 0;
}
.tList li div:first-child {
	float: left;
	margin-right: 20px;
	text-align: center;
}
.tList li div p:first-child {
	padding: 10px 0 0 0;
}
.tList li div h6 {
	font-size: 13px;
}
.tList li div h6 span {
	color: #707070;
	font-size: 11px;
}
.contactMap {
	border: 0;
	width: 100%;
	height: 300px;
	border: 2px solid #fff;
	outline: 2px solid #E8E8E8;
	margin: 10px 0;
}
.blogArt {
	padding: 10px;
}
.blogArt h3 {
	font-family: Oswald;
}
.blogArt div.figure>img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #fff;
	outline: 1px solid #ccc;
	margin-bottom: 6px;
}
.blogArt > address {
	color: #999;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
}
.blogArt > address span {
	color: #729f45;
}
.blogArt .author {
	border: 1px solid #ccc;
	padding: 10px;
}
.blogArt .author>h3 {
	border-bottom: 1px solid #ccc;
	display: block;
}
.blogArt .author .authordet > div:first-child {
	float: left;
	padding-right: 10px;
}
.blogArt .author .authordet > div {
	font-size: 14px;
	padding: 6px 0;
	display: inline-block;
}
.aureply {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}
.aureply>.job_form {
	border: none;
}
.aureply h3 {
	display: block;
	font-family: Oswald;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
.blogControles {
	float: right;
	color: #ccc;
}
.blogControles a {
	color: #729F45;
}
.blogControles a:hover {
	color: #4e7e1e;
}
.blogDate {
	float: right;
	padding: 4px 1%;
	background: #f1f1f1;
	margin-bottom: 4px;
	width: 98%;
}
.blogDate>div {
	float: left;
	font-size: 15px;
	margin-right: 10px;
}
.blogDate>div span {
	color: #729F45;
}
.consulting {
	margin: 50px 0 0 0;
	padding: 0;
}
.consulting > img {
	width: 100%;
}
.jobList {
	padding: 0;
	margin: 0;
	list-style: none;
}
.jobList li:first-child {
	margin: 10px 0 0 0;
}
.jobList li {
	width: 96%;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 2%;
	margin: 30px 0 0 0;
	position: relative;
}
.jobList li>div>h5 {
	width: 100%;
	padding: 18px 0 10px 0;
	margin: 0;
}
.jobList li>div>i {
	position: absolute;
	top: -25px;
	right: -1px;
	text-align: center;
	font-size: 30px;
	width: 50px;
	border-radius: 50%;
	padding: 5px 0;
	background: #fff;
	color: #729F45;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 0 1px #fff;
	-moz-box-shadow: 0 0 0 1px #fff;
	-ms-box-shadow: 0 0 0 1px #fff;
	-o-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}
.jobList li>div a {
	color: #729F45;
	text-decoration: none;
}
#latest_tweets.owl-theme .owl-controls .owl-page span {
	background: #2ca7e0;
	top: 0px;
}
#latest_tweets.owl-theme .owl-controls {
	text-align: right;
	margin-bottom: -30px;
	z-index: 9999;
	position: relative;
}
#latest_tweets, #client_scroll, #tag_scroll, #logo_scroll {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#client_scroll li {
	margin: 0 20px;
	text-align: center;
}
#tag_scroll {
	text-align: center;
}
#logo_scroll.owl-theme .owl-controls .owl-buttons .owl-prev {
	right: 20px;
	text-align: right;
	top: -46px;
}
#logo_scroll.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	top: -46px;
}
#logo_scroll.owl-theme .owl-controls .owl-buttons div {
	color: #000;
}
#logo_scroll li {
	width: 100%;
	text-align: center;
}
#logo_scroll.owl-theme .owl-controls .owl-buttons div {
	background: none;
}
